 body {
    font-family: "Poppins", sans-serif;
     background: #fff;
     color: #10141F;

     overflow-x: hidden;

 }

 #main-menu {position:fixed; left:0; right:0; top:58x; height:auto;  background: #272b35;  z-index:9999999; display:none;}

 #main-menu a {color:#fff}

 #main-menu a:hover{color:#2563eb}

 #close-menu { position:absolute; right:20px; top:20px;}

 select { font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;}

 .poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

 a {
     text-decoration: none;
 }

 a.dark {  color: #10141F;}
 a.dark:hover, .card:hover a.dark {  color: #2563eb;}

 .hero-section { background: #10141F  url("../img/tyre_print_2.svg") top left no-repeat ;}

 #hero-section-light{ background: rgb(249,249,249);
    background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,0) 57%);}

 .post-image {aspect-ratio: 16 / 11; overflow:hidden; width:100%; display:flex; justify-content: center; align-items: center; position:relative; }
 .post-image img {transform: scale(1); width:100%; transition: transform .2s; /* Animation */}
 .post-image span {position:absolute; right:0; top:0; display:inline; z-index:60; font-size:13px;}
 .card:hover .post-image img {transform: scale(1.1);}

 .post-image-square {aspect-ratio: 4/3; overflow:hidden; width:100%; display:flex; justify-content: center; align-items: center; position:relative; }
 .post-image-square img {transform: scale(1.2); width:100%; transition: transform .2s; /* Animation */}
 .post-image-square span {position:absolute; right:0; top:0; display:inline; z-index:60; font-size:13px;}
 .card:hover .post-image-square img {transform: scale(1);}

 .post-image div, .post-image-square div { position:absolute; bottom:20px; left:40px; width:50%; z-index:200}

 .section-title {font-size:64px;}

 .carousel-inner {width:100%; object-fit: cover;}
 .carousel-item {display:inline-flexbox; aspect-ratio: 16/9;   align-items: center; justify-content: center;   width:100%; position: relative; overflow:hidden}
 .carousel-item img {   flex-shrink: 0;
    min-width: 200%;
   max-height: 100%;
   object-fit: cover;
     }

 
 .bg_white {
   background: #fff;
}
 .white {
     color: #fff;
 }

 .bg_gray {
    background: #f7f7f7;
 }
 .bg_light {
    background: #fbfbfb;
 }
  .gray {
      color: #f7f7f7;
  }

 .blue {
     color: #2563eb
 }

 .bg_blue {
     background-color: #2563eb;
 }

