﻿@charset "utf-8";
html, body{
    height:100%;
}
body {
    margin: 0;
    padding: 0 0 40px 0;
    background: #343434;
    
    font-family: unset;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
}
.container {
    max-width: 1400px;

}
.relative {
	position: relative;
}

.right {
	float: right;
}
.highlight{
    background:#f8f544;
}
.left {
    float: left;
}
.block{
 	list-style:none;
    display:inline-block;
    margin:0px;
    padding:0px;
    vertical-align:top;
    width:100%;
}
.block > li{
 	list-style:none;
    display:inline-block;
    margin:0px;
    padding:0px;
    vertical-align:top;
}
.clearer{
    height:0px;
    clear:both;
}
.no-margin{margin:0px;}
.no-padding{padding:0px;}
.fixed-top {
    
   position:fixed;
    top:0;
    width:100%;
    z-index:3;
    
}
.fixed-top #header {
    display:none;
}
    .bb-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.toggleShow{display:none}
#header {
    padding: 10px 0px;
    background: #01b45b;
    left no-repeat;
    /*background-position: calc(50% - 25%) top;
    background-size: cover;*/
}
#nav-container {
    position: relative;
    margin-top: 0px;
    width: 100%;
    background: #fff;
    /*background: rgba(255,255,255,1);*/
}
.k-floating-label-container {
    width: 100%;
    font-size: 15px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;

}
@media all and (max-width: 1000px) {
    #nav-container {
        position: initial;
        z-index: 0;
        margin-top: 0px;
        width: 100%;
        background: #fff;
    }
}
.green-bg-img {
    background: #01b45b url('../images/bg-top.jpg') no-repeat;
    background-position: calc(50% - 25%) top;
    background-size: cover;
}
.fill-out {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.cover {
    background-size: cover !important;
    background-position: calc(50% - 25%) top;
}
#logo {
    
    display: inline-block;
    width:400px;
    margin-top:8px;
    margin-bottom:8px;
    /*margin: 20px 0px;*/
}

#logo img{
    width:100%;
}
#top-menu, #top {
    background: #E2E4D6;
}
#supplier-logo{
    float:right;
    margin:10px 0px 10px 10px;
    
}
#supplier-logo img {
    height:40px;
}

.top-list{
    list-style:none;
    margin:0px;
    padding:8px 8px;
    float:right;
    /*background:#92CE2B;
   border-radius: 0px 0px 10px 10px;*/
    
    display:flex;
   
}
    .top-list li {
        list-style:none;
    }
        .top-list li:hover ul {
            display: block;
        }
    .top-list li ul {
        list-style: none;
        margin-left:-20px;
        display:none;
    }
    .top-list li ul a {
        background:#000;
        color:#fff;
        float:none;
        margin-left:0px;
        width:100%;
        padding:0px 10px;

    }
    .top-list a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    line-height: 29px;
    white-space: nowrap;
    margin-left: 20px;
}
    .top-list a:hover {
        color:#fff;
    }
    .top-list .name {
        float:left;
    }
.web-icon{
	width:29px;
    height:29px;
    display:inline-block;
    margin-right:5px;
    float:left;

}
.cartNumber {
    width: 25px;
    height: 25px;
    line-height:25px;
    background: #FAE500;
    display: inline-block;
    border-radius: 15px;
    min-width: 22px;
    text-align: center;
    color: #000;
    font-size: 12px;
    float: left;
    margin-right: 5px;
}
.web-icon.icon-locations{ background:url('../images/locations.png') no-repeat;}
.web-icon.icon-account{ background:url('../images/account.png') no-repeat;}
.web-icon.icon-cart{ background:url('../images/cart.png') no-repeat;}
.web-icon.icon-search{ background:url('../images/search.png') no-repeat;}
    .web-icon.icon-about {
        background: url('../images/about.png') no-repeat;
    }
    .web-icon.icon-contact {
        background: url('../images/contact.png') no-repeat;
    }
    .web-icon.icon-clock {
        background: url('../images/clock.png') no-repeat;
    }
.phone {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;

    padding: 7px 5px;
    font-family: 'Heebo', sans-serif;

}

.phone span img{  
    height:16px;
    
    margin-right:10px;
}
.phone a {color:#fff;text-decoration:none;}
    .phone a .location {
        font-size: 16px;
        
        font-weight: normal;
        text-transform: uppercase;
    }

.account-menu a{
    
    margin-bottom:2px;
    text-align:center;
}
@media all and (max-width: 1000px) {
    .phone a .location {
        display:block;
    }
}

.social {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.social li{
	display:inline-block;
	padding:0px 2px 0px 2px;
	list-style:none;
    vertical-align:top;
    height: 29px;
}
.full-img img{
    width:100%;
}
#categories {
    color:white;
    text-align:center;
    background:#000; 
}
#categories a {
    line-height:60px;
    font-size:100%;
    font-weight:bold;
}
#contact-container {
    background-color: #efefef;
    /*background-image: -webkit-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -moz-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -ms-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -o-linear-gradient(top, #666 0%, #343434 100%);
    background-image: linear-gradient(top, #666 0%, #343434 100%);*/
    
    padding: 30px 0px;
}
    #contact-container h1 {
        /*font-family: "Lilita One", sans-serif;*/
    }
