.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 25px;
}

.header {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.footer {
  background: #000 url("../img/leather-bg.jpg") no-repeat center top;
  width: 100%;
  overflow: hidden;
  min-height: 300px;
  margin: auto;
  padding: 75px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #999;
}

.gray {
  color: #666;
  font-weight: bold;
  padding: 0 0 0 3px;
}

.strikethrough {
  text-decoration: line-through;
}

.logo {
  background: url("../img/eo.png") no-repeat left top;
  background-size: cover;
  display: block;
  float: left;
  width: 70px;
  height: 45px;
}

.velvet-bg {
  background-image: url("../img/velvet-bg-dark.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; /* This will make the image cover the entire area */
  width: 100%;
  height: 650px;
  position: absolute;
  z-index: -1;
  top: 0;
}

.main-carousel {
  margin-top: -95px;
  position: relative;
}

.cue-container {
  width: 100%;
  overflow: hidden;
}
.cue-container p {
  clear: both;
}

.cue-more-info {
  margin-top: 201px;
}
@media (min-width: 970px) {
  .cue-more-info {
    margin-top: 319px;
  }
}
.cue-more-info p {
  font-size: 14px;
  display: block;
  max-width: 135px;
  float: right;
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 970px) {
  .cue-more-info p {
    font-size: 16px;
    max-width: 250px;
  }
}

.left-column {
  float: left;
  width: calc(50% - 35px);
  overflow: hidden;
  margin-right: 35px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
@media (min-width: 970px) {
  .left-column {
    width: calc(50% - 50px);
    margin-right: 50px;
    padding: 0;
  }
}

.right-column {
  float: right;
  width: calc(50% - 35px);
  overflow: hidden;
  margin-left: 35px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
@media (min-width: 970px) {
  .right-column {
    width: calc(50% - 50px);
    margin-left: 50px;
    font-size: 16px;
    padding: 0;
  }
}

.cue {
  width: 100px;
  min-height: 1px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.cue img {
  height: 1100px;
}

.cue-name {
  font-weight: 800;
  font-size: 22px;
  margin-top: 170px;
}
@media (min-width: 970px) {
  .cue-name {
    font-size: 85px;
    margin-top: 200px;
  }
}

.section-name {
  font-weight: 800;
  display: block;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 970px) {
  .section-name {
    text-align: left;
    font-size: 45px;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
  clear: both;
}

.cue-info {
  padding: 3px 0 0 30px;
  margin: 0 0 15px 0;
}
@media (min-width: 970px) {
  .cue-info {
    min-height: 30px;
    margin: 0 0 10px 0;
  }
}

.weight {
  background: url("../img/weight.svg") no-repeat left top;
}

.height {
  background: url("../img/height.svg") no-repeat left top;
}

.payment {
  background: url("../img/payment.svg") no-repeat left top;
}

.subtext {
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
  background-color: #222;
  border: 1px solid #333;
  max-width: 200px;
  display: block;
  margin-top: 20px;
}
@media (min-width: 970px) {
  .subtext {
    font-size: 14px;
  }
}

.green {
  color: #009e00;
}

.top-section {
  clear: both;
  overflow: hidden;
}

.divider {
  height: 1px;
  width: 100%;
  margin: 0 0 25px 0;
  background-color: #333;
}
@media (min-width: 970px) {
  .divider {
    max-width: 300px;
  }
}

.video-container {
  width: 100%;
  height: 275px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 140px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 970px) {
  .video-container {
    margin-top: 40px;
  }
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-container .gradient {
  background: url("../img/gradient.png") no-repeat center top;
  width: 383px;
  height: 275px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.photo-section {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 0px 59px 10px rgb(0, 0, 0);
  -moz-box-shadow: inset 1px 0px 59px 10px rgb(0, 0, 0);
  box-shadow: inset 1px 0px 59px 10px rgb(0, 0, 0);
  padding: 25px 0;
  border-bottom: 1px solid #333;
  background-color: #161616;
}
.photo-section.first {
  padding: 275px 0 25px 0;
}
@media (min-width: 970px) {
  .photo-section.first {
    padding: 25px 0;
  }
}
.photo-section .photo-left-column, .photo-section .photo-right-column {
  float: left;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 970px) {
  .photo-section .photo-left-column, .photo-section .photo-right-column {
    width: calc(50% - 50px);
  }
}
.photo-section .photo-left-column img, .photo-section .photo-right-column img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
}
@media (min-width: 970px) {
  .photo-section .photo-left-column {
    margin-left: 50px;
  }
  .photo-section .photo-left-column .gray {
    padding: 0 0 0 3px;
  }
}
@media (min-width: 970px) {
  .photo-section .photo-right-column {
    margin-right: 50px;
  }
  .photo-section .photo-right-column .gray {
    padding: 0 3px 0 0;
  }
}
.photo-section .photo-full-column {
  float: left;
  width: 100%;
  overflow: hidden;
}
.photo-section .photo-full-column img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
}

.custom-button-container-outer {
  width: 100%;
  position: absolute;
  top: 117px;
}

.custom-button-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.flickity-button {
  background: transparent;
}

/* big previous & next buttons */
.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  transform: none;
  position: absolute;
  top: 100px;
}

/* icon color */
.flickity-button-icon {
  fill: white;
}

/* hide disabled button */
.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button.next {
  top: 20px;
}
.flickity-prev-next-button.next:after {
  content: "Next Cue";
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 0px;
  right: -5px;
  font-size: 12px;
  color: #eee;
}
@media (min-width: 970px) {
  .flickity-prev-next-button.next {
    right: 0;
    top: 100px;
  }
}

.flickity-prev-next-button.previous {
  top: 20px;
}
.flickity-prev-next-button.previous:after {
  content: "Previous Cue";
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 0px;
  right: -5px;
  font-size: 12px;
  color: #eee;
}
@media (min-width: 970px) {
  .flickity-prev-next-button.previous {
    left: 0;
    top: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