.dark {color:#10141F}

 .bg_dark {
     background-color: #10141F;
 }

 .antracite {color: #7b7d84;}

 .bg_antracite {background-color: #232732;}

 header  a {
     color: #fff !important
 }

 header   a:hover {
     color: #2563eb !important
 }

.copyright a {color:#fff}
.copyright a:hover {color:#f6f6f6}

.sticky-top.sidebar {top:100px;}

 /*clearfix*/
 .group {
     *zoom: 1;
 }

 .group:before,
 .group:after {
     display: table;
     content: "";
     line-height: 0;
 }

 .group:after {
     clear: both;
 }

  
  .dropdown-menu {
   min-width:300px;
  }

  .breadcrumb-item {color:#7b7d84}

  .breadcrumb-item.active   {color:#7b7d84}

  .breadcrumb-item a {color:#7b7d84}
  .breadcrumb-item a:hover {color:#2563eb}

  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 5px;
    color: #7b7d84;
    content:  ">" 
  }

 /*/clearfix*/


 /** /font-icons/**/
 @font-face {
     font-family: 'Slide-icons';
     src: url('../font/Slide-icons.eot');
 }

 @font-face {
     font-family: 'Slide-icons';
     src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'),
         url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
     font-weight: normal;
     font-style: normal;
 }

 /* Use the following CSS code if you want to use data attributes for inserting your icons */
 [data-icon]:before {
     font-family: 'Slide-icons';
     content: attr(data-icon);
     speak: none;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }

 /** //font-icons/**/




 .lightGallery {
     overflow: hidden !important;
 }

 #lightGallery-Gallery img {
     border: none !important;
 }

 #lightGallery-outer {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 99999 !important;
     overflow: hidden;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     opacity: 1;
     -webkit-transition: opacity 0.35s ease;
     -moz-transition: opacity 0.35s ease;
     -o-transition: opacity 0.35s ease;
     -ms-transition: opacity 0.35s ease;
     transition: opacity 0.35s ease;
     background: #fff;
 }

 /*lightGallery starting effects*/
 #lightGallery-Gallery.opacity {
     opacity: 1;
     transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -webkit-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
 }

 #lightGallery-Gallery.opacity .thumb_cont {
     opacity: 1;
 }

 #lightGallery-Gallery.fadeM {
     opacity: 0;
     transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
 }

 /*lightGallery starting effects*/


 /*lightGallery core*/
 #lightGallery-Gallery {
     height: 100%;
     opacity: 0;
     width: 100%;
     transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -webkit-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
 }

 #lightGallery-slider {
     height: 100%;
     left: 0;
     top: 0;
     width: 100%;
     white-space: nowrap;
     position: absolute;
 }

 #lightGallery-slider .lightGallery-slide {
     background: url(../img/loading.gif) no-repeat scroll center center transparent;
     display: inline-block;
     height: 100%;
     line-height: 1px;
     text-align: center;
     width: 100%;
 }

 #lightGallery-slider.slide .lightGallery-slide {
     position: absolute;
     opacity: 0.4;
 }

 #lightGallery-slider.fadeM .lightGallery-slide {
     position: absolute;
     left: 0;
     opacity: 0;
 }

 #lightGallery-slider.animate .lightGallery-slide {
     position: absolute;
     left: 0;
 }

 #lightGallery-slider.fadeM .current {
     opacity: 1;
 }

 #lightGallery-Gallery.opacity .lightGallery-slide.current img,
 #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
     transform: scale(1, 1);
     -moz-transform: scale(1, 1);
     -ms-transform: scale(1, 1);
     -webkit-transform: scale(1, 1);
     -o-transform: scale(1, 1);
 }

 .lightGallery-slide.current img,
 .lightGallery-slide.current iframe {
     transform: scale(0.5, 0.5);
     -moz-transform: scale(0.5, 0.5);
     -ms-transform: scale(0.5, 0.5);
     -webkit-transform: scale(0.5, 0.5);
     -o-transform: scale(0.5, 0.5);
     transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -webkit-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
 }

 #lightGallery-Gallery.fadeM .lightGallery-slide.current img,
 #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
     transform: scale(0.5, 0.5);
     -moz-transform: scale(0.5, 0.5);
     -ms-transform: scale(0.5, 0.5);
     -webkit-transform: scale(0.5, 0.5);
     -o-transform: scale(0.5, 0.5);
 }

 #lightGallery-slider.fadeM.on .current {
     opacity: 1;
     transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
 }

 #lightGallery-slider.fadeM .lightGallery-slide {
     transition: opacity 0.4s ease 0s;
     -moz-transition: opacity 0.4s ease 0s;
     -webkit-transition: opacity 0.4s ease 0s;
     -o-transition: opacity 0.4s ease 0s;
     -ms-transition: opacity 0.4s ease 0s;
 }

 #lightGallery-slider.slide .lightGallery-slide {
     transform: translate3d(100%, 0px, 0px);
     -moz-transform: translate3d(100%, 0px, 0px);
     -ms-transform: translate3d(100%, 0px, 0px);
     -webkit-transform: translate3d(100%, 0px, 0px);
     -o-transform: translate3d(100%, 0px, 0px);
 }

 #lightGallery-slider.slide.on .lightGallery-slide {
     opacity: 0;
 }

 #lightGallery-slider.slide .lightGallery-slide.current {
     opacity: 1 !important;
     transform: translate3d(0px, 0px, 0px) !important;
     -moz-transform: translate3d(0px, 0px, 0px) !important;
     -ms-transform: translate3d(0px, 0px, 0px) !important;
     -webkit-transform: translate3d(0px, 0px, 0px) !important;
     -o-transform: translate3d(0px, 0px, 0px) !important;
 }

 #lightGallery-slider.slide .lightGallery-slide.prevSlide {
     opacity: 0;
     transform: translate3d(-100%, 0px, 0px);
     -moz-transform: translate3d(-100%, 0px, 0px);
     -ms-transform: translate3d(-100%, 0px, 0px);
     -webkit-transform: translate3d(-100%, 0px, 0px);
     -o-transform: translate3d(-100%, 0px, 0px);
 }

 #lightGallery-slider.slide .lightGallery-slide.nextSlide {
     opacity: 0;
     transform: translate3d(100%, 0px, 0px);
     -moz-transform: translate3d(100%, 0px, 0px);
     -ms-transform: translate3d(100%, 0px, 0px);
     -webkit-transform: translate3d(100%, 0px, 0px);
     -o-transform: translate3d(100%, 0px, 0px);
 }

 #lightGallery-slider.slide.on .lightGallery-slide,
 #lightGallery-slider.slide.on .current,
 #lightGallery-slider.slide.on .prevSlide,
 #lightGallery-slider.slide.on .nextSlide {
     transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
     -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
     -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
     -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
     -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
 }

 #lightGallery-slider.speed .lightGallery-slide,
 #lightGallery-slider.speed .current,
 #lightGallery-slider.speed .prevSlide,
 #lightGallery-slider.speed .nextSlide {
     transition-duration: inherit !important;
     -moz-transition-duration: inherit !important;
     -webkit-transition-duration: inherit !important;
     -o-transition-duration: inherit !important;
     -ms-transition-duration: inherit !important;
 }

 #lightGallery-slider.timing .lightGallery-slide,
 #lightGallery-slider.timing .current,
 #lightGallery-slider.timing .prevSlide,
 #lightGallery-slider.timing .nextSlide {
     transition-timing-function: inherit !important;
     -moz-transition-timing-function: inherit !important;
     -webkit-transition-timing-function: inherit !important;
     -o-transition-timing-function: inherit !important;
     -ms-transition-timing-function: inherit !important;
 }

 #lightGallery-slider .lightGallery-slide:before {
     content: "";
     display: inline-block;
     height: 50%;
     width: 1px;
     margin-right: -1px;
 }

 #lightGallery-slider .lightGallery-slide img {
     display: inline-block;
     max-height: 100%;
     max-width: 100%;
     margin: 0;
     padding: 0;
     width: auto;
     height: auto;
     vertical-align: middle;
     cursor: pointer;
 }

 /*lightGallery core*/


 /*action*/
 #lightGallery-action {
     bottom: 20px;
     position: absolute;
     left: 50%;
     margin-left: -55px;
     z-index: 9;
 }

 #lightGallery-action a {
     margin: 0 3px 0 0 !important;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
     position: relative;
     top: auto;
     left: auto;
     bottom: auto;
     right: auto;
     display: inline-block !important;
     display: inline-block;
     vertical-align: middle;
     *display: inline;
     *zoom: 1;
     background-color: #fff;
     font-size: 16px;
     width: 28px;
     height: 28px;
     font-family: 'Slide-icons';
     color: #2d3038;
     cursor: pointer;
 }

 #lightGallery-action a:hover,
 #lightGallery-action a:focus {
     background-color: #BC925C;
     color: #fff
 }

 #lightGallery-action a#lightGallery-prev:before,
 #lightGallery-action a#lightGallery-next:after {
     content: "\e01d";
     left: 5px;
     bottom: 3px;
     position: absolute;
 }

 #lightGallery-action a#lightGallery-prev:before {
     content: "\e01d";
 }

 #lightGallery-action a#lightGallery-next:after {
     content: "\e01b";
 }

 #lightGallery-action a.cLthumb:after {
     font-family: 'Slide-icons';
     content: "\e01c";
     left: 6px;
     bottom: 4px;
     font-size: 16px;
     position: absolute;
 }

 /*action*/

 /*lightGallery Thumb*/
 #lightGallery-Gallery .thumb_cont {
     position: absolute;
     bottom: 0;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background: #f9f9f9;
     -webkit-transition: max-height 0.4s ease-in-out;
     -moz-transition: max-height 0.4s ease-in-out;
     -o-transition: max-height 0.4s ease-in-out;
     -ms-transition: max-height 0.4s ease-in-out;
     transition: max-height 0.4s ease-in-out;
     z-index: 9;
     max-height: 0;
     opacity: 0;
 }

 #lightGallery-Gallery .thumb_cont.open {
     max-height: 350px;
 }

 #lightGallery-Gallery .thumb_cont .thumb_inner {
     margin-left: -12px;
     padding: 12px;
     max-height: 290px;
     overflow-y: auto;
 }

 #lightGallery-Gallery .thumb_cont .thumb_info {
     background: #f9f9f9;
     padding: 7px 10px;
 }

 #lightGallery-Gallery .thumb_cont .thumb_info .count {
     color: #000;
     font-weight: bold;
     font-size: 12px;
 }

 #lightGallery-Gallery .thumb_cont .thumb_info .close {
     color: #2d3038;
     display: block;
     float: right !important;
     opacity: 0.6;
     -webkit-transition: opacity 0.3s ease 0s;
     -moz-transition: opacity 0.3s ease 0s;
     -o-transition: opacity 0.3s ease 0s;
     -ms-transition: opacity 0.3s ease 0s;
     transition: opacity 0.3s ease 0s;
     z-index: 1090;
     cursor: pointer;
 }

 #lightGallery-Gallery .thumb_cont .thumb_info .close i:after,
 #lightGallery-close:after {
     content: "\e01a";
     font-family: 'Slide-icons';
     font-style: normal;
 }

 #lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
     -o-transition: opacity 0.3s ease;
     -ms-transition: opacity 0.3s ease;
     transition: opacity 0.3s ease;
 }

 #lightGallery-Gallery .thumb_cont .thumb {
     display: inline-block !important;
     vertical-align: middle;
     *display: inline;
     /* IE7 inline-block hack */

     *zoom: 1;
     margin-bottom: 4px;
     margin-left: 4px;
     width: 94px;
     height: 94px;
     opacity: 0.6;
     filter: alpha(opacity=60);
     overflow: hidden;
     border-radius: 3px;
     border: 3px solid transparent;
     -webkit-transition: border-color linear .2s, opacity linear .2s;
     -moz-transition: border-color linear .2s, opacity linear .2s;
     -o-transition: border-color linear .2s, opacity linear .2s;
     -ms-transition: border-color linear .2s, opacity linear .2s;
     transition: border-color linear .2s, opacity linear .2s;
 }

 #lightGallery-Gallery .thumb_cont .thumb>img {
     height: 100%;
 }

 #lightGallery-Gallery .thumb_cont .thumb.active,
 #lightGallery-Gallery .thumb_cont .thumb:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     border-color: #2d3038;
 }

 /*lightGallery Thumb*/

 /*lightGallery Video*/
 #lightGallery-slider .video_cont {
     display: inline-block;
     max-height: 100%;
     max-width: 100%;
     margin: 0;
     padding: 0;
     width: auto;
     height: auto;
     vertical-align: middle;
 }

 #lightGallery-slider .video_cont {
     background: none;
     max-width: 1140px;
     max-height: 100%;
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
 }

 #lightGallery-slider .video {
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
     overflow: hidden;
     position: relative;
 }

 #lightGallery-slider .video iframe {
     width: 100% !important;
     height: 100% !important;
     position: absolute;
     top: 0;
     left: 0;
 }

 /*lightGallery Video*/


 /*lightGallery info Title Desc*/
 #lightGallery-slider .info {
     background: none repeat scroll 0 0 #fff;
     color: #2d3038;
     padding: 10px 0;
     position: absolute;
     top: 0;
     width: 100%;
 }

 #lightGallery-slider .info span {
     display: block;
     line-height: 1;
 }

 #lightGallery-slider .info span:last-child {
     margin-top: 6px;
 }

 #lightGallery-slider .info .title {
     font-size: 16px;
     font-weight: bold;
 }

 #lightGallery-slider .info .desc {
     color: #2d3038;
     font-size: 14px;
 }

 /*lightGallery info Title Desc*/



 /*lightGallery Close*/
 #lightGallery-close {
     color: #2d3038;
     height: 20px;
     opacity: 0.6;
     filter: alpha(opacity=60);
     position: absolute;
     right: 20px;
     top: 20px;
     transition: opacity 0.3s ease 0s;
     -webkit-transition: opacity 0.3s ease 0s;
     -moz-transition: opacity 0.3s ease 0s;
     -o-transition: opacity 0.3s ease 0s;
     -ms-transition: opacity 0.3s ease 0s;
     width: 20px;
     z-index: 1090;
     cursor: pointer;
 }

 #lightGallery-close:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
     -o-transition: opacity 0.3s ease;
     -ms-transition: opacity 0.3s ease;
     transition: opacity 0.3s ease;
 }

 @media (max-width: 1440px) {
    .section-title {font-size:44px;}
 }

 @media (max-width: 1024px) {

    .hero-img { position:relative; margin-bottom:-145px;  right:0px; width:100% !important;  }
 }

 @media (max-width: 768px) {

    #main-menu {position:fixed; left:0; right:0; top:58x; height:100dvh; overflow-y: scroll; padding-bottom:50px;  background: #272b35;  z-index:9999999; display:none;}

    .hero-img { position:relative; bottom:0; margin-bottom:-85px;  right:0px; width:100% !important;  }
 }