/*
Theme Name: Kilews
Theme URI: http://rebelnetworks.com
Author: Aggie Warsito for rebelnetworks.com
Author URI: http://rebelnetworks.com
Description: Custom theme for Kilews 
Version: 1.0
Text Domain: kilews

*/


/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,800,900);
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
    
body{
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    padding-top: 161px;
    background: #fefefe;
}
a{
    color: #e70014;
}
.wrapper{
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
}

.row{
    margin-bottom: 35px;
    overflow: hidden;
}
.row.row-extra{
    margin-bottom: 50px
}
hr{
    border-color: #dedede;
    margin: 20px 0 35px;
}
iframe{
/*    margin-bottom: 20px;
*/}
/* Header */


#main-header{


    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(220,220,220) 0%, rgb(250,250,250) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  0%,rgb(250,250,250) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(220,220,220) 0%,rgb(250,250,250) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 15px 0 8px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: solid 1px #ccc;
}

#web-title{
    background: #333;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0 0;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all .8s;
    transition: all .8s;
}
#main-header.small-nav{
    padding: 8px 0;
}
#main-header.small-nav #web-title{
    padding: 0;
    height: 0;
    margin: 0
}

#main-header.small-nav #main-nav{
    margin-top: 5px
}

#main-header.small-nav #main-nav a{
    padding-top: 5px;
    padding-bottom: 5px;
}
#main-header.small-nav #main-nav .search-box{
    padding-top: 5px;
    padding-bottom: 5px;
}
#main-header.small-nav #main-nav .search-wrapper button{
    top: 0px
}

#logo{
    float: left;
}
#logo img{
    height: 40px;
}
#header-right{
    float: right;
}

#main-nav{
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    background: #e70014;
    width: 100%
}
#main-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-nav ul li{
    float: left;
    margin-right: 15px;
    position: relative;
}
#main-nav li a{
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 8px 15px
}
#main-nav li.active a,
#main-nav li.current-menu-item a,
#main-nav li:hover a{
    background: #e70014;
    color: #fff;
    border-radius: 3px 
}
#main-nav li ul{
    position: absolute;
    top: 36px;
    left: 0;
    width: 200px;
    background: #333;
    background: rgba(45, 45, 45, 0.85);
    padding: 0;
    margin:0;
    display: none;
    border-radius: 5px
}
#main-header.small-nav #main-nav li ul{
    top: 30px
}
#main-nav li ul li{
    padding: 0;
    margin: 0;
    width: 100%;
}
#main-nav li:hover ul{
    display: block;
}
#main-nav li:hover ul li a{
    display: block;
    color: #fff;
    padding: 8px 10px;
    background: transparent;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0
}
#main-nav li:hover ul li a:hover{
    background: #999
}

/* search */

#main-nav li.search-wrapper{
    float: right;
    margin-right: 0;
    font-weight: 400;
    position: relative;
}
.search-wrapper button{
    position: absolute;
    right: 0;
    top: 6px;
    background: transparent;
    border: 0;
}
.search-wrapper input.search-box{
    float: left;
    width: 100px;
    background: #fff;
    border: solid 1px #bbb;
    -webkit-transition: all .8s;
    transition: all .8s;
    outline: 0;
    border-radius: 20px;
}
.search-wrapper input.search-box:focus{
    width: 250px;
}

/* Mobile Nav */
.slicknav_menu{
    margin-top: -20px;
    background: transparent;
    z-index: 999;
    display: none;
}
.slicknav_menu a{
    color: #333;
}
.slicknav_menu .search-wrapper{
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}
.slicknav_menu input.search-box,
.slicknav_menu input.search-box:focus{
    width: 98%;
    margin: 0;
    display: block;
    float: right;
}
.slicknav_menu .search-wrapper button{
    color: #333
}
.slicknav_nav .slicknav_row:hover,.slicknav_nav a:hover, .slicknav_nav a:hover a{
    background: #333;
    color: #fff !important;
    border-radius: 0 
}

/* Home page */
/* boxes */

