.dark-topmenu{background: rgba(0, 0, 0, 1);}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.red-bg {background: #ff0000;}
div.review-star span.checked {color: #e7711b;}
.font-14{font-size: 14px;}
.btneffect {animation: wiggle .5s infinite alternate; transform-origin: center 60%;}
.bg-black{background-color: #000 !important;}
#myModalsouth .modal-title, #myModalnorth .modal-title{background: red; color: #fff; text-align: center;}
#myModalsouth .close, #myModalnorth .close{position: absolute; top: -30px; background-color: red; color: #fff; padding: 0 5px 5px; opacity: 1;}
.nk-cookie-banner {position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 999; border-radius: 0px; display: none;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #ff0000 !important;}
.nav-pills .nav-link {color:#000; border:1px solid #ff0000;}
@keyframes wiggle{0%{transform:rotate(-2deg);}
100%{transform:rotate(2deg);}
}
#locations .featured-box img{animation: wiggle .1s infinite alternate; transform-origin: center 60%;}
@keyframes pulses{100%{box-shadow:0 0 0 35px rgba(37, 211, 102, 0);}
}
div.whatsapp-custom-button{display:flex;position:fixed;bottom:25px;left:25px;z-index:999;}
div.whatsapp-custom-button a{position:relative;display:flex;width:50px;height:50px;border:none;justify-content:center;align-items:center;box-shadow:0 0 0 0 rgba(0, 211, 102, 0.7);border-radius:50%;background-color:#33CC66;cursor:pointer;-webkit-animation:pulses 1.25s infinite cubic-bezier(0.66, 0, 0, 1);-moz-animation:pulses 1.25s infinite cubic-bezier(0.66, 0, 0, 1);-ms-animation:pulses 1.25s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulses 1.25s infinite cubic-bezier(0.66, 0, 0, 1);font-size:30px;color:#fff;margin-right:5px;}
div.whatsapp-custom-button a:hover{text-decoration: none;}
#home .featured-box:hover img{animation: wiggle .1s infinite alternate; transform-origin: center 60%;}
.testimonial-02 .testimonial-bg{box-shadow:0px 0px 30px rgba(0, 0, 0, 0.1);border-radius:0px;padding-bottom:0px;}
.testimonial-02 .testimonial-block:before, .testimonial-02 .testimonial-block:after{display:none;}
.testimonial-02 .testimonial-block{border-radius:0px;padding:30px;}
.testimonial-02 .testimonial-block .testimonial-avtar{width:100px;height:100px;background:#ffffff;border-radius:50%;display:inline-block;text-align:center; box-shadow: 0px 0px 15px rgba(0,0,0,0.15);}
.testimonial-02 .testimonial-block .testimonial-avtar img{border-radius:50%;}
.testimonial-02 .testimonial-block p{font-style:italic;}
.testimonial-02 .testimonial-title{position:relative;padding:80px 30px 0;height:100%;z-index:9;}
.testimonial-02 .testimonial-title h3{line-height:40px;}
.testimonial-02 .testimonial-title:before{position:absolute;content:"\f10d";font-size:100px;color:rgba(0, 0, 0, 0.50);top:-25px;left:10px;font-family:fontawesome;z-index:-1;}
.testimonial-02 .testimonial-title:after{position:absolute;content:"\f10e";font-size:100px;color:rgba(0, 0, 0, 0.50);bottom:-25px;right:10px;font-family:fontawesome;z-index:-1;}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav{opacity:1;top:inherit;top:20%;bottom:inherit;}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next{right:10%;}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev{left:10%;}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev{left:20%;}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-next{right:20%;}
.testimonial-02 .testimonial-block .testimonial-avtar::before{position:relative;color:#000;font-size:40px;font-weight:600;line-height:100px;}
.testimonial-02 .testimonial-block .testimonial-avtar.avatar-one::before{content:'B P';}
.testimonial-02 .testimonial-block .testimonial-avtar.avatar-two::before{content:'O M';}
.testimonial-02 .testimonial-block .testimonial-avtar.avatar-three::before{content:'B B';}
.testimonial-02 .testimonial-block .testimonial-avtar.avatar-four::before{content:'L G';}
.custom-testimonial-bg{background-color: #efefef;}
.testimonial-02 .owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0;}
.testimonial-02 .owl-carousel .owl-nav .owl-prev {
    display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.testimonial-02 .owl-carousel .owl-nav i {font-size: 20px; border-radius: 50%; box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1);
    width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #698cad;
    background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-02 .owl-carousel .owl-nav .owl-next {display: block; position: absolute; text-indent: inherit; right: 0px; width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

  .logo-wrapper {top:0; position: fixed; margin: 10px 30px;}
  nav {position: fixed; width: 100%; z-index: 999; top: 0;}
  nav ul { list-style: none; background: rgba(0, 0, 0, 0.25); overflow: hidden; color: #fff; padding: 0;
  text-align: right; margin: 0; padding-right: 40px; transition: 1s;}
  nav.black ul {background: #000;}
  nav ul li {display: inline-block; padding: 20px 10px;}
  nav ul li a {text-decoration: none; color: #fff; font-size: 13px; text-transform:uppercase;}
  nav ul li a:focus, nav ul li a:hover{color:#ff0000; text-decoration: none;}
  .menu-icon {width: 100%; background: #000; text-align: right; box-sizing: border-box; padding: 15px 24px;
  cursor: pointer; color: #fff; display: none;}
  body#locations nav ul, body#services nav ul, body#promotions nav ul, body#aluminium nav ul, body#competition nav ul{background-color:rgba(0,0,0,1);}
  .our-clients .owl-carousel .owl-item img{max-width:115px; margin: auto;}


/*popup starts*/
  #myModal .modal-header{background-color: #000; padding: 0.5rem; border: 0;}
  #myModal .modal-body{padding: 0.5rem; background-color: #ff0000;}
  #myModal .modal-header .close{color: #fff; opacity: 1; padding: 20px 20px 0px 0;}
  #myModal .modal-header .close:hover, .modal-header .close:focus{color:#ff0000;}
/*popup ends*/


/*Product page starts*/
.products-box a{position: relative; display: block; transition: 0.5s; overflow:hidden;}
.products-box a img{transition: 0.5s;}
.products-box a:hover img{transform: scale(1.1);}
.products-box a:after{position: absolute; content: ''; height: 100%; width: 100%; background: rgba(0,0,0,0.5); left: 0; top: 0; z-index: 9;}
.products-box h2{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10;}


/*promotions starts*/

body#promotions .run-promotion .owl-nav .owl-prev{position: absolute; left: -20px; top: 0; background: red; color: #fff; height: 100%;
  width: 3%; font-size: 40px;}
body#promotions .run-promotion .owl-nav .owl-next{position: absolute; right: -20px; top: 0; background: red; color: #fff; height: 100%;
  width: 3%; font-size: 40px;}

  @media(max-width:990px){
    body#promotions .run-promotion .owl-nav .owl-prev{left:-13px;}
    body#promotions .run-promotion .owl-nav .owl-next{right:-13px;}
  }
  @media(max-width:768px){
    body#promotions .run-promotion .owl-nav .owl-prev{left:-15px; font-size: 30px; width:5%;}
    body#promotions .run-promotion .owl-nav .owl-next{right:-15px; font-size: 30px; width:5%;}
  }


  @media(max-width: 786px) {
    .logo-wrapper {margin: 10px;}
    nav ul {max-height: 0px; background: #000; padding-right:0;}
    nav.black ul {background: #000;}
    .showing {max-height: 20em;}
    nav ul li {box-sizing: border-box; width: 100%; padding: 5px; text-align: center;}
    .menu-icon {display: block; padding: 15px;}
    nav .fa.fa-bars.fa-2x {font-size: 1.5rem;}
    div.modal-header h3{font-size: 1.3rem;}
    div.modal-header .close {color: #fff; font-size: 25px; opacity: 1; padding: 15px 15px 0px 0;}
  }
    

  @media(max-width: 425px) {
    header{padding: 10rem 0 !important;}
  }


@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&amp;subset=cyrillic,cyrillic-ext,latin-ext");
html,
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%; }

/* Fonts */
/* Trueno Font */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoRgIt.svg#TruenoRgIt") format("svg"); } }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoRgIt.eot");
  src: url("../fonts/Trueno/TruenoRgItd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoRgIt.woff2") format("woff2"), url("../fonts/Trueno/TruenoRgIt.woff") format("woff"), url("../fonts/Trueno/TruenoRgIt.ttf") format("truetype"), url("../fonts/Trueno/TruenoRgIt.svg#TruenoRgIt") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoBd.eot");
  src: url("../fonts/Trueno/TruenoBdd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoBd.woff2") format("woff2"), url("../fonts/Trueno/TruenoBd.woff") format("woff"), url("../fonts/Trueno/TruenoBd.ttf") format("truetype"), url("../fonts/Trueno/TruenoBd.svg#TruenoBd") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoRg.eot");
  src: url("../fonts/Trueno/TruenoRgd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoRg.woff2") format("woff2"), url("../fonts/Trueno/TruenoRg.woff") format("woff"), url("../fonts/Trueno/TruenoRg.ttf") format("truetype"), url("../fonts/Trueno/TruenoRg.svg#TruenoRg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoBlk.eot");
  src: url("../fonts/Trueno/TruenoBlkd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoBlk.woff2") format("woff2"), url("../fonts/Trueno/TruenoBlk.woff") format("woff"), url("../fonts/Trueno/TruenoBlk.ttf") format("truetype"), url("../fonts/Trueno/TruenoBlk.svg#TruenoBlk") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoSBdIt.eot");
  src: url("../fonts/Trueno/TruenoSBdItd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoSBdIt.woff2") format("woff2"), url("../fonts/Trueno/TruenoSBdIt.woff") format("woff"), url("../fonts/Trueno/TruenoSBdIt.ttf") format("truetype"), url("../fonts/Trueno/TruenoSBdIt.svg#TruenoSBdIt") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoLt.eot");
  src: url("../fonts/Trueno/TruenoLtd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoLt.woff2") format("woff2"), url("../fonts/Trueno/TruenoLt.woff") format("woff"), url("../fonts/Trueno/TruenoLt.ttf") format("truetype"), url("../fonts/Trueno/TruenoLt.svg#TruenoLt") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoUltLt.eot");
  src: url("../fonts/Trueno/TruenoUltLtd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoUltLt.woff2") format("woff2"), url("../fonts/Trueno/TruenoUltLt.woff") format("woff"), url("../fonts/Trueno/TruenoUltLt.ttf") format("truetype"), url("../fonts/Trueno/TruenoUltLt.svg#TruenoUltLt") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoExBd.eot");
  src: url("../fonts/Trueno/TruenoExBdd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoExBd.woff2") format("woff2"), url("../fonts/Trueno/TruenoExBd.woff") format("woff"), url("../fonts/Trueno/TruenoExBd.ttf") format("truetype"), url("../fonts/Trueno/TruenoExBd.svg#TruenoExBd") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoUltBlk.eot");
  src: url("../fonts/Trueno/TruenoUltBlkd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoUltBlk.woff2") format("woff2"), url("../fonts/Trueno/TruenoUltBlk.woff") format("woff"), url("../fonts/Trueno/TruenoUltBlk.ttf") format("truetype"), url("../fonts/Trueno/TruenoUltBlk.svg#TruenoUltBlk") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoLtIt.eot");
  src: url("../fonts/Trueno/TruenoLtItd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoLtIt.woff2") format("woff2"), url("../fonts/Trueno/TruenoLtIt.woff") format("woff"), url("../fonts/Trueno/TruenoLtIt.ttf") format("truetype"), url("../fonts/Trueno/TruenoLtIt.svg#TruenoLtIt") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Trueno';
  src: url("../fonts/Trueno/TruenoUltBlkIt.eot");
  src: url("../fonts/Trueno/TruenoUltBlkItd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Trueno/TruenoUltBlkIt.woff2") format("woff2"), url("../fonts/Trueno/TruenoUltBlkIt.woff") format("woff"), url("../fonts/Trueno/TruenoUltBlkIt.ttf") format("truetype"), url("../fonts/Trueno/TruenoUltBlkIt.svg#TruenoUltBlkIt") format("svg");
  font-weight: 900;
  font-style: italic; }
/* Font Style */
/* Font Styles */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Trueno", sans-serif;
  margin: 0;
  line-height: 1.5; }

/* Slim  */
/* Thin  */
/* Normal */
/* Bold */
/* Extra Bold */
/* Responsive */
@media screen and (max-width: 780px) {
  .font-sm-small {
    font-size: 14px !important; }

  .font-sm-normal {
    font-size: 24px !important; }

  .font-sm-large {
    font-size: 32px !important; } }
/* Font Variables */
/* Slim */
.slim {
  font-weight: 200;
  font-family: "Trueno", sans-serif;
  line-height: normal; }

/* Thin */
.thin {
  font-weight: 300;
  font-family: "Trueno", sans-serif;
  line-height: normal; }

/* Normal */
.normal {
  font-weight: 400;
  font-family: "Trueno", sans-serif;
  line-height: normal; }

/* Bold */
.bold {
  font-weight: 800;
  font-family: "Trueno", sans-serif;
  line-height: normal; }

/* Extra */
.extrabold {
  font-weight: 900;
  font-family: "Trueno", sans-serif;
  line-height: normal; }

/* Extra Small */
.font-ex-small {
  font-size: 6px;
  font-size: 0.6rem; }

/* Small */
.font-small {
  font-size: 8px;
  font-size: 0.8rem; }

/* Normal */
.font-normal {
  font-size: 12px;
  font-size: 1.2rem; }

/* Medium */
.font-medium {
  font-size: 14px;
  font-size: 1.4rem; }

/* Big */
.font-big {
  font-size: 18px;
  font-size: 1.8rem; }

/* Large */
.font-large {
  font-size: 24px;
  font-size: 2.4rem; }

/* Largest */
.font-largest {
  font-size: 32px;
  font-size: 3.2rem; }

/* Buttons */
/* Button Base */
a:focus {
  text-decoration: none; }

button:focus {
  outline: none; }

.btn-block {
  text-align: center;
  width: 100%;
  display: inline-block; }


/* Top Icon */
.top-icon-inner {
  /* Icon */
  /* Heading */
  /* Icon Top */ }
  .top-icon-inner i {
    font-size: 30px;
    font-size: 3rem; }
  .top-icon-inner .heading {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 2px; }
  .top-icon-inner .icon-top {
    position: relative;
    top: -10px; }

/* Featured box */
.featured-box {
  position: relative; }

/* Top -50 */
.top-50 {
  top: -50px; }


/* Absolute Icon On Mobile */
@media screen and (max-width: 991px) {
  .sm-absolute {
    position: absolute !important;
    font-size: 230px !important;
    top: 0;
    bottom: -100px;
    opacity: .2;
    right: 0;
    width: 100%;
    margin-left: 3rem;
    text-align: right; } }
/* Absolute Image */
@media screen and (min-width: 960px) {
  .absolute-image-lg {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .absolute-image-lg img {
      right: 0;
      left: 0;
      position: absolute; } }
/* Features Box Icon Hover*/
.hover-scale {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    position: relative; }

/* Hover Shadow */
.hover-shadow {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .hover-shadow:hover {
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.06), 0 19px 76px rgba(0, 0, 0, 0.1); }

/* hover */
.content-show {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1; }

.content-hide {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.show-hover:hover .content-show {
  opacity: 1; }
.show-hover:hover .content-hide {
  opacity: 0; }

/* Notify boxes */
.notify-s {
  width: 20px;
  height: 20px;
  position: absolute;
  padding: 2px;
  top: -5px;
  right: 0; }

/* Twitter Custom Box */
.twitter-box ul > li {
  list-style: none !important; }
.twitter-box .avatar img {
  border-radius: 100px;
  display: inline-block; }


/* Backgrounds */
.bg-tab-light {
  background: rgba(34, 34, 34, 0.02); }

.bg-tab-dark {
  background: #222222; }

/* Content */
.content-wrap {
  position: relative; }
  .content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center; }
    .content-wrap section.content-current {
      display: block; }
    .content-wrap section p {
      margin: 0;
      padding: 0.75em 0;
      color: rgba(40, 44, 42, 0.05);
      font-weight: 900;
      font-size: 4em;
      line-height: 1; }

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.no-flexbox nav ul {
  display: block; }
  .no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block; }


.static-hero {
  padding: 20rem 0; }

/* Hero Center */
.static-hero-center {
  padding: 15rem 0; }

@media screen and (max-width: 680px) {
  .center-sm-top {
    padding-top: 5rem;
    position: relative;
    height: 100%; }
    .center-sm-top .element-top {
      padding-top: 5rem;
      padding-bottom: 20rem; }
    }


@media screen and (max-width: 1000px) {
  .bottom {
    text-align: center; }
    .bottom img {
      margin-bottom: 10px; }
    .bottom .nav {
      padding-top: 10px;
      float: none !important;
      display: inline-block;
      margin: 0 auto; }
      .bottom .nav > li {
        float: left; }

  .social-center-sm {
    display: inline-block;
    margin: 0 auto;
    padding-top: 10px; } }

/* Divider Small */
.divider-small {
  margin: 10px 0;
  height: 3px;
  width: 50px;
  display: block; }

/* Divider Centered */
.d-center {
  margin: 10px auto; }

/* Divider Right */
.d-right {
  text-align: right;
  display: inline-block;
  margin-bottom: 5px; }


/* Responsive Map */
@media screen and (max-width: 960px) {
  #map-left,
  #map-right,
  #map-center {
    min-width: 100%;
    min-height: 300px; } }
#output {
  width: 100%;
  height: 2em;
  background: #eee;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  line-height: 2; }

#output #scrolling {
  color: green; }

#output #stopped {
  color: red; }

#content {
  margin: 3.5em auto 2em auto;
  max-width: 40em; }


/*-----------------------------------------------------
Demo SCSS
-----------------------------------------------------*/
html,
body {
  min-height: 100%;
  width: 100%; }

header {
  background-color: #122748;
  background-image: url("../images/demohero.jpg");
  background-size: cover;
  padding: 15rem 0;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: bg 40s linear infinite; }

@-webkit-keyframes bg {
  from {
    background-position: left 0; }
  to {
    background-position: left -1790px; } }




/* =============================================
   COMPETITION PAGE
   ============================================= */

.competition-section {
  background: #fff;
  min-height: 100vh;
  padding: 80px 14px 28px 14px;
  box-sizing: border-box;
}

.competition-layout {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  align-items: stretch;
  max-width: 1365px;
  margin: 0 auto;
  gap: 14px;
}

.competition-col-img {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.competition-flyer {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.competition-col-tc {
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4px 0 0 6px;
  font-size: 0.79rem;
  color: #111;
  line-height: 1.22;
}

.competition-col-tc h4 {
  color: #cc0000;
  font-weight: 800;
  font-size: 0.93rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.competition-col-tc > p {
  font-weight: 400;
  font-size: 0.8rem;
  color: #111;
  line-height: 1.22;
  margin-bottom: 10px;
}

.competition-col-tc ol {
  padding-left: 15px;
  margin-bottom: 0;
}

.competition-col-tc ol > li {
  margin-bottom: 7px;
  padding-left: 3px;
}

.competition-col-tc ul {
  list-style: disc;
  padding-left: 14px;
  margin-top: 3px;
  margin-bottom: 0;
}

.competition-col-tc strong {
  color: #111;
  font-weight: 700;
}

.competition-highlight {
  color: #cc0000;
  font-weight: 700;
}

.competition-email {
  color: #0066cc;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.competition-email:hover,
.competition-email:focus {
  color: #0066cc;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .competition-section {
    padding: 80px 16px 32px 16px;
  }
  .competition-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 22px;
  }
  .competition-col-img {
    overflow: visible;
  }
  .competition-col-tc {
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.45;
  }
  .competition-flyer {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
  .competition-col-tc h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .competition-col-tc > p {
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .competition-col-tc ol {
    padding-left: 18px;
  }
  .competition-col-tc ol > li {
    margin-bottom: 10px;
    padding-left: 4px;
  }
  .competition-col-tc ul {
    padding-left: 18px;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .competition-section {
    padding: 76px 12px 24px 12px;
  }
  .competition-layout {
    gap: 18px;
  }
  .competition-col-tc {
    font-size: 0.84rem;
    line-height: 1.4;
  }
  .competition-col-tc > p {
    font-size: 0.84rem;
    line-height: 1.4;
  }
}