.big-button {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 20px;
    background: #01b45b;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.styled-form {
    line-height: 30px;
}
.styled-form input.k-textbox {
    min-height: 40px;
    line-height: 40px;
}
.styled-form .k-textbox {
    margin-bottom: 20px;
    width: 100%;
}
.styled-form label {
    float:left;
    
}
.styled-form .big-button {
    background: #01b45b !important;
}
.styled-form h2 {
    color: #343434 !important;
}
.styled-form textarea.k-textbox {
    padding: 10px 20px;
}
.styled-form label {
    position: absolute;
    font-weight: normal;
    color: #666;
    top: 5px;
    bottom: 0;
    left: 30px;
    width: auto;
    transition: 0.2s;
    min-width: 0px !important;
}
    .k-textbox:hover {
        border-color: #01b45b!important;
    }
.styled-form .k-textbox:focus + label, .styled-form .k-textbox:valid + label {
    display: none;
}
    .fill {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain !important;
    }

.h100 {
    height: 100% !important;
}

.middle {
    vertical-align: middle !important;
}
.grey-gradient {
    background-color: #666;
    background-image: -webkit-linear-gradient(top, #343434 0%, #666 100%);
    background-image: -moz-linear-gradient(top, #343434 0%, #666 100%);
    background-image: -ms-linear-gradient(top, #343434 0%, #666 100%);
    background-image: -o-linear-gradient(top, #343434 0%, #666 100%);
    background-image: linear-gradient(top, #343434 0%, #666 100%);
}
.grey-gradient-up {
    background-color: #343434;
    background-image: -webkit-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -moz-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -ms-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -o-linear-gradient(top, #666 0%, #343434 100%);
    background-image: linear-gradient(top, #666 0%, #343434 100%);
}
.green-gradient {
    background-color: #019533;
    background-image: -webkit-linear-gradient(top, #019533 0%, #9BD02A 100%);
    background-image: -moz-linear-gradient(top, #019533 0%, #9BD02A 100%);
    background-image: -ms-linear-gradient(top, #019533 0%, #9BD02A 100%);
    background-image: -o-linear-gradient(top, #019533 0%, #9BD02A 100%);
    background-image: linear-gradient(top, #019533 0%, #9BD02A 100%);
}
.green-gradient-up {
    background-color: #9BD02A;
    background-image: -webkit-linear-gradient(top, #9BD02A 0%, #019533 100%);
    background-image: -moz-linear-gradient(top, #9BD02A 0%, #019533 100%);
    background-image: -ms-linear-gradient(top, #9BD02A 0%, #019533 100%);
    background-image: -o-linear-gradient(top, #9BD02A 0%, #019533 100%);
    background-image: linear-gradient(top, #9BD02A 0%, #019533 100%);
}
    /******************* Feature ****************************/
#feature {
    background: #ccc;
    max-height:450px;
}
#feature .slick-dotted {
    margin-bottom: 0px!important;
    
}
.feature .slick-dots {
    position: absolute;
    z-index: 100;
    bottom:20px;
}
.feature .slick-next {
    right: 20px;
    z-index: 100;

}
.feature .slick-prev {
    left: 20px;
    
    z-index: 100;
}

.feature {
    color: #000;
   
    
}
    
    
#feature .slick-track, #feature .slick-list {
    max-height: 450px !important;
}
#feature .slick-slide {
    height: auto !important;
    max-height: 450px !important;
}
    #feature .slick-slide .container {
        height: 450px !important;
        transform: scale(0.7);
    }

    #carouselProduct .product {
    height: 180px;
    font-size: 25px !important;
    position: relative;
    font-family: Arial;
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: left;
}
    #carouselProduct .product .image {
        height: 160px;
    }
#carouselProduct .carousel-control-prev, #carouselProduct .carousel-control-next {
    width: 14px;
    
}
#carouselProduct .carousel-control-next {
    width: 14px;
}
#carouselProduct a {
    font-size:12px;
    color:#000;    
}
.slick .image {
    border: 10px;
}

.slick-slider .product {
    margin: 25px 10px;
}
.add-to-cart {
    float: none !important;
    background: transparent url('../images/cart.png') no-repeat !important;
    width: 29px;
    height: 29px;
    border: none !important;
}

    .add-to-cart:hover {
        background: transparent url('../images/cart-o.png') no-repeat !important;
    }
.product a.pName {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #343434;
    padding: 10px;
    min-height: 50px;
    display: inline-block;
    width: 100%;
    background: #343434;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-transform: uppercase;
}
.grid-product a.pName {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #343434;
    padding: 10px;
    min-height: 50px;
    display: inline-block;
    width: calc(100% - 20px);
    background: #343434;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-transform: uppercase;
}
.smallPadd{
    padding-left:5px!important;
    padding-right:5px!important;
}

.zoom {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}
.transition {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.btn-green {
    background: #01b45b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
}

.btn-black {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
}
    .btn-green:hover, .btn-black:hover {
        background: #999 !important;
        border: none !important;
    }
    /******************* Form ****************************/
    .form {
    width: 100%;
}
.form label{
    color:#92CE2B;
    font-weight:bold;
}
.form .k-textbox{
    width:100%;
    
}
.form textarea.k-textbox{
    line-height: 20px!important;
    height:90px
}
.form button{
    margin-top:10px;
}

/****************************Password***********************/
.pswd_info {
    position: absolute;
    display: none;
    margin-top: 5px;
    width: auto;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 250px;
}


    .pswd_info ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .pswd_info span {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        color: #000;
        font-size: 14px;
        display: block;
    }

    .pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

    .pswd_info .invalid {
        background: url(/images/cross.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

    .pswd_info .valid {
        background: url(/images/tick.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }
/****************************Home Grid**********************/
.homeGrid {
    text-align: center;
    color: #343434;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
}
    .homeGrid > .row {
        margin-bottom:14px;
    }
    
        .bb-button {
            border: solid 1px #343434;
            color: #343434!important;
            min-width:180px;
            display:inline-block;
            padding:10px;
            
            margin-bottom:10px!important;
            background:rgba(255,255,255,0.5);
            cursor:pointer;
        }
            .contents .homeGrid a:hover, .bb-button:hover {
                color: #fff !important;
                background: rgba(0,0,0,0.3);
            }
        .homeGrid .c-left {
            margin-right:7px;
        }
        .homeGrid .c-middle {
            margin-right: 7px;
            margin-left: 7px;
        }
        .homeGrid .c-right {
            margin-left: 7px;
        }
        .homeGrid .t-order, .homeGrid .t-builder, .homeGrid .t-diy, .homeGrid .t-advantage, .homeGrid .t-delivery, .homeGrid .t-architectural {
            background-color: #EEEEEE;
            min-height:400px;
            padding:15px;
        }
        .homeGrid .t-order {
            padding-left: 50%;
            background-image: url('../images/home/bg-shop.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
        }
        .homeGrid .t-builder {
            padding-right: 40%;
            background-image: url('../images/home/bg-builder.jpg');
            background-repeat: no-repeat;
            background-position: bottom right;
            background-size: cover;
        }
        .homeGrid .t-diy {
            padding-left: 40%;
            background-image: url('../images/home/bg-diy.jpg');
            background-repeat: no-repeat;
            background-position: bottom right;
            background-size:cover;
        }
        .homeGrid .t-advantage {
            background-image: url('../images/home/bg-advantage.jpg');
            background-repeat: no-repeat;
            background-position: bottom center;
            background-size: cover;
            /*color:#fff;*/
        }
.homeGrid .t-delivery {
    background-image: url('../images/home/bg-delivery2.jpg?w=600&h=500&mode=crop');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.homeGrid .t-architectural {
    padding-right: 45%;
    background-image: url('../images/home/easycraft.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.show-more-a{
    padding-top:10px;
    display:block;
}
.btn-red.remove {
    border-radius: 20px;
    border: none;
    padding: 5px;
    float: right;
    float: right;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 3px 3px 5px;
}

.btn-red {
    border-color: #F00 !important;
    color: #f00 !important;
}

    .btn-red:hover {
        background: #F00 !important;
        color: #fff !important;
    }
.totalsPanel {
    background: #fff;
    line-height: 30px;
    padding: 15px;
    text-align: center;
    box-shadow:rgba(0,0,0,0.1) 5px 5px 10px;
}
    .totalsPanel .big-button {
        width: 100%;
        color: #fff;
        display: inline-block;
        margin-bottom: 0px
    }
    .big-button:hover {
        color:#FAE500!important;
    }
@media only screen and (max-width: 1250px) {
    .contents .homeGrid h1 {

        font-size: 40px;
    }
}
        @media only screen and (max-width: 991.98px) {
            .homeGrid > .row {
                margin-bottom: 0px;
            }
            .contents .homeGrid h2 {
                
            }
            .homeGrid .c-left {
                margin-right: 0px;
            }

            .homeGrid .c-middle {
                margin-right: 0px;
                margin-left: 0px;
            }

            .homeGrid .c-right {
                margin-left: 0px;
            }
            .homeGrid .t-order {
                padding-left: 50%;
                background-position: top center;

            }

            .homeGrid .t-builder {
                padding-right: 35%;
                background-position: top right;

            }

            .homeGrid .t-diy {
                padding-left: 35%;
                background-position: bottom left;
                background-size: cover;

            }
            .homeGrid .t-architectural {
                padding-right: 40%;

            }
        }
@media only screen and (max-width: 768px) {
    .homeGrid .t-order, .homeGrid .t-builder, .homeGrid .t-diy, .homeGrid .t-advantage, .homeGrid .t-delivery, .homeGrid .t-architectural {

        min-height: unset;

    }
    .homeGrid .t-order {
        padding-left: 20%;
        background-position: 60%;
    }
    .homeGrid .t-builder {
        padding-right: 30%;
    }

    .homeGrid .t-diy {
        padding-left: 30%;
    }
    .homeGrid .t-architectural {
        padding-right: 40%;
    }
}
@media only screen and (max-width: 578px) {
    .contents .homeGrid h1 {
        font-size: 30px;
    }
    .homeGrid .t-order, .homeGrid .t-builder, .homeGrid .t-diy, .homeGrid .t-advantage, .homeGrid .t-delivery, .homeGrid .t-architectural {
        
        font-size:14px;
    }
    .homeGrid .t-order {
        background-position: 70%;
    }

    .homeGrid .t-builder {
        padding-right: 30%;
    }

    .homeGrid .t-diy {
        padding-left: 30%;
    }
}
@media only screen and (max-width: 400px) {
    .contents .homeGrid h1 {
        font-size: 20px;
    }

    .homeGrid .t-order, .homeGrid .t-builder, .homeGrid .t-diy, .homeGrid .t-advantage, .homeGrid .t-delivery, .homeGrid .t-architectural {
  
        font-size: 14px;
    }

    .homeGrid .t-order {
        background-position: 70%;
    }

    .homeGrid .t-builder {
        padding-right: 30%;
    }

    .homeGrid .t-diy {
        padding-left: 30%;
    }
}
    /****************************Carousel**********************/
    /*

CC 2.0 License Iatek LLC 2018
Attribution required

*/
    @media (min-width: 768px) {
        /* show 3 items */
        .carousel3 .carousel-inner .active, .carousel3 .carousel-inner .active + .carousel-item, .carousel3 .carousel-inner .active + .carousel-item + .carousel-item, .carousel3 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
            display: block;
        }
        /* show 3 items */
        .carousel6 .carousel-inner .active,
        .carousel6 .carousel-inner .active + .carousel-item,
        .carousel6 .carousel-inner .active + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            display: block;
        }

        .carousel3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
        .carousel3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
        .carousel3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
        .carousel3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
            transition: none;
        }

        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel6 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            transition: none;
        }

        .carousel-inner .carousel-item-next,
        .carousel-inner .carousel-item-prev {
            position: relative;
            transform: translate3d(0, 0, 0);
        }

        .carousel3 .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: absolute;
            top: 0;
            right: -33.3333%;
            z-index: -1;
            display: block;
            visibility: visible;
            width: 33.3333%;
        }

        .carousel6.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: absolute;
            top: 0;
            right: -33.3333%;
            z-index: -1;
            display: block;
            visibility: visible;
            width: 16.6666%;
        }
        /* left or forward direction */
        .active.carousel-item-left + .carousel-item-next.carousel-item-left,
        .carousel-item-next.carousel-item-left + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: relative;
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }


        /* farthest right hidden item must be abso position for animations */
        .carousel-inner .carousel-item-prev.carousel-item-right {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            display: block;
            visibility: visible;
        }

        /* right or prev direction */
        .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
        .carousel-item-prev.carousel-item-right + .carousel-item,
        .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
        .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: relative;
            transform: translate3d(100%, 0, 0);
            visibility: visible;
            display: block;
            visibility: visible;
        }
    }

    @media only screen and (max-width: 767.98px) {
        #carouselProduct .carousel-item.col-md-2 {
            width: 25% !important;
            flex-basis: 25%% !important;
        }
    }
    /************************ Search **************************/
    .search {
        display: inline-block;
        float: right;
        width: 350px;
        padding-top: 10px;
    }
    @media all and (max-width: 1250px) {
        .search {
            width: 300px;
        }
    }
    @media all and (max-width: 1000px) {
        .search {
            width: 250px;
            /*display: none*/
            margin-top: -50px;
        }
    }
    #search {
        width: 100%;
        line-height: 40px;
        display: block;
        text-align: left;
        float: right;
    }


#search-text {
    /*background: rgba(0, 0, 0, 0.01);
        border: solid 1px #efefef;
        
        font-size: 14px;
        height: 36px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 0px;
        width: calc(100% - 56px);
        */
    /*border-radius: 5px 0px 0px 5px;*/
    /*color: #000;*/
    float: right;
    height: 36px;
    width: calc(100% - 56px);
}
        #search-text:focus {
            border-color: #01b45b;
        }
        #search-submit {
            color: #fff;
            height: 36px;
            border: none;
            cursor: pointer;
            padding: 0px 20px !important;
            margin: 0px !important;
            float: right;
            display: inline-block;
            background: transparent url('../images/search.png') no-repeat 5px 3px;
            /*border-radius: 0px 5px 5px 0px;*/
        }

    #banner {
        background: #fff;
    }

    .center {
        text-align: center;
    }

    .cat-description {
        background: #01b45b url('../images/bg-top.jpg') no-repeat;
        background-size: cover !important;
        background-position: 50% top;
        color: #fff;
        margin-bottom: 40px;
    }

    .gal-prod-container {
        padding: 0px 25px;
    }

    .gal-prod {
        list-style: none;
    }

        .gal-prod img {
            cursor: pointer;
            background: #343434;
            border: solid 1px #fff;
        }
        /*.gal-prod {
    margin: 0px 10px;
    padding: 0;
    list-style: none;
    
    bottom: 40px;
}*/


        .gal-prod div.active img {
            /*border-radius: 30px 0px 0px 0px !important;*/
            border: solid 1px #343434;
        }

    .code {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-top: -18px;
        display: block;
    }

    .firstDiv {
        background-repeat: no-repeat;
        background: #f6f6f6;
        background-size: cover;
        padding-top: 30px;
    }

    .secondDiv {
        background: #efefef;
        color: #343434;
        padding-bottom: 20px;
    }

    .thirdDiv {
        background: #fff;
        padding-bottom: 20px;
        padding-top: 20px;
    }