.box-quater{
    display: inline-block;
    width: 22.3%;
    margin: 10px 3.2% 10px 0;
    padding: 5px;
    border: solid 1px #f6f6f6;
    background: #fff;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 6px;
}
.box-quater.home-box{
    min-height: 450px
}
.box-quater.home-box.auto-height{
    min-height: 0
}
.box-quater.home-box .box-title{
    min-height: 3em;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box-quater:nth-child(4){
    margin-right: 0;
}

.box-quater.home-box{
    width: 31.3%;
    margin: 10px 2% 10px 0;
}
.box-quater.home-box:nth-child(3){
    margin-right: 0;
}


.box-quater.home-box:nth-child(3n+0){
    margin-right: 0

}
.box-quater.home-box:nth-child(3n+1){
    clear: left;
}
.box-quater:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-quater:hover .box-image img{
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: none;

}
.box-quater h3{

}
.box-content ul{
    padding-left: 20px;
}
.box-content{
    color: #666
}
.box-title{
    text-align: center; 
    margin: 10px 0;
    background: #e70014;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 2.5%;
    display: block;
    font-size: 14px
}
.box-image{
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}
.box-image img{
    -ms-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
    width: 100%;
    height: auto;
}
.box-image .btn{
    position: absolute;
    top: 0%;
    opacity: 0;
    left: 50%;
    width: 60px;
    margin-left: -55px;
    display: block;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 999;
}
.box-image:hover .btn{
    display: block;
    top: 50%;
    opacity: 1
}

.product-box .box-image .btn{
    background: #e70014 !important
}
.product-box .box-image:hover img{
    -webkit-filter: grayscale(.7);
    -webkit-filter: grayscale(70%);
    filter: gray;
    
}
.product-thumb-list{
    margin-top: 20px;
}
.product-thumb-list a{
    display: inline-block;
    height: 40px;
    width: 40px;
    float: left;
    margin: 5px 5px 5px 0;
    border: 2px #333 solid;
    border-radius: 3px
}
.product-thumb-list a:hover{
    border-color: #e70014;
    cursor: zoom-in;
}
.box-content ul.sub-cat-list{
    list-style: none;
    padding: 0;
    margin: 5px 0
}
.sub-cat-list li{
    position: relative;
    padding-left: 10px;
}
.sub-cat-list li:before{
    display: block;
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;

}
.sub-cat-list a{
    font-size: 12px;
    text-decoration: none;
}

.box-quater .box-image img{
   /* -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    */

}
.box-image .box-title{
    position: absolute;
    bottom: 0;
}

.box-half{
    width: 45%;
    float: left;
    margin-right: 5%;
}

#slider-wrapper{
    width: 100%;
    border-top: solid 2px #aeaeae;
    border-bottom: solid 2px #bebebe;
    margin-bottom: 0;
    box-shadow: #eee 0 50px 50px;
    position: relative;
    background: url(images/slider-bg.jpg);
    background-size: cover;
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs{
    background: transparent !important;
}

.rsContent{
    overflow: hidden;
    min-height: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.slider-left{
    width: 40%;
    float: left;
    padding: 60px 0 50px;
    text-align: right;
    margin-right: 5%;
    position: relative;
}
.slider-left img{
    max-height: 100%;
    max-width: 600px;
    height: auto;
    width: 80%;
    border: solid 10px #333;
    border-color: rgba(25,25,25,.5);
}
.slider-content{
    width: 47%;
    float: left;
    padding: 40px 0 30px;
    position: relative;
}
.slider-content .btn{
    margin-right: 15px;
}
.slider-nav{
    top: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 999;
    text-align: center;
    padding: 5px;
    background: #e70014;
    color: #fff;
    font-size: 20px
}

.slider-nav.next{
    left: 0;
}
.slider-nav.prev{
    right: 0
}
#slider{
    width: 100%;
    background: url(images/pattern1.png) !important;
}


.section,
.page.home .section{
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.blog .section,
.page .section,
.archive .section,
.single .section{
    padding-top: 20px;
    padding-bottom: 20px;
}
.grey{
    background: #eee;
}

.one-third{
    width: 31%;
    float: left;
    padding: 10px;
    margin-right: 2.33%;
    color: #666
}
.one-third:nth-child(3n+0){
    margin-right: 0
}
.one-third:nth-child(3n+1){
    clear: left;
}
.one-third h3{
    margin: 0 0 5px 0;
}
.one-third h2{
    font-size: 18px;;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 800;
    color: #333
}

.one-third .left{
    float: left;
    width: 30%;
}

.one-third .right{
    float: right;
    width: 70%
}

.half{
    width: 47%;
    margin-right: 3%;
    float: left;
}
.btn{
    display: inline-block;
    padding: 15px 25px;
    line-height: 1;
    background: #e70014;
    color: #fff;
    text-decoration: none;
    border: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 5px;

}
.btn img{
    width: auto;
    height: 30px;
}
.btn.yellow{
    background: #EDBA47;
    color: #333
}
.btn.yellow:hover{
    background: #ED9138;

}
.btn.btn-small{
    padding: 5px 12px;
    font-size: 12px
}
.btn.inverse{
    background: #333;

}
.btn.inverse:hover{
    background: #111;

}
.btn.center{
    width: 100px;
    text-align: center;
    margin: 5px auto;
    display: block;
}
.btn:hover{
    background: #930007;
    color: #fff
}
.margin-top{
    margin-top: 20px;
}
.icon-round{
    display: block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    color: #fff;
    background-color: #282828;
    border-radius: 5px;
    line-height: 1;
    font-size: 25px
}
.icon-round i.fa{
    vertical-align: middle;
    display: inline;
}


.box-quater, .one-third, .box-half, #sidebar, #content, .half{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/* SERVICE */
.service{
    width: 100%;
    clear: both;
    float: none;
    margin: 0 0 25px;
    overflow: hidden;
}
.overview-thumb{
    float: left;
    width: 20%;
    max-width: 150px;
    margin: 0 20px 10px 0;
    height: auto;

}
.overview-content{
    float: left;
    width: 70%
}

.overview-content .title{
    margin: 0 0 5px;
    font-weight: 700
}
img.page-banner{
    margin: -20px 0 40px;
}



/* TABLE */

td,th{
    padding: 7px 15px;

}

tbody th{
    text-align: left;
    background: #e70014;
    color: #fff;
    font-weight: normal; 
}
thead th{
    background: #333;
    color: #fff;
}

tbody tr:nth-child(even) th{
    background: #d50618;
}
tbody tr:nth-child(even) td{
    background: #dedede;
}

/* -------- FOOTER -------- */

#main-footer{
    background: #222;
    color: #aaa ;
    overflow: hidden;
    padding-top: 30px;
    font-size: .9em;
}
#main-footer .one-third{
    color: #aaa;
}
#main-footer a{
    color: #fff;
    text-decoration: none;
}
#main-footer a.btn:hover{
    color: #fff
}
#main-footer a:hover{
    color: #e70014
}
#main-footer h3{
    color: #fff
}
#main-footer .social-list{
    margin: 25px 0 0;
    padding: 0
}
#main-footer .social-list li{
    margin: 0 10px 0 0;
}
.footer-widget{
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: solid 1px #666;
    padding-bottom: 30px;
}
.footer-widget .title{
    margin-bottom: 30px
}
.footer-widget .news-item h3 a{
    color: #fff;
}
.contact-list{
    padding: 0;
    list-style: none;
}
.contact-list p{
    margin-bottom: 0
}
.contact-list li{
    display: block;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.contact-list .left{
    width: 40px;
    float: left;
}
.contact-list .right{
    float: left;
}

.contact-list .fa{
    font-size: 18px;
    color: #fff
}

.contact-list.on-content{
    width: 100%;
}
.contact-list.on-content .fa,
.contact-list.inline .fa{
    color: #333
}
.header-list{
    margin: 0;
    padding: 0
}
.header-list.inline li{
    float: left;
    clear: none;
    margin: 0 0 0 20px;
    color: #555;

}
.header-list.inline .fa{
    font-size: 18px;
    margin-right: 5px;
}
.header-list.inline a{
    color: #555;
    text-decoration: none;
}
.btn-list{
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ccc;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}
.inline li{
    display: inline-block;
    margin-left: 15px;
}
.header-list .social-list{
    display: block;
    list-style: none;
    margin-top: -12px;
    margin: 0;
    padding: 0
}
.header-list .social-list li{
    margin-left: 5px;
}

.header-list .social-list li .fa{
    font-size: 14px;
    margin: 0;
}

a.box-btn{
    border-radius: 3px;
    padding: 5px 4px 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #999;
    color: #fff !important;
    line-height: 1;
    vertical-align: middle;
}
a.box-btn.fb-color{
    background: #0d51c2
}
a.box-btn.tw-color{
    background: #08b8e4
}
a.box-btn.gp-color{
    background: #dc6607
}
a.box-btn.li-color{
    background: #007dc5
}


/* content */
h1.center{
    text-align: center;
}
h2.faded{
    font-size: 18px;
    color: #666;
}
p{
    margin: 0 0 1em;
}
.post-title a{
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
}
.post-title{
    border-bottom: solid 1px #ccc;
    margin-top: 0;
}
.post-meta{
    margin-bottom: 5px;
    color: #666
}
.featured-image{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single .post-meta{
    margin: -10px 0 10px;
}
#content{
    float: left;
    width: 75%;
    padding-right: 30px
}

/* Product title */
.product-title{
    font-weight: 800;
    font-size: 24px;
}
.page .product-title{
    margin-top: 0
}
.product-subtitle{
    font-size: 20px;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 30px;
    color: #666
}

.product-box .box-title{
    font-size: 12px
}
.product-box{
    width: 30%;
    margin-right: 3.33333%;
    padding: 5px;
    border: solid 1px #eee;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}
.product-box:nth-child(3n+1){
    clear: left;
}
.product-image{
    float: left;
    width: 30%;
}
.product-image img{
    width: 100%;
    height: auto;

}
.product-image a{
    cursor: zoom-in;
}

.product-desc{
    float: right;
    width: 65%;
}

.product-list .box-title{
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    background: transparent;
    color: #333;
    margin-bottom: 0;
    padding: 0
}
.product-list .box-subtitle{
    text-align: left;
    font-size:12px;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #999
}
.product-list .box-subtitle.no-border{
    border-bottom: 0;
}
.box-content.padded{
    padding: 10px;
}

.product-list .product-box:hover .box-image img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-list .product-box .box-image:hover img{
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: none;
    
}
.product-list .product-box{
    border: none;
    width: 25%;
    margin-right: 7%;
}
.product-list .product-box .box-image{
    margin-bottom: 10px;
}
.product-list .product-box .box-image{
    height: 200px;
    text-align: center;
    vertical-align: middle;
     border: solid 1px #eee;
    padding:10px;
    border-radius: 5px; 
}
.product-list .product-box .box-image a:first-child{
    display:block;
    height: 200px;
    width: 100%;
    white-space: nowrap;

}
.v-helper{
    display: inline-block;
    height: 100px;
}
.product-list .product-box .box-image img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;

}


/* sidebar */
#sidebar{
    float: right;
    width: 25%;
    border-left: solid 1px #eee;
    padding-left: 30px;
    font-size: .9em
}

