body.scrolled.scrolled-up header#main-header {
  transform: translate(0, -130%);
}
section:not(#intro) {
  position: relative;
  background: #FFF;
}
section:not(#intro) h2 {
  text-transform: uppercase;
}
section#intro {
  text-align: center;
  color: #FFF;
}
section#intro .subhl {
  color: #fc0;
}
section#intro h1,
section#intro h2 {
  line-height: 1em;
}
section#intro h1 .hl.hl-2,
section#intro h2 .hl.hl-2 {
  color: #fc0;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
}
section#intro .desc {
  display: none;
}
section#intro .cta {
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background: #000;
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: none;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: visible;
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  margin-top: 25px;
}
section#intro .cta:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#intro .cta.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#intro .cta.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.no-touchevents section#intro .cta:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
section#intro .cta.btn-outline-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.no-touchevents section#intro .cta.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
section#intro .cta.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents section#intro .cta.btn-outline-white:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
section#intro .cta.btn-black-outline-white {
  background: #000;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents section#intro .cta.btn-black-outline-white:hover {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}
section#intro .cta.btn-border-bottom {
  display: inline-block;
  border-bottom: 2px solid #000;
  border-top: 2px solid transparent;
  background: #FFF;
  color: #000;
}
.no-touchevents section#intro .cta.btn-border-bottom:hover {
  background: #000;
  color: #FFF;
}
section#intro .cta.btn-yellow {
  background: #fc0;
  color: #000;
  border: 2px solid #fc0;
}
.no-touchevents section#intro .cta.btn-yellow:hover {
  background: #FFF;
}
.no-touchevents section#intro .cta:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
section#intro .owl-carousel .owl-dots .owl-dot {
  border-color: #FFF;
}
section#intro .owl-carousel .owl-dots .owl-dot.active {
  background: #FFF;
}
section#stores-filtering .xm-filterapp {
  left: 0;
}
section#stores-filtering [class*=gm-style-iw] {
  border-radius: 0 !important;
}
section#about {
  background: #000;
  position: relative;
  z-index: 2;
  color: #FFF;
}
section#about:after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#about:after {
  background: url('../images/sec_divider_black.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#about:after {
  background: url('../images/sec_divider_black.png.webp') repeat-x;
  background-size: auto 30px;
}
section#about .xm-txt {
  text-align: justify;
}
@media all and (min-width: 768px) {
  section#about .xm-txt {
    column-count: 2;
    column-gap: 2em;
  }
}
section#about .xm-txt a {
  color: #fc0;
}
section#about .divider-ver {
  display: block;
  height: 100px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  background: #FFF;
}
@media all and (min-width: 768px) {
  section#about .divider-ver {
    height: 200px;
  }
}
section#about .xm-post-tile {
  border-color: #FFF;
}
section#stores {
  position: relative;
  z-index: 2;
  z-index: 1;
}
section#stores:after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#stores:after {
  background: url('../images/sec_divider_white.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#stores:after {
  background: url('../images/sec_divider_white.png.webp') repeat-x;
  background-size: auto 30px;
}
section#stores h3 {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section#stores h3 a:hover {
  color: #000;
}
section#stores ul li {
  display: block;
  margin: 10px 0;
  position: relative;
}
section#stores ul li:before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  background-image: url('../images/marker_mini.png');
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
}
@media all and (min-width: 1680px) {
  section#stores ul li:before {
    top: 0.5rem;
  }
}
section#stores ul li strong {
  font-size: 0.95rem;
}
section#stores ul li div {
  font-size: 0.9rem;
}
section#store-locations .google-maps {
  height: 100vh;
  min-height: 500px;
}