.bcDiv {
    position: relative;
    /*background-image: url('/content/userfiles/images/Plasterboard/13mm standard sheetrock.png');*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    background-color: #343434;
}

        .bcDiv .overlay {
            /*background: rgba(153,153,153,0.6);*/
            /*padding: 15px 0px 115px 0px;*/
            text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        }

    .bcDiv .container {
        padding: 5px 15px 0px 15px !important;
    }
    .bcDiv .container h1 {
        font-size:40px;
    }
    .bcDiv .code {
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;

        font-weight: normal;
    }

    .bread {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        line-height: 30px;
        vertical-align: middle;
        text-transform: uppercase;
        color: #666;
        margin-bottom: -20px;
        margin-top: 0px;
    }

        .bread a {
            color: #999 !important;
            font-size: 15px;
            line-height: 18px;
        }

            .bread a:hover {
                color: #01b45b !important;
            }

    .bcDiv h1 {
        color: #fff !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .gallery {
        /*margin: -130px 0px 20px 0px;*/
        margin: 0px 0px 20px 0px;
        background: #f6f6f6;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        vertical-align: middle;
    }

    #main-img {
        width: 100%;
        height: 100%;
    }
    /**************************** Products ****************************/
    .styleRow table {
        width: 100%;
        border-collapse: collapse;
        font-size:14px;
    }

        .styleRow table th {
            
            color: #343434;
            padding: 10px 10px;
            
        }

        .styleRow table td {
            padding: 6px 10px;
            
            text-transform: capitalize;
        }
        /* provide some minimal visual accomodation for IE8 and below */
        .styleRow table tr {
            //background: rgba(0,0,0,0.1);
            border-bottom: solid 1px #fff;
        }
            /*  Define the background color for all the ODD background rows  */
            .styleRow table tr:nth-child(odd) td:nth-child(odd) {
                background: rgba(255,255,255,0.6);
                padding: 4px 10px;
            }

            .styleRow table tr:nth-child(odd) td:nth-child(even) {
                background: rgba(255,255,255,0.4);
                padding: 4px 10px;
            }
            /*  Define the background color for all the EVEN background rows  */
            .styleRow table tr:nth-child(even) td:nth-child(odd) {
                background: rgba(255,255,255,0.3);
                padding: 4px 10px;
            }

            .styleRow table tr td:nth-child(even) {
                background: rgba(255,255,255,0.1);
                padding: 4px 10px;
            }

    .t-header {
        color: #fff;
        padding: 0px;
        font-weight:bold
    }

        .t-header.v1 {
            color: #01b45b;
            margin: 0px;
            
        }

        .t-header.v2 {
            color: #343434;
            margin: 0px;
        }

    .t-body {
        margin-bottom: 2px;
        min-height: 50px;
        vertical-align: middle;
    }

    .products-list .row {
        min-height: 40px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex: 100% 100%;
        height: 100%;
        margin-bottom: 3px;
    }
    /*.t-header .col-md-6 div, .t-header .col-md-6 div {
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}*/
    /*.products-grid .t-header.row {

    margin-bottom: 0px;
}*/
    .t-body div, .t-header div {
        vertical-align: middle !important;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 100%;
    }

    .t-body a {
        vertical-align: middle !important;
    }

