/**************************************************************************************************************************************/
/*Font*/
/**************************************************************************************************************************************/
@font-face {
    font-family:'Lato';
    src: url('../fonts/Lato Regular.eot');
    src: url('../fonts/Lato Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato Regular.woff2') format('woff2'),
        url('../fonts/Lato Regular.woff') format('woff'),
        url('../fonts/Lato Regular.ttf') format('truetype'),
        url('../fonts/Lato Regular.otf') format('opentype'),
        url('../fonts/Lato Regular.svg#Lato Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FEFF;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.woff') format('woff'), 
        url('../fonts/Lato-Medium.ttf') format('truetype'), 
        url('../fonts/Lato-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Lato-bold';
    src: url('../fonts/Lato Bold.eot');
    src: url('../fonts/Lato Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato Bold.woff2') format('woff2'),
        url('../fonts/Lato Bold.woff') format('woff'),
        url('../fonts/Lato Bold.ttf') format('truetype'),
        url('../fonts/Lato Bold.otf') format('opentype'),
        url('../fonts/Lato Bold.svg#Lato Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;

}
/**************************************************************************************************************************************/
/*Font*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*General*/
/**************************************************************************************************************************************/
body{
    font-family:'Lato';
    background: #f5f5f7;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}
a:focus, a:hover{
    text-decoration: none;
}
a{
    color: #666666;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family:'Lato';
    font-weight: normal;
}
h2,h3{font-size: 20px;text-transform: uppercase;}
body :focus{
    outline: none!important;
    box-shadow: none!important;
}
*{
    outline: none!important;
}
ul{
    margin: 0px;
    padding: 0px;                                      
    list-style: none;
}
li{
    list-style: none;
}
img{
    max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #828282!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #828282!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #828282!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #828282!important;
}
/**************************************************************************************************************************************/
/*General*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Full Width Styles*/
/**************************************************************************************************************************************/
.sitebody,
.body_wrapper,
.page_wrapper,
.logo_wrapper,
.nav_wrapper,
.home_service_wrapper,
.content_wrapper,
.footer_wrapper{
    width:100%;
    float: left;
    padding: 0px;
}
/**************************************************************************************************************************************/
/*Full Width Styles*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Logo Wrapper Styles*/
/**************************************************************************************************************************************/
.logo_wrapper{
    border-top: 5px solid #e2e2e2;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #f5f5f6;
}
.sitelogo{
    text-transform: uppercase;    
    padding-bottom: 8px;
    /*border-bottom: 3px solid #fd1919;*/
}
/*Logo Right Styles*/
.logo_right .search,
.logo_right .search form,
.logo_right .nav{
    width:100%;
    float: left;
}
.logo_right .search form {
    margin-bottom: 8px;
    margin-top: 5px;
    max-width: 260px;
    float: right;
}
.logo_right .search form input {
    height: 35px;
    width: 100%;
    color: #828282;
    position: relative;
    background: #e2e2e2;
    font-size:14px;
    border: 0;
    box-shadow: none;
    font-family:'Lato' !important;
}
.logo_right .search form .button {
    position: absolute;
    right: 17px;
    top: 5px;
    background: #20358c url(../images/searchButton.png) no-repeat center;
    border: 0px;
    height: 35px;
    width: 35px;
    font-size: 0px;
    border-radius: 50%;
}
.logo_right .nav{
    text-align: right;
}
.logo_right .nav li{
    display: inline-block;
}
.logo_right .nav>li>a{
    padding: 6px;
}
.logo_right .nav .current a,
.logo_right .nav .active a,.footer_menu ul li.active a{
    color: #20358c !important;
}
.logo_right .nav>li>a:focus, 
.logo_right .nav>li>a:hover,.footer_menu ul li a:hover {
    text-decoration: none;
    background: none;
    color: #20358c!important;
}
.copyright_text a:hover{
     color: #20358c!important;
}
.sitelogo img{
    padding: 15px 0;
}
/*Logo Right Styles*/
/**************************************************************************************************************************************/
/*Logo Wrapper Styles*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Navigation Wrapper Styles*/
/**************************************************************************************************************************************/
.nav_wrapper{
    background: #e1261c; /* Old browsers */
    background: -moz-linear-gradient(right,#20358c 0px, #20358c 260px,#e1261c 261px, #e1261c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right,#20358c 0px, #20358c 260px,#e1261c 261px, #e1261c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left,#20358c 0px, #20358c 260px,#e1261c 261px, #e1261c 100%);
    /*background: linear-gradient(to right,  #e1261c 0%,#e1261c 75%,#20358c 75%,#20358c 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1261c', endColorstr='#20358c',GradientType=0 );  IE6-9 */
}
ul.main_menu li.parent_menu:first-child {
    padding-left: 0px;
}
ul.sub_menu h4{
    font-family:'Lato-bold';
    text-transform: uppercase;
}
ul.sub_menu li ul.sub_menu.level2 > li > a{
    font-family:'Lato';
}
.main_menu li ul li ul li ul li{
    list-style: square;
    color: #20358c;
    margin-left: 20px;
}

.nav_itemswrap,
.main_menu,
.top_phonenumber{
    width:100%;
    float: left;
    text-align: left;
}
.top_phonenumber{
    color: #fff;
    line-height: 48px;
    font-size: 18px !important;
    text-align: right;
}
.top_phonenumber .col-lg-12,.top_phonenumber .col-md-12{padding-right: 0;}
.top_phonenumber a{
    color: #fff;
}
.top_phonenumber a:hover{
    color: #fff;
    text-decoration: none;
}
.top_phonenumber .phone_icon{
    padding: 6px 10px;    
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    color: #20358c;   
    font-size: 20px;
}
/**************************************************************************************************************************************/
/*Navigation Wrapper Styles*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Home Service Wrapper Styles*/
/**************************************************************************************************************************************/
.home_service_wrapper{
    padding: 35px 0px;
}
.service_detail{
    background: #20358c;
    text-align: center;
    padding-bottom: 25px;
    /*    -webkit-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);*/
}
.service_detail h3{
    color: #fff;
    /*    margin: 25px 50px;*/
    border-bottom: 1px solid #4e5da2;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.service_detail h3:after{
    content: ' ';
    width: 100px;
    margin: 0px auto;
    overflow: hidden;
    height: 7px;
    display: block;
    background: #4e5da2;
    position: relative;
    bottom: -14px;
}
.service_detail:hover{
    background: #fff;
}
.service_detail:hover h3{
    color: #20358c;    
    border-bottom: 1px solid #e5e5e5;    
}
.service_detail:hover h3:after{
    background:  #e5e5e5;
}
.service_detail:hover img{
    -webkit-box-shadow: 0px 3px 0px 0px #ebebeb;
    -moz-box-shadow: 0px 3px 0px 0px #ebebeb;
    box-shadow: 1px 5px 0px 0px #ebebeb;
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform:scale(1.15);

}

.service_detail img{
    /*border: 4px solid #1d2f80;*/
    max-width: 270px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 0px 0px #1d3181;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform:scale(1);
    transition: transform .8s ease-in-out;
}

.service_detail:hover .btn-pink,.product_category .btn-pink {
    background: #20358c;
}

.service_detail .btn-pink,.product_category .btn-pink{
    max-width: 170px;
    margin: auto auto 20px;
    float: none;
    overflow: hidden;
    border-radius: 30px;
    background: #e1261c;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7px 10px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
}
.service_detail .btn-pink:hover,
.service_detail .btn-pink:focus,.product_category .btn-pink:hover,.product_category .btn-pink:focus{
    background: #20358c;

}
/**************************************************************************************************************************************/
/*Home Service Wrapper Styles*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Content Wrapper Styles*/
/**************************************************************************************************************************************/
.about_content ul li{
    list-style: square;
    line-height: 30px;
    margin-left: 15px;
}
.page_headerinfo{
    width:100%;
    float: left;
    margin-bottom: 10px;
}
.page-header{
    margin-top: 0px;
}
.page-header h2{
    margin: 40px auto 30px;
}
.page_headerinfo img{
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

/**************************************************************************************************************************************/
/*Content Wrapper Styles*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Footer Wrapper Styles*/
/**************************************************************************************************************************************/
.footer_wrapper{
    padding: 20px 0px;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}
.footer_wrapper p,.footer_wrapper a{
    color: #7a7a7a !important;
}
.home .footer_wrapper{
    margin: 0;
}
.copyright_text{
    margin-top: 15px;
}
.footer_menu {
    float: right;
}
.footer_menu ul{
    width:100%;
    float: left;
    text-align: right;
}
.footer_menu ul li{
    display: inline-block;
    padding: 10px 0px;
}
.footer_menu ul li a{
    color: #909090;
    border-right: 1px solid #909090;
    padding: 0px 10px;
}
.footer_menu ul li a:hover,
.footer_menu ul li a:focus{
    background: none;
}
.footer_menu ul li:last-child a{
    border: 0px;
}
/**************************************************************************************************************************************/
/*Footer Wrapper Styles*/
/*****************************slider************************************/
.slider{
    width: 100%;display: block;float: left;
}
.tp-caption.big_white{
    background: url(../images/banner_trans.png);
}
.slider .tp-leftarrow.default,.slider .tp-rightarrow.default{
    bottom: 45px !important;
    margin-top: 0 !important;
    top: auto !important;
    width: 44px;
    height: 44px;
}
.slider .tp-leftarrow.default{left: 25px !important;}
.slider .tp-rightarrow.default{
    right: auto !important;    left: 80px;}


/**********content**************-*/
.home .content_wrapper{
    background: url(../images/content_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;

}
.home .content_wrapper .page-header h2:after{
    display: none
}
.sub_title{
    display: none;
}
.content_wrapper .page-header,.blog h2,.sub_title {
    margin-bottom: 20px;
    border: 0;
    color: #4e5da2;
}
.blog.news h2{
    padding: 13px 0;
}
.content_wrapper .item-page .page-header,.distributor_wrapper .page-header,.blog.news h2{
    padding: 10px 15px;
    background: #20358c;
    color: #fff;
    margin: 20px 0;
}
.content_wrapper .item-page .page-header h2,.distributor_wrapper .page-header h2{
    margin: 0;
    font-size: 20px;
}
.content_wrapper .item-page  .page-header h2 span,.distributor_wrapper .page-header h2 span,.blog.news h2 span{
    padding: 0;
    border-bottom: 0;
}
.sub_title span{
    border-bottom: 5px solid;
}
.content_wrapper .page-header h2 span,.blog h2 span,.sub_title span{
    border-bottom: 3px solid;
    padding-bottom: 20px;
}
.home .content_wrapper .page-header {border-bottom: 0;margin: 0;}
.home .content_wrapper .home h3{
    background: url(../images/line.png) no-repeat bottom center;
    padding-bottom: 25px;margin-top: 30px;color: #fff;
    text-transform: uppercase;
}
.content_wrapper .home .readmore a.btn:hover{
    /*color: #1d2f80;*/
}
.content_wrapper .home .readmore a.btn{
    border-radius: 25px;
    background: #f5f5f6;
    color: #20358c;
    padding: 7px 10px;
    display: block;
    line-height: 24px;
    border: 0;
    max-width: 170px;
    margin: auto ;
    font-size: 16px;

}
.content_wrapper .home .readmore a.btn:hover {
    background: #20358c;
    color: #f5f5f6;    
}
.content_wrapper .home .readmore a.btn span{
    display: none;
}
.content_wrapper .home .readmore{margin-bottom:30px;}
.content_wrapper .home p{
    font-size: 16px;
    clear:both;
    line-height: 40px;
    color: #f5f5f6;
}
.copyright_text p{font-size: 14px;}
/*********---------------------------------------rsform************************-*/
.contact_form,.contact_location{margin-top: 15px;}
.contact_form {border-right: 1px solid #e5e5e5;padding-left: 0;margin-bottom: 30px;}
.contact_form .formResponsive input:focus,textarea{outline: none;border-color: #cccccc !important;}
.contact_form .formResponsive .formHorizontal .formControlLabel{text-align: left;width: 80px;}
.contact_form .formResponsive .formHorizontal .formControls{margin-left: 90px;}
.contact_form .formResponsive textarea,.contact_form .formResponsive input[type="text"],.contact_form .formResponsive input[type="number"], 
.contact_form .formResponsive input[type="email"],.contact_form .formResponsive input[type="tel"], 
.contact_form .formResponsive input[type="url"],.contact_form .formResponsive input[type="password"],
.contact_form .formResponsive .formHorizontal textarea{
    width:90%;
    height: 25px!important;
    background: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:  0;
    font-family:'Lato';
}
.contact_form .formResponsive .formHorizontal .rsform-block.rsform-block-send{margin-bottom: 0px;}
.contact_form .formResponsive .formHorizontal .rsform-block{
    margin-bottom: 20px;
}
.contact_form .formResponsive .formHorizontal textarea {
    width:90%;
    height: auto!important;
}
.contact_form .formResponsive input[type="submit"],.contact_form .formResponsive button[type="submit"]{
    float: right;margin-right: 8%;
    background: #20358c;
    background-image: none;
    font-family:'Lato';
    font-size: 14px;
    border: 0;
    padding: 10px 20px;
    border-radius: 0;
}
.contact_form .formResponsive input[type="submit"]:hover,
.contact_form .formResponsive button[type="submit"]:hover{
    background: #e1261c;    
}
.contact_location ul li{
    padding: 0px 0px 40px 100px;
    font-size: 24px;
    line-height: 38px;
}
#map{
    border: 5px solid #fff;
}
.contact_location ul li:first-child{
    background: url('../images/call.png') no-repeat left top;
    background-size: 80px;
}
.contact_location ul li:nth-child(2) a{
    color: #e1261c;
}
.contact_location ul li:nth-child(2){
    background: url('../images/mail.png') no-repeat left top;
    background-size: 80px;
}
.contact_location ul li:nth-child(3){
    height: 99px;float: left;
    background: url('../images/location.png') no-repeat left top;
    background-size: 80px;
}
.contact_location ul li:last-child p{font-size: 16px;padding: 0 3px;line-height: 24px;}
.contact_location ul li:last-child p strong{
    color: #20358c;
    display: block;
    font-size: 18px;
}
/*******************Distributor************/
.form-control {background: #e3e3e3;border-radius: 0;}
.distributors .page_headerinfo{margin: 0;}
.distributor_container .table>tbody>tr>td{width: 50%;}
/*Responsive*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
@media (min-width: 1920px){    
    .slider .tp-leftarrow.default{left: 10% !important;}
    .slider .tp-rightarrow.default{
        left: 14%;}

}
@media (min-width: 1200px){ 
    .service_detail h3 {
        margin: 25px 30px;}
    .home_service_container .col-lg-12 {
        width: 100%;
    }
    /*    .nav_wrapper{
            background: #e1261c;  Old browsers 
            background: -moz-linear-gradient(top,  #e1261c 0%, #e1261c 68%, #20358c 68%, #20358c 100%);  FF3.6-15 
            background: -webkit-linear-gradient(top,  #e1261c 0%,#e1261c 68%,#20358c 68%,#20358c 100%);  Chrome10-25,Safari5.1-6 
            background: linear-gradient(to right,  #e1261c 0%,#e1261c 79%,#20358c 79%,#20358c 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1261c', endColorstr='#20358c',GradientType=0 );  IE6-9 
        }*/
}
@media (min-width: 1600px){    
    .container{
        width:100%;
        max-width: 1600px;
    }
    .top_phonenumber .phone_icon{
        margin-right: 10px;
    }
    ul.sub_menu li ul.sub_menu.level2 > li > a{
        font-size: 22px !important;
    }
    h2,h3,.news_page .page-header.item-title a{font-size: 28px;} 
    .content_wrapper .home p{font-size:18px;}
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
 /**************************************************************************************************************************************/
 
/*.nav_wrapper{
        background: #e1261c;  Old browsers 
        background: -moz-linear-gradient(left, #e1261c 0%,#e1261c 75%,#20358c 75%,#20358c 100%);  FF3.6-15 
        background: -webkit-linear-gradient(left, #e1261c 0%,#e1261c 75%,#20358c 75%,#20358c 100%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(left,  #e1261c 0%,#e1261c 75%,#20358c 75%,#20358c 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1261c', endColorstr='#20358c',GradientType=0 );  IE6-9 
    }*/
.nav_phone{
  background: #20358c; /* Old browsers */
/*        background: -moz-linear-gradient(top,  #20358c 0%, #20358c 60px, #e1261c 60px, #e1261c 100%);  FF3.6-15 
        background: -webkit-linear-gradient(top,  #20358c 0%,#20358c 60px,#e1261c 60px,#e1261c 100%);  Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left,  #20358c 0%,#20358c 80%,#e1261c 80%,#e1261c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20358c', endColorstr='#e1261c',GradientType=0 );  IE6-9 */
      
}
    .top_phonenumber{
        font-size: 24px !important;
    }
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
    /**************************************************************************************************************************************/
    .row .category_list .item-title a{
        font-size:16px!important;
    }
}

@media (min-width: 992px){  
    .row{
        margin-left: -15px;
    }
    .container{
        width:100%;
    }
    .container {
        max-width: 1600px;
    }
    .contact_location.col-md-6{padding-left: 5%;}
}

@media (max-width: 1199px){

}
@media (max-width:1200px) and (min-width:1024px){
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
    /**************************************************************************************************************************************/
    .nav_container li.parent_menu {

        padding: 12px 4px 14px 5px!important;
    }
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
    /**************************************************************************************************************************************/
}
@media (max-width: 1024px){
    .tp-caption.big_white{
        font-size:20px!important;
    }
    .service_detail img{
        max-width: 180px;
    }
  .content_detail_image img      {
         height: 250px !important;   
        }
}
@media (max-width: 1023px){
    ul.main_menu li.parent_menu:first-child {
     padding-left:15px; 
}
    .container{
        max-width: 1600px;
        width: 100%;
    }    
    .row{
        margin-right: -15px;
        margin-left: -15px;
    }  
    .nav_wrapper{
        background: #20358c; /* Old browsers */
        background: -moz-linear-gradient(top,  #20358c 0%, #20358c 60px, #e1261c 60px, #e1261c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #20358c 0%,#20358c 60px,#e1261c 60px,#e1261c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #20358c 0%,#20358c 60px,#e1261c 60px,#e1261c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20358c', endColorstr='#e1261c',GradientType=0 );  IE6-9 */
        padding: 10px 0px;        
    }
    .nav_container .col-md-4,.nav_container .nav_left{width: 100%;}
    .main_menu,.top_phonenumber{
        width: 100%;
        float: none;
        text-align: center;
    }
    .top_phonenumber{
        font-size: 16px !important;
    }
    .search_results_section h3{
        font-size: 30px;
    }
    .footer_menu ul,.footer_menu ,.copyright_text{
    float: none;
    width: 100%;
    text-align: center;
}

}
@media (max-width: 992px){

    /**************************************************************************************************************************************/
    /*Home Service Wrapper Styles*/
    /**************************************************************************************************************************************/
    .service_detail img{
        max-width: 180px;
    }
    .home_service_wrapper .service_box{
        margin-bottom: 15px;
    }

    /**************************************************************************************************************************************/
    /*Home Service Wrapper Styles*/
    /**************************************************************************************************************************************/
}
@media screen and (min-device-width: 481px) and (max-device-width: 767px) { 
    .service_detail h3{margin: 20px 50px}
    .footer_menu ul li a{padding: 0px 5px;}
}
@media screen and (min-device-width: 768px) {
    /*.search_form_section{padding-left: 0;}*/
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) { 
    .tp-caption.big_white{font-size: 16px!important;}
    li.parent_menu {
        padding: 12px 8px 14px 8px !important;
    }
    .service_detail h3{font-size: 24px;}
    .footer_menu ul li{padding: 20px 0;}
    /*.footer_menu ul li a{padding: 0 3px;}*/
    .contact_location ul li:first-child,.contact_location ul li:nth-child(3),.contact_location ul li:nth-child(2){background-size: 60px;}
    .contact_location ul li {
        padding: 0px 0px 25px 70px;
        font-size: 16px;
        line-height: 24px;}
    .contact_form .formResponsive .formHorizontal .rsform-block {
        margin-bottom: 10px; 
    }
}
@media (max-width: 767px){  
    h2,h3{
        font-size: 18px;
    }

    .container{
        max-width: 96%;
    }    
    .row{
        margin-right: -15px;
        margin-left: -15px;
    }  
    /*Logo Wrapper Styles*/
    .logo_container .col-xs-12{
        text-align: center;
        margin-bottom: 15px;
    }
    .sitelogo{
        display: block;
        max-width: 200px;
        float: none;
        margin: auto;
        overflow: hidden;
    }
    .logo_right .search form{
        float: none;
        margin: auto;
        overflow: hidden;
        position: relative;
    }
    .logo_right .search form .button{
        top: 0px;
        right: 0px;
    }
    .logo_right .nav{
        text-align: center;
        margin-top: 10px;
    }
    .logo_wrapper{
        padding: 15px 0;
    }
    .logo_right .nav>li:last-child a{border-right: 0;}
    .logo_right .nav>li>a{padding: 0px 3px; border-right: 1px solid #20358c; }
    .home .content_wrapper .page-header h2{font-size: 24px;}
    .home .content_wrapper .home h3,.service_detail h3{font-size: 24px;}
    .content_wrapper .home p{line-height: 24px;}
    /*Logo Wrapper Styles*/
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
    /**************************************************************************************************************************************/
    .nav_wrapper{
        background: #20358c; /* Old browsers */
        background: -moz-linear-gradient(top,  #20358c 0%, #20358c 60px, #e1261c 60px, #e1261c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #20358c 0%,#20358c 60px,#e1261c 60px,#e1261c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #20358c 0%,#20358c 60px,#e1261c 60px,#e1261c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20358c', endColorstr='#e1261c',GradientType=0 );  IE6-9 */
        padding: 10px 0px;        
    }
    /**************************************************************************************************************************************/
    /*Navigation Wrapper Styles*/
    /**************************************************************************************************************************************/
    /**************************************************************************************************************************************/
    /*Home Service Wrapper Styles*/
    /**************************************************************************************************************************************/
    .home_service_wrapper img{
        max-width: 160px;
    }
    .distributor_container .table>tbody>tr>td{
       display: block;
       width: 100%;
    }
    /**************************************************************************************************************************************/
    /*Home Service Wrapper Styles*/
    /**************************************************************************************************************************************/
    /*.footer_menu ul li a{padding: 0px 4px;}*/
    .footer_menu ul,.copyright_text p{text-align: center;}
    /*-------******contactformt-----------*******/
    .contact_form {
        border-right: 0px solid #e5e5e5;
        padding: 0;
    }
    .contact_form .formResponsive .formHorizontal .formControls,
    .contact_form .formResponsive .formHorizontal .rsform-block,
    .contact_form .formResponsive input[type="submit"],
    .contact_form .formResponsive button[type="submit"]{margin: 0;
    }
    .contact_form .formResponsive input,textarea{ width: 99%!important;}
    .contact_location ul li:first-child,.contact_location ul li:nth-child(3),.contact_location ul li:nth-child(2){background-size: 40px;}
    .contact_location ul li {
        padding: 0px 0px 25px 50px;
        font-size: 19px;
        line-height: 24px;
    }
    .search_form_section,#search_results_output{
        padding: 0;width: 100% !important;
    }
    .search_form_section .search_formwrapper{height: auto;}
    .search_results_section{margin-bottom: 25px;height: auto!important;}
    .product_detail h3{ font-size: 18px!important; }
    .product_detail .page-header h2{font-size: 16px!important;}
    #owl-demo{padding: 2% 25px !important;}
    #owl-demo .owl-buttons .owl-next,#owl-demo .owl-buttons .owl-prev{
        width: 27px;
        height: 27px;
        margin-top: -130px;
        background-size: 100% 100%;        
    }
    #owl-demo .owl-buttons .owl-next{
        right: 0;
    }
    #owl-demo .owl-buttons .owl-prev{left: 0;}
}

/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/*Responsive*/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
@media (max-width:480px){ 
    .tp-caption.big_white{display: none;}
    .home .content_wrapper .page-header h2{font-size: 15px;}
    .top_phonenumber .col-xs-12{padding: 0;}
    .form-horizontal .form-group .product_type,.form-horizontal .form-group .dist_label{width: 100%;}
}
@media (max-width:600px){
    .tp-caption.big_white{
        display: none!important;
    }   
}
/**************************product page****************/
/*.row .product_category div:first-child:hover{
      border: 1px solid #e5e5e5;
      background: #e5e5e5;
         
}*/
.news .content_desc{margin: 0;}
.row .product_category{
    margin-bottom:30px;
}
.row .product_category div.pull-left.item-image:first-child{
    margin: 0;
    border: 0;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.row .product_category div:first-child{
    text-align: center;

    float: none !important;
}
.content_desc{
    margin: 20px 0 30px;
    float: left;
    
}
.row .product_category .category_content{
    padding: 20px 20px;
    border-bottom:4px solid #e1261c;
    background: #f0f0f0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.row .product_category div:first-child img{
    /*width: 100%;*/
    height: 230px;
    /*border: 1px solid #e3e3e3;*/
}
.content_image{
    background: #fff;
    height: 232px;
    border: 1px solid #e3e3e3;
}
.level1 .content_image{
    background-size: cover!important;
    height: 250px;
    border: 1px solid #d7d7d7;
}
.row .level1.product_category div:first-child img{
    width: 100%;
    height: 300px;
    border: 1px solid #e3e3e3;
}
.row .product_category div.category-desc:first-child{border: 0;}
.category-desc p span{
    text-align: center;
    font-family: 'Lato'!important;
    font-size: 14px!important;
}
.row .category-desc{
    margin: 15px 0;
}
.row .product_category .item-title{margin-top: 10px}
.row .product_category .category-desc p{
    margin: 15px 0;
}
/*******************category list*******************/
.row .category_list{
    text-align: center; 
}
.row .category_list .item-title{
    font-size: 13px;
    background: #20358c;
    padding: 15px 0;
    margin: 0;
    min-height: 65px;
}
.row .category_list .item-title a{
    color: #fff;
    font-size:16px;
}
/*************product detail************/
.content_container{min-height: 570px;}
.home .content_container{min-height: 1px}
.product_detail .page-header h2 span:after{
    display: none
}
.product_detail .page-header h2{
    margin: 0;
    font-size: 20px;
}
.product_detail .page-header{
    padding: 10px 15px;
    background: #20358c;
    color: #fff;
    margin: 0;
}
.product_detail .product_detail_left{
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    color: #606060;
    padding: 15px 0 25px;
   border-top: 0px;

}
.product_detail{
    clear: both;
    margin: 50px 0 50px;
}
.item div.page-header:first-child{
    display: none;
}
.blog h2,.blog.category_level.Accessories h2{
    position:absolute;
    top: 0;
    margin: 40px 0 30px;
}
.custom img{
    margin-top:130px;
}
.static_banner {
    margin-bottom: 30px;
}
.blog.category_level h2,.News h2{
    position: relative;
    top: auto;
}
.content_detail_image{
/*    background: white;
    border: 1px solid #d0d0d0;*/
    margin-top:25px;
}
.product_detail_left hr,.search-results hr{
    margin: 15px 0px; 
    border: 0;
    border-top: 5px solid #e0e0e0;
}
.product_detail_left ul li{
    list-style: square;
    font-size: 16px;
    line-height: 30px;
    color: #7d7d7d;
}
.product_detail_left ul {margin-left: 20px;}
.product_detail_left ul:last-child li {
    list-style: none;
    margin: 0;
    margin-left: -20px;
}
.row{clear: both;}
.product_detail_left ul:last-child li a{
    color: #e1261c;
}
.content_detail_image img{
    /*height: 560px;*/
    padding: 20px;
    margin: auto;
    display: block;
}
.product_detail h3{
    font-size: 24px;
    color: #20358c;
}
/*************product slider***********/
#owl-demo  {
    background:#f0f0f0;
    overflow: hidden;
    padding: 2% 50px;
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
    float: left;
}
#owl-demo .owl-item{
    /*margin-right:  20px;*/
    /*border: 1px solid #d0d0d0;*/
}
#owl-demo .item_img{
    background: #fff;
    width: 90%;
    margin: auto;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
}
#owl-demo .item_content .owl_titlte{
     min-height: 70px;
      padding: 10px;
}
#owl-demo .item_content .owl_subtitle{
     padding: 10px;
}
#owl-demo .item_content{
    border: 1px solid #d0d0d0;
    border-top: 0;
    width: 90%;
    margin: auto;
    background: #20358c;
    color: #fff;
    font-size: 14px;
   min-height: 60px;
    text-align: center;
   
}
#owl-demo .item{

}
#owl-demo .item img{
    display: block;  
    height:180px;
    margin: auto;

}
#owl-demo.owl-theme .owl-controls{
    margin: 0 !important;text-align: left;
}
#owl-demo .owl-next{
    right: 3px;
    position: absolute;
    margin-top: -165px;
    background: url('../images/arrow_r.png') no-repeat;
    width: 47px;
    height: 47px;
    font-size: 0;
    opacity: 1;
}
#owl-demo .owl-prev{
    left: 3px;
    position: absolute;
    margin-top: -165px;
    background: url('../images/arrow_l.png') no-repeat;
    width: 47px;
    height: 47px;
    font-size: 0;
    opacity: 1;
}
#owl-demo .owl-next:hover{background: url('../images/arrow_r_hover.png') no-repeat;}
#owl-demo .owl-prev:hover{background: url('../images/arrow_l_hover.png') no-repeat;}
/**************newspage***********/
.news_page p {
    color: #5b5b5b;
}
.news_page .item-image img{border: 3px solid #d7d7d7;}
.news_page hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #d7d7d7;
}
.news_page .page-header.item-title{
    padding: 0;
    margin: 15px 0;
}
.news_page .page-header.item-title a{
    font-size: 20px;
    color: #141414;
}
/*********searchpage*********/
.phrases,.only,.form-limit,.btn-toolbar{display: none;}
.searchintro,.result-title{   
    margin: 20px 0;
}