#sidebar ul{
    padding: 0;
    margin:0;
    list-style: none;
}

#sidebar li{
    border-bottom: dotted 1px #ccc;
}
#sidebar li:last-child{
    border: 0;
}
#sidebar li a{
    display: block;
    color: #333;
    padding: 6px 15px;
    text-decoration: none;

    -webkit-transition: all .7s;
    transition: all .7s;

}
#sidebar li a:hover{
    background: #333;
    color: #fff
}
#sidebar li ul{
    border-top: dotted 1px #ccc;

}
#sidebar li ul a{
    color: #666
}
#sidebar li li{
    position: relative;
}
#sidebar li li a{
    padding-left: 35px
}
#sidebar li li:before{
    display: block;
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 15px;
    top: 8px;

}
#sidebar #sgr-custom-taxonomies-menu-2>ul>li>a{
    font-weight: bolder;
}
.widget{
    margin-bottom: 20px
}
.widget-title{
    display: block;
    color: #e70014;
    padding: 0 0 10px;
    border-bottom: solid 1px #e70014; 
    margin-bottom: 10px;
    text-decoration: none;
}
.news-list .left{
    float: left;
    width: 30%;
}
.news-list .right{
    float: right;
    width: 70%
}
.news-list .no-thumb .left{
    display: none;
}
.news-list .no-thumb .right{
    width: 100%;
    float: none;
}
.news-list .left img{
    width: 70%;
    float: left;
    padding: 5px;
    background: #222;
    border: solid 1px #444;
}
.news-list .btn{
    margin-top: -5px
}
.news-item h3 a{
    color: #da2a27;
    text-decoration: none;
    font-size: .9em
}
.news-item h3{
    margin: 3px 0;
    font-weight: normal;
}
.news-item{
    margin-bottom: 15px;
    overflow: hidden;
}
.news-item .meta{
    line-height: 1
}
.footer-widget:last-child{
    border-bottom: 0
}

