.exclusive-offers-link {
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
}
.exclusive-offers-link.alt {
  display: none;
}
#booking-bar-section.has-sub-menu .exclusive-offers-link.alt {
  display: block;
}
#booking-bar-section.has-sub-menu .exclusive-offers-link.below {
  display: none;
}

.exclusive-offers-link.below {
    position: relative;
}
.exclusive-offers-link.above {
    top: -25px;
}
.exclusive-offers-link .exclusive-offers-inner {
  display: inline-block;
  background: #005397;
  text-align: center;
  width: 250px;
  position: relative;
  height: 25px;
  cursor: pointer;
}
.exclusive-offers-link .exclusive-offers-inner::before,
.exclusive-offers-link .exclusive-offers-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  border-top: 25px solid #005397;
  border-left: 16px solid transparent;
  width: 0;
}
.exclusive-offers-link .exclusive-offers-inner::after {
  left: auto;
  right: -16px;
  border-left: none;
  border-right: 16px solid transparent;
}
.exclusive-offers-link.above .exclusive-offers-inner::before,
.exclusive-offers-link.above .exclusive-offers-inner::after {
  border-top: none;
  border-bottom: 25px solid #005397;
}
.exclusive-offers-link .exclusive-offers-inner .exclusive-offers-inner-content .text,
.exclusive-offers-link .exclusive-offers-inner .exclusive-offers-inner-content .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.exclusive-offers-link .exclusive-offers-inner .exclusive-offers-inner-content .text {
  color: #fff;
}
.exclusive-offers-link.below .exclusive-offers-inner .exclusive-offers-inner-content .text,
.exclusive-offers-link.below .exclusive-offers-inner .exclusive-offers-inner-content .button {
  margin-top: -2px;
}
.exclusive-offers-link.above .exclusive-offers-inner .exclusive-offers-inner-content .text,
.exclusive-offers-link.above .exclusive-offers-inner .exclusive-offers-inner-content .button {
  margin-top: 2px;
}
.exclusive-offers-link .exclusive-offers-inner .exclusive-offers-inner-content .button {
  background-image: url('../images/video-controls-play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  background-color: transparent;
  padding: 0;
}
.exclusive-offers-link #link-to-lightbox {
  display: none;
}



#coupon-warning {
  position: relative;
  padding: 8px 55px;
  color: #fff;
  background: #3a85c2;
  width: 100%;
  font-size: 13px;
  text-align: right;
}

#coupon-warning .question {
  font-style: italic;
  text-align: center;
  letter-spacing: .5px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#coupon-warning .answers {
  display: inline-block;
  vertical-align: middle;
}
#coupon-warning .answer {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 800;
  transition: all .2s ease;
}
#coupon-warning .answer#no {
  margin-right: 15px;
}
#coupon-warning .answer#yes {
}

#coupon-warning .answer:hover {
  color: darkblue;
}
