.standard-textshadow {
  text-shadow: 0px 0px 10px rgba(150,150,150,0.5);
}
.presaleContainer.desktop {
  display: none;
}
.presaleContainer .header .sectionTitle {
  margin-top: 20px;
  margin-bottom: 0px;
}
.presaleContainer .header .sectionTitle .decorated {
  text-align: center;
}
.presaleContainer .header .sectionTitle .decorated > span {
  position: relative;
  display: inline-block;
}
.presaleContainer .header .sectionTitle .decorated > span:before,
.presaleContainer .header .sectionTitle .decorated > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 3px solid;
  width: 100vw;
  margin: 0 20px;
}
.presaleContainer .header .sectionTitle .decorated > span:before {
  right: 100%;
}
.presaleContainer .header .sectionTitle .decorated > span:after {
  left: 100%;
}
.presaleContainer .header .sectionTitle h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgba(150,150,150,0.5);
  overflow: hidden;
}
.presaleContainer .slidesContainer {
  padding: 0px;
}
.presaleContainer .presale {
  height: 65px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.presaleContainer .presale img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.presaleContainer .presale .slides-navigation {
  display: none;
}
.presaleContainer .presale .overlay {
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 65px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.presaleContainer .presale .overlay .mobile a.logo img {
  width: 110px;
  margin: 0 auto;
  display: block;
}
.presaleContainer .presale .overlay .mobile .burger_open {
  background-image: url(../../images/burger.png);
  height: 32px;
  width: 32px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (min-width: 768px) {
  .presaleContainer.mobile {
    display: none;
  }
  .presaleContainer.desktop {
    display: block;
  }
  .presaleContainer .header .sectionTitle {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .presaleContainer .header .sectionTitle h1 {
    font-size: 32px;
  }
  .presaleContainer .slidesContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .presaleContainer .slidesContainer .presale {
    height: 90px;
  }
  .presaleContainer .slidesContainer .presale .overlay {
    height: 90px;
  }
  .presaleContainer .slidesContainer .presale .overlay .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .presaleContainer .slidesContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .presaleContainer .slidesContainer .presale {
    height: 120px;
  }
  .presaleContainer .slidesContainer .presale .overlay {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .presaleContainer .slidesContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .presaleContainer .slidesContainer .presale {
    height: 150px;
  }
  .presaleContainer .slidesContainer .presale .overlay {
    height: 150px;
  }
}