.t-body .col, .t-body .col-md-8  {
    min-height: 30px;
    padding: 5px 15px;
}
.t-header.v2 {
    height: 100%;
    margin: 0px;
    padding: 0px 15px;
}
    .t-body2 {
        margin-top: 10px;
    }

        .t-body2 a {
            /*color: #000 !important;*/
        }

    .t-body.v1 {
        background: #f1fef8; /*rgba(56, 133, 37, 0.075);*/
        height: 100%;
        margin: 0px;
    }

        .t-body.v1 a {
            /*color: #0B8E36;*/
        }

    .t-body.v2 {
        background: rgba(0, 0, 0, 0.1);
        height: 100%;
        margin: 0px;
    }
    .t-body.v2 {
        background: rgba(0, 0, 0, 0.03);
        height: 100%;
        margin: 0px;
        padding:0px 15px;
    }

        .t-body.v2 .alt {
            background: rgba(255,255, 255, 0.1);
        }
.col-add {
    width: 130px;
    float: left
}
.listImgDiv {
    padding: 0px;
    width: 117px !important;
    float: left !important;
    background: #fff;
    height: 80px;
    font-size:11px;
}
    @media only screen and (max-width: 1100px) {

        .t-body.v1, .t-body.v2, .t-header.v1, .t-header.v2 {
            height: 50%;
            width: 100% !important;
            max-width: 100% !important;
            flex: none;
        }

        .t-body.v1, .t-body.v2 {
            background: #efefef;
        }

            .t-body.v2 .col, .t-body.v2 .col-add {
                vertical-align: top !important;
                display: flex;
                align-items: flex-start;
                padding: 0px;
            }
    }

    .unitinfo {
        font-size: 11px;
        color: #999;
    }

