@charset "utf-8";

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('../fonts/embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */
body{

    font-family: 'Roboto', sans-serif ;
}
li{
    list-style:none;
}
a{
    text-decoration:none
    color:#000;
}
h1,h2{
}
p{
}
.header-bg{
    background:url(../images/header-bg.jpg) no-repeat;
    background-position:center center;
    background-size: cover;
    width:100%;
    position: relative;
}
.top-panel{
}
.logo{
    margin-left: auto;
    margin-right: 370px;
    width: 500px;
    padding-top: 10px;
}
.logo a{
    font-size: 55px;
    font-family: BebasNeue;
    color: #ffffff;
    line-height: 1;
}
.logo a:hover, .logo a:active {
    text-decoration: none;
}
.shop-btn{
    float:right;
    max-width:33%;
    margin-right:20px;
}
.shop-now-btn{
    background:#6abdd2;
    background-image:url(../images/cart-icon.png);
    background-repeat:no-repeat;
    background-position: right 6px center;
    border:none;
      height: 77px;
    min-width: 340px;
    padding: 15px 0 0 20px;
    text-align: left;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.shop-now-btn span{
    display:block;
    color:#fff;
    font-size:24px;
    line-height: 1;
}
.shop-now-btn font{
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
}
.navigation{
    clear:both;
    background-color: rgba(235, 235, 237, 0.38);
}
.navigation:after {
    content: "";
    display: table;
    clear: both;
}
.navigation li{
    float:left;
    width:32%;
    text-align:center;
    padding-left:8px;
}
.navigation li a{
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 13px;
    font-weight: 700;
    line-height: 37px;
}
.navigation li:first-child a{
     padding-left: 125px;
}
.navigation li:last-child a{
    padding-right: 105px;
}
.body-part{
    clear:both;
}
.left-arrow{
    position:absolute;
    left: 31px;
    top: 130px;
}
.right-arrow{
    position: absolute;
    right: 31px;
    top: 130px;
}
.product-show{
    padding-top:16px;
}
.each-products{
    width:33%;
    float:left;
    border-right:1px solid #ededed;
    overflow:hidden;
}
.product-show .each-products:last-child{
    border:none;
    overflow:visible;
    padding:0;
}
.product-image{
    height:370px;
    width:100%;
    
}
.product-image img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.each-prodcuts a.h2 {
   text-decoration:none;
}

.each-products  h2{
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    //font-size:28px;
    color:#555555;
    font-size: 22px; /* Approximation due to font substitution */
    margin-top: -20px; /* Approximation due to font substitution */
}


.brief-description{
    background:#6bbdd3;
    padding: 13px 0;
    margin-top:16px;
    margin-bottom: 50px;
}
.brief-inner{
    max-width: 80%;
    margin: 0 auto;
}
.brief-inner img{
    float: left;
}
.brief-inner p {
    margin: 52px 0 0 230px;
    max-width: 700px;;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: justify;
    font-family: Roboto;
    transform: matrix(1,0.0009,-0.001,1.1373,0,0); /* width and height properties ommitted due to transform */
}
.brief-inner p:before {
    content: '>';
    position: absolute;
    left: -20px;
    top: 4px;
    font-size: 15.97px;
}
.brief-inner p:after {
    content: '<';
    position: absolute;
    right: -20px;
    bottom: 34px;
    font-size: 15.97px;
}
.full-justify {
    text-align: justify;
}
.full-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.copyright{
}
.copyright p{
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    font-weight:600;
    color:#010000;
    margin-bottom: 20px;
    /*margin-top: -20px;*/
}
.text-gray {
    color: #6f6f6f;
}
.text-light-gray {
    color: #555555;
}
.text-black {
    color: #000;
}
@media(min-width:1024px) and (max-width:1400px){
.product-show{
    margin: 0 auto;
    max-width:79%;
}
.product-image {
    height: 350px;
}
.product-image img{
    /*max-width:none;*/
}

}
@media (min-width: 1200px) {
    .logo {
        margin-right: auto;
    }
}
@media(max-width:1000px){
    .left-arrow img,.right-arrow img{
        width:40%;
    }
    .right-arrow{
        right:0;
    }

}
@media(max-width:1024px){
    .logo {
        margin-right: 300px;
    }
    .shop-btn{
        float: right;
           margin-right: 0;
        max-width: none;
    }
    .shop-now-btn{
        min-width: 305px;
    }
    .shop-now-btn span{
        font-size:20px;
    }
    .product-image{
        height: auto;
        min-height: 327px;
    }
    .product-show{
        max-width:90%;
        margin:0 auto;
    }
    .left-arrow img,.right-arrow img{
        display:none;
    }
    .each-products h2{
        font-size:22px;
    }
    .brief-inner p {
        margin-top: 30px;
    }

}
@media(max-width:800px){
    .logo {
        padding-top: 22px;
    }
    .logo a{
        font-size: 33px;
        margin-left: 10px;
    }
    .navigation li:first-child a{
         padding-left: 0;
    }
    .navigation li:last-child a{
        padding-right: 0;
    }
    .product-image {
    height: auto;
    min-height: 277px;
}
    .brief-inner p {
        margin-top: 18px;
    }
}
@media(max-width:600px){
    .header-bg{
        height:auto;
        background:#dfd9d1;
        padding:0 8px;
    }
    .logo{
        width:100%;
        padding-bottom:20px;
    }
    .shop-btn{
        clear: both;
        float: none;
            max-width: none;
           width: 100%;
    }
    .shop-now-btn{
        width:100%
    }
    .each-products{
        float:none;
        width:auto;
        margin:0 auto;
        border:none;
    }
    .product-image{
        overflow:hidden;
        min-height:auto;
    }
    .left-arrow img,.right-arrow img{
        display:none;
    }
    .logo{
        display:none;
    }
    .navigation{
        display:none;
    }
    .right-arrow{
        right:0;
    }
    .navigation li{
        padding:0;
    }
    .navigation li a{
        padding:0 !important;
    }
    .product-show .each-products:last-child{
        padding:inherit;
    }
    .each-products h2{
        left:0;
        margin:0;
    }
    .product-image img{
/*        max-width:108%;*/
    }
    .brief-inner img{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .brief-inner p {
        margin: 20px 0 0;
    }
}
