@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

a,a:visited{
    color:#04A8FC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
a:hover{
    color:#04A8FC;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
hr{
    margin-top: 0;
    width: 170px;
    border-top: 6px solid #04A8FC;
}
ul{
    margin: 0;
    padding: 0;
}
.top-bar{
    min-height: 30px;
    /* background: #20232a; */
    width:100%;
    padding: 10px 0;
}
header{
    background-image: url(../images/main_bg.jpg);
    background-size: cover;
}
.top-bar .address{
    color: #fff;
}
.top-bar .address a{
    color:  #fff;
}
.top-bar .address ul{

    /* padding: 8px 0; */

    float: left;
}
.top-bar .address ul li{
    list-style: none;
    display: inline-block;
    font-size: 13px;
    padding-right: 6px;
    padding-top: -3px;
    margin-top: -5px;
}
.top-bar .address img{
    /* vertical-align: middle; */
    /* display: block; */
    margin-top: 5px;
    /* position: relative; */
    float: left;
}
.top-bar .address ul li i{
    color: #04A8FC;
    padding-right: 10px;
    font-size: 15px;
}
.top-bar .search{
    text-align: right;
    color: #04A8FC;
    font-size: 21px;
    padding: 8px 0;
}
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #20232a00;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
    margin: 0;
    border-radius: 0px;
    border: 0;
   
}
.search-form .form-group input {
    /* padding-right: 20px; */
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
    color: #fff;
    padding: 0 0 10px 0;
    text-indent:0px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 60%;
    border-radius: 0;
    border-bottom: 1px solid #04A8FC;
    visibility: visible !important;

}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    background: #20232a00;
    text-align: center;
    color: #04A8FC;
    left: initial;
    font-size: 21px;
    border: 0px;
}

.site-branding{

}
.site-branding img{

}
.site-branding h1{

}
.navbar{
    border-radius: 0;
    border: 0;
    min-height: 58px;
    margin: 0;
}
.primary-outer{
    /* background: #04A8FC; */
    color: #fff;
}
.navbar-default .navbar-brand{
    color: #fff;
    font-size: 24px;
    /* padding: 18px 0; */
    min-height: 53px;
}
.navbar-default .navbar-brand h1{
    margin:0;
    font-size: 25px;
}
.menu-cat{
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-cat ul{
    font-weight: 700;
}
.menu-cat ul a{
    text-decoration: none;
    color: #04A8FC;
    font-size: 13px;
}
.menu-cat ul li{
    list-style: none;
    font-weight: 400;
    padding-left: 6px;
}
.menu-cat ul li a{

}
.breadcrumbs{
    background-color: #2b2e35;
    padding: 8px 0;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    background: transparent;
    display: block;
    margin-bottom: 10px !important;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    color: #ffffff;
    font-weight: normal !important;
}
#breadcrumbs li a{
    color: #04A8FC !important;
    font-weight: 700;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color: #ffffff;
}
.welcome, .our-cats{
    padding: 25px 0px;
}
.our-cats{
    background: #181A1F;
}
.feature-products{
    padding: 25px 0px;
    background: #04A8FC;
}
.fe-pos{
    margin-top: 10px;
    margin-bottom: 7px;
}
.pimg{
    background: white;
    border: 1px solid #55555582;
    transition: all 0.4s;
    position: relative;
}
.pimg .pname{
    display: block;
    text-align: center;
    padding: 10px 0px;
    transition: all 0.4s;
}
.pimg .part{
    display: block;
    text-align: center;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
}
.pimg:hover{
    box-shadow: 0px 0px 10px #55555587;
}
.pimg:hover .pname{
    color: #04A8FC;

}
.hi-insd{
    position:absolute;
    top: 0px;
    
}
.hi-insd:hover{
        transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    visibility: hidden;
}
.page-content{
    background: white;
    padding: 25px 0px;
}

.wpb_wrapper{
    width: 60%;
    margin: 0px auto;
}
.lSAction > a {
    background-color: #181a1f;
    opacity: 1.0 !important;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 1;
}