h2 .price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px !important;
    font-weight: bold;
    color: #FAE500;
}

    #listView {
        /*padding: 10px 5px;
            margin-bottom: -1px;
            min-height: 510px;*/
        font: inherit;
        background: transparent !important;
        padding: 0px;
        border: none;
    }

#listViewContainer .col-sm-6, #listViewContainer .col-md-4, #listViewContainer .col-xs-12, #listViewContainer .col-lg-3, #listViewContainer .col-md-3 {
    margin: 0px 0px 10px 0px;
    float: left;
}

    .grid-product {
        position: relative;
        width: calc(100% - 10px);
        display: inline-block;
        border: solid 1px #dbdbdb;
        background: #fff;
        text-align: center;
        padding-top:10px;
    }

    .padd10 {
        padding: 10px;
    }

    .grid-product img {
        width: 100%;
        /*padding:10px;*/
        background: #fff;
    }

    .grid-product h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px !important;
        min-height: 57px;
        margin: 0px!important;
        padding: 0px;
    }
.grid-product .units {
    margin: 0px !important;
    padding: 0px !important;
    font-size:11px;
    line-height:11px;
}

    .grid-product h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

.grid-product .price {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}
    span.price.special{
        color:#f00;
    }
    span.price {
        color: #343434;
        font-size: 16px;
        font-weight:bold;
    }
    .strikethrough {
        text-decoration: line-through;
    }

