html, body{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.padd0{padding: 0;}
.font-serif{font-family: 'Roboto Slab', serif;}
.font-sans{font-family: 'Roboto Condensed', sans-serif;}
.font-title{font-size: 2.5vw; text-transform: uppercase; font-weight: 700; color: #333;}
.font-subtitle{font-size: 1.8vw; text-transform: uppercase; font-weight: 700; color: #333;}
.font-text{font-size: 21px; color: #777; font-weight: 300;}


.link-read{
    color: #8f1a2d; 
    font-size: 18px; 
    font-weight: 300;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.link-read:hover{color: #5f121e;font-weight: 500; text-decoration: none;}

#header{
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
}

#header .nav{
    height: 110px;
    line-height: 110px;
    max-width: 1200px;
    margin: 0 auto;
}
#header .responsive-nav{
    height: 80px;
    line-height: 80px;
    max-width: 100%;
    margin: 0 auto;
}
#header .responsive-nav .brand{
    width: 45% !important;
}
#header .responsive-nav .btn-responsive{
    background: none;
    font-size: 6vw;
    line-height: 80px;
    padding: 0 12px;
    outline: none;
}
#header .responsive-menu a.item{
    color: #444;
    font-weight: 500;
    padding:12px 15px;
    width: 100%;
    font-size: 4vw;
    text-transform: uppercase;
    text-decoration:none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #efefef; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

#header .brand{
    color: #444;
    font-weight: 500;
    padding: 0 3%;
    width: 25%;
    list-style: none;
    display: block;
}
#header a.item{
    color: #444;
    font-weight: 500;
    padding: 0 5%;
    width: 15%;
    list-style: none;
    display: block;
    font-size: 1.2vw;
    text-transform: uppercase;
    text-decoration:none;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
#header a.item:hover{
    text-decoration: none;
    background: #efefef;
}

#carousel-TrendyBlends{margin-top: 110px;}

.carousel-caption{
    bottom: 0;
    top: 30%;
    text-shadow: none;
}

.carousel-caption .title{
    font-size: 7vw;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    padding: 5px;
}
.carousel-caption .text{
    font-size: 2vw;
    padding: 5px;
}

.carousel-caption .title span, .carousel-caption .text span{
    background: rgba(0,0,0,.5);
}

.box-sentence{padding: 80px 15px 50px;}

.box-machine{
    background: url('../img/machine1.jpg') no-repeat fixed;
    min-height: 550px;
    background-size: cover;
    padding: 10% 0;
}
#footer{
    background: #333;
    width: 100%;
    height: 150px;
    line-height: 150px;
    padding: 0;
}
#footer .brand{
    width: 40%;
}
#footer p{
    padding: 0;
    margin: 0;
}
#footer .sentence{
    color:#fff; 
    margin:0 15px; 
    font-size: 1.3vw;
    line-height: 160px;
    display: inline-block;
    width: 50%;
}
.design{text-align: right;}

#about, #product, #contact{
    margin-top: 110px;
}
#about .box-sentence, #product .box-sentence, #contact .box-sentence{
    padding: 40px 15px 50px;
}

#product ul{padding: 0; margin: 0; list-style: none;}
#product ul li{font-size: 21px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #efefef; }


@media (max-width: 992px){
    .machine{background: rgba(255,255,255,.7); padding: 15px 10px;}
}
@media (max-width: 768px){
    .font-title{font-size: 4.2vw;}
    .font-text{font-size: 18px;}
    .font-subtitle{font-size: 3.8vw;}
    
    #carousel-TrendyBlends{margin-top: 80px;}
    .carousel-inner{
        padding-bottom: 25%;
        background: #000;
    }
    .carousel-caption{
        top: 100%;
        bottom: 0;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .carousel-caption .title{
        font-size: 8vw;
        padding: 0px;
    }
    .carousel-caption .text{
        font-size: 4.5vw;
        padding: 0px;
    }
    .carousel-indicators{display: none;}
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
        top: 40%;
    }
    .box-machine{
        min-height: 300px;
    }

    #footer{
        background: #333;
        width: 100%;
        height: 180px;
        line-height: 30px;
        padding: 15px 0;
    }

    #footer .brand{
        width: 40%;
    }
    #footer .sentence{
        font-size: 3.5vw;
        line-height: 50px;
    }
    .design{text-align: right; margin-top: 10px !important; padding-top: 10px !important; border-top: 1px solid #777;}

    #about, #product, #contact{
        margin-top: 80px;
    }
    #about .box-sentence, #product .box-sentence, #contact .box-sentence{
        padding: 20px 15px 50px;
    }
    #product ul li{font-size: 16px;}
}