/*========================================================
                      Parallax
=========================================================*/
.parallax h2 + p {
  margin-top: 32px;
}
.parallax * + .inner-module {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .parallax h2 + p {
    margin-top: 10px;
  }
  .parallax * + .inner-module {
    margin-top: 15px;
  }
}

.parallax {
  line-height: 27px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.parallax, .parallax > div {
  position: relative;
  z-index: 5;
}
.parallax > div {
  z-index: 10;
  padding: 95px 0 125px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax > div.link {
  cursor: pointer;
}
.parallax h2, .parallax p, .parallax .countdown {
  margin: 0;
}
.parallax, .parallax h2 {
  color: #dc9b27;
}
.parallax h2 {
  font-size: 60px;
  line-height: 82px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.parallax p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 0px #000;
}
.parallax .countdown-simple {
  color: #fff;
}

/*========================================================
                Parallax Responsive
=========================================================*/
@media (max-width: 767px) {
  .parallax h2 {
    font-size: 42px;
    line-height: 57px;
    letter-spacing: 4.2px;
  }
  .parallax .countdown-simple .cell:nth-child(4) {
    display: none;
  }
}
@media (max-width: 479px) {
  .parallax {
    text-shadow: 1px 1px 0 #000;
  }
  .parallax h2 {
    font-size: 33px;
    line-height: 45px;
    letter-spacing: 3.36px;
  }
  .parallax .countdown-simple .cell:nth-child(3),
  .parallax .countdown-simple .cell:nth-child(4) {
    display: none;
  }
}