.k-pager-wrap .k-pager-nav, .k-pager-wrap .k-select {
    display: flex !important;
    justify-content: center !important; /* align horizontal */
    align-items: center !important; /* align vertical */
}

#btn-list, #btn-grid {
    padding: 7px;
}


    #pager {
        margin-top: -1px;
        border: none;
        background: transparent;
    }
    /******************************** Cart *************************/
.top-list li a{
    position:relative;
}


        .cartNumber:empty {
            display: none;
        }

.discounts {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: table;
}

    .discounts li {
        display: inline-block;
        margin-right:5px;
        
    }

        .discounts li a {
            /*border: solid #dbdbdb 1px;*/
            color: #999;
            background: #fff;
            padding: 4px 8px;
            display: block;
            font-size: 16px;
            text-align: center;
            
            border: solid 1px #ccc;
            font-family: "Roboto Condensed", sans-serif;
        }

                .discounts li a .key {
                    background: #999;
                    padding: 0px;
                    margin-right: 5px;
                    border-radius: 10px;
                    color: #fff;
                    width:20px;
                    height:20px;
                    display:inline-block;
                    line-height:20px;
                    font-size:14px;
                }

            .discounts li a:hover, .discounts li a.active {
                color: #01b45b;
                border-color: #01b45b;
            }
                .discounts li a:hover .key, .discounts li a.active .key {
                    background: #01b45b;
                }

    .bulk-pop {
        /*background: #FAE500;
        color: #01b45b;*/
        background: #01b45b;
        color: #fff;
        font-size: 11px;
        width: auto;
        padding: 2px 3px;
        border-radius: 5px;
        cursor: pointer;
        left: 50%;
    }

    .products-grid .bulk-pop {
        border-radius: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 2px 10px;
        width: 80px;
        text-align: center;
        line-height: 11px;
        left: 0px;
        margin-left: -40px;
    }
