body {
    width: 100%;
    height: 100%;
    color:#191919;
    background-color: #fff;
    -webkit-font-smoothing: smooth-antialiased !important;
    line-height: 1.55;
    overflow-x: hidden;
    outline: 0;
    font-family: proxima-nova, sans-serif;
}

html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
}
span, p, a{font-family: proxima-nova, sans-serif;}

strong{
    font-weight: 900;
}

a {
    color: #191919;
    outline: 0;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: proxima-nova, sans-serif;
}
a:hover{
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #e01212;
}
ul li{
   list-style-type: none;
}
/*.logo-hide{opacity: 0;}*/
.ghost-a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;}
#menu{position: relative;}
.menu-fixed{    
    position:absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s;
}
#sticky-menu.active{
    position: fixed ;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
}
div#main-menu{position: relative;}
.top-menu{/*adding: 13px 5px;*/ margin-bottom: 0px; margin-left: 0; padding: 12px 0px 6px;}
.top-menu li{line-height: 33px; position: relative ;}
.top-menu>li:before, .top-menu>li:after{
    height: 1px;
    position: absolute;
    content: '';
    transition: all 0.35s ease;
    display: block;
    background-color: #fff;
    width: 0;
    left: 0;
    right: 0;
}
.top-menu>li:hover::before{
    width: 100%;
    color: #fff;
    /*top: 0;*/
}
.top-menu>li:hover::after{
    width: 100%;
    color: #fff;
 /*   bottom:6px;
    left: 0;*/
}
.menu-search:before, .menu-search:after, .menu-logo:before, .menu-logo:after{display: none !important;}
.menu-search:hover::before, .menu-search:hover::after, .menu-logo:hover::before, .menu-logo:hover::after, {
    width: initial;
    color: transparent;
    height: 0;
    content: none;
    background-color: transparent;
}
.sub-menu{
    padding: 0;
    position: absolute;
    left: -70px;
    right: 40px;
    background-color: #e01212;
    text-align: center;
    width: 100%;
    min-width: 250px;
    display: none;
}
.sub-menu li{padding: 5px !important;}
.top-menu li a{
    font-size: 16px;
    font-weight: 500;
    font-family: proxima-nova, sans-serif;
    color: #ffffff;
}
/*.dropdown:hover ul.sub-menu{
    transition-delay: 3s;
    display: block;
}*/
li.menu-logo{display: none; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; transition: all .6s ease-in-out;}
.pinned-logo a img{max-width: 55px; margin-right: 15px; margin-top: -5px;}
.top-menu.pinned  li.menu-logo { display: block;  margin-right: 0; padding: 0;}
.top-menu.pinned ul li{padding: 10px 0px;}
.top-menu.pinned .pinned-logo { opacity: 1;    -webkit-transition: all .5s; transition: all .5s;}
.menu-active{position: relative; height: 145px; background-color: #e01212; z-index: 999999;}
.logo-hide img{max-height: 50px;}
.logo-hide{display: none;}
.menu-active .logo-hide{display: block;}


.search{background-color: #9a0c0c; padding: 3px 12px; border-radius: 21px; display: block;}
#product-slider-thumbs{margin-top: 40px;}
.header-lang{padding-top: 25px; padding-bottom: 4px;}
.header-lang ul {width: 100%;}
.header-lang ul li a{font-size: 16px; font-weight: 600; color: #ffffff; font-family: proxima-nova, sans-serif;}
.header-lang ul li span{font-size: 16px; font-weight: 600; color: #ffffff; padding: 0px 5px;}
.ch_lang li a{
    color: #ef8989;
}
.ch_lang span{color: #fff;}
.ch_lang li{padding: 0px 3px !important;}
.lang-active{color: #fff !important;}
.ch_lang{padding-left: 0;}
#full-screen-homepage{position: relative; height: auto; width: 100%; min-height: 100vh;}
.main_content_include{overflow-x: hidden;}
.parallax{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  
    height: 100%;
}
.about-image{
  min-height: 700px;
}
.logo{position: relative; margin: 0 auto; text-align: center;/* margin-top: 350px;*/}
.logo img{position: fixed; left: 0; right: 0; margin: 0 auto; text-align: center; top: 50%;}
/*homepage about*/
.about-text{padding: 80px 0px 25px 110px;}
.about-section{background-color: #fff;}
.about-text h3{font-size: 26px; color: #e01212; margin-bottom: 20px;}
.about-text h4{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-bottom: 20px;}
.about-text p{font-size: 17px; line-height: 1.65;color: #2e2e2e;} 

/*homepage  products section*/
.homepage-products h2, .homepage-partners h2{font-size: 26px; color: #e01212; text-align: center; padding: 40px 0px 40px;}
.homeproduct {margin-bottom: 120px;}
.homeproduct h3{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-bottom: 30px; margin-top: 60px;}
.product-home-img p{font-size: 17px; line-height: 1.65; color: #2e2e2e; margin-bottom: 50px;}
.red-btn a{background-color: #e01212; font-size: 16px; font-weight: 600; color: #ffffff; padding: 15px 48px; border-radius: 4px;}
.red-btn a:hover{background-color: #2e2e2e;}
.partners-txt{
    min-height: 800px;
    background-color: #e01212;
    position: absolute;
    max-width: 500px;
    left: 0;
    right: 0;
    padding: 30px 80px;
    top: 50px;
    z-index: 99;
}
.map-red-box{position: relative;}
.partners-txt h3{font-size: 60px; font-weight: 300; line-height: 0.95; color: #ffffff; margin-top: 50px; margin-bottom: 30px; font-family: proxima-nova, sans-serif;}
.partners-txt p{ font-size: 17px; line-height: 1.65; color: #ffffff;}
.white-btn{text-align: center; margin-top: 40px;}
.white-btn a{font-size: 16px; font-weight: 600; color: #e01212; background-color: #fff; padding: 15px 80px; border-radius: 4px; font-family: proxima-nova, sans-serif;}
.white-btn a:hover{background-color: #2e2e2e; color: #fff;}
/*news homepage*/
.homepage-news h2{font-size: 26px; color: #e01212; text-align: center; padding: 40px 0px 20px; font-family: proxima-nova, sans-serif;}
.homepage-news{margin-top: 100px;}
.news-boxes{height: 100%; width: 100%; min-height: 480px; position: relative; overflow:hidden;}
.large-news-boxes{min-height: 480px; background-color: #2e2e2e;}
.read-news{display: flex ; position: absolute ; left: 30px; right: 30px; bottom: 30px; justify-content: space-between;}
.read-news h3 a{font-size: 38px; font-weight: 300; line-height: 1.24; color: #ffffff; font-family: proxima-nova, sans-serif;}
.read-more-btn{align-self: flex-end; opacity: 0;}
.read-more-btn a{color: #fff; font-size: 28px; background-color: #e01212; padding: 2px 11px; text-align: center; margin: 0 auto; display: flex; align-self: center; border-radius: 16px;}
.large-news-boxes h3{  font-size: 60px; font-weight: 300; line-height: 0.95; color: #ffffff; padding: 60px 180px 140px 60px; font-family: proxima-nova, sans-serif;}
.large-news-boxes .red-btn{margin-left: 60px;}
/*.news-boxes:hover h3{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
}*/
.news-boxes:hover .read-more-btn, .post-list:hover .read-more-btn, .more-post:hover .read-more-btn{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 1;
}
/*.red-btn{padding-left: 60px;}*/

/*footer*/
form.newsletter-form{display: flex;}
.footer{background-color: #f8f8f8; padding: 65px 0px 100px; z-index: 2; position: relative ;}
.footer-logo{margin-bottom: 50px;}
.footer-info h5, .footer-info span{font-size: 17px;line-height: 1.65; color: #2e2e2e; display: block; margin-bottom: 0px; font-family: proxima-nova, sans-serif;}
.footer-social{margin-top: 40px;}
.footer-social ul{padding: 0;}
.footer-social ul li{margin-right: 20px;}
.footer-newsletter h5{font-size: 48px; font-weight: 300; line-height: 1.19; color: #191919; font-family: proxima-nova, sans-serif;}
.footer-newsletter{padding-top: 100px; padding-bottom: 100px;}
.footer-newsletter p{font-size: 17px; line-height: 1.65; color: #2e2e2e; padding: 0px 170px 0px 0px; font-family: proxima-nova, sans-serif;}
.newsletter-form input[type="text"]{
    width: 500px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    color: #7f7f7f;}
.newsletter-form input[type="text"]:focus{
    border: 0;
    border-bottom: 1px solid #2e2e2e;
    outline: 0;
}
#send-newsletter{border-radius: 4px; background-color: #e01212; margin-left: 40px; font-size: 16px; font-weight: 600; color: #ffffff; padding: 15px 45px; cursor: pointer;}
#send-newsletter:hover{background-color: #2e2e2e;}
/*.footel-links{padding-bottom: 100px;}*/
.footel-links ul li{padding: 0px 40px;}
.footel-links ul li a{  font-size: 14px; line-height: 2.29; color: #828282; font-family: proxima-nova, sans-serif;}
.footel-links ul li a:hover{color: #e01212;}
.footer-links ul{padding: 0;}


/*products page */
/*.product-page{margin-top: 55px;}*/
.product-slider, .product-info{margin-top: 50px;}
.item.product-item{margin-bottom: 50px;}
.product-info h1{font-size: 32px; color: #e01212; margin-bottom: 0px; padding:0px 200px 0px 0px; font-family: proxima-nova, sans-serif;}
.product-info h2{font-size: 16px; font-weight: 600; line-height: 1.56; color: #9e9e9e; font-family: proxima-nova, sans-serif;}
.product-summary{
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #c1c1c1;
}

.product-price span{font-size: 20px; color: #e01212;}
/*.product-price{margin-top: 30px;}*/
.more-product-list .row{display: flex;}
.product-price h2{font-size: 30px; font-weight: bold; color: #494949; margin-top: 0; margin-bottom: 0;}
.product-price h4{font-size: 30px; text-decoration: line-through;color: #6c6c6c;font-weight: 300;font-family: proxima-nova, sans-serif;}
.product-price p{font-size: 16px; color: #929292; padding: 0px 40px 0px 0px;}
.product-price p>span{font-size: 16px;}
.large-red-btn a{background-color: #e01212; color: #fff; padding: 15px 131px; border-radius: 4px; font-family: proxima-nova, sans-serif;}
.large-red-btn{margin-top: 40px;}
.product-price.discount-p h2{text-decoration: line-through; color: #6c6c6c; font-weight: 300; font-family: proxima-nova, sans-serif;}
.line-grey{width: 100%; height: 1px; background-color: #c1c1c1;}
.product-desc-wrap{margin-top: 100px; margin-bottom: 50px;}
.desc-tlt h5{font-size: 16px; font-weight: 600; line-height: 1.56; color: #191919; margin-bottom: 0px; display: inline-block; border-bottom: 5px solid #2e2e2e; font-family: proxima-nova, sans-serif;}
.products-desc, .products-table{margin-top: 55px;}
.products-desc p{font-size: 17px; line-height: 1.65; color: #2e2e2e; padding: 0px 120px 0px 0px; font-family: proxima-nova, sans-serif;}
.products-table table{width: 100%;}
.products-table table tbody tr:nth-of-type(odd){background-color: #f5f5f5;}
.products-table table tbody tr td{padding: 10px;    font-size: 17px; font-weight: bold; color: #2e2e2e;}
.products-table table tbody tr td:first-child{font-weight: 300 !important;}
.download-pdf-btn a{font-size: 14px; font-weight: 600; color: #2e2e2e;/* border: 1px solid #979797;*/ padding: 15px 17px 15px 17px;}
.download-pdf-btn{display: inline-block; float: right; margin-top: 30px; margin-left: 30px; /*border: 1px solid #979797; */max-width: 270px; padding: 12px 0px;}
.download-pdf-btn a svg{margin-left: 20px;}
.more-product{margin-top: 65px; border-top: 1px solid #c1c1c1; margin-bottom: 100px;}
.more-product h3{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-top: 70px; margin-bottom: 100px;}
.more-product-tlt h4 a{font-size: 26px;color: #e01212; font-family: proxima-nova, sans-serif;}
.more-product-tlt h4 a:hover{color: #2e2e2e;}
.more-product-tlt h4{padding: 0px 100px 0px 0px; font-family: proxima-nova, sans-serif;}
.more-product-tlt p{font-size: 17px; line-height: 1.65; color: #2e2e2e;font-family: proxima-nova, sans-serif;}
.product-price a{   font-size: 16px; font-weight: 600; color: #e01212; font-family: proxima-nova, sans-serif;}
.product-price a:hover{color: #2e2e2e;}
.product-price a svg{color: #fff; background-color: #e01212;}
.product-price a>span{padding: 0px 7px; background-color: #e01212; font-size: 18px; border-radius: 3px;}
.product-price a{font-size: 16px; font-weight: 600; color: #e01212;}
.more-product-list{border-bottom: 1px solid #c1c1c1;margin-bottom: 60px; padding-bottom: 20px !important;}
.owl-item.active.current .product-item-tumbs{border-bottom: solid 3px #2e2e2e;}
.item.product-item-tumbs{border-bottom: solid 2px #c1c1c1; padding-bottom: 10px;}

/*news list page*/
.news-header h1{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-top: 55px;}
.news-header p{font-size: 17px;line-height: 1.65;color: #2e2e2e; padding: 0px 400px 0px 0px;}
.post-list{height: 100%; width: 100%; min-height:720px; position: relative;}
.post-list:hover h3{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
}
.news-header{margin-bottom: 50px;}


/*single post page*/
#single-post{margin-top: 50px;}
.post-body h1{  font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-bottom: 20px;}
.post-full-img{    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin:0 auto;
    width: 100%;
    height: 630px;}
.post-date{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    color: #acacac;
    display: block;
    margin-top: 15px;
    margin-bottom: 80px;
}
.post-body{padding-bottom: 60px; border-bottom: 1px solid #c1c1c1; margin-bottom: 60px;}
.post-content h2{font-size: 26px; color: #e01212;}
.post-content p{font-size: 17px; line-height: 1.65; color: #2e2e2e;}
.post-share{text-align: center; margin-top: 280px;}
.post-share h4{text-align: center; font-size: 26px; color: #e01212;}
.post-share ul{padding: 0;}
.post-share ul li{padding: 10px 0px;}
.post-share ul li a img{max-height: 45px;}


.more-post{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin:0 auto;
    width: 100%;
    height: 470px;
}
.more-news-tlt h4{font-size: 26px; color: #e01212; text-align: center; margin-bottom: 40px;}



/*category page*/
.category-banner{
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 420px;
}
.about-banner{
        background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 740px;
}
.category-banner h1{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-top: 120px;}
.category-banner p{font-size: 17px; line-height: 1.65; color: #2e2e2e; padding: 0px 600px 0px 0px;}
.category-icons{min-height: 270px; background-image: linear-gradient(101deg, #f8f8f8, #f1f1f1);}
.category-icon{ padding-top: 50px;}
.category-icon span{display:block; text-align: center;}
.category-icon h4{font-size: 19px; font-weight: 600; line-height: 1.42; text-align: center; color: #e01212; margin-top: 20px; border-bottom: 1px solid #c1c1c1;}
.category-icon span svg{color: #e01212; font-size: 50px; margin: 0 auto; text-align: center;}
.category-icon p{font-size: 17px; line-height: 1.41; text-align: center; color: #2e2e2e; padding: 0px 20px;}
.category-products-list{margin-top: 80px;}
.category-products-list ul{padding: 0; margin-bottom: 0}
.category-products-list ul li{margin-right: 35px;}
.category-products-list ul li a{font-size: 16px; font-weight: 600; line-height: 1.56; color: #acacac;}
.active-cat a{font-size: 16px !important; font-weight: 600 !important; line-height: 1.56 !important; color: #191919 !important; border-bottom: 5px solid #2e2e2e;}
.products-list{margin-top: 80px; margin-bottom: 80px;}


/*static pages*/
.static-page{margin-top: 90px; margin-bottom: 150px;}
.static-menu {padding: 0;}
.static-menu li{padding: 5px 0px;}
.static-menu li a{  font-size: 18px; font-weight: 600; line-height: 1.39; color: #acacac; display: inline-block ; vertical-align: middle ;}
.static-menu li:before{content: " "; width: 15px; /* height: 2px; */ border: solid 1px #c1c1c1; margin-right: 10px; background-color: #c1c1c1; display: inline-block; vertical-align: middle;}
.static-page-content>h1{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919; margin-bottom: 35px;}
.static-page-content h3{font-size: 26px; color: #e01212; }
.static-page-content img{display: block; margin:0 auto; margin-top: 10px; margin-bottom: 10px;}
.static-active:before{border: solid 2px #191919 !important; background-color: #191919 !important;}
.static-active a{   color: #191919 !important;}


/*parnters page*/
#large-map{
    min-height: 800px;
}


.search-partners-box{position: relative;}
.search-map{max-width: 500px; min-height: 700px; background-color: #2e2e2e; position: absolute; z-index: 2; top: 50px;}
.search-map h1{font-size: 30px;font-weight: 300; line-height: 0.95; color: #ffffff; padding: 50px 30px 20px 80px;}
.search-map p{font-size: 14px; line-height: 1.65; color: #ffffff; padding: 0px 30px 0px 80px;}
.search-partners-form{padding: 0px 30px 0px 80px;}
.search-partners-form h3{font-size: 26px; color: #ffffff; padding: 0px 100px 20px 0px;}
.search-partners-form input[type="text"]{width: 360px; height: 48px; border-radius: 4px; border: solid 1px #7b7b7b; background-color: transparent; padding: 0px 20px; margin-bottom: 40px; color: #fff;} 
.search-partners-form input[type="text"]:focus{outline: 0; border:1px solid #e01212;}
.search-btn{background-color: #e01212; font-size: 16px; font-weight: 600; color: #ffffff; padding: 14px 81px; border-radius: 4px; border:0;}
.card-header{background-color: transparent; border-bottom: solid 1px #fff;}
.card{border:0; border-bottom: 1px solid #c1c1c1;}
#partners-tabsContent{margin-top: 50px; margin-bottom: 100px;}
.card-header{display: flex; /*justify-content: space-between; align-items: center;*/}
.par-name{font-size: 17px !important; color: #2e2e2e !important; font-weight: 800;}
.partners_list td{padding: 10px;     font-size: 15px !important;}
.par-link a{font-size: 17px; line-height: 1.65; color: #2e2e2e;text-transform: lowercase;}
.open-map, .open-map a{font-size: 24px !important; font-weight: 600; line-height: 2.0; color: #e01212; cursor: pointer; text-align: center;}
.open-map a:hover{color: #2e2e2e;}
.open-map svg{margin-left: 10px;}
.partners-header{padding: 54px 0px 40px;}
.partners-header h4{font-size: 60px; font-weight: 300; line-height: 0.95; color: #191919;}
.partners-header p{font-size: 17px; line-height: 1.65;  color: #2e2e2e; padding: 0px 440px 0px 0px;}
#partners-tabs{border:0;}
#partners-tabs a.active{border: 0; background-color: transparent; border-bottom: solid 5px #2e2e2e; color: #191919; font-weight: 600;}
#partners-tabs a{font-size: 16px; font-weight: 600; line-height: 1.56; color: #acacac; padding: 0px 0px; margin-right: 60px; border-bottom:solid 5px transparent; border:0;}
#partners-tabs a:hover{border-bottom:solid 5px transparent; border:0; color: #e01212; border-radius: 0;}




/*search*/


.fade-screen {
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

@-webkit-keyframes specialFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}

@keyframes specialFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}
.specialFadeIn {
  -webkit-animation-name: specialFadeIn;
          animation-name: specialFadeIn;
}

@-webkit-keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.specialFadeOut {
  -webkit-animation-name: specialFadeOut;
          animation-name: specialFadeOut;
}

@-webkit-keyframes specialSlideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes specialSlideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.specialSlideInRight {
  -webkit-animation-name: specialSlideInRight;
          animation-name: specialSlideInRight;
}

@-webkit-keyframes specialFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes specialFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spceialFadeInRight {
  -webkit-animation-name: specialFadeInRight;
          animation-name: specialFadeInRight;
}

.menu-search-container.active {
  display: block;
  -webkit-animation-name: specialFadeOut;
          animation-name: specialFadeOut;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.visible {
  visibility: visible;
}

.hidden {
  display: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-item{
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-item.is-closed {
  -webkit-animation-name: specialFadeIn;
          animation-name: specialFadeIn;
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.nav-item.hidden {
  -webkit-animation-name: specialFadeOut;
          animation-name: specialFadeOut;
  -webkit-animation-delay: 245ms;
          animation-delay: 245ms;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.menu-search-input {
  -webkit-animation-name: specialFadeInRight;
          animation-name: specialFadeInRight;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}


.menu-search-container {
    width: 100%;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}
.menu-search-container input {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 35px;
    outline: none;
    /*padding-bottom: 15px;*/
    line-height: 60px;
    color: #fff;
    /*height: 60px;*/
    border-bottom: 1px solid #ffffff38;
}
#sticky-menu.active .menu-search-container input{height: 50px;    margin-top: -15px; font-size: 25px;}
#sticky-menu.active .menu-search-container{    width: 90%;     left: 10%;}
#sticky-menu.active .menu-search-container svg.svg-inline--fa.fa-search.fa-w-16{display: none;}
#sticky-menu.active .menu-search-close{ top: -4px;padding: 5px 11px;border-radius: 17px;}
#sticky-menu.active .menu-search-input::placeholder{font-size: 25px;}
.search-form .fa-search{font-size: 30px; color: #fff; margin-right: 20px;}
.menu-search-input::placeholder{color: #fff; font-size: 40px; padding: 5px;}
.menu-search-container a {
  color: #fff;
}
.menu-search-container a:first-child {
  display: block;
  float: left;
  padding-right: 10px;
}
.menu-search-container.active {
  display: block;
  margin-top: -18px;
}

.menu-search-close {
  position: absolute;
   right: 0px;
   top: 0;
    color: #fff;
    display: block;
    background-color: #bb1010;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
}
form.search-form{
    display: flex;
    width: 100%;
    align-items: center;
}

/*mobile menu*/
.mobile-header{display:none!important;}
.mobile-hidden img{max-width: 130px; margin-top: 12px;}
/*.mobile-hidden{margin: 0 auto; padding-top: 6px;}*/
.contact-form-wrap{padding-bottom: 100px; margin-top: 60px;}

/*contact page*/
#contact-map{min-height: 520px;}
.contact-info h1{font-size: 60px; font-weight: 300; line-height: 0.95; text-align: left; color: #191919; margin-bottom: 30px;}
.contact-info p{font-size: 17px; line-height: 1.65; color: #2e2e2e;}
.contact-info span{  font-size: 22px; line-height: 1.82; text-align: left; color: #2e2e2e; display: block;}
#doall input{height: 48px; border-radius: 4px; border: solid 1px #979797;}
#doall input::placeholder{font-size: 14px; color: #2e2e2e; font-weight: 600;}
#doall textarea{height:300px; border-radius: 4px; border: solid 1px #979797;}
#doall textarea:focus{box-shadow: 0 0 0 0.2rem #2e2e2e26;}
#doall input:focus{box-shadow: 0 0 0 0.2rem #2e2e2e26;}
#doall textarea::placeholder{font-size: 14px; color: #2e2e2e; font-weight: 600;}
.form-send{text-align: right; margin-top: 30px;}
#sendme{
    border-radius: 4px;
    background-color: #e01212;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 85px;
    cursor: pointer;
}
#sendme:hover{
    background-color: #2e2e2e;
}
.mobile-post-share, .mobile-hidden{display: none;}
.post-body h1{font-size: 40px; line-height: 1;}
.product-home-img{margin-top: 20px;}


div#home-large-map{height: 900px;}
#search-btn{    border-radius: 4px; background-color: #e01212; color: #fff; padding: 14px 83px; cursor: pointer; border:0;}
#search-btn:hover{background-color: #fff; color: #2e2e2e;}
/*
.clear{clear:both;}
.stick {
    position: fixed;
    top: 10px;
    z-index: 10;
    margin-left: 10px;

}
.static-menu{     
    padding: 0.5ex;
    width: 200px;
    color: #fff;
    float:left;
    height: 300px;
  }*/

/*
.retro{
    display: block;
    overflow: hidden;
}
.retro:hover{
        -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-duration: 5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 5s;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 5s;
    -ms-transition-timing-function: ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/
.arrow{
    width: 0;
    height: 0;
    margin-left: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #F8F8F8;
}
.dropdown-menu{padding: 0 !important; margin: .4rem 0 0 !important;}
.dropdown-item{
    color: #2e2e2e !important;
    padding: .15rem 1rem !important;
}
.dropdown-item:hover{color: #e01212 !important;}
.search-results-head-wrap{border-bottom: 1px solid #c1c1c1;}
.dropdown-item.active, .dropdown-item:active{background-color:transparent !important;}
input.search-results-input{border:0px; margin-left: 10px; line-height: 45px; font-size: 17px; color: #e01212;}
input.search-results-input::placeholder{font-size: 22px; color: #e01212; line-height: 45px;}
input.search-results-input:focus{border:0px; box-shadow: none; outline:none;}
.search-results-head{    color: #2e2e2e; font-size: 38px;}
.products-list-results{margin-top: 30px; margin-bottom: 30px;}
.no-results{margin-bottom: 100px;}
.no-results{text-align: center;}
.no-results h2, .no-results h3{color: #2e2e2e;}
.more-product-list{width: 100%; padding: 0px 15px;}
.product-price.d-price{margin-top: 30px;}

.overlay-banner{
        display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /*background-color: #191919;*/
    z-index: 1;
}
.about-banner h1{   
     font-size: 60px;
     position: relative;
     z-index: 2;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 150px;}
.about-banner h2{
    font-family: proxima-nova, sans-serif;
    font-size: 26px;
    color: #e01212;
    text-align: center;
    margin-bottom: 25px;
     position: relative;
     z-index: 2;
}
.about-banner p{
   font-family: proxima-nova, sans-serif;
    font-size: 17px;
    line-height: 1.41;
    color: #ffffff;
     position: relative;
     z-index: 2;
}
.about-block img{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-block h4{
   font-family: proxima-nova, sans-serif;
    font-size: 17px;
    color: #2e2e2e;
    text-align: center;
}
.about-block p{
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    color: #2e2e2e;
    text-align: center;
}
.about-block{
    background-color: #f5f5f5;
    min-height: 400px;
    padding: 30px 20px;
}
.a_block h3{
    font-size: 26px;
    color: #e01212;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
}

.about-lg-block{
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 44px;
    margin-bottom: 60px;
    position: relative;
}
.sm-overlay-banner{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /*background-color: #444444;*/
    z-index: 1;
}
.about-block-txt{position: relative; z-index: 2;}
.about-block-txt h4{
    font-family: proxima-nova, sans-serif;
    font-size: 26px;
    color: #ffffff;
    padding-top: 68px;
    padding-left: 50px;
}
.about-block-txt p{
    font-size: 17px;
    line-height: 1.41;
    color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
}
/*.b-about-txt{
        background-color: #f8f8f8;
}*/
.loncin-img{height: 390px;}
.loncin_txt{    padding: 60px 70px;}
.loncin_txt h3{font-size: 26px;color: #e01212;margin-bottom: 20px;}

.c-validation{color:#e01212;}
.footer_terms.text-right{margin-top: 10px;max-width: 500px;display: flex;justify-content: flex-end; align-items: center;}
.footer_terms.text-right label{margin-bottom: 0;font-size: 12px;margin-left: 10px;}
#f_terms:checked:before{
    content: "\f00c";
    color: #e01212;
    display: block;
    font-size: 11px;
    margin-top: -1px;
    font-family: FontAwesome;
    text-align: center;
}
#f_terms{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    display: block;
}
.ns_error, .ns_error a{color: #e01212;}

.checkbox.text-right{margin-top: 10px; display: flex;justify-content: flex-end; align-items: center;}
.checkbox.text-right label{margin-bottom: 0;font-size: 12px;margin-left: 10px;}
#terms:checked:before{
    content: "\f00c";
    color: #e01212;
    display: block;
    font-size: 11px;
    margin-top: -1px;
    font-family: FontAwesome;
    text-align: center;
}
#terms{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px !important;
    border: 1px solid #979797;
    border-radius: 0px!important; 
}
.table td, .table th{vertical-align: middle;}
.svg-inline--fa.fa-map-marker-alt.fa-w-12{height: 25px;width: 25px;text-align: center;}
.table.partners_list.table-striped tr{ -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.table.partners_list.table-striped tr:hover{background-color: rgba(157, 157, 157, 0.35);  -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}



.link a{position: absolute;
right: 0;
left: 0;
display: block;
height: 100%;
z-index: 99;}
.partners_list{ position: relative; overflow-x: hidden; }
.error::placeholder{ color: #e01212; }
.subcatmenu a.active{color: #000;border-bottom: 4px solid #000;}

.mobile-search-input {
    background-color: #c51010;
    color: #fff;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    padding: 0px 10px;
}

.mobile-search-bar {
    width: 100%;
    margin-top: 5px;
    display: none;
}
.mobile-search-input::placeholder{color: #fff;}
.mobile-search-input:focus{
    outline-width: 0;
    outline: 0;
    outline-offset: 0;
}
.category-icons{display: none;}
table.table.partners_list.table-striped{overflow-y:hidden;}
.afters_sales_img{min-height: 500px;}
.after_sales_txt{padding-left: 60px;padding-top: 80px;}
.after_sales_txt h2{font-size: 40px;font-weight: 300;color: #2e2e2e;margin-bottom: 30px;}
.after_sales_txt p, .product-cat-center p{font-family: proxima-nova, sans-serif;font-size: 15px;color: #2e2e2e;}
.after_sales_txt h3, .product-cat-center h3{font-size: 26px;color: #e01212;display: block;margin-top: 40px;margin-bottom: 35px;}
.after_sales_img{min-height: 450px; height: 100%}

.product-cat h4{font-family: proxima-nova, sans-serif;font-size: 17px;color: #2e2e2e;font-weight: bold;margin-bottom: 20px;}
.product-cat p{max-width: 445px; font-family: proxima-nova, sans-serif;font-size: 15px;color: #2e2e2e;}

.product-cat h3{
    font-size: 26px;
    color: #e01212;
    display: block;
    margin-top: 40px;
    margin-bottom: 35px;
}
.product-cat-center{
    width: 100%;
    margin-top: 40px;
}
.product-cat-center h3{display: block;text-align: center;     font-size: 30px;}
.product-cat-center p{text-align: center;}
.product-cat p a, .product-cat-center p a{
    color: #e01212;
}
.after_btn{
    text-align: center;
    margin-bottom: 50px;
}
.after_btn a{
    display: block;
    line-height: 45px;
    background-color: #e01212;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #e01212;
}
.after_btn a:hover{
     background-color: #fff;
    color: #e01212;
}
.c-validation {
  background: #e01212 !important;
  padding: 3px 6px !important;
  border-radius: 1px !important;
  position: relative;
  display: inline-block;/* !important;*/
  /*box-shadow: 1px 1px 1px #aaaaaa;*/
  margin-top: 12px;
  color: #fff;
  text-align: center;
  max-width: 50%;
  /*margin-bottom: 20px;*/
}
.c-validation.c-hcenter
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  max-width: 50%;
}
.c-validation:before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e01212;
  position: absolute;
  top: -10px;
}
.c-validation { display: none; }


.map-results{
    padding-top: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.map-results p{
    margin-bottom: 2px;
    padding-left: 0;
    font-size: 12px;
}
.map-results a{
    transition: color .4s ease-out;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}


.map-results hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}