

body{
    font-family: 'Poiret One';
}

a:hover, a.focus, a:focus {text-decoration: none;}

header {margin-bottom: 40px;}

/*header .nav {height: 100px;}*/

header .nav .container {
    border-bottom: 5px solid #ee1616;
    height: 100%;
}

header .nav .buttons a {
    font-size: 18px;
    color: #231f20;
    display: inline-block;
    margin: 35px 15px 35px 0;
}

header .nav .buttons a:hover,
header .nav .buttons a.active {
    color: #ee1616;
}

header .nav .plesio-logo {
    width: 200px;
    margin-top: 30px;
}

header .nav .icon-buttons {
    padding-top: 30px;
}

header .nav .icon-buttons img {
    max-height: 40px;
    margin-left: 10px;
}

header .header-img {
    position: relative; 
    background-color: #f2f2f2;
    text-align: center;
}

header .header-img img {
    width: 80%; 
    display: inline-block;
}

header .header-img .bubble {
    width: 13%;
    position: absolute;
    top: -11%;
    left: 48.5%;
}

.item {color: #000}
.item .image img {width: 100%;}

.item .name {font-size: 26px;}
.item .desc {font-size: 19px; min-height: 55px;}
.item .price {font-size: 21px; color: #ee1616;}
.item .price span {font-weight: bold; font-size: 29px;}
.item a.button {margin-top: 5px; display: inline-block; width: 120px;}
.item a.button img {width: 100%;}

.items-row {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
}

.items-row:last-of-type {
    border: none;
}




/****************************
 footer
*****************************/
.black-row {
    background: #000;
    color: #fff;
}

.black-row img {float: left; display: inline-block; margin-right: 10px;}

.black-row .column {padding: 50px 0;}

.black-row p {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
}

.black-row p > span {
    font-size: 12px;
}

.black-row .socialContainer img {float: none; width: 40px;}


footer a:hover {color: #fff;}
footer img {width: 100%;}

footer h2 {margin-top: 0;}

footer {
    background: #1a1a1a;
    color: white;
    padding-top: 40px;
}
footer a {
    color: white;
    text-decoration: none;
}

.fixed-nav {
    position: fixed;
    padding: 10px 20px;
    background-color: #ee1616;
    left: 0;
    top: 20%;
    z-index: 999;
}

.fixed-nav a {
    color: #fff;
    font-size: 19px;
    display: block;
    margin: 15px 0;
    font-weight: bold;
    line-height: 20px;
}

@media (max-width: 780px) {
    header [class*='col-'] {
        text-align: center !important;
        padding-bottom: 10px;
    }
}