.products-list .bulk-pop {
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 2px 10px;
    width: 80px;
    text-align: center;
    line-height: 11px;
    left: 50%;
    margin-left: -40px;
}
    .prod-add {
        text-align: center;
        background: #e1e1e1;
        padding: 10px;
    }

    .grid-product-prices {
        padding: 0px 0px 15px 0px;
    }

        .grid-product-prices .bulk-pop {
            padding: 5px 10px;
            margin: 0px -10px -10px -10px;
            width: 100%;
        }

    .k-tooltip {
        background: #fff !important;
    }

        .k-tooltip .k-callout-s {
            border-top-color: #fff !important;
        }

        .k-tooltip .discounts {
            margin-bottom: 0px;
        }

        .k-tooltip .k-i-close {
            color: #000;
        }
        .k-tooltip .discounts li {
            margin-right:5px;
            display:table-cell;
        }

        .k-tooltip .discounts li a {
            background: #01b45b;
            color: #fff;
            border-color: #fff;
            margin-right: 5px;
        }

    /*.k-widget .k-icon {
        height: 100% !important;
    }
    .k-tooltip-button .k-widget .k-icon {
        height: 1em !important;
    }*/
    /****************************  ****************************/
    .contents {
        background: #fff;
        /*background: url('../images/bg-body3.png') center top;*/
        color: #444;
    }

        .contents .container {
            padding: 10px 15px 30px 15px;
            max-width: 1370px;
            font-size: 15px;
        }

    #contact {
        line-height: 35px
    }

        #contact label {
            min-width: 170px;
            float: left
        }

        #contact ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
        }

            #contact ul label {
                min-width: 0px;
                float: none
            }

    .bottom10 {
        margin-bottom: 10px
    }

    #footer {
        padding-bottom: 10px;
        font-size: 12px;
        color: #999;
        line-height: 30px;
        /*background-image: -webkit-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -moz-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -ms-linear-gradient(top, #666 0%, #343434 100%);
    background-image: -o-linear-gradient(top, #666 0%, #343434 100%);
    background-image: linear-gradient(top, #666 0%, #343434 100%);*/
    }

        #footer .social {
            float: none;
        }

        #footer div.suppliers img {
            margin: 10px;
        }

        .contents a, #footer a {
            text-decoration: none;
            color: #01b45b;
        }

        #footer a {
            color: #fff;
        }

        #footer .links {
            padding: 30px 0px
        }

        #footer .suppliers {
            background: #efefef;
            padding: 30px 0px;
            text-align: center;
        }

            #footer .suppliers img {
                max-height: 40px;
                max-width: 250px;
            }
        #footer .footer-links {
            margin-top: 20px;
            white-space: nowrap;
        }
            #footer .footer-links div {
                margin: 0px;
                white-space: nowrap;
            }
            #footer .footer-links a {
                display: block;
                width: 100%;
                background: rgba(0,0,0,0.05);
                margin: 2px 0px;
                padding: 2px 10px;
                white-space: nowrap;
            }
        #edict-logo {
            background: url('/content/userfiles/templates/Default/images/edictmedia.png') no-repeat center center;
            width: 208px;
            height: 39px;
            display: block;
            opacity: 0.05;
            position: absolute;
            bottom: 10;
            left: 50%;
            margin-left: -104px;
            z-index: 2;
        }

    /*#footer #edict-logo:hover {
        background: url('/content/userfiles/templates/Default/images/edictmedia.png')
    }*/

    a img {
        border: none;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .thin {
        font-weight: 200;
    }

    .contents h1 {
        font-size: 50px;
        color: #444;
        margin: 0px;
        padding: 15px 0px;
        font-weight: bold;
    }

    .contents h2 {
        font-size: 25px;
        margin: 10px 0px;
        font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
    }

    .contents h3 {
        font-size: 20px;
        color: #444
    }

    td {
        vertical-align: top;
    }


    .c2 {
        color: #fff;
        background: #DFD537;
    }

    .c3 {
        color: #fff;
        background: #DC9A22;
    }

    .c4 {
        color: #fff;
        background: #9F4C6C;
    }

    .horiz li {
        list-style: none;
        float: left;
        margin-right: 20px;
    }

    .map iframe {
        border: solid 5px #fff;
        box-shadow: rgba(0,0,0,0.3) 5px 5px 10px;
        margin-top: 15px;
    }

#tabstrip {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: 35px;
    border-bottom: solid 1px #343434;
    /*bottom: -35px;
        position: absolute;*/
}

        #tabstrip li {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            padding: 0px 20px;
            /*background: #343434;*/
            margin-right: 1px;
            cursor: pointer;
            color: #343434;
        }

            #tabstrip li.k-active {
                background: #343434;
                color: #fff;
            }

    .tab {
        display: none;
    }

        .tab.active {
            display: block;
            color: #000;
            padding-top: 10px;
        }



    .locations .gallery {
        margin-top: 0px;
    }

        .locations .gallery img {
            width: 100%;
        }

    .locations .col-4, .locations .col-8 {
        font-size: 16px;
    }

    .nav-large {
        position: absolute;
        margin-top: -100px;
    }


 ol {
    counter-reset: section;
    list-style-type: none;
    margin:0px;
    padding:0px;
}
 ol ol{
     margin-top:10px;
 }
ol h2{display:block; border-bottom:solid 1px #000}
ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
ol > li > ol{
    padding-left:0px;
}
    ol li::before {
        counter-increment: section;
        content: counters(section, ".") " ";
        display: table-cell;
        padding-right: 0.6em;
    }
    ol ol ol, ol ol ol ol {
        counter-reset: list;
    }
ol ol ol li::before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}
ol ol ol ol li::before {
    content: counter(list, lower-roman) ") ";
    counter-increment: list;
}
.k-alert {
    background: transparent !important;
    color: #fff;
    text-align: center;
    border: dashed 2px #FAE500 !important;
}
.k-confirm {
    background: #fff!important;
    border: solid 1px #fff !important;
}

    .k-alert .k-window-titlebar, .k-confirm .k-window-titlebar {
        display: none;
    }
    .k-alert .k-dialog-buttongroup, .k-confirm .k-dialog-buttongroup {
        border: none !important;
    }
    .k-alert .k-window-content, .k-confirm .k-window-content {
        background: #01b45b;
        color: #fff;
        text-align: center;
        border: none !important;
    }
        .k-alert .k-window-content a, .k-confirm .k-window-content a {
            color: #FAE500;
            font-weight: bold;
        }


/*.ordered-list li:before {
    content: counter(list, integer) ") ";
    counter-increment: list;
}

.ordered-list li li:before {
    content: counter(list, decimal) ") ";
    counter-increment: list;
}*/
/*.ordered-list > li:before {
    content: counter(list, decimal) ") ";
    counter-increment: list;
}
.ordered-list > li:before {
    content: counter(list, decimal) ") ";
    counter-increment: list;
}*/
/*.ordered-list > li > ol {
    counter-reset: list;
}
.ordered-list > li{
    content: counter(item, decimal) ") ";
    counter-increment: item;
}
.ordered-list > li > ol > li:before {
    content: counter(item, decimal) ") ";
    counter-increment: item;
}
    .ordered-list > li > ol > li > ol > li:before {
        content: counter(list, lower-alpha) ") ";
        counter-increment: list;
    }
*/
/*.ordered-list > li > ol > li > ol {
    counter-reset: list;
}

.ordered-list > li ol > li > ol > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}

.ordered-list > li ol > li > ol > li > ol > li:before {
    content: counter(list, lower-roman) ") ";
    counter-increment: list;
}*/
@media only screen and (max-width: 1199.98px) {
    #logo {
            width: 350px;
            margin: 10px 0px;
        }

        .top-list {
        }

        .phone {
        }
        .bcDiv.picture {
            height: 350px !important;
        }
    }

    /*@media only screen and (max-width: 991.98px) {*/