.result-title,.searchintro,.result-title a{
    color: #20358c;
    font-size: 18px;
}
.searchintro .badge{background-color: #20358c;}
/*********sitemap*********/
.moduletable_sitemap ul.nav li img{
    display: none;
}
.moduletable_sitemap ul li a,.moduletable_sitemap ul li .image-title{
    font-size: 18px;
    background:url('../images/sitemap_arrow.png') no-repeat left center;
    padding-left: 15px;
    line-height: 25px;
}
.moduletable_sitemap ul li a:hover{
    background-color: transparent;
}
.moduletable_sitemap ul.unstyled,.moduletable_sitemap ol.unstyled{
    margin-left: 25px;
}

.content_container .table-bordered.table-striped {background-color: #f0f0f0;margin-bottom: 0px;}
.content_container .table-striped>tbody>tr:nth-of-type(odd),.content_container .table-striped tbody > tr:nth-child(odd) > td{background-color: #f0f0f0;}
.content_container .table-bordered.table-striped tr,.content_container .table-bordered.table-striped td{border: 0px;}
.content_container .table-bordered.table-striped table{border: 0px;}
.content_container .table-bordered.table-striped{border: 1px solid #d0d0d0;border-bottom: 0px;margin-bottom: 0px;padding-top: 15px;}
.content_container .table-bordered.table-striped tr td:first-child{display: none;}
.content_container .table-bordered.table-striped tr td{padding-left: 20px;}
.product_Code{display: none;}