.lSAction > .lSPrev{
    
left: 0;
}
.lSAction > .lSNext{
    right: 0;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    display: none;
}
.error-404{
    text-align:center;
}
.error-404 h1{

    font-size: 155px;

    color: #f0f0f0;
}
.error-404 h2{

    margin-top: -114px;

    padding-bottom: 60px;

    color: #04A8FC;
}
.welcome{
    font-family: 'Montserrat', sans-serif;
}
.welcome hr{
    margin-top: 0;
    width: 170px;
    border-top: 6px solid #04A8FC;
}
.welcome h1{
    margin: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 700;
}
.welcome h1 span{

}
.welcome h2{
    margin: 0;
}
.welcome p{
    padding: 0 31px;
}
.our-cats{

}
.our-cats h2{
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}
.single-cat{
    background-color: #000;
    margin-bottom: 15px;
}
.single-cat a{
    text-decoration: none;
}
.single-cat a h2{
    padding: 0 16px;
    text-align: center;
    font-size: 29px;
    text-decoration: none;
}
.single-cat .image{
    width: 100%;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
}
.single-cat .image .overlay{
    width: 100%;
    height: 255px;
    background: rgba(51, 51, 51, 0.41);
    padding: 107px 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-cat .image .overlay:hover{
    background-color: transparent;
}
.single-cat .image a{
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.single-cat .image a:hover{
    background-color: #fff;
    color: rgb(0, 0, 0);
}
.fe-pro{

}
.fe-pro h2{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.fe-pro hr{
    border-color: #181a1f;
}
.product-loop-inner{
    background: #fff;
    margin-bottom: 30px;
}
.product-loop-inner img{
    width:100%;
}
.product-loop-inner h2{
    margin: 5px 3px;
    text-align: center;
    color: #333;
    font-size: 17px;
    text-transform: none;
}
.product-loop-meta{
    padding: 7px;
    border-top:1px solid #04A8FC;
    min-height: 34px;
}
.product-loop-meta a{
    display: block;
    font-size: 17px;
}
.social-sub{
    color: #fff;
    background-color: #181a1f;
    padding: 80px 0;
}
.social-sub h3{
    font-weight: 700;
    font-size: 35px;
}
.social-sub p{
    font-size: 20px;
}
.social-sub input[type=email]{
    float: left;
    font-size: 14px;
    border-radius: 0;
    width: 65%;
    height: 50px;
}
.social-sub input[type=submit]{
    float: left;
    margin: 0;
    width: 35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 4px;
}
.social-sub input[type=submit]:hover{
    background-color: #181a1f;
    border:4px solid #fff;
}
.social-links{
    text-align: center;
    clear: both;
}
.social-links ul{
    margin: 0;
    padding: 0;
    text-align:  left;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    height: 40px;
    width: 34px;
    font-size: 19px;
    border-radius: 50px;
    margin: 12px -14px 0px 20px;
}
.social-links ul li a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 50px;
    width:  40px;
    text-align: center;
}
.social-links ul li a:hover{
    background: #fff;
    color: #181a1f;
}
.site-footer{
    background-color: #2b2e35;
    padding: 30px 0;
    color: #d3d3d3;
}
.site-footer h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 19px;
}
.site-footer p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.site-footer ul{

}
.site-footer ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
}
.site-footer ul li a{
    color: #d3d3d3;
    text-decoration: none;
}
.site-footer ul li a:hover{
    color: #04A8FC;
}
.site-info{
    background-color: rgb(32, 35, 42);
    padding: 20px 0;
    color: #d3d3d3;
    text-align: left;
}
.cd-top {
    display: inline-block;
    height: 50px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 0;
    color: #fff !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    background: rgba(24, 26, 31, 0) url(../imgs/cd-top-arrow.svg) no-repeat center 50%;
    border: 5px solid rgba(253, 60, 61, 0);
}

.cd-top:hover{
    background-color: rgba(37, 37, 37, 0);
    border: 5px solid rgba(239, 8, 16, 0);
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: all 0.5s ease-in-out 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}
.no-touch .cd-top:hover {
    background-color: #3ecace;
    opacity: 1;
}
.mega-block-title{
    display: none !important;
}
.product-categories {
    display: inline-flex;
    list-style-type: none;
    font-weight: 600 !important;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
}
.product-categories a{
    font-weight: 600 !important;
}
.product-categories a:hover{
    text-decoration: none;
}
.children li {
    list-style-type: none;
}
.children li a {
    font-weight: normal !important;
}
.children li a:hover{
    text-decoration: none;
}
#newsletter input[type=email]{
    height: 50px;
    border: 5px solid #dddcdcc2;
    color: black;
    padding: 10px;
}
#newsletter input[type=submit]{
    height: 50px;
    background: #04A8FC;
    border-color: transparent;
    color: black;
    font-weight: bold;
}
#newsletter input[type=submit]:hover{
    border-color: white;
    background: black;
    color: white;

}
.menu-box{
    padding: 5px;
    border: 1px solid #55555547;
}
.heading-boxi{
    background: #d4d4d5;
    color: #2b2e35;
    padding: 5px 5px;
    font-weight: bold;
}
.vmain > a{
    color: #2b2e35de;
    font-size: 13px;
    font-weight: bold;
}
.vmain > ul li{
    margin: 0px;
    padding: 0px;
}
.vmain > ul li a{
    padding: 0 0 0 10px;
    font-size: 12px;
    color: black;
}
.vmain > ul li a:hover{
    background: transparent;
    color: #04a8fc;
}
.ProDetailsCon h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}
.ProDetailsCon .DetailArt{
    font-size: 13px;
}
.ProdOpt span{
    display: inline-block;
    width: 30%;
    font-size: 14px;
}
.ProdOpt select{
    width: 100px;
}
.ProdOpt input{
    width: 100px;
}
.basker-b{
    border: 1px solid #55555582;
    background: #2b2e35;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}
.basker-b:hover{
    background: #04A8FC;
    transition: all 0.3s;
}
#frm_quote input,select,textarea{
    width: 100%;
    height: 35px;
    padding: 10px;
    color: #555;
    font-size: 12px;
    border: 1px solid #555555cf;
}
#frm_quote label{
    font-size: 12px;
}