@media only screen and (max-width: 1000px) {
    #header .col-md-6, #header .col, #header .row {
        padding: 0px;
        margin: 0px;
    }
    .bcDiv .container h1 {
        font-size: 25px;
    }
    .bcDiv #supplier-logo{
        
        max-height:30px;
    }
    .bcDiv #supplier-logo img {
        max-height: 30px;
    }
    .bcDiv.picture {
        height: 300px !important;
        background-attachment: unset;
        background-size: cover;
    }

    .fixed-top .top-list {
        display: none;
    }

    #logo {
        width: 300px;
    }
    .products-list .headerRow {
        display: none;
    }
    /*.container {
            padding: 0px 0px;
        }*/

    .contents .container {
        font-size: 12px;
        //padding-top:0px;
        /*padding: 0px 5px;*/
    }
    .cart .discounts {
        margin-bottom:5px;
    }
    .cart .discounts li a{
        font-size:12px;
    }

    #header .row {
        margin: 0px 5px;
    }

    #header .col-md-12 {
        padding: 0px 5px !important;
    }

    .phone-container {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        display: block !important;
        float: none !important;
    }

    .clearPadd .col-md-6 {
        padding: 0px;
        margin-top: 20px;
    }

    #footer .suppliers img {
        max-height: 30px;
        max-width: 160px;
    }

    .product a.pName {
        font-size: 12px;
    }

    .top-list {
        text-align: center !important;
        width: 100%;
        display: block;
        padding: 8px 0px;
    }

        .top-list li {
            display: inline-block !important;
        }

    .firstDiv {
        padding-top: 0px;
    }
}

    @media only screen and (max-width: 767.98px) {
        .m-hide {
            display: none !important;
        }
        .bcDiv.picture {
            height: 250px !important;
            
        }
        #footer .suppliers img {
            max-height: 30px;
            max-width: 120px;
        }

        

        #search {
            width: 100%;
            line-height: 35px;
        }


        #search-text {
            height: 35px;
        }

        #search-submit {
            height: 35px;
            background: #eee url('../images/search.png') no-repeat 7px 5px;
            /*border-radius: 0px 5px 5px 0px;*/
        }

        .bcDiv .overlay {
            padding: 15px 0px 45px 0px;
        }

        .code {
            font-size: 14px;
        }

        .bread {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: -5px;
        }

            .bread a {
                font-size: 12px;
                line-height: 16px;
            }

                .bread a:hover {
                    color: #01b45b !important;
                }
        
        .bcDiv h1 {
            font-size: 25px;
        }


        .locations .gallery {
            margin-top: 20px;
        }


        .t-body {
            min-height: auto;
        }

        .phone {
            font-size: 13px;
            line-height: 15px;
            padding: 7px 10px;
            background: none;
        }


            .phone span img {
                display: none;
            }


            .phone a .location {
                font-size: 13px;
            }

        .fixed-top {
            position: unset !important;
            top: unset !important;
        }


        #feature {
            background: #fff
        }

        .feature-catalogue, .feature-products {
            height: auto;
        }

        /*.contents .container {
            padding: 0px 15px 30px 15px;
        }*/


        /*.top-list {
            float: none;
            text-align: left;
            text-align: center;
        }*/

        .toggleShow {
            display: inline-block
        }

        

        #search {
            /*margin-top: 5px;
            float: none;*/
        }

        .slick-dots {
            display: none !important;
        }
    }

    @media only screen and (max-width: 575.98px) {
        #footer {
            text-align: center;
        }

        .social {
            display: block;
            margin: 0px auto;
            float: none !important;
        }

        body {
            font-size: 12px;
        }

        .search {
            width: 90%;
        }

        #logo {
            width: 60%;
            top: 0px;
            position: static;
            margin: 0px;
            padding: 0px 0px;
        }

        #footer .suppliers img {
            max-height: 20px;
            max-width: 80px;
        }

        .top-list {
            float: none;
            text-align: center;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            padding-bottom:0px;
            width: auto;
        }

            .top-list a span {
                margin-right: 5px;
            }

            .top-list .name {
                display: none;
            }

        #search-text {
            /*width: calc(100% - 79px);*/
        }

        #header .container {
            height: auto;
            text-align: center;
        }


        #feature .feature-title {
            font-size: 20px;
            height: auto;
            padding: 5px 0px;
            box-sizing: content-box;
        }

        .product .title {
            font-size: 16px;
        }

        #footer div.r1 img {
            height: 30px
        }

        #footer div.r2 img {
            height: 40px
        }

        #footer div.r3 img {
            height: 40px
        }
    }