#footer-message{
    padding: 8px 0;
    background: #111;
    overflow: hidden;
    clear: both;
}
#footer-message .left{
    float: left;
}

#footer-message .right{
    float: right
}
/* Form */

input[type=text],
input[type=password],
input[type=email],
textarea{
    padding: 10px 10px;
    width: 99%;
    background: #eee;
    border: 0
}


#main-footer input[type=text],
#main-footer input[type=password],
#main-footer input[type=email],
#main-footer textarea{
    background: #333;
    color: #fff
}


/*
    pagination
*/
.wp-pagenavi{
    margin: 5px auto 3px; 
}
.wp-pagenavi a,
.wp-pagenavi span{
    border: 0;
    border-radius: 3px;
}
.wp-pagenavi .page{
    border: 1px solid #444;
}
.wp-pagenavi span{
    border: 0;
}

.row.sharer{
    margin: -15px 0 15px;
    text-align: right;
    line-height: 1.8;
}
.addtoany_list{
    float: right
}
.at-share-tbx-element .at-share-btn{
    border-radius: 3px !important;
    overflow: hidden !important;
}
.at-share-tbx-element{
    float: right;
}
.addthis_sharing_toolbox{
    display: inline !important;

}
/* helper */
.space-top{
    margin-top: 15px
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1300px) {
    
}