#frm_quote textarea{
    min-height: 150px;
}
.btnet{
    margin-bottom: 30px;
}
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .address{
        text-align:center;
    }
    .site-branding{
        height: 68px;
        display: block;
        margin: 0 auto;
    }
    .site-branding a{
        color: #fff;
        text-decoration: none;

    }
    .site-branding ul{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .site-branding ul li{
        list-style: none;
        display: inline-block;
        padding: 4px 0;
    }
    .site-branding span{
        font-size: 23px;
        font-weight:700;
        text-align: center;
        padding: 11px;
        display: block;
        float: left;
    }
    .site-branding img{
        float: left;
    }  
    .site-branding{
        text-align: center;
    }
    .site-info{
        text-align: center;
    }
    .wpb_wrapper {
    width: 100%;
    margin: 0px auto;
}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .address{
        text-align:center;
    }
    .site-branding{

    }
    .site-branding a{
        color: #fff;
        text-decoration: none;
    }
    .site-branding span{
        font-size:22px;
        font-weight:700;
    }
    .site-branding img{
        float: none;
        display: block;
        margin: 0 auto;
    } 
    .site-branding{
        text-align: center;
    }  
    .site-info{
        text-align: center;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .address{
        text-align:center;
    }
    .site-branding{

    }
    .site-branding a{
        color: #fff;
        text-decoration: none;

    }
    .site-branding span{
        font-size:22px;
        font-weight:700;
    }
    .site-branding img{
    }  
    .site-branding{
        text-align: center;
    }
    .site-info{
        text-align: center;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .address{
        text-align:left;
    }
    .site-branding{
    position: absolute;
    z-index: 9999;

    }
    .site-branding a{
        color: #fff;
        text-decoration: none;
    }
    .site-branding span{
        font-size:22px;
        font-weight:700;

    }
    .site-branding img{
    } 
    .site-branding{
    position: absolute;
    z-index: 9999;
    text-align: left;
    margin-top: -15px;

    }   
    .site-info{
        text-align: left;
    }
    .wpb_wrapper {
    width: 60%;
    margin: 0px auto;
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .address{
        text-align:left;
    }
    .site-branding{
        height: 68px;
    }
    .site-branding a{
        color: #fff;
        text-decoration: none;

    }
    .site-branding span{
        font-size: 30px;
        font-weight:700;
        padding: 8px;
    }
    .site-branding img{
        /* width: 35%; */
    }    
    .site-branding{
    position: absolute;
    z-index: 9999;
    text-align: left;
    margin-top: -15px;

    }   
    .site-info{
        text-align: left;
    }
}
.c_box{background: #04a8fc; /* Old browsers */background: -moz-linear-gradient(top,  #141521 0%, #141521 40%, #ffffff 40%, #ffffff 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #04a8fc4a 0%,#04a8fc 40%,#ffffff 40%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #04a8fc4a 0%,#04a8fcfc 40%,#ffffff 40%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141521', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */padding: 5px 10px 10px 10px;}

.c_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.name{
    background-color: #04a8fc;
    padding: 10px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.c_box:hover .name{
    margin-top: -70px;
}

.name>h3{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 5px 0px;
    letter-spacing: 1px;
    /* font-size: 20px; */
}

.name>h3>span{
    color: #ffffff;
}

.name>span{
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    display: block;
}

.f_link{
    text-align: center;
    color: #fff;
}

.f_link>a{
    text-decoration: none;
    color: #fff;
}

.site-footer .widget-title:after{
    content: " ";
    background: #04a8fc;
    width: 18%;
    height: 3px;
    display: block;
    margin-top: 2px;
}
.social-sub{
    background: transparent;
    background-image:url(../images/kgn-img-372280copy.png);
    background-size:cover;
    background-attachment: fixed;
}

.search-o{
    float: right;

}
.search-o{
    background: white;
    border-radius: 5px;

}
.search-o button{
    border: 0px;
    background: transparent;
    height: 30px;
}
.search-o input{
    border: 0px;
    height: 30px;
    outline: none;
    padding: 5px;
    border-radius: 5px;
}

.banenr-outer{
    /* padding-top: 20px; */
    border-top: 20px solid #04a8fd;
}

.carousel-inner .item img{
    min-height: 621px;
}


.wsmenu-list li a:after {
    content: '|';
    display: inline-block !important;
    position: absolute;
    top: 29px;
    color: #ffffff00;
    margin-left: 5px;
    /* outline: 1px solid red; */
    border-right: 1px solid white;
    height: 13px;
}
.wsmenu-list li:last-child a:after{
    content: '';
}
.megamenu li:after{
    content: ''!important;
    border: 0px;
}
.megamenu li a:after{
    content: ''!important;
    border: 0px;
}