@media only screen and (max-width: 1024px) {
    .product-box{
        width: 45%;
        margin-right: 5%;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .box-title{
        font-size: 12px
    }

    .box-quater,
    .box-quater:first-child{
        width: 35%;
        margin-right: 15%;
    }
    .box-quater:nth-child(2n+1){
        margin-right: 0;
        clear: left;
    }

    .box-quater.home-box{
        width: 23%;
        margin-right: 2%;
    }

    .box-quater.home-box:first-child{
        margin-right: 2% !important;;
        clear: none;
    }
    .box-quater.home-box:nth-child(2n+1),
    .box-quater.home-box:nth-child(3n+1){
        margin-right: 2%;
        clear: none;
    }
    .box-quater.home-box:nth-child(4n+0){
        margin-right: 0
    }
    .box-quater.home-box:nth-child(4n+1){
        clear: left;
    }

    .product-list .product-box{
        width: 40%;
        margin-right: 10%;
    }
    .product-list .product-box:nth-child(3n+1), 
    .product-box:nth-child(3n+1){
        clear: none;
    }
    .product-box:nth-child(3n+1){
        margin-right: 5% !important
    }
    .product-list .product-box:nth-child(3n+1){
        margin-right: 10%
    }

    .product-list .product-box:nth-child(2n+1), 
    .product-box:nth-child(2n+1){
        clear: left;

    }

    
}
@media only screen and (max-width: 960px) {
    .box-quater.home-box:first-child{
        margin-right: 3% !important;;
        clear: none;
    }
    .box-quater.home-box{
        width: 48%;
        margin-right: 3%
    }
    .box-quater.home-box:nth-child(2n+0){
        margin-right: 0
    }
    .box-quater.home-box:nth-child(2n+1){
        clear: left;
        margin-right: 3%
    }

    .slicknav_menu{
        display: block;
    }
    #main-nav{
        display: none;
    }

    .header-list{
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #header-right{
        float: none;
        clear: both;
    }
    #logo{
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo img{
        height: 55px

    }
    .header-list.inline li{
        display: inline-block;
        float: none;
        margin: 0 10px 0 0;
    }
    
    #main-header{
        position: relative;
    }
    body{
        padding-top: 0
    }
}
@media only screen and (max-width: 768px) {
    

    .box-quater, .box-quater.home-box, .product-box, .one-third, .product-image, .product-desc, #content, #sidebar, .half, .product-list .product-box{
        width: 100%;
        height: auto;
        float: none;
        clear: both;
        margin: 0 auto 30px;
        overflow: hidden;
    }
    .half:last-child{
        margin-bottom: 0
    }

    #sidebar{
        padding: 0;
        border: 0
    }

}

@media only screen and (max-width: 767px) {
    
    .overview-thumb,
    .overview-content{
        width: 100%;
        height: auto;
        float: none;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;

    }

    .slider-left{
        padding-top: 20px;
        clear: both;
        width: 100%;
        float: none;
        text-align: center;
    }
    .slider-content{
        clear: both;
        width: 80%;
        float: none;
        margin: 10px auto;
        padding-top: 0

    }
    #slider{
        height: auto;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
.wrapper:before,
.wrapper:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.wrapper:after,
.row:after,
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        /*background: transparent !important;*/
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #sidebar, #main-footer, #main-nav, .social-list, .sharer, .social-list{
        display: none !important;
    }
    #content{
        width: 100%;
    }
    #header-right{
        clear: both;
        padding: 20px 0;
        overflow: hidden;
        float: none;
        text-align: left;
    }
    .header-list.inline li{
        margin: 0 20px 0 0;
    }

/*    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
*/
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}