#single-deal.white-bg {
  background-color: #ffffff;
}
#single-deal {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  background-color: #ffffff;
}
#single-deal #single-deal-intro {
  height: 500px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #single-deal #single-deal-intro {
    height: 339px;
  }
}
#single-deal #single-deal-intro .content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 0 auto;
}
#single-deal #single-deal-intro .content .vertical-align h5 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-intro .content .vertical-align h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#single-deal #single-deal-intro .content .vertical-align h1 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 120px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-intro .content .vertical-align h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-intro .content .vertical-align h1 {
    font-size: 54px;
    line-height: 0.95;
  }
}
#single-deal #single-deal-intro .content .vertical-align h1 span.quote-mark {
  margin: 0 10px 0 0;
}
#single-deal #single-deal-intro .content .vertical-align p {
  position: relative;
  font-family: "adelle-sans", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 442px;
  margin: 30px auto 0 auto;
}
#single-deal #single-deal-intro .content .vertical-align p i {
  font-style: normal;
}
#single-deal #single-deal-intro .content .vertical-align p b {
  font-weight: normal;
}
#single-deal #single-deal-intro .fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-intro .fixed-bg {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  #single-deal #single-deal-intro .fixed-bg {
    position: absolute;
  }
}
#single-deal #single-deal-intro .fixed-bg .blackout {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 3;
}
#single-deal #single-deal-intro #single-deal-intro-canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-intro #single-deal-intro-canvas {
    display: block;
  }
}
#single-deal #single-deal-info {
  z-index: 31;
}
#single-deal #single-deal-info .left-content {
  float: left;
  width: 62.5%;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content {
    float: none;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#single-deal #single-deal-info .left-content #single-deal-white-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content #single-deal-white-canvas {
    display: none !important;
  }
}
#single-deal #single-deal-info .left-content .copy {
  position: relative;
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
  z-index: 2;
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-info .left-content .copy {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
#single-deal #single-deal-info .left-content .copy p > img {
  margin: 30px 0 10px 0;
  max-width: 100%;
  display: block;
}
#single-deal #single-deal-info .left-content .copy .section-heading {
  position: relative;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1;
  color: #00A8E1;
  text-align: center;
  display: block;
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-info .left-content .copy .section-heading {
    font-size: 18px;
  }
}
#single-deal #single-deal-info .left-content .copy .section-heading span.back-arrow {
  display: inline-block;
  margin-left: -25px;
  width: 25px;
  height: 21px;
  background-image: url("../images/interface/icons-arrow-back.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left center;
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-info .left-content .copy .section-heading span.back-arrow {
    height: 15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #single-deal #single-deal-info .left-content .copy .section-heading span.back-arrow {
    background-image: url("../images/interface/icons-arrow-back@2x.png");
  }
}
#single-deal #single-deal-info .left-content .copy h1 {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 60px;
  color: #00A8E1;
  margin: 17px auto;
}
@media all and (max-width: 767px) {
  #single-deal #single-deal-info .left-content .copy h1 {
    font-size: 42px;
  }
}
#single-deal #single-deal-info .left-content .copy h4 {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #00A8E1;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#single-deal #single-deal-info .left-content .copy p {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  margin-bottom: 30px;
}
#single-deal #single-deal-info .left-content .copy .offer-container {
  float: left;
  width: 350px;
  margin: 0 auto;
  text-align: left;
  color: #00A8E1;
  margin-top: -3px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .offer-container {
    float: none;
    position: relative;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }
}
#single-deal #single-deal-info .left-content .copy .offer-container .large {
  display: inline;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 36px;
}
#single-deal #single-deal-info .left-content .copy .offer-container .small {
  display: inline;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
}
#single-deal #single-deal-info .left-content .copy .offer-container .savings {
  display: block;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  color: #00A8E1;
  text-align: left;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .offer-container .savings {
    text-align: center;
  }
}
#single-deal #single-deal-info .left-content .copy .offer-container .price-col {
  float: left;
  width: 33.33%;
}
#single-deal #single-deal-info .left-content .copy .offer-container .price-col .savings {
  text-align: center;
}
#single-deal #single-deal-info .left-content .copy .offer-container .price-col.first {
  margin-left: -20px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .offer-container .price-col.first {
    margin-left: 0;
  }
}
#single-deal #single-deal-info .left-content .copy .offer-container .type {
  display: block;
  width: 100%;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
#single-deal #single-deal-info .left-content .copy .offer-container .dollars {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -5px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .offer-container[data-columns="1"] .price-col {
    width: 100%;
  }
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .offer-container[data-columns="2"] .price-col {
    width: 50%;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container {
  float: right;
  width: 161px;
  margin-top: 1px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .btn-container {
    float: none;
    width: 290px;
    margin: 22px auto 0 auto;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container .btn-mask {
  left: calc(100% - 186px);
  width: 186px;
  margin-left: 0;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .btn-container .btn-mask {
    left: 50%;
    margin-left: -81px;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container .btn-mask .btn-standard {
  width: 161px;
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container {
  width: 346px;
  max-width: 100%;
  margin: 0 auto 0 -173px;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container {
    margin: 22px auto 0 auto;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .btn-mask {
  height: 100px;
  max-width: 186px;
  left: calc(100% - 186px);
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container .btn-mask {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .light-blue-text {
  float: left;
  width: 100%;
  text-align: center;
  color: #00A8E1;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard {
  padding: 0;
  width: 186px;
  height: 43px;
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a {
  float: left;
  font-size: 17px;
  padding-top: 9px;
  height: 43px;
  color: #ffffff;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (min-width: 769px) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a:hover {
    background-color: #000;
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a.phone {
  width: 46%;
  background-image: url("../images/interface/icons-phone-white.png");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: left 15px top 15px;
  border-radius: 50px 0px 0px 50px;
  padding-left: 15px;
  -moz-border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px 0px 0px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a.phone {
    background-image: url("../images/interface/icons-phone-white@2x.png");
  }
}
#single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a.chat {
  float: right;
  width: calc(54% - 1px);
  background-image: url("../images/interface/icons-chat-white.png");
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard a.chat {
    background-image: url("../images/interface/icons-chat-white@2x.png");
  }
}
@media all and (min-width: 769px) {
  #single-deal #single-deal-info .left-content .copy .btn-container.chat-container .left-btn .btn-standard:hover {
    background-color: #00A8E1;
  }
}
#single-deal #single-deal-info .right-content {
  float: right;
  width: 37.5%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#single-deal #single-deal-info .right-content .info-panel .info-descriptions {
  height: auto;
  min-height: 0;
}
#single-deal #single-deal-info .right-content .right-content-copy {
  position: relative;
  width: calc(100% - 40px);
  max-width: 330px;
  margin: 0 auto;
}
#single-deal #single-deal-info .right-content .right-content-copy h2 {
  font-size: 28px;
  margin-bottom: 26px;
  color: #00A8E1;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .right-content .right-content-copy h2 {
    margin-top: 40px;
  }
}
#single-deal #single-deal-info .right-content .right-content-copy p {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #888888;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .right-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#single-deal #single-deal-info .right-content #single-deal-info-panel-canvas {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1130px) {
  #single-deal #single-deal-info .right-content {
    float: none;
    position: relative;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #single-deal #single-deal-info .right-content {
    padding-bottom: 30px;
  }
}
#single-deal .footer-section {
  height: 535px;
  z-index: 3;
}
@media all and (max-width: 1130px) {
  #single-deal .footer-section {
    z-index: 100;
  }
}
#single-deal .footer-section #single-deal-footer-canvas-bottom {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media all and (max-width: 1130px) {
  #single-deal .footer-section #single-deal-footer-canvas-bottom {
    display: block;
  }
}
#single-deal .footer-section .fixed-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media all and (max-width: 1130px) {
  #single-deal .footer-section .fixed-bg {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  #single-deal .footer-section .fixed-bg {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
@media all and (max-width: 768px) {
  #single-deal .footer-section .back-btn {
    margin-top: -120px;
    background-position: left center;
  }
}
#single-deal .footer-section.show .fixed-bg {
  opacity: 1;
}
#single-deal.no-side-bar #single-deal-info .left-content {
  float: none;
  position: relative;
  width: 100%;
  padding: 0px;
}
#single-deal.no-side-bar #single-deal-info .left-content .copy {
  padding: 0px 0 50px 0;
}
@media all and (max-width: 1440px) {
  #single-deal.no-side-bar #single-deal-info .left-content .copy {
    padding: 30px 0 50px 0;
  }
}
#single-deal.no-side-bar #single-deal-info .left-content .copy h1 {
  margin-top: 0;
}
#single-deal.no-side-bar #single-deal-info .left-content .copy .btn-container {
  height: 53px;
}
#single-deal.single-promo #single-deal-intro {
  height: 560px;
}
#single-deal.single-promo #single-deal-info .left-content .copy h1 {
  margin-bottom: 40px;
}
#single-deal.single-promo #single-deal-info .left-content .copy p {
  margin-bottom: 50px;
}
#single-deal.single-promo .back-footer .back-btn {
  max-width: 720px;
}
#single-deal.single-promo .back-footer .back-btn .small {
  background-image: url(../images/interface/arrow-right.png);
  background-position: right center;
  padding-right: 28px;
  margin-right: -23px;
  padding-left: 0px;
  margin-left: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #single-deal.single-promo .back-footer .back-btn .small {
    background-image: url(../images/interface/arrow-right@2x.png);
  }
}
#single-deal.single-promo .footer-section .fixed-bg {
  display: none;
}
#single-deal.single-promo .footer-section #single-deal-footer-canvas-bottom {
  display: block;
  margin-top: -10px;
}
@media all and (max-width: 1130px) {
  #single-deal.single-promo .footer-section #single-deal-footer-canvas-bottom {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .mobile #single-deal #deal-info .left-content .copy .section-heading span.back-arrow {
    background-position: left top -2px;
  }
}
.mac #single-deal #single-deal-info .left-content .copy .btn-container {
  margin-top: 0px;
}
@media all and (max-width: 1130px) {
  .mac #single-deal #single-deal-info .left-content .copy .btn-container {
    margin: 22px auto 0 auto;
  }
}
.mac #single-deal .back-btn .small {
  background-position: left top 2px !important;
}
@media all and (max-width: 768px) {
  .mobile #single-deal .footer-section .back-btn .small,
  .mac #single-deal .footer-section .back-btn .small {
    background-position: left center !important;
    padding-left: 23px !important;
  }
}
.mobile #single-deal.single-promo #single-deal-intro .content .vertical-align h1,
.mac #single-deal.single-promo #single-deal-intro .content .vertical-align h1 {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .mobile #single-deal.single-promo #single-deal-intro .content .vertical-align h1,
  .mac #single-deal.single-promo #single-deal-intro .content .vertical-align h1 {
    margin-top: 5px;
  }
}
.mobile #single-deal.single-promo .footer-section .back-btn .small,
.mac #single-deal.single-promo .footer-section .back-btn .small {
  background-position: right top 2px !important;
}
@media all and (max-width: 768px) {
  .mobile #single-deal.single-promo .footer-section .back-btn .small,
  .mac #single-deal.single-promo .footer-section .back-btn .small {
    background-position: right center !important;
    padding-left: 0px !important;
    padding-right: 23px !important;
  }
}
@media all and (max-width: 1130px) {
  #deals-combos-vouchers {
    background-color: #ffffff;
  }
}
#deals-combos-vouchers #deals-intro {
  height: 500px;
  z-index: 10;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-intro {
    height: 460px;
  }
}
#deals-combos-vouchers #deals-intro .content {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1279px) {
  #deals-combos-vouchers #deals-intro .content {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
#deals-combos-vouchers #deals-intro .content .copy {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-intro .content .copy {
    width: 100%;
  }
}
#deals-combos-vouchers #deals-intro .content .copy h1 {
  font-size: 96px;
  line-height: 0.85;
  text-align: center;
}
@media all and (max-width: 1000px) {
  #deals-combos-vouchers #deals-intro .content .copy h1 {
    font-size: 75px;
  }
}
@media all and (max-width: 767px) {
  #deals-combos-vouchers #deals-intro .content .copy h1 {
    font-size: 54px;
  }
}
#deals-combos-vouchers #deals-intro .content .copy p {
  position: relative;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  margin: 30px auto 0px auto;
  width: 560px;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-intro .content .copy p {
    width: 90%;
  }
}
#deals-combos-vouchers #deals-intro .content .copy p a {
  color: #ffffff;
  text-decoration: underline;
}
#deals-combos-vouchers #deals-intro .fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-intro .fixed-bg {
    position: absolute;
  }
}
#deals-combos-vouchers .category-item {
  z-index: 31;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers .category-item .content .vertical-align {
    padding: 120px 0 205px 0;
  }
}
@media all and (max-width: 767px) {
  #deals-combos-vouchers .category-item .content .vertical-align {
    padding: 100px 0 165px 0;
  }
}
#deals-combos-vouchers .category-item p {
  padding-top: 20px;
  padding-bottom: 20px;
}
#deals-combos-vouchers .category-item .copy {
  position: relative;
}
@media all and (max-width: 767px) {
  #deals-combos-vouchers .category-item .copy h2 {
    font-size: 36px;
  }
}
#deals-combos-vouchers .category-item .copy .price {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  color: #00a8e1;
  font-size: 48px;
  margin-top: 15px;
}
#deals-combos-vouchers .category-item .copy .big-blue-txt {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  color: #00a8e1;
  font-size: 21px;
  margin-top: 15px;
}
#deals-combos-vouchers .category-item .copy .btn-container {
  z-index: 20;
  width: 140px;
  margin: 22px auto 0 -70px;
}
#deals-combos-vouchers .category-item .copy .btn-container .left-btn {
  display: none;
}
#deals-combos-vouchers .category-item .copy .btn-container .right-btn {
  left: 0;
  right: auto;
}
#deals-combos-vouchers .category-item .copy p.terms {
  position: absolute;
  margin-top: 85px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  #deals-combos-vouchers .category-item .copy p.terms {
    position: relative;
    margin-bottom: -60px;
  }
}
#deals-combos-vouchers .category-item:nth-child(2n) .content .copy {
  float: left;
}
#deals-combos-vouchers .category-item[data-section-id="1"] {
  z-index: 26;
}
#deals-combos-vouchers .category-item[data-section-id="2"] {
  z-index: 25;
}
#deals-combos-vouchers .category-item[data-section-id="3"] {
  z-index: 24;
}
#deals-combos-vouchers .category-item[data-section-id="4"] {
  z-index: 23;
}
#deals-combos-vouchers .category-item[data-section-id="5"] {
  z-index: 22;
}
#deals-combos-vouchers .category-item[data-section-id="6"] {
  z-index: 21;
}
#deals-combos-vouchers #deals-footer {
  height: 654px;
  overflow: hidden;
  z-index: 12;
}
#deals-combos-vouchers #deals-footer .fixed-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-footer .fixed-bg {
    position: absolute;
    top: 0;
    bottom: auto;
    display: block;
  }
}
#deals-combos-vouchers #deals-footer .content .next-btn {
  position: relative;
  width: 100%;
  max-width: 520px;
  text-align: center;
  background-image: none;
  padding-left: 0;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-footer .content .next-btn {
    display: block;
    max-width: 360px;
    margin-top: -100px;
  }
}
#deals-combos-vouchers #deals-footer .content .next-btn .small {
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 18px;
  display: inline-block;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-footer .content .next-btn .small {
    font-size: 16px;
    text-align: center;
  }
}
#deals-combos-vouchers #deals-footer .content .next-btn .small.left {
  float: left;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-footer .content .next-btn .small.left {
    float: none;
  }
}
#deals-combos-vouchers #deals-footer .content .next-btn .small.right {
  float: right;
  margin-top: 5px;
  padding-right: 23px;
  background-image: url("../images/interface/arrow-right.png");
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers #deals-footer .content .next-btn .small.right {
    float: none;
    padding-left: 23px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #deals-combos-vouchers #deals-footer .content .next-btn .small.right {
    background-image: url("../images/interface/arrow-right@2x.png");
  }
}
#deals-combos-vouchers #deals-footer .content .next-btn .large {
  clear: both;
  font-size: 96px;
  display: block;
  margin-left: -8px;
}
@media all and (max-width: 767px) {
  #deals-combos-vouchers #deals-footer .content .next-btn .large {
    font-size: 54px;
    margin-left: 0;
  }
}
#deals-combos-vouchers #deals-footer.show .fixed-bg {
  display: block;
}
#deals-combos-vouchers canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#deals-combos-vouchers canvas.data-bg-canvas {
  z-index: 5;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers canvas.data-bg-canvas {
    top: 313px;
  }
}
#deals-combos-vouchers.deals-page #deals-footer .content .next-btn {
  max-width: 370px !important;
}
#deals-combos-vouchers.combos-page #deals-footer .content .next-btn {
  max-width: 370px !important;
}
#deals-combos-vouchers.combos-page #deals-footer .content .next-btn .small {
  float: none;
  text-align: center;
}
#deals-combos-vouchers.combos-page #deals-footer .content .next-btn .small.right {
  float: none;
  padding-left: 23px;
}
#deals-combos-vouchers.vouchers-page #deals-footer .content .next-btn {
  max-width: 370px !important;
}
.mac #deals-combos-vouchers #deals-footer .content .next-btn .small,
.mobile #deals-combos-vouchers #deals-footer .content .next-btn .small {
  background-position: right top -3px;
}
@media all and (max-width: 768px) {
  .mac #deals-combos-vouchers #deals-footer .content .next-btn .small,
  .mobile #deals-combos-vouchers #deals-footer .content .next-btn .small {
    background-position: right top -5px;
  }
}
.mac #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn > .btn-standard,
.mobile #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn > .btn-standard {
  height: 43px;
}
.mac #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn > .btn-standard a,
.mobile #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn > .btn-standard a {
  height: 43px;
}
.mac #deals-combos-vouchers .category-item .content .copy .btn-container .btn-standard,
.mobile #deals-combos-vouchers .category-item .content .copy .btn-container .btn-standard {
  line-height: 1.9 !important;
}
.mobile #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard {
  padding-top: 3px;
  padding-bottom: 0;
  height: 40px !important;
}
.mobile #deals-combos-vouchers .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a {
  padding-top: 5px;
  height: 40px !important;
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers.vouchers-page #deals-intro {
    height: 469px;
  }
}
@media all and (max-width: 768px) {
  #deals-combos-vouchers.vouchers-page .category-item .content .vertical-align {
    padding: 80px 0 80px 0;
  }
}
#product {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#product .angled-shadow {
  display: none !important;
}
#product .adult {
  display: inline-block;
  text-decoration: line-through;
}
#product .rrp {
  display: inline-block;
  text-decoration: none;
}
#product.avatar-bungy-page #product-life-changing .trip-advisor-logo {
  margin-left: -117px;
  width: 234px;
}
@media all and (max-width: 768px) {
  #product #home-deals-label-title {
    margin-top: 0 !important;
  }
}
#product #product-deals {
  position: relative;
  width: 100%;
  z-index: 10;
  display: none;
}
#product #product-deals canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#product #product-deals .home-deals-swiper-section {
  padding-top: 0;
}
@media all and (max-width: 900px) {
  #product #product-deals .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide {
    width: 480px;
  }
}
@media all and (max-width: 767px) {
  #product #product-deals .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide {
    width: 260px;
  }
}
#product #product-deals .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .btn-standard {
  width: 150px;
}
#product .home-deals-swiper-section .home-deals-swiper-container {
  display: block;
}
#product .promo-code-container {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px auto 10px auto;
}
#product .promo-code-container .promo-code {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
}
#product .video-fullscreen,
#product .video-timer,
#product .video-sound-btn {
  position: fixed;
}
@media all and (max-width: 768px) {
  #product .video-fullscreen,
  #product .video-timer,
  #product .video-sound-btn {
    top: auto !important;
    bottom: 80px;
  }
}
#product .closed-title {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 42px;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
#product .temp-closed {
  margin: 40px auto;
  display: block;
  width: 300px;
  text-align: center;
}
#product #product-also {
  position: relative;
  z-index: 30;
  width: 100%;
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  #product #product-also {
    padding: 30px 0;
  }
}
#product #product-also.hide-combos .combo-container {
  display: none;
}
#product #product-also.hide-combos[data-cols="1"] .copy-container,
#product #product-also.hide-combos[data-cols="2"] .copy-container,
#product #product-also.hide-combos[data-cols="3"] .copy-container {
  width: 100% !important;
}
#product #product-also .top-diagonal {
  position: absolute;
  top: 1px;
  right: 0;
  transform: translate(0px, -100%);
}
#product #product-also .bottom-diagonal {
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translate(0px, 100%);
}
#product #product-also .width-container {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1380px;
  margin: 0 auto;
}
#product #product-also[data-cols="1"] .copy-container {
  width: 50%;
}
@media all and (max-width: 1023px) {
  #product #product-also[data-cols="1"] .copy-container {
    width: 100%;
  }
}
#product #product-also[data-cols="1"] .copy-container .col {
  float: none;
  width: 220px;
}
#product #product-also[data-cols="1"] .copy-container .col .circle {
  width: 220px;
  height: 220px;
  border-radius: 220px;
  background-size: 220px 220px;
}
#product #product-also[data-cols="1"] .combo-container {
  width: 50%;
}
@media all and (max-width: 767px) {
  #product #product-also[data-cols="1"] .combo-container {
    clear: both;
    width: 320px;
  }
}
#product #product-also[data-cols="2"] .copy-container {
  width: 66.67%;
}
#product #product-also[data-cols="2"] .combo-container {
  width: 33.33%;
}
#product #product-also[data-cols="3"] .copy-container {
  width: calc(100% - 400px);
}
@media all and (max-width: 1023px) {
  #product #product-also[data-cols="3"] .copy-container {
    clear: both;
    width: 100%;
  }
}
#product #product-also[data-cols="3"] .copy-container .col {
  width: 33.33%;
}
@media all and (max-width: 767px) {
  #product #product-also[data-cols="3"] .copy-container .col {
    width: 100%;
    margin: 30px 0;
  }
}
#product #product-also[data-cols="3"] .copy-container .col[data-index="0"] {
  margin-top: -40px;
}
@media all and (max-width: 1280px) {
  #product #product-also[data-cols="3"] .copy-container .col[data-index="0"] {
    margin-top: 0px;
  }
}
@media all and (max-width: 1280px) {
  #product #product-also[data-cols="3"] .copy-container .col[data-index="1"] {
    margin-top: 30px;
  }
}
#product #product-also[data-cols="3"] .copy-container .col[data-index="2"] {
  margin-top: 40px;
}
@media all and (max-width: 1280px) {
  #product #product-also[data-cols="3"] .copy-container .col[data-index="2"] {
    margin-top: 60px;
  }
}
#product #product-also[data-cols="3"] .copy-container .col .circle {
  width: 100%;
  height: 220px;
  border-radius: 220px;
  background-size: contain;
}
@media all and (max-width: 1280px) {
  #product #product-also[data-cols="3"] .copy-container .col .circle {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background-size: 110px 110px;
  }
}
#product #product-also[data-cols="3"] .combo-container {
  width: 345px;
}
@media all and (max-width: 767px) {
  #product #product-also[data-cols="3"] .combo-container {
    width: 320px;
  }
}
#product #product-also .copy-container {
  float: left;
  margin-bottom: 1px;
}
#product #product-also .copy-container .col {
  float: left;
  position: relative;
  margin: 0 auto;
}
#product #product-also .copy-container .col .circle {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
}
#product #product-also .copy-container .col.nevis-bungy .circle {
  background-image: url("../images/location/circle-nevis-bungy.png");
}
#product #product-also .copy-container .col.nevis-swing .circle {
  background-image: url("../images/location/circle-nevis-swing.png");
}
#product #product-also .copy-container .col.nevis-catapult .circle {
  background-image: url("../images/location/circle-nevis-catapult.png");
}
#product #product-also .copy-container .col.nevis-spectator .circle {
  background-image: url("../images/location/circle-nevis-spectator.png");
}
#product #product-also .copy-container .col.kawarau-bungy .circle {
  background-image: url("../images/location/circle-kawarau-bridge-bungy.png");
}
#product #product-also .copy-container .col.kawarau-zipride .circle {
  background-image: url("../images/location/circle-kawarau-zipride.png");
}
#product #product-also .copy-container .col.ledge-bungy .circle {
  background-image: url("../images/location/circle-ledge-bungy.png");
}
#product #product-also .copy-container .col.ledge-swing .circle {
  background-image: url("../images/location/circle-ledge-swing.png");
}
#product #product-also .copy-container .col.taupo-bungy .circle {
  background-image: url("../images/location/circle-taupo-bungy.png");
}
#product #product-also .copy-container .col.taupo-swing .circle {
  background-image: url("../images/location/circle-taupo-swing.png");
}
#product #product-also .copy-container .col.auckland-bungy .circle {
  background-image: url("../images/location/circle-auckland-bridge-bungy.png");
}
#product #product-also .copy-container .col.auckland-bridge-climb .circle {
  background-image: url("../images/location/circle-auckland-bridge-climb.png");
}
#product #product-also .copy-container .col.skyjump .circle {
  background-image: url("../images/location/circle-skyjump.png");
}
#product #product-also .copy-container .col.skywalk .circle {
  background-image: url("../images/location/circle-skywalk.png");
}
#product #product-also .copy-container .copy {
  margin-top: 23px;
  font-family: "adelle-sans", Arial, serif;
}
#product #product-also .copy-container .copy .title {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 32px;
  line-height: 0.88;
  color: #00a8e1;
  text-align: center;
  display: block;
  width: 100%;
}
#product #product-also .copy-container .copy .price {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: #00a8e1;
  text-align: center;
  margin: 14px 0;
}
#product #product-also .copy-container .copy .btn-standard {
  background-color: #00A8E1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  display: block;
}
#product #product-also .copy-container .copy .btn-standard:hover {
  background-color: #000000;
}
#product #product-also .combo-container {
  float: right;
}
@media all and (max-width: 1023px) {
  #product #product-also .combo-container {
    clear: both;
    position: relative;
    margin: 0 auto;
    float: none;
    padding-top: 60px;
  }
}
#product #product-also .combo-container #home-deals {
  height: 485px;
  z-index: 170;
  color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container {
    overflow: visible;
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  z-index: 201;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu {
    top: 280px;
  }
}
@media all and (max-width: 480px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu {
    top: 310px;
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow,
#product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow {
  position: absolute;
  top: 23px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow,
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow {
    top: 20px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow,
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow {
    top: 4px;
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow .hover,
#product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow .hover {
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (min-width: 991px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow:hover .hover,
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow:hover .hover {
    opacity: 1;
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow {
  left: 40px;
  background-image: url("../images/interface/deals-left-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .left-arrow {
    background-image: url("../images/interface/deals-left-arrow-on@2x.png");
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow {
  right: 40px;
  background-image: url("../images/interface/deals-right-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .right-arrow {
    background-image: url("../images/interface/deals-right-arrow-on@2x.png");
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu h5 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #00a8e1;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu h5 {
    font-size: 20px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu h5 {
    display: none;
  }
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .dots {
  position: relative;
  margin: 15px auto 0 auto;
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .dot {
  float: left;
  padding: 0 5px;
  cursor: pointer;
}
#product #product-also .combo-container #home-deals .slide-container .dot-menu .dot .circle {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 14px;
  margin: 0 auto;
  background-color: #ccc;
  -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
@media all and (max-width: 768px) {
  #product #product-also .combo-container #home-deals .slide-container .dot-menu .dot .circle {
    -webkit-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides {
    height: 280px;
  }
}
@media all and (max-width: 768px) {
  #product #product-also .combo-container #home-deals .slide-container .slides {
    z-index: 200;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
}
@media all and (max-width: 480px) {
  #product #product-also .combo-container #home-deals .slide-container .slides {
    height: 320px;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  margin-top: -150px;
  margin-left: -160px;
  opacity: 1;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide {
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide h2 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 500px;
  font-size: 42px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  color: #00a8e1;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide h2 br {
    content: " ";
    display: none;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide h2::selection {
  background-color: rgba(57, 171, 225, 0);
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide p {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #00a8e1;
  text-align: center;
  display: block;
  margin: 30px auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide p {
    display: none;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide p::selection {
  background-color: rgba(57, 171, 225, 0);
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price {
  float: left;
  width: 40%;
  margin-right: 10%;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price .price-copy {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 32px;
  line-height: 0.85;
  font-weight: normal;
  color: #00a8e1;
  text-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price .price-copy {
    font-size: 36px;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price .price-copy::selection {
  background-color: rgba(57, 171, 225, 0);
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price .savings {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  text-align: center;
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .price .savings::selection {
  background-color: rgba(57, 171, 225, 0);
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .btn-container {
  position: absolute;
  left: 50%;
  width: 50%;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .btn-container {
    position: relative;
    left: auto;
    width: 153px;
    margin: 20px auto 0;
  }
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .btn-container .btn-mask {
  position: relative;
  left: 0;
  margin-left: 0;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .btn-container .btn-mask .btn-standard {
  width: 153px;
  color: #ffffff;
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container .slides .slide .price-container .btn-container .btn-mask .btn-standard:hover {
  background-color: #000000;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="0"] .dot-menu .dot[data-index="0"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="0"] .dot-menu .dot[data-index="0"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="0"] .slides .slide[data-index="0"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="1"] .dot-menu .dot[data-index="1"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="1"] .dot-menu .dot[data-index="1"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="1"] .slides .slide[data-index="1"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="2"] .dot-menu .dot[data-index="2"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="2"] .dot-menu .dot[data-index="2"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="2"] .slides .slide[data-index="2"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="3"] .dot-menu .dot[data-index="3"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="3"] .dot-menu .dot[data-index="3"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="3"] .slides .slide[data-index="3"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="4"] .dot-menu .dot[data-index="4"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="4"] .dot-menu .dot[data-index="4"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="4"] .slides .slide[data-index="4"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="5"] .dot-menu .dot[data-index="5"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="5"] .dot-menu .dot[data-index="5"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="5"] .slides .slide[data-index="5"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="6"] .dot-menu .dot[data-index="6"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="6"] .dot-menu .dot[data-index="6"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="6"] .slides .slide[data-index="6"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="7"] .dot-menu .dot[data-index="7"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="7"] .dot-menu .dot[data-index="7"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="7"] .slides .slide[data-index="7"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="8"] .dot-menu .dot[data-index="8"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="8"] .dot-menu .dot[data-index="8"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="8"] .slides .slide[data-index="8"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="9"] .dot-menu .dot[data-index="9"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="9"] .dot-menu .dot[data-index="9"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="9"] .slides .slide[data-index="9"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="10"] .dot-menu .dot[data-index="10"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="10"] .dot-menu .dot[data-index="10"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="10"] .slides .slide[data-index="10"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="11"] .dot-menu .dot[data-index="11"] {
  cursor: default;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="11"] .dot-menu .dot[data-index="11"] .circle {
  background-color: #00a8e1;
}
#product #product-also .combo-container #home-deals .slide-container[data-slide="11"] .slides .slide[data-index="11"] {
  z-index: 10;
}
#product #product-also .combo-container #home-deals .content .copy-container {
  position: relative;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container {
    max-width: 530px;
  }
}
@media all and (max-width: 767px) {
  #product #product-also .combo-container #home-deals .content .copy-container {
    max-width: 335px;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .title {
  float: left;
  width: 560px;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title {
    width: 100%;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .title h3 {
  width: 100%;
  padding-left: 20px;
  font-size: 57px;
  line-height: 1;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title h3 {
    padding-left: 0;
    font-size: 32px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title h3 {
    margin-top: 3px;
  }
}
@media all and (max-width: 359px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title h3 {
    font-size: 28px;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .title h5 {
  font-size: 24px;
  margin-bottom: 6px;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title h5 {
    font-size: 20px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #product #product-also .combo-container #home-deals .content .copy-container .title h5 {
    margin-bottom: 2px;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .copy {
  float: left;
  font-family: "adelle-sans", Arial, serif;
  font-size: 16px;
  margin-left: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .copy {
    float: none;
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .copy p {
  max-width: 360px;
  margin-top: 84px;
  margin-bottom: 25px;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .copy p {
    position: relative;
    margin: 0 auto 25px auto;
    text-align: center;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .copy .btn-mask {
  position: relative;
  left: auto;
  margin: 0;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .content .copy-container .copy .btn-mask {
    margin: 0 auto;
  }
}
#product #product-also .combo-container #home-deals .content .copy-container .copy .btn-mask .btn-standard {
  width: 171px;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slick-dots {
    pointer-events: none;
  }
}
#product #product-also .combo-container #home-deals .slick-dots li {
  width: 14px;
  opacity: 1;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slick-dots li button {
    background-color: #cccccc;
    margin: 0 4px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .slick-dots li.slick-active button {
    background-color: #00a8e1;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .desktop-content {
    display: none;
  }
}
#product #product-also .combo-container #home-deals .desktop-content .slide[data-index="0"] .title,
#product #product-also .combo-container #home-deals .desktop-content .slide[data-index="0"] .price-container {
  opacity: 0;
  -ms-transform: translate(-100px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-100px, 0px);
  /* Safari */
  transform: translate(-100px, 0px);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  transition-delay: 0.2s;
}
#product #product-also .combo-container #home-deals .desktop-content .half-copy[data-id="combos"] .slide[data-index="0"] .title,
#product #product-also .combo-container #home-deals .desktop-content .half-copy[data-id="combos"] .slide[data-index="0"] .price-container {
  transition-delay: 0.4s;
}
#product #product-also .combo-container #home-deals .mobile-content {
  position: relative;
  margin-top: 150px;
  padding: 20px 0;
  z-index: 2000;
  display: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content {
    display: block;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .left-arrow,
#product #product-also .combo-container #home-deals .mobile-content .slider .right-arrow {
  position: absolute;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 100;
}
#product #product-also .combo-container #home-deals .mobile-content .slider .left-arrow .hover,
#product #product-also .combo-container #home-deals .mobile-content .slider .right-arrow .hover {
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (min-width: 991px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .left-arrow:hover .hover,
  #product #product-also .combo-container #home-deals .mobile-content .slider .right-arrow:hover .hover {
    opacity: 1;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .left-arrow {
  left: calc(50% - 170px);
  background-image: url("../images/interface/deals-left-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .left-arrow {
    background-image: url("../images/interface/deals-left-arrow-on@2x.png");
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .right-arrow {
  right: calc(50% - 170px);
  background-image: url("../images/interface/deals-right-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .right-arrow {
    background-image: url("../images/interface/deals-right-arrow-on@2x.png");
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider h2 {
  position: relative;
  margin: 0 auto;
  width: 300px;
  max-width: 500px;
  font-size: 56px;
  text-align: center;
  white-space: normal;
}
@media all and (max-width: 1130px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider h2 {
    font-size: 36px;
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider p {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 30px auto;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider p {
    display: none;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .price {
  float: left;
  width: 40%;
  margin-right: 10%;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .price-container .price {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .price .price-copy {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 46px;
  line-height: 0.85;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .price-container .price .price-copy {
    font-size: 36px;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .price .savings {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  text-align: center;
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .btn-container {
  position: absolute;
  left: 50%;
  width: 50%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content .slider .price-container .btn-container {
    position: relative;
    left: auto;
    width: 153px;
    margin: 20px auto 0;
  }
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .btn-container .btn-mask {
  position: relative;
  left: 0;
  margin-left: 0;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#product #product-also .combo-container #home-deals .mobile-content .slider .price-container .btn-container .btn-mask .btn-standard {
  font-size: 18px;
  width: 153px;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 990px) {
  #product #product-also .combo-container #home-deals .mobile-content.transition-in {
    display: block;
  }
}
#product #product-also .combo-container #home-deals.transition-in .desktop-content .slide[data-index="0"] .title,
#product #product-also .combo-container #home-deals.transition-in .desktop-content .slide[data-index="0"] .price-container {
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px);
}
#product .full-screen-video {
  position: absolute;
  top: 0;
  left: 0;
}
#product .price-container[data-columns="1"] {
  width: 360px;
  max-width: 100%;
}
#product .price-container[data-columns="1"] .price-col {
  width: 100%;
}
#product .price-container[data-columns="2"] {
  width: 360px;
  max-width: 100%;
}
#product .price-container[data-columns="2"] .price-col {
  width: 50%;
}
#product .price-container[data-columns="3"] {
  width: 420px;
  max-width: 100%;
}
#product .price-container[data-columns="3"] .price-col {
  width: 33.33%;
}
#product .price-container[data-columns="3"] .price-col.spec-col {
  width: calc(30.33%);
  padding-left: 0;
  margin-left: 0;
}
#product .price-container[data-columns="4"] {
  width: 441px;
}
@media all and (max-width: 767px) {
  #product .price-container[data-columns="4"] {
    width: 320px;
  }
}
#product .price-container[data-columns="4"] .price-col {
  width: 25%;
}
#product .price-container .price {
  position: relative;
}
#product .price-container .price-copy {
  padding-top: 14px;
}
#product .price-container .price-col {
  float: left;
}
#product .price-container .price-col.spec-col {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 20px;
  margin-left: 20px;
  min-height: 76px;
}
@media all and (max-width: 767px) {
  #product .price-container .price-col.spec-col {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}
#product .price-container .price-col .type {
  display: block;
  width: 100%;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
#product .price-container .price-col .old-dollars {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  text-decoration: line-through;
  opacity: 0.6;
}
#product .price-container .price-col .dollars {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  margin-top: 10px;
  margin-left: -5px;
}
#product .price-container .price-col .dollars .cents {
  font-size: 17px;
}
#product .price-container.chat-container .btn-mask {
  height: 100px;
}
#product .price-container.chat-container .light-blue-text {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
#product .price-container.chat-container .btn-standard {
  padding: 0;
  width: 216px;
  height: 40px;
  background-color: #ffffff;
}
#product .price-container.chat-container .btn-standard a {
  float: left;
  font-size: 20px;
  padding-top: 6px;
  height: 40px;
  color: #004d90;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (min-width: 769px) {
  #product .price-container.chat-container .btn-standard a:hover {
    color: #ffffff;
    background-color: #39ace2;
  }
}
#product .price-container.chat-container .btn-standard a.phone {
  width: 46%;
  background-image: url("../images/interface/icons-phone-blue.png");
  background-size: 13px 17px;
  background-repeat: no-repeat;
  background-position: left 15px top 12px;
  padding-left: 15px;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product .price-container.chat-container .btn-standard a.phone {
    background-image: url("../images/interface/icons-phone-blue@2x.png");
  }
}
#product .price-container.chat-container .btn-standard a.phone:hover {
  background-image: url("../images/interface/icons-phone-white.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product .price-container.chat-container .btn-standard a.phone:hover {
    background-image: url("../images/interface/icons-phone-white@2x.png");
  }
}
#product .price-container.chat-container .btn-standard a.chat {
  float: right;
  width: calc(54% - 1px);
  background-image: url("../images/interface/icons-chat-blue.png");
  background-size: 35px 30px;
  background-repeat: no-repeat;
  background-position: left 8px top 6px;
  border-left: 1px solid rgba(26, 77, 143, 0.15);
  padding-left: 30px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product .price-container.chat-container .btn-standard a.chat {
    background-image: url("../images/interface/icons-chat-blue@2x.png");
  }
}
#product .price-container.chat-container .btn-standard a.chat:hover {
  background-image: url("../images/interface/icons-chat-white.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product .price-container.chat-container .btn-standard a.chat:hover {
    background-image: url("../images/interface/icons-chat-white@2x.png");
  }
}
#product .price-container.chat-container .btn-standard:hover {
  background-color: #ffffff;
}
#product #video-intro {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  overflow: visible !important;
}
@media all and (max-width: 768px) {
  #product #video-intro {
    height: auto !important;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1100px) {
  #product #video-intro .title .product-title-fade h1 {
    display: block;
    top: auto;
    font-size: 72px;
  }
}
@media all and (max-width: 767px) {
  #product #video-intro .title .product-title-fade h1 {
    font-size: 47px;
  }
}
#product #video-intro .icons {
  position: relative;
  width: 342px;
  height: 120px;
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  margin: 37px auto 0 auto;
  display: block;
}
@media all and (max-width: 479px) {
  #product #video-intro .icons {
    width: 300px;
  }
}
#product #video-intro .icons .icon {
  float: left;
  padding-top: 85px;
  width: 114px;
  height: 35px;
  margin: 0;
  cursor: default;
  position: relative;
  display: block;
}
@media all and (max-width: 479px) {
  #product #video-intro .icons .icon {
    width: 100px;
  }
}
#product #video-intro .icons .icon .text {
  position: relative;
  width: 75px;
  margin: 0 auto;
  display: block;
}
#product #video-intro .icons .icon .circle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: 0 22px;
}
@media all and (max-width: 479px) {
  #product #video-intro .icons .icon .circle-container {
    margin: 0 15px;
  }
}
#product #video-intro .icons .icon .circle-container .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center top;
  z-index: 1;
}
#product #video-intro .icons .icon .circle-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  z-index: 2;
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
#product #video-intro .icons .icon.selected {
  cursor: default;
}
#product #video-intro .icons .icon.selected .circle-container .overlay {
  opacity: 0;
}
@media all and (max-width: 768px) {
  #product #video-intro .content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
#product #video-intro #mobile-intro-slideshow {
  position: fixed;
  height: calc(100% + 140px);
}
#product #video-intro #mobile-intro-slideshow .slide[data-index="0"] {
  background-image: url("../images/home/temp-video-mobile.jpg");
}
#product #video-intro #mobile-intro-slideshow .slide[data-index="1"] {
  background-image: url("../images/home/activities-swings-mobile.jpg");
}
#product #video-intro #mobile-intro-slideshow .slide[data-index="2"] {
  background-image: url("../images/home/skyjump-frame.png");
}
#product #video-intro .full-screen-video {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #product #video-intro .full-screen-video {
    left: 50%;
    margin-left: -382px;
  }
}
#product #video-intro #intro-video-short-loop {
  display: block;
  z-index: 2;
}
@media all and (max-width: 768px) {
  #product #video-intro #intro-video-short-loop {
    display: none;
  }
}
#product #video-intro #intro-video-full {
  display: none;
}
@media all and (max-width: 768px) {
  #product #video-intro .product-title-container {
    position: relative;
    width: 100%;
    height: auto !important;
  }
}
#product #video-intro .product-title-container .play-button-container {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
}
#product #video-intro .product-title-container #product-video-play {
  position: absolute;
  top: auto;
  margin-top: 20px;
}
#product #video-intro .product-title-container #product-video-preloader {
  margin-top: -30px;
}
@media all and (max-width: 480px) {
  #product #video-intro .product-title-container #product-video-preloader {
    position: fixed;
    top: 50% !important;
    margin-top: -25px !important;
  }
}
#product #video-intro .side-text {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 850px;
  right: -389px;
  color: #ffffff;
}
@media all and (max-width: 1000px) {
  #product #video-intro .side-text {
    width: 370px;
    right: -168px;
    display: none;
  }
}
#product #video-intro .title {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 0 20px;
  text-align: center;
  z-index: 20;
}
@media all and (max-width: 768px) {
  #product #video-intro .title {
    position: relative !important;
    margin-top: -170px !important;
    left: auto !important;
    margin-bottom: 100px;
  }
}
#product #video-intro .title h5 {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
#product #video-intro .title h5.move-up {
  position: relative;
  top: -20px;
}
@media all and (max-width: 768px) {
  #product #video-intro .title h5.move-up {
    top: -10px;
  }
}
@media all and (max-width: 768px) {
  #product #video-intro .title h5 {
    margin-bottom: 10px;
  }
}
#product #video-intro .title h1,
#product #video-intro .title h2 {
  position: relative;
  width: 100%;
  max-width: 780px;
  font-size: 108px;
  margin: 5px auto 0 auto;
}
@media all and (max-width: 900px) {
  #product #video-intro .title h1,
  #product #video-intro .title h2 {
    font-size: 72px;
  }
}
@media all and (max-width: 767px) {
  #product #video-intro .title h1,
  #product #video-intro .title h2 {
    font-size: 47px;
  }
}
#product #video-intro .title.fixed {
  position: fixed;
  top: 50%;
  left: 0;
}
@media all and (max-width: 768px) {
  #product #video-intro .title.fixed {
    position: relative;
    top: auto;
    left: auto;
  }
}
#product #video-intro .blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 65px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 768px) {
  #product #video-intro .blackout {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 768px) {
  #product #video-intro .blackout.fade-in {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#product #video-intro .copy {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 100%;
  height: 400px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  z-index: 19;
  margin-top: 0;
  max-width: none;
}
@media all and (max-width: 990px) {
  #product #video-intro .copy {
    margin-bottom: 625px !important;
  }
}
@media all and (max-width: 768px) {
  #product #video-intro .copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-top: calc(100vh - 54px) !important;
  }
}
@media all and (max-width: 767px) {
  #product #video-intro .copy {
    height: auto !important;
    margin-bottom: 150px !important;
  }
}
#product #video-intro .copy .badge {
  position: absolute;
  width: 126px;
  height: 88px;
  left: 50%;
  margin-left: -462px;
  background-image: url('../images/common/confidence-badge.png');
  background-repeat: no-repeat;
  background-size: 126px 88px;
}
@media all and (max-width: 1023px) {
  #product #video-intro .copy .badge {
    position: relative;
    left: auto;
    float: left;
    width: calc(100% - 52px);
    height: auto;
    min-height: 88px;
    margin-top: 0px;
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 52px;
    background-position: left center;
    padding-left: 152px;
    box-sizing: border-box;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #video-intro .copy .badge {
    background-image: url('../images/common/confidence-badge@2x.png');
  }
}
#product #video-intro .copy .badge .description {
  display: none;
  opacity: 0.6;
  text-align: center;
  max-width: 480px;
}
@media all and (max-width: 1023px) {
  #product #video-intro .copy .badge .description {
    display: block;
  }
}
#product #video-intro .copy .price-copy {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto 32px;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 0;
  text-align: center;
  opacity: 0.6;
}
@media all and (max-width: 1023px) {
  #product #video-intro .copy .price-copy {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1023px) {
  #product #video-intro .copy .price-copy br {
    display: none;
  }
}
#product #video-intro .copy .btn-mask {
  position: relative;
  height: 55px;
  left: 50%;
  margin-top: 0;
  margin-left: -102px;
  z-index: 500;
}
#product #video-intro .copy .btn-mask .btn-standard {
  width: 205px;
  font-size: 24px;
  padding-top: 7px;
  height: 45px;
  background-color: #00A8E1;
  color: #ffffff;
}
#product #video-intro .copy .btn-mask .btn-standard:hover {
  background-color: #000000;
}
#product #video-intro .copy .btn-mask.wider {
  width: 280px;
  margin-left: -140px;
}
#product #video-intro .copy .btn-mask.wider .btn-standard {
  width: 280px;
}
#product #video-intro .copy .price-container {
  position: relative;
  width: 310px;
  height: auto;
  margin: 0 auto;
  padding: 37px 0;
  z-index: 10;
}
@media all and (max-width: 990px) {
  #product #video-intro .copy .price-container {
    padding: 37px 0 19px 0;
  }
}
#product #video-intro .copy .price-container .price .price-col.discount-price-col {
  margin-bottom: 20px;
  text-align: center;
}
#product #video-intro .copy .price-container .price .price-col.discount-price-col .old-price {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 48px;
  color: #bbbbbb;
  text-align: center;
  background-image: url("../images/home/strike.jpg");
  background-size: 2px 4px;
  background-repeat: repeat-x;
  background-position: center left;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container .price .price-col.discount-price-col .old-price {
    font-size: 40px;
    margin-right: 10px;
  }
}
#product #video-intro .copy .price-container .price .price-col.discount-price-col #countdown-extra {
  opacity: 0;
}
@media all and (max-width: 990px) {
  #product #video-intro .copy .price-container .price .price-col.discount-price-col #countdown-extra {
    opacity: 1;
  }
}
#product #video-intro .copy .price-container .price .price-col.discount-price-col #countdown-extra.show {
  opacity: 1;
}
#product #video-intro .copy .price-container .price .price-col.discount-price-col .new-price {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 48px;
  color: #ffffff;
  width: 121px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container .price .price-col.discount-price-col .new-price {
    font-size: 40px;
  }
}
#product #video-intro .copy .price-container[data-columns="1"] {
  width: 360px;
  max-width: 100%;
}
#product #video-intro .copy .price-container[data-columns="1"] .price-col {
  width: 100%;
}
#product #video-intro .copy .price-container[data-columns="1"] .price-col.spec-col {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
#product #video-intro .copy .price-container[data-columns="2"] {
  width: 320px;
}
#product #video-intro .copy .price-container[data-columns="2"] .price-col {
  width: 50%;
}
#product #video-intro .copy .price-container[data-columns="3"] {
  width: 420px;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container[data-columns="3"] {
    width: 320px;
  }
}
#product #video-intro .copy .price-container[data-columns="3"] .price-col {
  width: 33.33%;
}
#product #video-intro .copy .price-container[data-columns="3"] .price-col.spec-col {
  width: calc(30.33%);
  padding-left: 0;
  margin-left: 0;
}
#product #video-intro .copy .price-container[data-columns="4"] {
  width: 600px;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container[data-columns="4"] {
    width: 320px;
  }
}
#product #video-intro .copy .price-container[data-columns="4"] .price-col {
  width: 138px;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container[data-columns="4"] .price-col {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container[data-columns="4"] .price-col .type {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container[data-columns="4"] .price-col .dollars {
    font-size: 22px;
  }
}
#product #video-intro .copy .price-container > div {
  padding-bottom: 0px;
}
@media all and (max-width: 767px) {
  #product #video-intro .copy .price-container > div {
    padding-bottom: 10px;
  }
}
#product #video-intro .copy .price-container .price {
  display: block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 42px;
  line-height: 0.85;
  font-weight: normal;
}
#product #video-intro .copy .price-container .price-copy {
  position: relative;
  width: 100%;
  max-width: none;
  display: block;
  margin: 0 auto;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 0;
  text-align: center;
  opacity: 0.6;
}
@media all and (max-width: 1023px) {
  #product #video-intro .copy .price-container .price-copy {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1130px) {
  #product #video-intro .copy .price-container.chat-container {
    padding: 34px 0 0 0;
  }
}
#product #video-intro .copy p {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% - 40px);
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
#product #video-intro .copy p.mt {
  margin-top: 20px;
}
#product #video-intro.darken .blackout {
  opacity: 1;
}
#product #product-book-now {
  height: 800px;
  padding-bottom: 100px;
  z-index: 100;
}
@media all and (max-width: 768px) {
  #product #product-book-now {
    height: auto !important;
    padding-bottom: 300px;
  }
}
#product #product-book-now .vertical-align-container {
  height: 100%;
}
@media all and (max-width: 768px) {
  #product #product-book-now .vertical-align-container {
    height: auto;
  }
}
#product #product-book-now .title {
  position: relative;
  width: calc(100% - 40px);
  margin: -60px auto 46px auto;
  text-align: center;
  z-index: 20;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #product #product-book-now .title {
    margin-top: -170px !important;
  }
}
#product #product-book-now .title h5 {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
#product #product-book-now .title h5.move-up {
  position: relative;
  top: -20px;
}
@media all and (max-width: 768px) {
  #product #product-book-now .title h5.move-up {
    top: -10px;
  }
}
#product #product-book-now .title h1,
#product #product-book-now .title h2 {
  position: relative;
  width: 100%;
  max-width: 780px;
  font-size: 108px;
  margin: 5px auto 0 auto;
}
@media all and (max-width: 900px) {
  #product #product-book-now .title h1,
  #product #product-book-now .title h2 {
    font-size: 72px;
  }
}
@media all and (max-width: 767px) {
  #product #product-book-now .title h1,
  #product #product-book-now .title h2 {
    font-size: 47px;
  }
}
#product #product-book-now .copy {
  position: relative;
  width: 100vw;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  z-index: 19;
}
@media all and (max-width: 768px) {
  #product #product-book-now .copy {
    margin-top: 0px;
  }
}
#product #product-book-now .copy .price-copy {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto 32px;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 0;
  text-align: center;
  opacity: 0.6;
}
@media all and (max-width: 1023px) {
  #product #product-book-now .copy .price-copy {
    width: calc(100% - 40px);
  }
}
#product #product-book-now .copy .btn-mask {
  position: relative;
  height: 55px;
  z-index: 500;
}
#product #product-book-now .copy .btn-mask .btn-standard {
  width: 205px;
  font-size: 24px;
  padding-top: 7px;
  height: 45px;
  background-color: #00A8E1;
  color: #ffffff;
}
#product #product-book-now .copy .btn-mask .btn-standard:hover {
  background-color: #000000;
}
#product #product-book-now .copy .btn-mask.wider {
  width: 280px;
  margin-left: -140px;
}
@media all and (max-width: 1130px) {
  #product #product-book-now .copy .btn-mask.wider.no-mobile-mt {
    margin-left: auto;
  }
}
#product #product-book-now .copy .btn-mask.wider .btn-standard {
  width: 280px;
}
#product #product-book-now .copy .price-container {
  position: relative;
  width: 310px;
  height: auto;
  margin: 0 auto;
  padding: 37px 0 21px 0;
  z-index: 10;
}
#product #product-book-now .copy .price-container > div {
  padding-bottom: 34px;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container > div {
    padding-bottom: 17px;
  }
}
#product #product-book-now .copy .price-container .price .price-col.discount-price-col {
  margin-bottom: 20px;
  text-align: center;
}
#product #product-book-now .copy .price-container .price .price-col.discount-price-col .old-price {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 48px;
  color: #bbbbbb;
  text-align: center;
  background-image: url("../images/home/strike.jpg");
  background-size: 2px 4px;
  background-repeat: repeat-x;
  background-position: center left;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container .price .price-col.discount-price-col .old-price {
    font-size: 40px;
    margin-right: 10px;
  }
}
#product #product-book-now .copy .price-container .price .price-col.discount-price-col .new-price {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 48px;
  color: #ffffff;
  width: 121px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container .price .price-col.discount-price-col .new-price {
    font-size: 40px;
  }
}
#product #product-book-now .copy .price-container[data-columns="1"] {
  width: 360px;
  max-width: 100%;
}
#product #product-book-now .copy .price-container[data-columns="1"] .price-col {
  width: 100%;
}
#product #product-book-now .copy .price-container[data-columns="1"] .price-col.spec-col {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
#product #product-book-now .copy .price-container[data-columns="2"] {
  width: 320px;
}
#product #product-book-now .copy .price-container[data-columns="2"] .price-col {
  width: 50%;
}
#product #product-book-now .copy .price-container[data-columns="3"] {
  width: 420px;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container[data-columns="3"] {
    width: 320px;
  }
}
#product #product-book-now .copy .price-container[data-columns="3"] .price-col {
  width: 33.33%;
}
#product #product-book-now .copy .price-container[data-columns="4"] {
  width: 600px;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container[data-columns="4"] {
    width: 320px;
  }
}
#product #product-book-now .copy .price-container[data-columns="4"] .price-col {
  width: 138px;
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container[data-columns="4"] .price-col {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container[data-columns="4"] .price-col .type {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  #product #product-book-now .copy .price-container[data-columns="4"] .price-col .dollars {
    font-size: 22px;
  }
}
#product #product-book-now .copy .price-container .price {
  display: block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 42px;
  line-height: 0.85;
  font-weight: normal;
}
#product #product-book-now .copy .price-container .price-copy {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 0;
  text-align: center;
  opacity: 0.6;
}
@media all and (max-width: 1023px) {
  #product #product-book-now .copy .price-container .price-copy {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1130px) {
  #product #product-book-now .copy .price-container.chat-container {
    padding: 34px 0 0 0;
  }
}
#product #product-info {
  height: 850px;
  overflow: hidden;
  z-index: 11;
  background-color: #ffffff;
}
#product #product-info .side-text {
  width: 850px;
  right: -389px;
}
@media all and (max-width: 1000px) {
  #product #product-info .side-text {
    width: 370px;
    right: -168px;
  }
}
#product #product-life-changing {
  height: 1375px;
  z-index: 22;
  background-color: #e4dfd4;
  background-image: radial-gradient(circle at 67% 48%, #e4dfd4, #d3cbbf);
}
#product #product-life-changing #product-life-changing-canvas {
  z-index: 300;
}
#product #product-life-changing .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#product #product-life-changing .backgrounds .bg,
#product #product-life-changing .backgrounds .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#product #product-life-changing .backgrounds .bg {
  background-position: top right;
  background-image: url("../images/product/quotes/Kawarau-Bridge-Bungy.jpg");
}
@media all and (max-width: 767px) {
  #product #product-life-changing .backgrounds .bg {
    display: none;
  }
}
#product #product-life-changing .backgrounds .mobile-bg {
  background-position: top right;
  background-image: url("../images/product/quotes/m-Kawarau-Bridge-Bungy.jpg");
  display: none;
}
@media all and (max-width: 767px) {
  #product #product-life-changing .backgrounds .mobile-bg {
    display: block;
  }
}
#product #product-life-changing .backgrounds.kawarau-bridge-bungy .bg {
  background-image: url("../images/product/quotes/Kawarau-Bridge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.kawarau-bridge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Kawarau-Bridge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.taupo-bungy .bg {
  background-image: url("../images/product/quotes/Taupo-Bungy.jpg");
}
#product #product-life-changing .backgrounds.taupo-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m2-Taupo-Bungy.jpg");
}
#product #product-life-changing .backgrounds.ledge-bungy .bg {
  background-image: url("../images/product/quotes/Ledge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.ledge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.avatar-bungy .bg {
  background-image: url("../images/product/quotes/Ledge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.avatar-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.nevis-bungy .bg {
  background-image: url("../images/product/quotes/Nevis-Bungy.jpg");
}
#product #product-life-changing .backgrounds.nevis-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Bungy.jpg");
}
#product #product-life-changing .backgrounds.auckland-bridge-bungy .bg {
  background-image: url("../images/product/quotes/Auckland-Bridge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.auckland-bridge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Bridge-Bungy.jpg");
}
#product #product-life-changing .backgrounds.nevis-swing .bg {
  background-image: url("../images/product/quotes/Nevis-Swing.jpg");
}
#product #product-life-changing .backgrounds.nevis-swing .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Swing.jpg");
}
#product #product-life-changing .backgrounds.nevis-catapult .bg {
  background-image: url("../images/product/quotes/Nevis-Catapult.jpg");
}
#product #product-life-changing .backgrounds.nevis-catapult .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Catapult.jpg");
}
#product #product-life-changing .backgrounds.ledge-swing .bg {
  background-image: url("../images/product/quotes/Ledge-Swing.jpg");
}
#product #product-life-changing .backgrounds.ledge-swing .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Swing.jpg");
}
#product #product-life-changing .backgrounds.kawarau-zipride .bg {
  background-image: url("../images/product/quotes/Kawarau-Zipride.jpg");
}
#product #product-life-changing .backgrounds.kawarau-zipride .mobile-bg {
  background-image: url("../images/product/quotes/m-Kawarau-Zipride.jpg");
}
#product #product-life-changing .backgrounds.auckland-bridge-climb .bg {
  background-image: url("../images/product/quotes/Auckland-Bridge-Climb.jpg");
}
#product #product-life-changing .backgrounds.auckland-bridge-climb .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Bridge-Climb.jpg");
}
#product #product-life-changing .backgrounds.skywalk .bg {
  background-image: url("../images/product/quotes/Auckland-Sky-Tower-Skywalk.jpg");
}
#product #product-life-changing .backgrounds.skywalk .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Sky-Tower-Skywalk.jpg");
}
#product #product-life-changing .backgrounds.skyjump .bg {
  background-image: url("../images/product/quotes/Auckland-Sky-Tower-Skyjump.jpg");
}
#product #product-life-changing .backgrounds.skyjump .mobile-bg {
  background-image: url("../images/product/quotes/m2-Auckland-Sky-Tower-Skyjump.jpg");
}
#product #product-life-changing .trip-advisor-logo {
  position: absolute;
  top: 100px;
  left: 50%;
  display: block;
  margin-left: -120px;
  width: 240px;
  height: 28px;
  background-image: url("../images/interface/icon-tripadvisor-logo@2x.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: left center;
  z-index: 400;
  padding-left: 39px;
}
@media all and (max-width: 768px) {
  #product #product-life-changing .trip-advisor-logo {
    top: 100px !important;
    width: 48px !important;
    height: 48px;
    margin-left: -24px !important;
    padding-left: 0;
    background-position: center;
    background-size: 48px 48px;
  }
}
@media all and (max-width: 480px) {
  #product #product-life-changing .trip-advisor-logo {
    top: 70px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-life-changing .trip-advisor-logo {
    background-image: url("../images/interface/icon-tripadvisor-logo@2x.png");
  }
}
#product #product-life-changing .trip-advisor-logo span {
  float: left;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-top: 4px;
}
@media all and (max-width: 768px) {
  #product #product-life-changing .trip-advisor-logo span {
    display: none;
  }
}
#product #product-life-changing .trip-advisor-logo span br {
  content: ' ';
}
#product #product-life-changing .trip-advisor-logo span br:after {
  content: ' ';
}
#product #product-life-changing .trip-advisor-logo span.arrow {
  float: right;
  width: 21px;
  height: 21px;
  margin-top: 3px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-image: url("../images/interface/arrow-right.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product #product-life-changing .trip-advisor-logo span.arrow {
    background-image: url("../images/interface/arrow-right@2x.png");
  }
}
#product #product-life-changing .slick-list {
  z-index: 200;
}
#product #product-life-changing .slick-track {
  height: 100%;
}
#product #product-life-changing .slick-slide {
  display: table;
}
#product #product-life-changing .slick-slide .content {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  #product #product-life-changing .slick-slide .content {
    vertical-align: bottom;
    padding-bottom: 144px;
  }
}
@media all and (max-width: 480px) {
  #product #product-life-changing .slick-slide .content {
    padding-bottom: 100px;
  }
}
#product #product-life-changing .slick-dots {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 300;
}
@media all and (max-width: 768px) {
  #product #product-life-changing .slick-dots {
    top: 140px !important;
  }
}
@media all and (max-width: 480px) {
  #product #product-life-changing .slick-dots {
    top: 110px !important;
  }
}
#product #product-life-changing .slick-dots li {
  width: 12px;
  opacity: 1;
}
#product #product-life-changing .slick-dots button {
  width: 7px;
  height: 7px;
  background-color: #000000;
  margin: 0;
}
#product #product-life-changing .slick-dots .slick-active button {
  background-color: #ffffff;
}
#product #product-life-changing .dot-menu {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 86px;
  margin-left: -43px;
  z-index: 100;
}
#product #product-life-changing .dot-menu .dots .dot {
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 14px;
  background-color: #000000;
  cursor: pointer;
}
#product #product-life-changing .dot-menu .dots .dot.selected {
  background-color: #ffffff;
  cursor: default;
}
#product #product-life-changing .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#product #product-life-changing .content .title-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content .title-container {
    width: 700px;
  }
}
@media all and (max-width: 990px) {
  #product #product-life-changing .content .title-container {
    width: 600px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content .title-container {
    width: 400px;
  }
}
@media all and (max-width: 480px) {
  #product #product-life-changing .content .title-container {
    width: 300px;
  }
}
#product #product-life-changing .content .title {
  position: relative;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  line-height: 0.78;
  width: 100%;
  max-width: 897px;
  color: #ffffff;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content .title {
    line-height: 0.9;
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content .title {
    line-height: 0.81;
    max-width: none;
  }
}
#product #product-life-changing .content .title .quote-mark {
  position: absolute;
  margin-left: -70px;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content .title .quote-mark {
    margin-left: -50px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content .title .quote-mark {
    margin-left: -25px;
  }
}
#product #product-life-changing .content .title span {
  display: block;
}
#product #product-life-changing .content .title span.left {
  float: left;
  text-transform: uppercase;
}
#product #product-life-changing .content .title span.right {
  float: right;
}
#product #product-life-changing .content .name {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  padding-top: 20px;
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content .name {
    padding-top: 10px;
    font-size: 14px;
  }
}
#product #product-life-changing .content[data-size="big"] .title {
  font-size: 180px;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content[data-size="big"] .title {
    font-size: 120px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content[data-size="big"] .title {
    font-size: 60px;
  }
}
#product #product-life-changing .content[data-size="medium"] .title {
  font-size: 110px;
  line-height: 0.82;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content[data-size="medium"] .title {
    font-size: 70px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content[data-size="medium"] .title {
    font-size: 42px;
    line-height: 0.9;
  }
}
#product #product-life-changing .content[data-size="medium"] .title .quote-mark {
  margin-left: -38px;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content[data-size="medium"] .title .quote-mark {
    margin-left: -28px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content[data-size="medium"] .title .quote-mark {
    margin-left: -15px;
  }
}
#product #product-life-changing .content[data-size="small"] .title {
  font-size: 72px;
  line-height: 0.9;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content[data-size="small"] .title {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content[data-size="small"] .title {
    font-size: 32px;
    line-height: 1;
  }
}
#product #product-life-changing .content[data-size="small"] .title .quote-mark {
  margin-left: -30px;
}
@media all and (max-width: 1420px) {
  #product #product-life-changing .content[data-size="small"] .title .quote-mark {
    margin-left: -22px;
  }
}
@media all and (max-width: 767px) {
  #product #product-life-changing .content[data-size="small"] .title .quote-mark {
    margin-left: -12px;
  }
}
#product #product-life-changing canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#product #product-life-changing.kawarau-bridge-bungy .trip-advisor-logo {
  width: 290px;
  margin-left: -165px;
}
#product #product-life-changing.ledge-bungy .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.nevis-bungy .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.taupo-bungy .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.auckland-bridge-bungy .trip-advisor-logo {
  width: 296px;
  margin-left: -168px;
}
#product #product-life-changing.nevis-swing .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.nevis-spectator .trip-advisor-logo {
  width: 245px;
  margin-left: -150px;
}
#product #product-life-changing.taupo-swing .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.nevis-catapult .trip-advisor-logo {
  width: 240px;
  margin-left: -130px;
}
#product #product-life-changing.ledge-swing .trip-advisor-logo {
  width: 220px;
  margin-left: -130px;
}
#product #product-life-changing.kawarau-zipride .trip-advisor-logo {
  width: 246px;
  margin-left: -143px;
}
#product #product-life-changing.auckland-bridge-climb .trip-advisor-logo {
  width: 290px;
  margin-left: -165px;
}
#product #product-life-changing.skyjump .trip-advisor-logo {
  width: 190px;
  margin-left: -115px;
}
#product #product-life-changing.skywalk .trip-advisor-logo {
  width: 190px;
  margin-left: -115px;
}
#product #product-life-changing[data-valign="top"] .slick-slide {
  display: table;
}
#product #product-life-changing[data-valign="top"] .slick-slide .content {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  #product #product-life-changing[data-valign="top"] .slick-slide .content {
    vertical-align: top;
    padding-top: 214px;
    padding-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  #product #product-life-changing[data-valign="top"] .slick-slide .content {
    padding-top: 170px;
    padding-bottom: 0px;
  }
}
#product #product-life-changing[data-valign="top"] .mobile-bg {
  background-position: bottom right;
}
#product .back-btn .large {
  margin-top: 2px;
}
.product-scroll-down {
  position: fixed;
  bottom: 31px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .product-scroll-down {
    width: 20px;
    bottom: 70px;
    margin-left: -13px;
  }
}
@media all and (min-width: 769px) and (max-height: 750px) {
  .product-scroll-down {
    bottom: 30px;
  }
}
@media all and (min-width: 769px) and (max-height: 650px) {
  .product-scroll-down {
    bottom: 20px;
  }
}
.product-scroll-down .arrow {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 29px;
  -ms-transform: translate(0px, -50px) scaleY(1);
  -webkit-transform: translate(0px, -50px) scaleY(1);
  transform: translate(0px, -50px) scaleY(1);
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
@media all and (max-width: 768px) {
  .product-scroll-down.desktop {
    display: none !important;
  }
}
.product-scroll-down.mobile {
  display: none;
  left: -2000px;
}
@media all and (max-width: 768px) {
  .product-scroll-down.mobile {
    display: block;
    left: 50%;
  }
}
.product-scroll-down.playing-video {
  opacity: 0;
}
.product-scroll-down.transition-in .arrow {
  -ms-transform: translate(0px, 0px) scaleY(2);
  -webkit-transform: translate(0px, 0px) scaleY(2);
  transform: translate(0px, 0px) scaleY(2);
  opacity: 1;
}
.product-scroll-down.transition-out .arrow {
  -ms-transform: translate(-3px, 20px);
  -webkit-transform: translate(-3px, 20px);
  transform: translate(-3px, 20px);
  opacity: 0;
}
.mac #product #video-intro .title h5,
.mobile #product #video-intro .title h5,
.mac #product #product-book-now .title h5,
.mobile #product #product-book-now .title h5 {
  line-height: 2;
  margin-bottom: 10px;
}
.mac #product #video-intro .copy .btn-mask .btn-standard,
.mobile #product #video-intro .copy .btn-mask .btn-standard,
.mac #product #product-book-now .copy .btn-mask .btn-standard,
.mobile #product #product-book-now .copy .btn-mask .btn-standard {
  padding-top: 6px;
}
.mac .product-scroll-down .arrow,
.mobile .product-scroll-down .arrow {
  margin-top: 2px;
}
.mac #product #product-life-changing .trip-advisor-logo span,
.mobile #product #product-life-changing .trip-advisor-logo span {
  padding-top: 3px;
}
.mac #product .label-title,
.mobile #product .label-title {
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .mac #product .label-title,
  .mobile #product .label-title {
    line-height: 1.8;
  }
}
.mac .product-price-circles .circles .circle-item .circle .book-btn,
.mobile .product-price-circles .circles .circle-item .circle .book-btn {
  padding: 5px 11px 1px 11px;
}
.webp #product #product-life-changing .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.webp #product #product-life-changing .backgrounds .bg,
.webp #product #product-life-changing .backgrounds .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.webp #product #product-life-changing .backgrounds .bg {
  background-position: top right;
  background-image: url("../images/product/quotes/Kawarau-Bridge-Bungy.webp");
}
@media all and (max-width: 767px) {
  .webp #product #product-life-changing .backgrounds .bg {
    display: none;
  }
}
.webp #product #product-life-changing .backgrounds .mobile-bg {
  background-image: url("../images/product/quotes/m-Kawarau-Bridge-Bungy.webp");
  display: none;
}
@media all and (max-width: 767px) {
  .webp #product #product-life-changing .backgrounds .mobile-bg {
    display: block;
  }
}
.webp #product #product-life-changing .backgrounds.taupo-bungy .bg {
  background-image: url("../images/product/quotes/Taupo-Bungy.jpg");
}
.webp #product #product-life-changing .backgrounds.taupo-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m2-Taupo-Bungy.jpg");
}
.webp #product #product-life-changing .backgrounds.kawarau-bridge-bungy .bg {
  background-image: url("../images/product/quotes/Kawarau-Bridge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.kawarau-bridge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Kawarau-Bridge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.ledge-bungy .bg {
  background-image: url("../images/product/quotes/Ledge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.ledge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.avatar-bungy .bg {
  background-image: url("../images/product/quotes/Ledge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.avatar-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-bungy .bg {
  background-image: url("../images/product/quotes/Nevis-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.auckland-bridge-bungy .bg {
  background-image: url("../images/product/quotes/Auckland-Bridge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.auckland-bridge-bungy .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Bridge-Bungy.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-swing .bg {
  background-image: url("../images/product/quotes/Nevis-Swing.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-swing .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Swing.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-catapult .bg {
  background-image: url("../images/product/quotes/Nevis-Catapult.webp");
}
.webp #product #product-life-changing .backgrounds.nevis-catapult .mobile-bg {
  background-image: url("../images/product/quotes/m-Nevis-Catapult.webp");
}
.webp #product #product-life-changing .backgrounds.ledge-swing .bg {
  background-image: url("../images/product/quotes/Ledge-Swing.webp");
}
.webp #product #product-life-changing .backgrounds.ledge-swing .mobile-bg {
  background-image: url("../images/product/quotes/m-Ledge-Swing.webp");
}
.webp #product #product-life-changing .backgrounds.kawarau-zipride .bg {
  background-image: url("../images/product/quotes/Kawarau-Zipride.webp");
}
.webp #product #product-life-changing .backgrounds.kawarau-zipride .mobile-bg {
  background-image: url("../images/product/quotes/m-Kawarau-Zipride.webp");
}
.webp #product #product-life-changing .backgrounds.auckland-bridge-climb .bg {
  background-image: url("../images/product/quotes/Auckland-Bridge-Climb.webp");
}
.webp #product #product-life-changing .backgrounds.auckland-bridge-climb .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Bridge-Climb.webp");
}
.webp #product #product-life-changing .backgrounds.skywalk .bg {
  background-image: url("../images/product/quotes/Auckland-Sky-Tower-Skywalk.webp");
}
.webp #product #product-life-changing .backgrounds.skywalk .mobile-bg {
  background-image: url("../images/product/quotes/m-Auckland-Sky-Tower-Skywalk.webp");
}
.webp #product #product-life-changing .backgrounds.skyjump .bg {
  background-image: url("../images/product/quotes/Auckland-Sky-Tower-Skyjump.jpg");
}
.webp #product #product-life-changing .backgrounds.skyjump .mobile-bg {
  background-image: url("../images/product/quotes/m2-Auckland-Sky-Tower-Skyjump.jpg");
}
@media all and (max-width: 768px) {
  #template.allow-mobile-videos #product #video-intro #intro-video-short-loop {
    display: block;
  }
}
.price-info-container {
  position: relative;
  width: 522px;
  height: 284px;
  margin: 76px auto 0px auto;
}
@media all and (max-width: 640px) {
  .price-info-container {
    width: 100%;
  }
}
.price-info-container[data-current-tab="0"] .price-info-tab[data-tab="0"] {
  display: block;
}
.price-info-container[data-current-tab="0"] .tabs .tab[data-index="0"] {
  opacity: 1;
  cursor: default;
  background-image: url("../images/common/orange-tab-bg.png");
}
@media all and (max-width: 640px) {
  .price-info-container[data-current-tab="0"] .tabs .tab[data-index="0"] {
    background-image: none;
    background-color: #ee7518;
  }
}
@media all and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .price-info-container[data-current-tab="0"] .tabs .tab[data-index="0"] {
    background-image: url("../images/common/orange-tab-bg_2x.png");
  }
}
.price-info-container[data-current-tab="1"] .price-info-tab[data-tab="1"] {
  display: block;
}
.price-info-container[data-current-tab="1"] .tabs .tab[data-index="1"] {
  opacity: 1;
  cursor: default;
  background-image: url("../images/common/orange-tab-bg.png");
}
@media all and (max-width: 640px) {
  .price-info-container[data-current-tab="1"] .tabs .tab[data-index="1"] {
    background-image: none;
    background-color: #ee7518;
  }
}
@media all and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .price-info-container[data-current-tab="1"] .tabs .tab[data-index="1"] {
    background-image: url("../images/common/orange-tab-bg_2x.png");
  }
}
.price-info-container[data-current-tab="2"] .price-info-tab[data-tab="2"] {
  display: block;
}
.price-info-container[data-current-tab="2"] .tabs .tab[data-index="2"] {
  opacity: 1;
  cursor: default;
  background-image: url("../images/common/orange-tab-bg.png");
}
@media all and (max-width: 640px) {
  .price-info-container[data-current-tab="2"] .tabs .tab[data-index="2"] {
    background-image: none;
    background-color: #ee7518;
  }
}
@media all and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .price-info-container[data-current-tab="2"] .tabs .tab[data-index="2"] {
    background-image: url("../images/common/orange-tab-bg_2x.png");
  }
}
.price-info-container[data-num-tabs="3"] .tabs .tab {
  width: 33.33%;
}
.price-info-container .tabs {
  position: relative;
  width: calc(100% - 9px);
  margin-left: 12px;
}
@media all and (max-width: 640px) {
  .price-info-container .tabs {
    width: 100%;
    margin-left: 0;
  }
}
.price-info-container .tabs .tab {
  float: left;
  width: 50%;
  height: 44px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 8px 0;
  cursor: pointer;
  opacity: 0.7;
  background-size: 100% 44px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .price-info-container .tabs .tab {
    font-size: 16px;
    overflow: hidden;
    padding: 10px 0;
  }
}
@media all and (max-width: 640px) {
  .price-info-container .tabs .tab .desktop {
    display: none;
  }
}
.price-info-container .tabs .tab .mobile {
  display: none;
}
@media all and (max-width: 640px) {
  .price-info-container .tabs .tab .mobile {
    display: inline-block;
  }
}
.price-info-container .price-info-tab {
  position: relative;
  width: 100%;
  height: 183px;
  display: none;
  background-image: url("../images/common/orange-price-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 640px) {
  .price-info-container .price-info-tab {
    background-image: none;
    border: solid 5px #ee7518;
    box-sizing: border-box;
  }
}
@media all and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .price-info-container .price-info-tab {
    background-image: url("../images/common/orange-price-bg_2x.png");
  }
}
.price-info-container .price-info-tab .discount-circle {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -480px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  text-align: center;
  background-color: #ee7518;
  z-index: 10;
  line-height: 1.6;
}
@media all and (max-width: 1023px) {
  .price-info-container .price-info-tab .discount-circle {
    display: none;
  }
}
.price-info-container .price-info-tab .discount-circle.has-comment .top {
  padding-top: 10px;
}
.price-info-container .price-info-tab .discount-circle.has-comment .comment {
  display: block;
}
.price-info-container .price-info-tab .discount-circle.ac .top {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  margin-top: 16px;
  text-transform: uppercase;
}
.price-info-container .price-info-tab .discount-circle.ac .bottom {
  margin: 0;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
}
.price-info-container .price-info-tab .discount-circle .top {
  position: relative;
  width: 100%;
  padding-top: 25px;
  font-size: 48px;
}
.price-info-container .price-info-tab .discount-circle .top span {
  font-size: 33px;
}
.price-info-container .price-info-tab .discount-circle .bottom {
  position: relative;
  width: 100%;
  margin-top: -28px;
  font-size: 33px;
}
.price-info-container .price-info-tab .discount-circle .comment {
  position: relative;
  width: 100%;
  z-index: 100;
  color: #FFFFFF;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  opacity: 0.75;
  line-height: 1.08;
  display: none;
  margin-top: -5px;
}
.price-info-container .price-info-table {
  position: relative;
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
}
.price-info-container .price-info-table .price-col {
  float: left;
  margin-top: 30px;
}
.price-info-container .price-info-table .price-col .type {
  display: block;
  width: 100%;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.price-info-container .price-info-table .price-col .old-dollars {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  text-decoration: line-through;
  opacity: 0.6;
}
.price-info-container .price-info-table .price-col .dollars {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  margin-top: -5px;
  margin-left: -5px;
}
@media all and (max-width: 640px) {
  .price-info-container .price-info-table .price-col .dollars {
    font-size: 28px;
  }
}
.price-info-container .price-info-table .price-col .dollars .cents {
  font-size: 17px;
}
.price-info-container .price-data[data-num-cols="1"] .price-col {
  width: 100%;
}
.price-info-container .price-data[data-num-cols="2"] .price-col {
  width: 50%;
}
.price-info-container .price-data[data-num-cols="3"] .price-col {
  width: 33.33%;
}
.price-info-container .price-data[data-num-cols="3"] .price-col.spec-col {
  width: calc(30.33%);
  padding-left: 0;
  margin-left: 0;
}
.price-info-container .price-data[data-num-cols="4"] .price-col {
  width: 25%;
}
.price-info-container .price-terms {
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .price-info-container .price-terms {
    bottom: -58px;
  }
}
.price-info-container .price-terms a,
.price-info-container .price-terms span {
  cursor: pointer;
}
.price-info-container .price-terms a {
  color: #ffffff;
}
.price-info-container .promo-code {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 385px;
  height: 44px;
  margin-left: -192px;
  font-size: 16px;
  text-align: center;
  padding: 0 0 14px;
  color: #FFFFFF;
  background-image: url("../images/common/orange-promo-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .price-info-container .promo-code {
    left: 0;
    width: calc(100% - 20px);
    margin-left: 10px;
    bottom: -26px;
    font-size: 14px;
    padding-top: 6px;
    line-height: 1.8;
  }
}
.price-info-container .promo-code.wider {
  width: 430px;
  margin-left: -215px;
}
@media all and (max-width: 640px) {
  .price-info-container .promo-code.wider {
    left: 0;
    width: calc(100% - 10px);
    margin-left: 5px;
  }
}
.price-info-container .promo-code span {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0 7px;
}
@media all and (max-width: 640px) {
  .price-info-container .promo-code span {
    font-size: 18px;
    margin: 0 4px;
  }
}
@media all and (max-width: 1023px) {
  body.mobile .product-price-circles .circles {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    -webkit-overflow-scrolling: touch;
    vertical-align: text-top;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.product-price-circles {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.product-price-circles .old-price {
  position: relative;
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 42px;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 22px;
}
.product-price-circles .circles {
  position: relative;
  width: 100%;
}
.product-price-circles .circles .circle-items {
  /*
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 60px;


      @media all and (max-width: 1023px) {
        width: auto;
        display: block;
        margin-bottom: 30px;
      }
      */
}
.product-price-circles .circles .circle-item {
  position: relative;
  width: 155px;
  margin: 0 5px;
}
@media all and (max-width: 1023px) {
  .product-price-circles .circles .circle-item {
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  .product-price-circles .circles .circle-item[data-index="0"] {
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .product-price-circles .circles .circle-item[data-index="0"] {
    margin-left: 10px;
  }
}
.product-price-circles .circles .circle-item .month {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 7px;
}
.product-price-circles .circles .circle-item .month.hide-month {
  opacity: 0;
}
.product-price-circles .circles .circle-item .circle {
  position: relative;
  width: 100%;
  height: 155px;
  border-radius: 100%;
  background-color: #00A8E1;
  text-align: center;
}
.product-price-circles .circles .circle-item .circle .date {
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.product-price-circles .circles .circle-item .circle .price {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: -2px;
}
.product-price-circles .circles .circle-item .circle .book-btn {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 3px 11px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.product-price-circles .circles .other-date-item {
  position: relative;
  width: 155px;
  margin: 0 5px;
  padding-top: 10px;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .product-price-circles .circles .other-date-item {
    display: inline-block;
  }
}
.product-price-circles .circles .other-date-item .month {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 7px;
}
.product-price-circles .circles .other-date-item .other-date-circle {
  position: relative;
  display: block;
  width: 135px;
  height: 135px;
  border: 2px dotted #ffffff;
  border-radius: 100%;
}
.product-price-circles .circles .other-date-item .icon {
  position: relative;
  width: 37px;
  height: 34px;
  margin: 16px auto 7px;
  display: block;
  background-image: url("../images/common/calendar-icon.svg");
  background-size: 37px 34px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-price-circles .circles .other-date-item .txt {
  position: relative;
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
}
.mobile #product #product-deals .home-deals-swiper-section {
  padding-top: 120px;
}
.category-item {
  height: 707px;
  z-index: 20;
}
@media all and (max-width: 768px) {
  .category-item {
    float: left;
  }
}
.category-item .canvas-container {
  display: block;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
@media all and (max-width: 768px) {
  .category-item .canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
.category-item .canvas-container.selected {
  opacity: 1;
}
.category-item canvas {
  z-index: 31;
}
.category-item .data-bg-canvas {
  z-index: 5;
}
@media all and (max-width: 768px) {
  .category-item .data-bg-canvas {
    bottom: 0;
    top: auto !important;
  }
}
@media all and (max-width: 768px) {
  .category-item .content {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .category-item .content .vertical-align {
    vertical-align: top;
    padding: 100px 0;
  }
}
.category-item .content .copy {
  float: right;
  width: 37.5%;
  text-align: center;
}
@media all and (max-width: 1130px) {
  .category-item .content .copy {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .category-item .content .copy {
    width: 100%;
  }
}
.category-item .content .copy .promo-code-container {
  position: relative;
  width: 100%;
  text-align: center;
  color: #00a8e1;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.category-item .content .copy .promo-code-container .promo-code {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
}
.category-item .content .copy h5,
.category-item .content .copy .h5 {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-size: 14px;
  color: #00A8E1;
  margin-bottom: 13px;
  display: block;
}
.category-item .content .copy h2,
.category-item .content .copy .h2 {
  position: relative;
  font-size: 48px;
  color: #00A8E1;
  margin: 0 auto 10px auto;
  width: 90%;
  max-width: 360px;
  display: block;
}
@media all and (max-width: 768px) {
  .category-item .content .copy h2,
  .category-item .content .copy .h2 {
    font-size: 36px;
  }
}
.category-item .content .copy h4 {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-size: 14px;
  color: #00A8E1;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.category-item .content .copy p {
  position: relative;
  margin: 0 auto;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  color: #888888;
  line-height: 1.6;
  max-width: 360px;
  padding: 0 40px;
}
@media all and (max-width: 768px) {
  .category-item .content .copy p {
    font-size: 15px;
    max-width: 540px;
    padding: 0 20px;
  }
}
.category-item .content .copy .cropped {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 360px;
}
.category-item .content .copy .cropped h2,
.category-item .content .copy .cropped .h2 {
  width: 100%;
}
.category-item .content .copy .cropped p {
  padding: 0;
}
.category-item .content .copy .cropped ul {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  list-style: disc;
}
.category-item .content .copy .cropped ul li {
  text-align: left;
  color: #00A8E1;
  margin-bottom: 15px;
}
.category-item .content .copy .cropped.voucher {
  max-width: 420px;
  padding: 0;
}
.category-item .content .copy .icons {
  position: relative;
  width: 282px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1;
  color: #00A8E1;
  margin: 25px auto 32px auto;
  display: block;
}
@media all and (max-width: 767px) {
  .category-item .content .copy .icons {
    margin: 25px auto;
  }
}
.category-item .content .copy .icons .icon {
  float: left;
  padding-top: 85px;
  width: 70px;
  height: 35px;
  margin: 0 12px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 767px) {
  .category-item .content .copy .icons .icon {
    padding-top: 77px;
  }
}
.category-item .content .copy .icons .icon .circle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
}
.category-item .content .copy .icons .icon .circle-container .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center top;
  z-index: 1;
}
.category-item .content .copy .icons .icon .circle-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
.category-item .content .copy .icons .icon.selected {
  cursor: default;
}
.category-item .content .copy .icons .icon.selected .circle-container .overlay {
  opacity: 0;
}
.category-item .content .copy .clear {
  clear: both;
  display: block;
}
.category-item .content .copy .price-container {
  position: relative;
  width: 130px;
  margin: 0 auto;
}
.category-item .content .copy .price-container .price {
  float: left;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 36px;
  line-height: 0.85;
  font-weight: normal;
  color: #00A8E1;
}
.category-item .content .copy .price-container .price-copy {
  float: left;
  font-family: "adelle-sans", Arial, serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  color: #888888;
  text-align: left;
  margin-left: 10px;
}
.category-item .content .copy .price-container .price-copy span.type {
  display: block;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: -3px;
}
.category-item .content .copy .price-container .price-copy span.currency {
  display: block;
  margin-top: -3px;
}
.category-item .content .copy .offer-container {
  position: relative;
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: #00A8E1;
}
.category-item .content .copy .offer-container .large {
  display: inline;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 36px;
  text-transform: uppercase;
}
.category-item .content .copy .offer-container .price-col {
  float: left;
  width: 33.33%;
}
.category-item .content .copy .offer-container .type {
  display: block;
  width: 100%;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.category-item .content .copy .offer-container .dollars {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -5px;
}
.category-item .content .copy .offer-container .dollars .cents {
  font-size: 17px;
}
.category-item .content .copy .offer-container .small {
  display: inline;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
}
@media all and (max-width: 768px) {
  .category-item .content .copy .offer-container .small {
    line-height: 1;
  }
}
.category-item .content .copy .offer-container .savings {
  display: inline;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  color: #00A8E1;
  margin-left: 3px;
}
@media all and (max-width: 768px) {
  .category-item .content .copy .offer-container .savings {
    line-height: 1;
  }
}
.category-item .content .copy .offer-container[data-columns="1"] .price-col {
  width: 100%;
}
.category-item .content .copy .offer-container[data-columns="2"] .price-col {
  width: 50%;
}
.category-item .content .copy .offer-container[data-columns="3"] .price-col {
  width: 33.33%;
}
.category-item .content .copy .btn-container {
  position: absolute;
  left: 50%;
  width: 290px;
  margin: 22px auto 0 -145px;
}
.category-item .content .copy .btn-container.single-btn {
  width: 140px;
  margin-left: -70px;
}
.category-item .content .copy .btn-container .btn-mask {
  width: 140px;
  margin-left: 0;
}
@media all and (max-width: 1130px) {
  .category-item .content .copy .btn-container .btn-mask {
    position: absolute;
    left: 50%;
    right: auto;
  }
}
.category-item .content .copy .btn-container .btn-standard {
  font-size: 17px;
  line-height: 1.5;
  width: 140px;
  height: 35px;
  padding: 8px 0 0 0;
}
.category-item .content .copy .btn-container .btn-standard.arrow {
  width: 130px;
}
.category-item .content .copy .btn-container .left-btn {
  left: 0px;
}
.category-item .content .copy .btn-container .right-btn {
  top: 0;
  right: 0px;
}
.category-item .content .copy .btn-container.chat-container {
  width: 346px;
  margin: 22px auto 0 -173px;
}
@media all and (max-width: 768px) {
  .category-item .content .copy .btn-container.chat-container {
    width: 336px;
    margin: 22px auto 0 -168px;
    height: 100px;
    overflow: hidden;
  }
}
.category-item .content .copy .btn-container.chat-container .btn-mask {
  width: 186px;
  height: 100px;
}
.category-item .content .copy .btn-container.chat-container .light-blue-text {
  float: left;
  width: 100%;
  text-align: center;
  color: #00A8E1;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
.category-item .content .copy .btn-container.chat-container .left-btn {
  z-index: 100;
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard {
  padding: 0;
  width: 186px;
  height: 43px;
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a {
  float: left;
  padding-top: 8px;
  height: 43px;
  color: #ffffff;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a:hover {
  background-color: #000;
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a.phone {
  width: 46%;
  background-image: url("../images/interface/icons-phone-white.png");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding-left: 15px;
  border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a.phone {
    background-image: url("../images/interface/icons-phone-white@2x.png");
  }
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a.chat {
  float: right;
  width: calc(54% - 1px);
  background-image: url("../images/interface/icons-chat-white.png");
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 22px;
  border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  -webkit-border-radius: 0px 30px 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a.chat {
    background-image: url("../images/interface/icons-chat-white@2x.png");
  }
}
.category-item .content .copy .btn-container.chat-container .left-btn .btn-standard:hover {
  background-color: #00A8E1;
}
.category-item .content .copy .contact {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  color: #39ace2;
  margin-top: 80px;
  -webkit-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* easeOutCubic */
}
@media all and (max-width: 1130px) {
  .category-item .content .copy .contact {
    margin-top: 33px;
  }
}
.mac .category-item .content .copy .price-container .price-copy span.type,
.mobile .category-item .content .copy .price-container .price-copy span.type {
  margin-top: -5px;
  font-size: 15px;
}
.mac .category-item .content .copy .price-container .price-copy span.currency,
.mobile .category-item .content .copy .price-container .price-copy span.currency {
  margin-top: -5px;
}
.mac .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard,
.mobile .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard {
  height: 40px;
}
.mac .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a,
.mobile .category-item .content .copy .btn-container.chat-container .left-btn .btn-standard a {
  height: 40px;
}
.mobile .category-item .content .copy .btn-container .btn-standard {
  line-height: 1.8 !important;
}
.not-mobile .category-item .contact:hover {
  color: #000000;
}
#photos-video {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
#photos-video .angled-shadow {
  z-index: 30;
}
#photos-video canvas {
  top: 0;
}
#photos-video #your-photos-canvas {
  /*cursor: pointer;*/
}
#photos-video .btn-slideshow {
  display: none !important;
  pointer-events: none;
  z-index: 200;
}
#photos-video .btn-play,
#photos-video .btn-slideshow {
  position: absolute;
  left: 68.75%;
  margin-top: -74px;
  margin-left: -74px;
  cursor: pointer;
  z-index: 1001;
}
@media all and (max-width: 1130px) {
  #photos-video .btn-play,
  #photos-video .btn-slideshow {
    left: 75%;
  }
}
@media all and (max-width: 768px) {
  #photos-video .btn-play,
  #photos-video .btn-slideshow {
    left: 50%;
    margin-top: -154px;
  }
}
@media all and (max-width: 768px) {
  #photos-video .btn-play,
  #photos-video .btn-slideshow {
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
    margin-top: -117px;
    margin-left: -37px;
  }
}
#photos-video .mobile-video {
  top: 0;
  width: 320px;
  height: 180px;
  margin-top: 67px;
  margin-left: -160px;
}
#photos-video #photos-intro {
  padding-top: 120px;
  padding-bottom: 0px;
  line-height: 1.6;
  min-height: 500px;
}
@media all and (max-width: 1130px) {
  #photos-video #photos-intro {
    padding-top: 100px;
  }
}
@media all and (max-width: 990px) {
  #photos-video #photos-intro {
    min-height: 0;
  }
}
@media all and (max-width: 1680px) {
  #photos-video #photos-intro .title-container {
    width: calc(100% - 360px);
  }
}
@media all and (max-width: 1130px) {
  #photos-video #photos-intro .title-container {
    padding-top: 50px;
  }
}
@media all and (max-width: 1000px) {
  #photos-video #photos-intro .title-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  #photos-video #photos-intro .title-container .container {
    padding: 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
@media all and (max-width: 1130px) {
  #photos-video #photos-intro .title-container h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 767px) {
  #photos-video #photos-intro .title-container h1 {
    font-size: 54px;
  }
}
#photos-video #photos-intro .left-content p {
  width: calc(100% - 40px);
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  #photos-video #photos-intro .left-content p {
    margin-bottom: 105px;
  }
}
@media all and (max-width: 768px) {
  #photos-video #photos-intro .left-content p {
    margin-bottom: 40px;
  }
}
#photos-video #photos-intro .left-content .btn-mask {
  width: 260px;
  margin-left: -130px;
}
@media all and (max-width: 1130px) {
  #photos-video #photos-intro .left-content .btn-mask {
    position: absolute;
    left: 50%;
    right: auto;
  }
}
#photos-video #photos-intro .left-content .btn-standard {
  font-size: 17px;
  line-height: 1.5;
  width: 260px;
}
#photos-video #photos-intro .left-content .left-btn {
  left: 50%;
  margin-left: -145px;
}
#photos-video #photos-intro .left-content .right-btn {
  left: 50%;
  margin-left: 5px;
}
#photos-video #photos-intro .left-content .grey-panel.mobile-only .btn-container {
  margin: 30px auto;
}
#photos-video #photos-intro .left-content .grey-panel.mobile-only .btn-container .btn-mask {
  position: relative;
}
#photos-video #photos-intro .left-content .grey-panel.mobile-only .help {
  margin-top: 30px;
}
#photos-video #photos-intro .right-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 1000px;
  background-image: url("../images/interface/right-grey-panel.png");
  background-size: 360px 698px;
  background-position: center top 120px;
  background-repeat: no-repeat;
  text-align: center;
}
@media all and (max-width: 1000px) {
  #photos-video #photos-intro .right-content {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #photos-video #photos-intro .right-content {
    background-image: url("../images/interface/right-grey-panel@2x.png");
  }
}
#photos-video #photos-intro .right-content .vertical-align {
  vertical-align: top;
  padding-top: 180px;
}
#photos-video #photos-intro .right-content h2 {
  font-size: 42px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
#photos-video #photos-intro .right-content .btn-container {
  position: relative;
  width: 290px;
  height: 43px;
  margin: 30px auto 0 auto;
}
#photos-video #photos-intro .right-content .btn-container .btn-mask {
  width: 260px;
  margin-left: -130px;
}
@media all and (max-width: 1130px) {
  #photos-video #photos-intro .right-content .btn-container .btn-mask {
    position: absolute;
    left: 50%;
    right: auto;
  }
}
#photos-video #photos-intro .right-content .btn-container .btn-standard {
  font-size: 17px;
  line-height: 1.5;
  width: 260px;
}
#photos-video #photos-intro .right-content .btn-container .left-btn {
  left: 0px;
}
#photos-video #photos-intro .right-content .btn-container .right-btn {
  right: 0px;
}
#photos-video #photos-intro .help {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  #photos-video #photos-intro .help {
    padding-top: 0;
  }
}
#photos-video #photos-intro .help a,
#photos-video #photos-intro .help span.faq-link {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  color: #00A8E1;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  cursor: pointer;
}
#photos-video #photos-intro .help a:hover,
#photos-video #photos-intro .help span.faq-link:hover {
  color: #000000;
}
#photos-video #photos-intro .help > span {
  display: block;
  margin-top: 5px;
}
@media all and (max-width: 1130px) {
  #photos-video .category-item {
    height: 582px;
  }
}
@media all and (max-width: 768px) {
  #photos-video .category-item {
    height: auto;
  }
}
@media all and (max-width: 768px) {
  #photos-video .category-item .vertical-align {
    padding: 50px 0;
  }
}
#photos-video .category-item .content .copy {
  float: left;
}
#photos-video .category-item .content .copy h2 {
  text-align: center;
  margin-bottom: 30px;
}
#photos-video .category-item .content .copy p {
  text-align: left;
}
@media all and (max-width: 768px) {
  #photos-video .category-item .content .copy p {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  #photos-video .category-item .content .copy p {
    margin-bottom: 30px;
  }
}
#photos-video .category-item canvas {
  left: 37.5%;
}
@media all and (max-width: 1130px) {
  #photos-video .category-item canvas {
    left: 50%;
  }
}
@media all and (max-width: 768px) {
  #photos-video .category-item canvas {
    position: relative;
    left: 0;
  }
}
#photos-video .category-item .data-bg-canvas {
  left: 0;
}
@media all and (max-width: 1130px) {
  #photos-video .category-item .data-bg-canvas {
    display: none;
  }
}
#photos-video #your-photos {
  margin-top: -1px;
}
#photos-video #your-photos .your-photos-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  /*display: none;*/
}
#photos-video #your-photos .your-photos-slideshow .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari */
  transform: scale(0.8, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  z-index: 2;
}
#photos-video #your-photos .your-photos-slideshow .photo.no-animation {
  -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
#photos-video #your-photos .your-photos-slideshow .photo.top-z {
  z-index: 100;
}
#photos-video #your-photos .your-photos-slideshow .photo.selected {
  opacity: 1;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}
#photos-video #capture {
  margin-top: -1px;
}
@media all and (max-width: 1130px) {
  #photos-video #capture {
    height: auto;
  }
}
#photos-video #capture canvas {
  left: 0;
}
@media all and (max-width: 1130px) {
  #photos-video #capture canvas {
    position: relative;
  }
}
#photos-video #capture .data-bg-canvas {
  left: 37.5%;
}
@media all and (max-width: 1130px) {
  #photos-video #capture .data-bg-canvas {
    left: 0;
    display: none;
  }
}
@media all and (max-width: 1130px) {
  #photos-video #capture .content .vertical-align {
    vertical-align: top;
    padding: 50px 0;
  }
}
#photos-video #capture .content .copy {
  float: right;
  width: 62.5%;
}
@media all and (max-width: 1130px) {
  #photos-video #capture .content .copy {
    float: none;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#photos-video #capture .content .copy h2 {
  max-width: 480px;
}
#photos-video #faqs {
  clear: both;
}
#photos-video #faqs .left-content {
  float: left;
  width: 37.5%;
}
@media all and (max-width: 1000px) {
  #photos-video #faqs .left-content {
    float: none;
    display: block;
    width: 100%;
  }
}
#photos-video #faqs .right-content {
  float: right;
  width: 62.5%;
}
@media all and (max-width: 1000px) {
  #photos-video #faqs .right-content {
    float: none;
    display: block;
    width: 100%;
  }
}
#photos-video #faqs h2 {
  position: relative;
  width: calc(100% - 40px);
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  line-height: 0.9;
  padding-top: 30px;
}
@media all and (max-width: 768px) {
  #photos-video #faqs h2 {
    padding-top: 0px;
    font-size: 36px;
  }
}
@media all and (max-width: 1440px) {
  #photos-video #faqs #faq-content {
    margin: 100px auto 0 auto;
  }
}
@media all and (max-width: 1000px) {
  #photos-video #faqs #faq-content {
    margin: 40px auto 0 auto;
  }
}
#photos-video .footer-section {
  margin-top: 0;
}
.mac #photos-video .left-content .grey-panel .grey-bg .copy .btn-container .btn-mask,
.mobile #photos-video .left-content .grey-panel .grey-bg .copy .btn-container .btn-mask {
  height: 45px !important;
}
.mac #photos-video .left-content .grey-panel .grey-bg .copy .btn-container .btn-mask .btn-standard,
.mobile #photos-video .left-content .grey-panel .grey-bg .copy .btn-container .btn-mask .btn-standard {
  padding: 11px 0 0 0 !important;
  height: 34px !important;
}
.mac #photos-video #intro .right-content .btn-container .btn-standard,
.mobile #photos-video #intro .right-content .btn-container .btn-standard {
  line-height: 2.1;
}
@media all and (max-width: 767px) {
  .mac #photos-video #intro .right-content .btn-container .btn-standard,
  .mobile #photos-video #intro .right-content .btn-container .btn-standard {
    line-height: 2.15 !important;
  }
}
.mac #photos-video #photos-intro .right-content .btn-container .btn-standard,
.mobile #photos-video #photos-intro .right-content .btn-container .btn-standard {
  padding-top: 10px;
  height: 34px;
}
.not-mobile #photos-video #intro .right-content .help a:hover {
  color: #000000;
}
.voucher-list {
  color: #555555;
  font-family: "adelle-sans", Arial, serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.voucher-list li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
.voucher-list li .voucher-name {
  float: left;
  width: calc(100% - 111px);
  padding-top: 4px;
}
.voucher-list li .voucher-price {
  float: left;
  width: 50px;
  padding-top: 4px;
}
.voucher-list li .voucher-link {
  display: block;
  float: left;
  width: 61px;
  height: 28px;
  border-radius: 50px;
  background-color: #39ace2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.voucher-list li .voucher-link:hover {
  background-color: #000000;
}
.voucher-list li:after {
  clear: both;
  display: block;
  content: "";
}
.voucher-list li.voucher-location {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
}
.voucher-list li.voucher-location-space {
  padding: 0;
  height: 15px;
  border-bottom: none;
}
@media all and (max-width: 880px) {
  #deals-combos-vouchers.christmas-voucher-page #deals-intro .content .copy h1 {
    font-size: 42px;
  }
}
#deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn {
  max-width: 770px !important;
}
@media all and (max-width: 880px) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn {
    max-width: 340px !important;
  }
}
@media all and (max-width: 880px) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .small {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
#deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .medium {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 2.56;
  color: #ffffff;
}
#deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .medium.savings-chat-icon {
  background-image: url("../images/common/icons-chat-big.png");
  background-size: 40px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 48px;
  cursor: pointer;
}
@media all and (max-width: 880px) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .medium.savings-chat-icon {
    font-size: 21px;
    background-size: 18px 15px;
    background-position: left 20px center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .medium.savings-chat-icon {
    background-image: url("../images/common/icons-chat-big@2x.png");
  }
}
#deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .large.phone-icon {
  background-image: url("../images/common/icons-phone-big.png");
  background-size: 47px 63px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 58px;
  color: #ffffff;
}
@media all and (max-width: 880px) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .large.phone-icon {
    font-size: 36px;
    padding: 0 24px;
    background-size: 18px 24px;
    background-position: left 20px center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #deals-combos-vouchers.christmas-voucher-page #deals-footer .content .next-btn .large.phone-icon {
    background-image: url("../images/common/icons-phone-big@2x.png");
  }
}
.info-select {
  position: relative;
  max-width: 360px;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  display: block;
}
.info-select h3 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 28px;
  color: #00A8E1;
  margin-bottom: 20px;
  padding-left: 20px;
}
.info-panel {
  position: relative;
  width: calc(100% - 40px);
  max-width: 320px;
  margin: 0 auto;
}
.info-panel a {
  color: #00A8E1;
}
.info-panel h3 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 28px;
  color: #00A8E1;
}
.info-panel .info-menu {
  position: relative;
  width: 100%;
  margin: 18px 0 0 0;
}
.info-panel .info-menu li {
  float: left;
  margin-right: 30px;
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  color: #00A8E1;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: border 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: border 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: border 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: border 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* easeOutCubic */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 768px) {
  .info-panel .info-menu li {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
}
@media all and (max-width: 380px) {
  .info-panel .info-menu li {
    margin-right: 20px;
  }
}
.info-panel .info-menu li:last-child {
  margin-right: 0px;
}
.info-panel .info-descriptions {
  position: relative;
  width: 100%;
  min-height: 265px;
  padding-top: 39px;
  margin: 0;
}
.info-panel .info-descriptions li {
  position: absolute;
  font-family: "adelle-sans", Arial, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #888888;
  max-width: 330px;
}
.info-panel.hidden {
  display: none;
}
.info-panel[data-selected="0"] .info-menu li[data-id="0"] {
  border-bottom: 1px solid #00A8E1;
  cursor: default;
}
.info-panel[data-selected="0"] .info-descriptions li[data-id="0"] {
  z-index: 100;
}
.info-panel[data-selected="1"] .info-menu li[data-id="1"] {
  border-bottom: 1px solid #00A8E1;
  cursor: default;
}
.info-panel[data-selected="1"] .info-descriptions li[data-id="1"] {
  z-index: 100;
}
.info-panel[data-selected="2"] .info-menu li[data-id="2"] {
  border-bottom: 1px solid #00A8E1;
  cursor: default;
}
.info-panel[data-selected="2"] .info-descriptions li[data-id="2"] {
  z-index: 100;
}
.info-panel[data-selected="3"] .info-menu li[data-id="3"] {
  border-bottom: 1px solid #00A8E1;
  cursor: default;
}
.info-panel[data-selected="3"] .info-descriptions li[data-id="3"] {
  z-index: 100;
}
.mac .info-panel .info-menu li,
.mobile .info-panel .info-menu li {
  line-height: 1;
}
.section {
  position: relative;
  width: 100%;
}
.section > .parallax-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -640px;
  margin-left: -960px;
  width: 1920px;
  z-index: -1;
}
@media all and (min-width: 1920px) {
  .section > .parallax-bg {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.promo-code {
  color: #EE7518;
}
body.white-bg {
  background-color: #ffffff;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.3 !important;
  cursor: default !important;
}
canvas {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#content {
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 768px) {
  #content {
    overflow: hidden;
  }
}
#content.speed-up {
  -webkit-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 768px) {
  #template {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
#template.instant #content {
  -webkit-transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  -moz-transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  -o-transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: opacity 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  /* easeOutQuad */
  background-color: #ffffff;
}
#content.cropped {
  height: 100%;
  overflow: hidden;
}
#content.transition-in {
  opacity: 1;
}
#content.add-pointer-events {
  pointer-events: auto;
}
.content {
  position: relative;
  z-index: 30;
}
ul {
  list-style: none;
  padding: 0;
}
.full-screen-video {
  position: relative;
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .full-screen-video {
    width: auto;
    height: 100%;
  }
}
.chat-icon {
  float: left;
  display: block;
  height: 30px;
  background-image: url("../images/interface/icons-chat-white.png");
  background-repeat: no-repeat;
  background-size: 35px 30px;
  background-position: top -2px left;
  cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .chat-icon {
    background-image: url("../images/interface/icons-chat-white@2x.png");
  }
}
.chat-icon.desktop-chat-icon {
  display: block;
  width: 40px;
  padding-left: 37px;
}
@media all and (max-width: 768px) {
  .chat-icon.desktop-chat-icon {
    padding-left: 0;
  }
}
@media all and (max-width: 768px) {
  .chat-icon.desktop-chat-icon span {
    display: none;
  }
}
.chat-icon.mobile-chat-icon {
  display: none;
}
@media all and (max-width: 767px) {
  .chat-icon.mobile-chat-icon {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .mac .chat-icon,
  .mobile .chat-icon {
    bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .mac .chat-icon,
  .mobile .chat-icon {
    bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .mac .chat-icon,
  .mobile .chat-icon {
    bottom: -6px;
  }
}
.phone-icon {
  padding-left: 16px;
  background-image: url("../images/interface/icons-phone-white.png");
  background-repeat: no-repeat;
  background-size: 13px 17px;
  background-position: center left;
}
@media all and (max-width: 767px) {
  .phone-icon {
    padding: 0 10px;
    background-position: center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .phone-icon {
    background-image: url("../images/interface/icons-phone-white@2x.png");
  }
}
.phone-icon a {
  color: #ffffff;
}
.btn-mask {
  position: absolute;
  left: 50%;
  width: 205px;
  height: 43px;
  margin-left: -102px;
  display: block;
}
@media all and (max-width: 1130px) {
  .btn-mask {
    position: relative;
    left: auto;
    margin: 0 auto;
  }
}
.btn-standard {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #00A8E1;
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 140px;
  height: 35px;
  padding: 8px 0 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-standard.no-hover {
  -webkit-transition: background-color 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.btn-standard.dark-blue {
  background-color: #00A8E1;
  color: #ffffff;
}
.btn-standard.light-blue {
  background-color: #00A8E1;
  color: #ffffff;
}
.btn-standard.arrow {
  background-image: url("../images/interface/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right 11px center;
  padding-right: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-standard.arrow {
    background-image: url("../images/interface/arrow-right@2x.png");
  }
}
.btn-standard.w140 {
  width: 140px;
}
.btn-standard.w200 {
  width: 200px;
}
.btn-arrow {
  margin-top: 4px;
  width: 21px;
  height: 21px;
  background-image: url("../images/interface/icons-home-go-arrow-small.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 21px 21px;
  color: #ffffff;
  margin-left: 8px;
  background-color: #ffffff;
  border-radius: 21px;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-arrow {
    background-image: url("../images/interface/icons-home-go-arrow-small@2x.png");
  }
}
.vertical-align-container {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-align-container .vertical-align {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.expand-on-click,
.clickable {
  cursor: pointer;
}
.full-img {
  width: 100%;
  height: auto;
}
.chinese {
  font-family: "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB W6", "冬青黑体", "Hiragino Sans GB" !important;
  font-size: 16px;
  font-weight: normal;
}
.clear {
  clear: both;
}
.circle-icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-left: 8px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.facebook-icon {
  background-image: url("../images/interface/icon-social-fb-circle.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .facebook-icon {
    background-image: url("../images/interface/icon-social-fb-circle@2x.png");
  }
}
.facebook-icon-inverse {
  width: 48px;
  background-image: url("../images/interface/icon-social-fb-circle.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .facebook-icon-inverse {
    background-image: url("../images/interface/icon-social-fb-circle@2x.png");
  }
}
.instagram-icon {
  background-image: url("../images/interface/icon-social-insta-circle.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .instagram-icon {
    background-image: url("../images/interface/icon-social-insta-circle@2x.png");
  }
}
.instagram-icon-inverse {
  width: 48px;
  background-image: url("../images/interface/icon-social-insta-circle.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .instagram-icon-inverse {
    background-image: url("../images/interface/icon-social-insta-circle@2x.png");
  }
}
.trip-advisor-icon-inverse {
  width: 48px;
  background-image: url("../images/interface/icon-trip-advisor.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trip-advisor-icon-inverse {
    background-image: url("../images/interface/icon-trip-advisor@2x.png");
  }
}
.youtube-icon {
  background-image: url("../images/interface/icon-social-youtube-circle.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .youtube-icon {
    background-image: url("../images/interface/icon-social-youtube-circle@2x.png");
  }
}
.youtube-icon-inverse {
  width: 48px;
  background-image: url("../images/interface/icon-social-youtube-circle.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .youtube-icon-inverse {
    background-image: url("../images/interface/icon-social-youtube-circle@2x.png");
  }
}
.twitter-icon {
  background-image: url("../images/interface/icon-social-twitter-circle.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .twitter-icon {
    background-image: url("../images/interface/icon-social-twitter-circle@2x.png");
  }
}
.twitter-icon-inverse {
  width: 48px;
  background-image: url("../images/interface/icon-social-twitter-circle.png");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .twitter-icon-inverse {
    background-image: url("../images/interface/icon-social-twitter-circle@2x.png");
  }
}
.angled-shadow {
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  width: 120%;
  height: 28px;
  background-image: url("../images/interface/shadow.png");
  background-repeat: repeat-x;
  opacity: 0.6;
}
.angled-shadow.top {
  top: 0;
  left: 0;
}
.angled-shadow.top.opposite-angle {
  right: 0;
  left: auto;
}
.angled-shadow.reverse {
  margin-top: -27px;
  background-image: url("../images/interface/shadow-reverse.png");
  opacity: 0.15 !important;
}
.angled-shadow.low-opacity {
  opacity: 0.3;
}
.product-icon {
  display: block;
  width: 118px;
  height: 118px;
  background-size: 118px 118px;
}
.product-icon.kawarau {
  background-image: url("../images/interface/icons-icon-1-height.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-icon.kawarau {
    background-image: url("../images/interface/icons-icon-1-height@2x.png");
  }
}
.product-caption {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.footer-section {
  overflow: hidden;
}
.footer-section canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.transition-blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.transition .transition-blocker {
  display: block;
}
.back-footer .back-btn {
  position: relative;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background-image: none;
  padding-left: 0;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 767px) {
  .back-footer .back-btn {
    display: block;
  }
}
.back-footer .back-btn .small {
  background-image: url("../images/interface/arrow-left.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 23px;
  margin-left: -23px;
  font-size: 18px;
  display: inline-block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .back-footer .back-btn .small {
    background-image: url("../images/interface/arrow-left@2x.png");
  }
}
.back-footer .back-btn .large {
  clear: both;
  font-size: 96px;
  display: block;
}
@media all and (max-width: 768px) {
  .back-footer .back-btn .large {
    font-size: 72px;
  }
}
@media all and (max-width: 767px) {
  .back-footer .back-btn .large {
    font-size: 54px;
  }
}
.back-btn {
  background-image: url("../images/interface/arrow-left.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 20px;
  z-index: 200;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 767px) {
  .back-btn {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .back-btn {
    background-image: url("../images/interface/arrow-left@2x.png");
  }
}
.back-btn .small {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  display: block;
}
.back-btn .large {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
.next-btn {
  display: block;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-btn .small {
  font-family: "TideSansCond-400LilDude", Arial, serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
}
.next-btn .large {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
}
.btn-play {
  width: 148px;
  height: 148px;
  background-image: url("../images/interface/icon-play-button-white.png");
  background-repeat: no-repeat;
  background-size: 148px 148px;
  cursor: pointer;
  -webkit-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* easeOutCubic */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn-play {
    background-image: url("../images/interface/icon-play-button-white@2x.png");
  }
}
.btn-slideshow {
  width: 148px;
  height: 148px;
  background-image: url("../images/interface/icons-slideshow-button-white.png");
  background-repeat: no-repeat;
  background-size: 148px 148px;
  cursor: pointer;
  -webkit-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* easeOutCubic */
}
.side-text {
  position: absolute;
  top: 50%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  color: #00A8E1;
  text-align: center;
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 1000px) {
  .side-text {
    font-size: 20px;
  }
}
#main-preloader {
  display: block;
  opacity: 1;
  top: 50% !important;
  left: 0;
  width: 100%;
  margin-top: -22px;
  margin-left: 0;
}
#main-preloader #preloader-skytower {
  position: absolute;
  top: 0;
  left: 50%;
  width: 116px;
  height: 44px;
  margin-left: -58px;
  opacity: 0;
  background-image: url("../images/interface/sky-tower-logo.png");
  background-repeat: no-repeat;
  background-size: 116px 44px;
  z-index: 5;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #main-preloader #preloader-skytower {
    background-image: url("../images/interface/sky-tower-logo@2x.png");
  }
}
#main-preloader #preloader-text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 116px;
  height: 44px;
  margin-left: -58px;
  opacity: 0;
  background-image: url("../images/interface/sky-tower-logo-no-nums.png");
  background-repeat: no-repeat;
  background-size: 116px 44px;
  z-index: 5;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #main-preloader #preloader-text {
    background-image: url("../images/interface/sky-tower-logo-no-nums@2x.png");
  }
}
#main-preloader #preloader-192 {
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -14px;
  width: 24px;
  height: 9px;
}
#main-preloader #preloader-360 {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -13px;
  width: 24px;
  height: 9px;
}
#main-preloader #aj-hackett {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 64px;
  margin-left: -46px;
  opacity: 0;
  background-image: url("../images/interface/aj-hackett-logo.png");
  background-repeat: no-repeat;
  background-size: 100px 64px;
  z-index: 5;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #main-preloader #aj-hackett {
    background-image: url("../images/interface/aj-hackett-logo@2x.png");
  }
}
#main-preloader #bungy-logo {
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: -85px;
  width: 171px;
  height: 36px;
  opacity: 0;
  z-index: 3;
}
#main-preloader #new-zealand {
  position: absolute;
  top: 104px;
  left: 50%;
  width: 153px;
  height: 8px;
  margin-left: -75px;
  opacity: 0;
  background-image: url("../images/interface/new-zealand-logo.png");
  background-repeat: no-repeat;
  background-size: 153px 8px;
  z-index: 4;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #main-preloader #new-zealand {
    background-image: url("../images/interface/new-zealand-logo@2x.png");
  }
}
#main-preloader #preloader-blue-line {
  position: absolute;
  top: 58px;
  left: 0;
  margin-left: 0;
  width: 171px;
  height: 36px;
  z-index: 2;
  opacity: 0;
  border-radius: 11px;
  background-color: #00A8E1;
}
.label-title {
  position: absolute;
  left: 50%;
  margin-top: -145px;
  margin-left: -146px;
  width: 283px;
  height: 69px;
  background-image: url("../images/interface/combined-shape.png");
  background-repeat: no-repeat;
  background-size: 293px 69px;
  text-align: center;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 27px;
  text-transform: uppercase;
  padding: 6px 10px 0 0;
  z-index: 200;
}
@media all and (max-width: 1130px) {
  .label-title {
    font-size: 24px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title {
    background-image: url("../images/interface/combined-shape@2x.png");
  }
}
.label-title span {
  padding-right: 10px;
}
.label-title span.product-location-label-title {
  padding-right: 0;
}
.label-title span.product-label-title {
  display: inline;
  padding-right: 0;
}
.label-title.widest {
  width: 520px;
  margin-left: -260px;
  background-image: url("../images/interface/combined-shape-wider.png");
  background-repeat: no-repeat;
  background-size: 520px 69px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title.widest {
    background-image: url("../images/interface/combined-shape-wider@2x.png");
  }
}
.label-title.widest .product-location-label-title {
  margin-left: -12px;
}
.label-title.wider {
  width: 425px;
  margin-left: -212px;
  background-image: url("../images/interface/combined-shape-wider.png");
  background-repeat: no-repeat;
  background-size: 425px 69px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title.wider {
    background-image: url("../images/interface/combined-shape-wider@2x.png");
  }
}
.label-title.wider .product-location-label-title {
  margin-left: -12px;
}
.label-title.smaller {
  width: 259px;
  background-image: url("../images/interface/combined-shape.png");
  background-size: 269px 69px;
  margin-left: -134px;
  padding: 6px 10px 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title.smaller {
    background-image: url("../images/interface/combined-shape@2x.png");
  }
}
.label-title.small {
  width: 226px;
  margin-left: -112px;
  background-image: url("../images/home/label-title-bg-small.png");
  background-size: 236px 58px;
  z-index: 100;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title.small {
    background-image: url("../images/home/label-title-bg-small@2x.png");
  }
}
.label-title.larger {
  width: 360px;
  margin-left: -180px;
  background-image: url("../images/interface/combined-shape-large.png");
  background-size: 360px 69px;
  background-position: left 5px center;
  z-index: 100;
  padding-top: 10px;
  padding-right: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .label-title.larger {
    background-image: url("../images/interface/combined-shape-large@2x.png");
  }
}
.mobile-book-now {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 768px) {
  .mobile-book-now {
    z-index: 500;
    color: #ffffff;
    background-color: #000000;
    font-family: "TideSansCond-600BunnyItalic", Arial, serif;
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
  }
}
.mobile-book-now.chinese-book-now {
  font-family: "Microsoft YaHei", "微软雅黑体", "Hiragino Sans GB W6", "冬青黑体", "Hiragino Sans GB" !important;
}
@media all and (max-width: 768px) {
  .mobile-book-now.transform {
    left: 50%;
    margin-left: -78px;
    width: 156px;
    height: 50px;
    border-radius: 25px;
    bottom: 30px;
    background-color: #00A8E1;
    transition-delay: 0s;
  }
}
@media all and (max-width: 768px) and (max-height: 600px) {
  .mobile-book-now.transform {
    font-size: 18px;
    bottom: 25px;
    height: 40px;
    margin-left: -67px;
    width: 134px;
  }
}
@media all and (max-width: 768px) and (max-height: 510px) {
  .mobile-book-now.transform {
    position: absolute;
    top: 450px;
    bottom: auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .mobile-book-now.collapse {
    opacity: 0 !important;
    transition-delay: 0s;
    pointer-events: none;
  }
}
@media all and (max-width: 768px) {
  .mobile-book-now.transition-in {
    opacity: 1;
  }
}
.mobile-book-now.transition-in .text-center {
  margin-top: -3px;
}
.mobile-book-now.remove {
  display: none !important;
}
.circle-close-btn {
  position: absolute;
  margin-top: -50px;
  right: 0;
  width: 34px;
  height: 34px;
  background-image: url("../images/interface/close-btn.png");
  background-size: 34px 34px;
  cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .circle-close-btn {
    background-image: url("../images/interface/close-btn@2x.png");
  }
}
.icon.bridge-jump-43 {
  background-image: url("../images/interface/icons-icon-1-height.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon.bridge-jump-43 {
    background-image: url("../images/interface/icons-icon-1-height@2x.png");
  }
}
.icon.water-touch {
  background-image: url("../images/interface/icons-icon-2-feature-1.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon.water-touch {
    background-image: url("../images/interface/icons-icon-2-feature-1@2x.png");
  }
}
.icon.tandem-option {
  background-image: url("../images/interface/icons-icon-3-feature-2.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon.tandem-option {
    background-image: url("../images/interface/icons-icon-3-feature-2@2x.png");
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-canvas {
  opacity: 0;
  z-index: 15;
}
.two-cols h2 {
  position: relative;
  max-width: 480px !important;
}
.two-cols .text {
  position: relative;
  width: calc(100% - 80px);
  padding: 0 40px;
  margin: 0 auto;
  max-width: 760px;
}
@media all and (max-width: 1130px) {
  .two-cols .text {
    padding: 0 0 80px 0;
  }
}
@media all and (max-width: 767px) {
  .two-cols .text {
    max-width: 540px;
    width: 100%;
    padding: 0;
  }
}
.two-cols .text p {
  position: static;
  display: inline;
  width: calc(50% - 30px);
  padding: 0 !important;
}
@media all and (max-width: 767px) {
  .two-cols .text p {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px !important;
  }
}
.two-cols .text p.left {
  float: left;
}
.two-cols .text p.right {
  float: right;
}
.grey-panel {
  position: absolute;
  top: 200px;
  left: 0;
  width: 300px;
  color: #888888;
  z-index: 100;
}
@media all and (max-width: 1000px) {
  .grey-panel {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .grey-panel {
    margin: -50px 0;
  }
}
.grey-panel .subtitle {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
}
@media all and (max-width: 1000px) {
  .grey-panel .subtitle {
    text-align: center;
  }
}
.grey-panel ul {
  margin: 0;
  padding: 10px 0 60px 0;
}
.grey-panel .grey-bg {
  padding-top: 20px;
  padding-left: 50px;
  background-color: #f6f6f6;
}
@media all and (max-width: 1000px) {
  .grey-panel .grey-bg {
    padding-top: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 480px) {
  .grey-panel .grey-bg {
    padding-top: 20px;
  }
}
.grey-panel .grey-bg .copy h2 {
  font-size: 30px;
  text-align: center;
}
.grey-panel .grey-bg .copy p {
  margin: 10px auto 30px auto !important;
  text-align: center !important;
}
.grey-panel .grey-bg .copy .btn-container {
  max-width: 310px !important;
}
.grey-panel .grey-bg .copy .btn-container .btn-mask .btn-standard {
  font-size: 17px;
  width: 140px;
}
.grey-panel .grey-bg .copy .btn-container .btn-mask.left-btn {
  position: absolute !important;
  left: 0 !important;
  margin: 0 !important;
}
.grey-panel .grey-bg .copy .btn-container .btn-mask.right-btn {
  position: absolute !important;
  left: 150px !important;
  margin: 0 !important;
}
.grey-panel .grey-bg .copy .help {
  margin-top: 120px;
}
.grey-panel ul {
  padding-left: 10px;
}
@media all and (max-width: 1000px) {
  .grey-panel ul {
    padding-left: 0;
  }
}
.grey-panel ul li {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #00A8E1;
  cursor: pointer;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 1000px) {
  .grey-panel ul li {
    text-align: center;
  }
}
.menu-top {
  width: 100%;
  height: 37px;
  background-image: url("../images/faq/menu-top.png");
  background-size: 300px 37px;
  background-position: right bottom;
}
@media all and (max-width: 1000px) {
  .menu-top {
    background-image: url("../images/faq/menu-top@2x.png");
    height: 123px;
    background-size: 1000px 123px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .menu-top {
    background-image: url("../images/faq/menu-top@2x.png");
  }
}
.menu-top.reverse {
  background-image: url("../images/faq/menu-top-reverse.png");
}
@media all and (max-width: 1000px) {
  .menu-top.reverse {
    background-image: url("../images/faq/menu-top-reverse@2x.png");
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .menu-top.reverse {
    background-image: url("../images/faq/menu-top-reverse@2x.png");
  }
}
.menu-bottom {
  width: 100%;
  height: 37px;
  background-image: url("../images/faq/menu-bottom.png");
  background-size: 300px 37px;
  background-position: left top;
}
@media all and (max-width: 1000px) {
  .menu-bottom {
    background-image: url("../images/faq/menu-bottom@2x.png");
    height: 123px;
    background-size: 1000px 123px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .menu-bottom {
    background-image: url("../images/faq/menu-bottom@2x.png");
  }
}
.menu-bottom.reverse {
  background-image: url("../images/faq/menu-bottom-reverse.png");
}
@media all and (max-width: 1000px) {
  .menu-bottom.reverse {
    background-image: url("../images/faq/menu-bottom-reverse@2x.png");
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .menu-bottom.reverse {
    background-image: url("../images/faq/menu-bottom-reverse@2x.png");
  }
}
@media all and (max-width: 767px) {
  .not-menu {
    margin: 0;
  }
}
@media all and (max-width: 480px) {
  .not-menu {
    margin: 30px 0;
  }
}
.not-menu .grey-bg {
  padding-top: 0 !important;
}
@media all and (max-width: 480px) {
  .not-menu .grey-bg {
    padding: 30px 0 !important;
  }
}
@media all and (max-width: 480px) {
  .not-menu .menu-top {
    height: 59px;
    background-size: 480px 59px;
  }
}
@media all and (max-width: 480px) {
  .not-menu .menu-bottom {
    height: 59px;
    background-size: 480px 59px;
  }
}
.grey-panel.mobile-only {
  display: none;
}
@media all and (max-width: 1000px) {
  .grey-panel.mobile-only {
    display: block;
  }
}
.circle-img {
  position: relative;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  overflow: hidden;
}
#resize-1920 {
  display: none;
}
@media all and (max-width: 1920px) {
  #resize-1920 {
    display: block;
  }
}
#resize-1360 {
  display: none;
}
@media all and (max-width: 1360px) {
  #resize-1360 {
    display: block;
  }
}
#resize-1130 {
  display: none;
}
@media all and (max-width: 1130px) {
  #resize-1130 {
    display: block;
  }
}
#resize-1000 {
  display: none;
}
@media all and (max-width: 1000px) {
  #resize-1000 {
    display: block;
  }
}
#resize-990 {
  display: none;
}
@media all and (max-width: 990px) {
  #resize-990 {
    display: block;
  }
}
#resize-768 {
  display: none;
}
@media all and (max-width: 768px) {
  #resize-768 {
    display: block;
  }
}
#resize-767 {
  display: none;
}
@media all and (max-width: 767px) {
  #resize-767 {
    display: block;
  }
}
#resize-480 {
  display: none;
}
@media all and (max-width: 480px) {
  #resize-480 {
    display: block;
  }
}
.mac .chinese,
.mobile .chinese {
  line-height: 1.4;
}
.mac .btn-standard,
.mobile .btn-standard {
  padding: 7px 0 0 0;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .mac .btn-standard,
  .mobile .btn-standard {
    line-height: 1.75;
  }
}
.mac .category-item .btn-standard,
.mobile .category-item .btn-standard {
  line-height: 2.1 !important;
}
@media all and (max-width: 767px) {
  .mac .category-item .btn-standard,
  .mobile .category-item .btn-standard {
    line-height: 1.9 !important;
  }
}
.mac .label-title,
.mobile .label-title {
  line-height: 1.3;
}
.mac .label-title.smaller,
.mobile .label-title.smaller {
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .mac .label-title.smaller,
  .mobile .label-title.smaller {
    padding: 6px 10px 0 0;
    line-height: 1.7;
  }
}
.mac .label-title.small,
.mobile .label-title.small {
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .mac .label-title.small,
  .mobile .label-title.small {
    padding: 6px 10px 0 0;
    line-height: 1.7;
  }
}
.mac .back-btn .small,
.mobile .back-btn .small {
  line-height: 1.6;
}
.mac .back-btn .small,
.mobile .back-btn .small {
  background-position: right top 2px !important;
}
.mac .footer .large,
.mobile .footer .large {
  padding-top: 10px;
  margin-bottom: -10px;
}
@media all and (max-width: 768px) {
  .mac .footer .large,
  .mobile .footer .large {
    margin-bottom: -5px;
  }
}
@media all and (max-width: 768px) {
  .mac .phone-icon,
  .mobile .phone-icon {
    background-position: center top !important;
  }
}
@media all and (max-width: 768px) {
  .mac .phone-icon-container,
  .mobile .phone-icon-container {
    padding: 0px !important;
  }
}
.mac .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container,
.mobile .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container {
  margin-top: -5px;
}
@media all and (max-width: 1000px) {
  .mac .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container,
  .mobile .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .mac .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container,
  .mobile .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container {
    margin-top: -5px;
  }
}
.mac .standard-canvas-slideshow .canvas-slideshow-item h1,
.mobile .standard-canvas-slideshow .canvas-slideshow-item h1 {
  line-height: 1.6;
}
.mac .mobile-book-now .text-center,
.mobile .mobile-book-now .text-center {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .mac .mobile-book-now .text-center,
  .mobile .mobile-book-now .text-center {
    margin-top: 2px;
  }
}
.not-mobile .btn-standard:hover,
.not-mobile .btn-standard.hover,
.not-mobile .hover .copy-link .btn-standard {
  color: #ffffff !important;
  background-color: #000000;
}
.not-mobile .circle-icon:hover {
  background-color: #000000;
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.25);
}
.not-mobile .facebook-icon:hover {
  background-image: url("../images/interface/icon-social-fb-circle-hover.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .not-mobile .facebook-icon:hover {
    background-image: url("../images/interface/icon-social-fb-circle-hover@2x.png");
  }
}
.not-mobile .instagram-icon:hover {
  background-image: url("../images/interface/icon-social-insta-circle-hover.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .not-mobile .instagram-icon:hover {
    background-image: url("../images/interface/icon-social-insta-circle-hover@2x.png");
  }
}
.not-mobile .youtube-icon:hover {
  background-image: url("../images/interface/icon-social-youtube-circle-hover.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .not-mobile .youtube-icon:hover {
    background-image: url("../images/interface/icon-social-youtube-circle-hover@2x.png");
  }
}
.not-mobile .twitter-icon:hover {
  background-image: url("../images/interface/icon-social-twitter-circle-hover.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .not-mobile .twitter-icon:hover {
    background-image: url("../images/interface/icon-social-twitter-circle-hover@2x.png");
  }
}
.not-mobile .grey-panel ul li:hover {
  color: #000000;
}
@media all and (max-width: 480px) {
  #livechat-compact-container,
  #livechat-full {
    width: 100% !important;
    right: 0 !important;
  }
}
.show-1440 {
  display: none;
}
@media all and (max-width: 1440px) {
  .show-1440 {
    display: block;
  }
}
@media all and (max-width: 1440px) {
  .hide-1440 {
    display: none;
  }
}
.show-1400 {
  display: none;
}
@media all and (max-width: 1400px) {
  .show-1400 {
    display: block;
  }
}
@media all and (max-width: 1280px) {
  .hide-1280 {
    display: none;
  }
}
.show-1280 {
  display: none;
}
@media all and (max-width: 1280px) {
  .show-1280 {
    display: block;
  }
}
@media all and (max-width: 1400px) {
  .hide-1400 {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hide-767 {
    display: none;
  }
}
.show-767 {
  display: none;
}
@media all and (max-width: 767px) {
  .show-767 {
    display: block;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.standard-canvas-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.standard-canvas-slideshow canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.standard-canvas-slideshow .canvas-slideshow-item {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.standard-canvas-slideshow .canvas-slideshow-item canvas {
  z-index: 2;
}
.standard-canvas-slideshow .canvas-slideshow-item > div {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: 0px;
  width: 100%;
  max-width: 760px;
  z-index: 3;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div {
    left: auto;
    right: 30px;
    width: 720px;
    margin-left: 0;
  }
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div {
    right: 30px;
    width: 460px;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div {
    right: auto;
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item > div h2 {
  font-size: 138px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div h2 {
    font-size: 90px;
    line-height: 0.85;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div h2 {
    font-size: 60px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container {
  clear: both;
  margin-top: 14px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container {
    margin-top: 20px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container .product-icon {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 140px;
  background-size: 70px 70px;
  background-position: center;
  margin-right: 12px;
}
.standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container .product-caption {
  float: left;
  text-transform: uppercase;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container .product-caption {
    width: calc(100% - 70px);
    max-width: 280px;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container .product-caption {
    font-size: 15px;
    max-width: 220px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container .product-caption .vertical-align-container {
  height: 70px;
}
.standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container.no-icon .product-icon {
  display: none;
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container.no-icon .product-caption {
    width: 100%;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item > div .product-caption-container.no-icon .product-caption {
    max-width: none;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item h1 {
  font-size: 36px;
  line-height: 0.85;
  margin-bottom: 4px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item h1 {
    font-size: 24px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item h2 {
  font-size: 168px;
  line-height: 0.79;
  margin-left: -10px;
}
@media all and (max-width: 1000px) {
  .standard-canvas-slideshow .canvas-slideshow-item h2 {
    font-size: 120px;
    margin-left: -5px;
  }
}
@media all and (max-width: 767px) {
  .standard-canvas-slideshow .canvas-slideshow-item h2 {
    font-size: 72px;
    margin-left: -3px;
  }
}
.standard-canvas-slideshow .canvas-slideshow-item.selected {
  opacity: 1;
}
.contact-btn .contact-details {
  display: none;
  position: absolute;
  left: 50%;
  width: 280px;
  margin-top: -22px;
  margin-left: -140px;
  color: #888888;
}
.contact-btn .contact-details .contact-details-item {
  margin: 0 5px;
}
.contact-btn .contact-details .contact-details-item a {
  font-weight: 600;
}
.contact-btn .contact-details .contact-details-item:hover a {
  color: #000000 !important;
}
.contact-btn .contact-location-txt {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  color: #39ace2;
  margin-top: 80px;
  cursor: pointer;
  -webkit-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media all and (max-width: 1130px) {
  .contact-btn .contact-location-txt {
    margin-top: 33px;
  }
}
@media all and (max-width: 768px) {
  .contact-btn .contact-location-txt {
    margin-top: 30px;
  }
}
.contact-btn .contact-location-txt:hover {
  color: #39ace2;
}
.contact-details {
  position: relative;
  margin-top: 22px;
  z-index: 100;
}
.contact-details .contact-details-item {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transition: background-image 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-image 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-image 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-image 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
.contact-details .contact-details-item.phone {
  background-image: url("../images/common/icons-inline-contact.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.phone {
    background-image: url("../images/common/icons-inline-contact@2x.png");
  }
}
.contact-details .contact-details-item.phone:hover {
  background-image: url("../images/common/icons-inline-contact-black.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.phone:hover {
    background-image: url("../images/common/icons-inline-contact-black@2x.png");
  }
}
.contact-details .contact-details-item.email {
  background-image: url("../images/common/icons-inline-mail.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.email {
    background-image: url("../images/interface/icons-inline-mail@2x.png");
  }
}
.contact-details .contact-details-item.email:hover {
  background-image: url("../images/common/icons-inline-mail-black.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.email:hover {
    background-image: url("../images/interface/icons-inline-mail-black@2x.png");
  }
}
.contact-details .contact-details-item.chat {
  background-image: url("../images/common/icons-inline-chat.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.chat {
    background-image: url("../images/interface/icons-inline-chat@2x.png");
  }
}
.contact-details .contact-details-item.chat:hover {
  background-image: url("../images/common/icons-inline-chat-black.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.chat:hover {
    background-image: url("../images/interface/icons-inline-chat-black@2x.png");
  }
}
.contact-details .contact-details-item.map {
  background-image: url("../images/common/icons-inline-map.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.map {
    background-image: url("../images/common/icons-inline-map@2x.png");
  }
}
.contact-details .contact-details-item.map:hover {
  background-image: url("../images/common/icons-inline-map-black.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-details .contact-details-item.map:hover {
    background-image: url("../images/common/icons-inline-map-black@2x.png");
  }
}
.contact-details.vertical .contact-details-item {
  width: 100%;
  float: none;
  position: relative;
  display: block;
  padding-left: 33px;
  margin: 6px 0;
  cursor: default;
}
.contact-details.vertical .contact-details-item > div {
  float: left;
  padding-top: 0;
  margin-top: -1px;
}
.ie .standard-canvas-slideshow .canvas-slideshow-item,
.edge .standard-canvas-slideshow .canvas-slideshow-item {
  display: none;
}
.ie .standard-canvas-slideshow .canvas-slideshow-item.selected,
.edge .standard-canvas-slideshow .canvas-slideshow-item.selected {
  display: block;
}
@media all and (max-width: 420px) {
  #livechat-full {
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    right: auto !important;
  }
}
#mobile-intro-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: none;
}
@media all and (max-width: 768px) {
  #mobile-intro-slideshow {
    display: block;
  }
}
#mobile-intro-slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
#mobile-intro-slideshow[data-selected="0"] .slide[data-index="0"] {
  opacity: 1;
}
#mobile-intro-slideshow[data-selected="1"] .slide[data-index="1"] {
  opacity: 1;
}
#mobile-intro-slideshow[data-selected="2"] .slide[data-index="2"] {
  opacity: 1;
}
#intro-spacer {
  position: relative;
  width: 100%;
  display: block;
}
@media all and (max-width: 768px) {
  #intro-spacer {
    display: none;
  }
}
#test-circle {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 40px;
  background-color: #ff0000;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 2000;
}
.no-drag-or-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 768px) {
  .no-drag-or-select {
    -webkit-user-drag: auto;
    user-drag: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
}
.slick-slide {
  outline: none !important;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.mobile canvas {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden !important;
}
.stacklapopup-nightfall-wrapper {
  width: 100%;
  height: 100%;
}
.stacklapopup-nightfall-close {
  top: 50px !important;
  width: 52px !important;
  height: 52px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-color: transparent !important;
  border: none !important;
  background-image: url("../images/product/close-btn.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .stacklapopup-nightfall-close {
    background-image: url("../images/product/close-btn@2x.png");
  }
}
.fs-close2:before {
  content: " " !important;
}
.tile-video-play {
  width: 100px !important;
  height: 100px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100px 100px !important;
  background-color: transparent !important;
  border: none !important;
  background-image: url("../images/product/play-button-angle.png") !important;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .tile-video-play {
    background-image: url("../images/product/play-button-angle@2x.png") !important;
  }
}
.fs-play:before {
  content: " " !important;
}
.stacklapopup-nightfall-name {
  margin-right: 10px;
}
.stacklapopup-nightfall-name,
.stacklapopup-nightfall-user-handle-timephrase {
  font-family: "adelle-sans", Arial, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #00a8e1 !important;
  display: block;
}
.stacklapopup-nightfall-message {
  clear: both;
  font-family: "adelle-sans", Arial, serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #ffffff !important;
}
.stacklapopup-nightfall-message a {
  color: #00a8e1 !important;
}
.home-deals-swiper-section {
  position: relative;
  width: 100%;
  padding-top: 90px;
  z-index: 11;
}
@media all and (max-width: 990px) {
  .home-deals-swiper-section {
    margin-top: 120px;
  }
}
@media all and (max-width: 767px) {
  .home-deals-swiper-section {
    margin-top: 0px;
    padding-top: 40px;
  }
}
.home-deals-swiper-section .cents {
  font-size: 17px;
}
.home-deals-swiper-section[data-current-location="qt"] .home-deals-swiper-container[data-location="qt"] {
  display: block;
}
.home-deals-swiper-section[data-current-location="ak"] .home-deals-swiper-container[data-location="ak"] {
  display: block;
}
.home-deals-swiper-section[data-current-location="tp"] .home-deals-swiper-container[data-location="tp"] {
  display: block;
}
.home-deals-swiper-section .home-deals-swiper-container {
  display: none;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-slide.has-orange .price-copy {
  color: #ee7518;
}
.home-deals-swiper-section .home-deals-swiper-container .price-copy {
  color: #00a8e1;
  width: 100%;
}
.home-deals-swiper-section .home-deals-swiper-container .price-copy .pre-price,
.home-deals-swiper-section .home-deals-swiper-container .price-copy .savings {
  margin-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  text-align: center;
}
.home-deals-swiper-section .home-deals-swiper-container .price-copy .pre-price {
  margin-top: 20px;
}
.home-deals-swiper-section .home-deals-swiper-container .price-copy .price {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle {
  position: absolute;
  top: 85px;
  left: 10px;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  text-align: center;
  background-color: #ee7518;
  z-index: 10;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .home-deals-swiper-section .home-deals-swiper-container .discount-circle {
    line-height: 1.5;
  }
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle.large {
  width: 110px;
  height: 110px;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle.large .top {
  padding-top: 28px;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle.ac .top {
  font-size: 22px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 20px;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle .middle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  text-align: center;
  width: 100%;
  font-size: 40px;
  line-height: 1;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle .top {
  position: relative;
  width: 100%;
  padding-top: 15px;
  font-size: 28px;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle .top span {
  font-size: 19px;
}
.home-deals-swiper-section .home-deals-swiper-container .discount-circle .bottom {
  position: relative;
  width: 100%;
  margin-top: -13px;
  font-size: 21px;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide {
  width: 400px;
  cursor: grab;
}
@media all and (max-width: 767px) {
  .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide {
    width: 260px;
  }
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy {
  position: relative;
  width: 320px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy {
    width: 240px;
  }
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .circle-photo {
  position: relative;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 28px;
  display: block;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy h2 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 0.86;
  margin: 0;
  min-height: 72px;
  text-align: center;
  color: #00a8e1;
  width: 100%;
  white-space: normal;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy h2 {
    font-size: 32px;
    min-height: 0;
  }
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy p {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #00a8e1;
  width: 100%;
  margin: 20px 0 10px;
  white-space: normal;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .price {
  position: relative;
  width: 204px;
  margin: 0 auto -10px auto;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .price .old {
  float: left;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 42px;
  color: #cccccc;
  width: 92px;
  text-align: center;
  background-image: url("../images/home/strike.jpg");
  background-size: 2px 4px;
  background-repeat: repeat-x;
  background-position: center left;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .price .new {
  float: right;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 42px;
  color: #00a8e1;
  width: 100px;
  text-align: center;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .promo-code-container {
  position: relative;
  width: 100%;
  text-align: center;
  color: #00a8e1;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .promo-code-container .promo-code {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
}
.home-deals-swiper-section .home-deals-swiper-container .swiper-wrapper .swiper-slide .copy .btn-standard {
  position: relative;
  width: 196px;
  height: 39px;
  margin: 20px auto 0;
  border-radius: 25px;
  display: block;
  background-color: #00a8e1;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding-top: 7px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  cursor: pointer;
}
#product-location {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 1130px) {
  #product-location {
    background-color: #ffffff;
  }
}
#product-location.hide-deals #home-deals {
  display: none;
}
#product-location #product-location-activities-bg {
  position: absolute;
  z-index: 4;
}
#product-location #product-location-activities-bg .split {
  margin-top: -25px;
}
#product-location #product-location-activities .split .activity-copy {
  position: absolute;
  width: 100%;
  top: 50%;
  display: block;
}
#product-location #product-location-activities-mobile {
  display: none;
  z-index: 10 !important;
}
@media all and (max-width: 990px) {
  #product-location #product-location-activities-mobile {
    display: block;
  }
}
#product-location #product-location-activities-mobile h2 {
  margin: 15px auto !important;
}
@media all and (max-width: 990px) {
  #product-location #product-location-activities,
  #product-location #product-location-activities-bg {
    display: none;
  }
}
#product-location #transport {
  z-index: 500;
}
#product-location #product-location-intro {
  height: 869px;
  overflow: hidden;
  z-index: 100;
}
#product-location #product-location-intro canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#product-location #product-location-intro canvas.data-bg-canvas {
  z-index: 5;
}
@media all and (max-width: 768px) {
  #product-location #product-location-intro canvas.data-bg-canvas {
    top: 313px;
  }
}
#product-location #product-location-intro #product-location-intro-canvas2 {
  display: none;
}
#product-location #product-location-intro .content .copy-container {
  position: relative;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  z-index: 100;
}
#product-location #product-location-intro .content .copy-container .title {
  text-align: center;
}
#product-location #product-location-intro .content .copy-container .title .h5 {
  position: relative;
  z-index: 10;
  display: inline;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  background-image: url("../images/interface/arrow-left.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left center;
  padding-left: 21px;
  margin-left: -21px;
}
@media all and (max-width: 767px) {
  #product-location #product-location-intro .content .copy-container .title .h5 {
    font-size: 18px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product-location #product-location-intro .content .copy-container .title .h5 {
    background-image: url("../images/interface/arrow-left@2x.png");
  }
}
#product-location #product-location-intro .content .copy-container .title h1 {
  position: relative;
  z-index: 3;
  font-size: 108px;
  margin-top: 5px;
  margin-bottom: 42px;
  /*text-shadow: 2px 2px 15px rgba(0,0,0,0.4);*/
}
@media all and (max-width: 990px) {
  #product-location #product-location-intro .content .copy-container .title h1 {
    font-size: 90px;
  }
}
@media all and (max-width: 768px) {
  #product-location #product-location-intro .content .copy-container .title h1 {
    font-size: 72px;
  }
}
@media all and (max-width: 767px) {
  #product-location #product-location-intro .content .copy-container .title h1 {
    font-size: 47px;
    margin-bottom: 30px;
  }
}
#product-location #product-location-intro .content .copy-container .title h2 {
  margin-bottom: 5px;
  /*text-shadow: 2px 2px 15px rgba(0,0,0,0.4);*/
}
#product-location #product-location-intro .content .copy-container .copy {
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}
#product-location #product-location-intro .content .copy-container .copy p {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  /*text-shadow: 2px 2px 8px rgba(0,0,0,0.4);*/
}
#product-location #product-location-info {
  height: 850px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
}
#product-location #product-location-info .side-text {
  width: 850px;
  right: -389px;
}
@media all and (max-width: 1000px) {
  #product-location #product-location-info .side-text {
    width: 370px;
    right: -168px;
  }
}
#product-location #footer {
  height: 869px;
  overflow: hidden;
  z-index: 20;
}
@media all and (max-width: 1130px) {
  #product-location #footer {
    z-index: 20 !important;
  }
}
#product-location #product-location-activities,
#product-location #product-location-activities-mobile {
  z-index: 105;
}
#product-location #product-location-activities .btn-standard,
#product-location #product-location-activities-mobile .btn-standard {
  color: #3c3434;
}
@media all and (max-width: 767px) {
  #product-location #product-location-activities .btn-standard span,
  #product-location #product-location-activities-mobile .btn-standard span {
    display: none;
  }
}
#product-location #product-location-activities .btn-container,
#product-location #product-location-activities-mobile .btn-container {
  position: relative;
  width: 290px;
  margin: 20px auto 0 auto;
}
@media all and (max-width: 990px) {
  #product-location #product-location-activities .btn-container,
  #product-location #product-location-activities-mobile .btn-container {
    width: 270px;
  }
}
#product-location #product-location-activities .btn-container .btn-mask,
#product-location #product-location-activities-mobile .btn-container .btn-mask {
  position: static;
  width: 140px;
  left: auto;
  margin-left: 0;
  display: inline;
}
#product-location #product-location-activities .btn-container .btn-mask .btn-standard,
#product-location #product-location-activities-mobile .btn-container .btn-mask .btn-standard {
  color: #ffffff;
  background-color: #39ace2;
}
#product-location #product-location-activities .btn-container .btn-mask .btn-standard:hover,
#product-location #product-location-activities-mobile .btn-container .btn-mask .btn-standard:hover {
  background-color: #000000;
}
#product-location #product-location-activities .btn-container .btn-mask.left-btn,
#product-location #product-location-activities-mobile .btn-container .btn-mask.left-btn {
  float: left;
}
#product-location #product-location-activities .btn-container .btn-mask.right-btn,
#product-location #product-location-activities-mobile .btn-container .btn-mask.right-btn {
  float: right;
}
#product-location #product-location-activities .location.split .btn-mask,
#product-location #product-location-activities-mobile .location.split .btn-mask {
  width: 130px;
  margin-left: -65px;
}
@media all and (max-width: 1130px) {
  #product-location #product-location-activities .location.split .btn-mask,
  #product-location #product-location-activities-mobile .location.split .btn-mask {
    margin: 0 auto;
  }
}
#product-location #product-location-activities .location.split .btn-standard,
#product-location #product-location-activities-mobile .location.split .btn-standard {
  width: 130px;
}
#product-location #product-location-activities .location.split[data-id="1"] .btn-mask,
#product-location #product-location-activities-mobile .location.split[data-id="1"] .btn-mask {
  width: 130px;
  margin-left: -65px;
}
@media all and (max-width: 1130px) {
  #product-location #product-location-activities .location.split[data-id="1"] .btn-mask,
  #product-location #product-location-activities-mobile .location.split[data-id="1"] .btn-mask {
    margin: 0 auto;
  }
}
#product-location #product-location-activities .location.split[data-id="1"] .btn-standard,
#product-location #product-location-activities-mobile .location.split[data-id="1"] .btn-standard {
  width: 130px;
}
#product-location #product-location-activities .content,
#product-location #product-location-activities-mobile .content {
  position: relative;
  z-index: 20;
}
#product-location #product-location-activities h2,
#product-location #product-location-activities-mobile h2,
#product-location #product-location-activities .h2,
#product-location #product-location-activities-mobile .h2 {
  position: relative;
  font-size: 60px;
  margin: -50px auto 0px auto;
  max-width: 600px;
}
@media all and (max-width: 1130px) {
  #product-location #product-location-activities h2,
  #product-location #product-location-activities-mobile h2,
  #product-location #product-location-activities .h2,
  #product-location #product-location-activities-mobile .h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) {
  #product-location #product-location-activities h2,
  #product-location #product-location-activities-mobile h2,
  #product-location #product-location-activities .h2,
  #product-location #product-location-activities-mobile .h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
#product-location #product-location-activities canvas,
#product-location #product-location-activities-mobile canvas {
  position: absolute;
  z-index: 10;
}
#product-location #product-location-footer {
  height: 912px;
  overflow: hidden;
  z-index: 302;
}
#product-location #product-location-footer canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#product-location #product-location-footer .content .back-btn {
  position: relative;
  width: 100%;
  max-width: 640px;
  text-align: center;
  background-image: none;
  padding-left: 0;
  margin: 0 auto;
  cursor: auto;
}
@media all and (max-width: 767px) {
  #product-location #product-location-footer .content .back-btn {
    display: block;
    margin-top: -100px;
  }
}
#product-location #product-location-footer .content .back-btn .btn-container {
  position: relative;
  max-width: 334px;
  width: 100%;
  margin: 43px auto 0 auto;
}
#product-location #product-location-footer .content .back-btn .btn-container .btn-standard {
  color: #232323;
}
#product-location #product-location-footer .content .back-btn .btn-container .left-btn {
  float: left;
  width: calc(50% - 5px);
}
#product-location #product-location-footer .content .back-btn .btn-container .right-btn {
  float: right;
  width: calc(50% - 5px);
}
#product-location #product-location-footer .content .back-btn .small {
  background-image: url("../images/interface/arrow-left.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: left center !important;
  padding-left: 23px;
  margin-left: -23px;
  font-size: 18px;
  display: inline-block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #product-location #product-location-footer .content .back-btn .small {
    background-image: url("../images/interface/arrow-left@2x.png");
  }
}
#product-location #product-location-footer .content .back-btn .large {
  clear: both;
  font-size: 96px;
  display: block;
}
@media all and (max-width: 768px) {
  #product-location #product-location-footer .content .back-btn .large {
    font-size: 46px;
  }
}
.mac #product-location #product-location-intro .content .copy-container .title h1 {
  margin-top: 12px;
}
.mac #product-location #product-location-intro .content .copy h1 {
  line-height: 1.6;
}
.mac #product-location .title .h5 {
  line-height: 2 !important;
}
.mac #product-location .label-title {
  line-height: 1.7;
}
.mac .transport-section .content h2,
.mobile .transport-section .content h2 {
  padding-top: 10px;
  line-height: 0.85;
}
.mac #product-location #product-location-intro .content .copy-container .title .h5 {
  background-position: left top -2px !important;
}
@media all and (max-width: 768px) {
  .mac #product-location #product-location-intro .content .copy-container .title .h5 {
    background-position: left top -2px !important;
  }
}
.mac #product-location #product-location-footer .content .back-btn .small {
  background-position: left top 2px !important;
}
.mac #product-location #product-location-intro .content .copy-container .title h2 {
  margin-bottom: 20px;
}
.mobile #product-location #product-location-intro .content .copy-container .title h2 {
  margin-bottom: 12px;
}
.mobile #product-location #product-location-intro .content .copy-container .title .h5 {
  background-position: left top -2px;
}
@media all and (max-width: 768px) {
  .mobile #product-location #product-location-intro .content .copy-container .title .h5 {
    background-position: left top -3px;
  }
}
.mobile #product-location #product-location-footer .content .back-btn .small {
  background-position: left top 1px !important;
}
@font-face {
  font-family: 'TideSansCond-400LilDude';
  src: url('../fonts/327E25_5_0.eot');
  src: url('../fonts/327E25_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/327E25_5_0.woff2') format('woff2'), url('../fonts/327E25_5_0.woff') format('woff'), url('../fonts/327E25_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TideSansCond-400LilDudeItalic';
  src: url('../fonts/327E25_6_0.eot');
  src: url('../fonts/327E25_6_0.eot?#iefix') format('embedded-opentype'), url('../fonts/327E25_6_0.woff2') format('woff2'), url('../fonts/327E25_6_0.woff') format('woff'), url('../fonts/327E25_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TideSansCond-500DudetteItalic';
  src: url('../fonts/327E25_9_0.eot');
  src: url('../fonts/327E25_9_0.eot?#iefix') format('embedded-opentype'), url('../fonts/327E25_9_0.woff2') format('woff2'), url('../fonts/327E25_9_0.woff') format('woff'), url('../fonts/327E25_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TideSansCond-600BunnyItalic';
  src: url('../fonts/327E25_A_0.eot');
  src: url('../fonts/327E25_A_0.eot?#iefix') format('embedded-opentype'), url('../fonts/327E25_A_0.woff2') format('woff2'), url('../fonts/327E25_A_0.woff') format('woff'), url('../fonts/327E25_A_0.ttf') format('truetype');
}
.trip-advisor {
  position: absolute;
  top: 86px;
  right: 10%;
  width: calc(100% - 40px);
  height: 1000px;
  max-width: 480px;
  z-index: 30;
}
@media all and (max-width: 768px) {
  .trip-advisor {
    right: auto;
    left: 20px;
    max-width: none;
  }
}
.trip-advisor .title {
  position: relative;
  width: 140px;
  margin: 0 auto 60px auto;
  text-align: center;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.trip-advisor .title .trip-advisor-logo {
  position: relative;
  display: block;
  margin: 0 auto 5px auto;
  width: 28px;
  height: 28px;
  background-image: url("../images/interface/icon-tripadvisor-logo.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trip-advisor .title .trip-advisor-logo {
    background-image: url("../images/interface/icon-tripadvisor-logo@2x.png");
  }
}
.trip-advisor .title a {
  color: #FFFFFF;
  display: block;
  line-height: 1.4;
}
.trip-advisor .title .arrow {
  position: absolute;
  top: 52px;
  right: 2px;
}
.trip-advisor .reviews .review .stars {
  position: relative;
  width: 80px;
  height: 16px;
  background-image: url("../images/interface/stars.png");
  background-size: 80px 16px;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trip-advisor .reviews .review .stars {
    background-image: url("../images/interface/stars@2x.png");
  }
}
.trip-advisor .reviews .review .big {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 33px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.trip-advisor .reviews .review .small {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.trip-advisor .reviews .review .author {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 38px;
}
.mac .trip-advisor .reviews .review .big,
.mobile .trip-advisor .reviews .review .big {
  padding-top: 3px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 20px;
  outline: none;
  background-color: #ffffff;
}
#home-lmfl {
  background-image: url("../images/home/social-new.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 32;
}
@media all and (max-width: 768px) {
  #home-lmfl {
    background-image: url("../images/home/social-tablet-new@2x.png");
    background-position: center bottom;
  }
}
@media all and (max-width: 767px) {
  #home-lmfl {
    background-image: url("../images/home/social-mobile-new@2x.png");
    background-position: center;
  }
}
#home-lmfl .content .copy-container {
  position: relative;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
#home-lmfl .content .copy-container h2 {
  position: relative;
  width: 100%;
  font-size: 108px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 5px 6px 4px rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 1240px) {
  #home-lmfl .content .copy-container h2 {
    font-size: 80px;
  }
}
@media all and (max-width: 990px) {
  #home-lmfl .content .copy-container h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 768px) {
  #home-lmfl .content .copy-container h2 {
    font-size: 72px;
  }
}
@media all and (max-width: 640px) {
  #home-lmfl .content .copy-container h2 {
    font-size: 48px;
  }
}
#home-lmfl .content .copy-container .btn-large {
  position: relative;
  padding: 10px 0 0 0;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 27px;
  width: 422px;
  height: 50px;
  background-color: #00a8e1;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 990px) {
  #home-lmfl .content .copy-container .btn-large {
    font-size: 18px;
    width: 281px;
    height: 38px;
  }
}
#home-lmfl .content .copy-container .btn-large:hover {
  background-color: #000000;
}
#home-lmfl canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#livechat-compact-container {
  display: none;
}
@media all and (min-width: 1131px) {
  .social-header.no-drag {
    cursor: default;
    pointer-events: none;
  }
}
@media all and (min-width: 1131px) {
  .social-header.no-drag .social-menu-item {
    pointer-events: none;
  }
}
.social-header.no-drag .social-menu-item:hover {
  color: #cccccc;
}
@media all and (min-width: 1131px) {
  .social-header.no-drag .blocker {
    display: block;
  }
}
@media all and (min-width: 1131px) {
  .social-header.block-clicking .blocker {
    display: block;
  }
}
.social-header {
  position: relative;
  background: #FFFFFF;
  height: 220px;
  z-index: 120;
  margin-top: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
@media all and (min-width: 1131px) {
  .social-header {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
  }
}
@media all and (max-width: 1130px) {
  .social-header {
    height: auto;
    width: 100%;
    overflow: visible;
  }
}
.social-header .blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.social-header .carousel-list {
  position: absolute;
  width: 3500px;
  margin-top: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 1130px) {
  .social-header .carousel-list {
    display: none;
  }
}
.social-header .carousel-list .spacer {
  float: left;
  min-width: 30px;
  min-height: 30px;
}
.social-header .carousel-list .social-menu-item {
  float: left;
  font-size: 18px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  line-height: 0.9;
  color: #cccccc;
  text-align: center;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
.social-header .carousel-list .social-menu-item span.text-container {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
.social-header .carousel-list .social-menu-item span.text-container span.text {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
.social-header .carousel-list .social-menu-item:hover {
  color: #39ace2;
}
.social-header .carousel-list .social-menu-item.selected {
  pointer-events: none;
  color: #39ace2;
}
.social-header .carousel-list .social-menu-item.selected span.text-container {
  padding: 0 100px;
}
.social-header .carousel-list .social-menu-item.selected span.text-container span.text {
  -ms-transform: scale(4, 4);
  /* IE 9 */
  -webkit-transform: scale(4, 4);
  /* Safari */
  transform: scale(4, 4);
}
.social-header .dropdown-list {
  display: none;
}
.social-header .dropdown-list {
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  display: none;
  text-align: center;
}
@media all and (max-width: 1130px) {
  .social-header .dropdown-list {
    display: block;
  }
}
.social-header .dropdown-list .dropdown-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 100;
  display: none;
}
.social-header .dropdown-list .heading {
  font-family: 'TideSansCond-600BunnyItalic';
  font-size: 54px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.78;
  margin-bottom: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #00a8e1;
  padding: 0 20px;
}
.social-header .dropdown-list .label {
  font-size: 18px;
  font-family: 'TideSansCond-600BunnyItalic';
  font-weight: normal;
  color: #cccccc;
  cursor: pointer;
}
.social-header .dropdown-list .label img {
  width: 10px;
  position: relative;
  top: -3px;
  margin-left: 3px;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.social-header .dropdown-list ul {
  list-style: none;
  background: #FFFFFF;
  padding: 25px 10px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: none;
}
.social-header .dropdown-list ul li {
  color: #CCCCCC;
  font-family: 'TideSansCond-600BunnyItalic';
  font-weight: normal;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 5px;
}
.social-header .dropdown-list ul li br {
  content: ' ';
}
.social-header .dropdown-list ul li br:after {
  content: ' ';
}
.social-header .dropdown-list ul li.selected {
  color: #00a8e1;
}
.social-header .dropdown-list ul li:last-child {
  margin-bottom: 0px;
}
.social-header .dropdown-list.open .dropdown-blocker {
  display: block;
}
.social-header .dropdown-list.open ul {
  display: block;
}
.social-header .dropdown-list.open .label img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.social-body {
  background: #FFFFFF;
  position: relative;
  min-height: 1200px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 1130px) {
  .social-body {
    opacity: 1 !important;
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .social-body {
    pointer-events: none;
  }
}
.social-body .stackla-widget {
  min-height: 1000px !important;
}
.social-body .stackla-widget iframe {
  min-height: 1000px !important;
}
.social-body.transition-in {
  opacity: 1;
}
.social-footer-bg {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 500px;
  background: -moz-linear-gradient(top, rgba(0, 168, 225, 0) 0%, #00a8e1 49%, #00a8e1 100%);
  background: -webkit-linear-gradient(top, rgba(0, 168, 225, 0) 0%, #00a8e1 49%, #00a8e1 100%);
  background: linear-gradient(to bottom, rgba(0, 168, 225, 0) 0%, #00a8e1 49%, #00a8e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000a8e1', endColorstr='#00a8e1', GradientType=0);
  bottom: 0px;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .social-footer-bg {
    background: tra;
  }
}
.stacklapopup-wrap {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.stacklapopup-wrap .stacklapopup-nightfall-wrapper .stacklapopup-nightfall-inner-wrapper {
  font-family: 'TideSansCond-400LilDude' !important;
  width: 70%;
  display: table !important;
  margin: auto;
  height: 100%;
}
.stacklapopup-wrap .stacklapopup-nightfall-wrapper .stacklapopup-nightfall-inner-wrapper .stacklapopup-nightfall-media-wrapper {
  display: table-cell !important;
  background: transparent;
  vertical-align: middle;
  max-height: 90%;
  max-width: 60%;
}
.stacklapopup-wrap .stacklapopup-nightfall-wrapper .stacklapopup-nightfall-inner-wrapper .stacklapopup-nightfall-media-wrapper .stacklapopup-nightfall-image-loading {
  background: url(//assetscdn.stackla.com/media/images/image-loader.gif) center center no-repeat !important;
  position: relative;
}
.stacklapopup-wrap .stacklapopup-nightfall-wrapper .stacklapopup-nightfall-inner-wrapper .stacklapopup-nightfall-media-wrapper .stacklapopup-nightfall-image-loading .stacklapopup-nightfall-image {
  border-radius: 0px;
}
.stacklapopup-wrap .stacklapopup-nightfall-wrapper .stacklapopup-nightfall-inner-wrapper .stacklapopup-nightfall-content-wrapper {
  vertical-align: middle;
  display: table-cell !important;
  background: transparent;
  border-radius: 0px;
}
.mac .social-header .carousel-list .social-menu-item {
  padding-top: 10px;
}
footer {
  position: absolute;
  top: 0px;
  width: calc(100% - 120px);
  font-family: "adelle-sans", Arial, serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  padding: 0px 60px 20px 60px;
  z-index: 303;
  color: #ffffff;
  display: none;
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 1130px) {
  footer {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  footer {
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
}
footer #bungy-footer-link {
  display: none;
}
footer #bungy-footer-link.on {
  display: block;
}
footer #swing-footer-link {
  display: none;
}
footer #swing-footer-link.on {
  display: block;
}
footer #normal-footer-link.on {
  display: block;
}
footer #normal-footer-link {
  display: none;
}
footer a {
  color: #ffffff;
}
footer ul {
  margin: 0px;
}
footer .four-cols {
  float: left;
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}
@media all and (max-width: 1240px) {
  footer .four-cols {
    max-width: 320px;
  }
}
@media all and (max-width: 1130px) {
  footer .four-cols {
    display: none;
  }
}
@media all and (max-width: 768px) {
  footer .four-cols {
    width: 30%;
  }
}
@media all and (max-width: 359px) {
  footer .four-cols {
    width: 35%;
  }
}
footer .four-cols ul {
  float: left;
  width: 50%;
}
@media all and (max-width: 1130px) {
  footer .four-cols .col-1 {
    width: 100%;
  }
}
footer .four-cols .col-4 {
  padding-top: 60px;
}
footer .four-cols .col-4 li {
  padding-left: 60px;
}
@media all and (max-width: 1130px) {
  footer .four-cols .col-2,
  footer .four-cols .col-3,
  footer .four-cols .col-4 {
    display: none;
  }
}
footer .mobile-footer {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  display: none;
}
@media all and (max-width: 768px) {
  footer .mobile-footer {
    display: block;
  }
}
footer .mobile-footer ul li {
  float: left;
  margin-right: 20px;
  text-align: center;
}
footer .mobile-footer ul li.last {
  margin-right: 0;
}
footer .left-footer {
  position: absolute;
  left: 50%;
  margin-top: 56px;
  margin-left: -157px;
}
@media all and (max-width: 1130px) {
  footer .left-footer {
    position: static;
    left: auto;
    margin: 15px 0;
  }
}
@media all and (max-width: 768px) {
  footer .left-footer {
    position: absolute;
    top: 60px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
footer .left-footer .bungy-logo {
  float: left;
  width: 84px;
  height: 55px;
  margin-right: 29px;
  background-image: url("../images/interface/logo.png");
  background-size: 84px 55px;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  footer .left-footer .bungy-logo {
    margin-right: 15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .left-footer .bungy-logo {
    background-image: url("../images/interface/logo@2x.png");
  }
}
footer .left-footer .activity-copy {
  float: left;
  width: 202px;
  font-size: 21px;
  line-height: 24px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  margin-top: 10px;
  background-image: url("../images/interface/arrow-right.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media all and (max-width: 768px) {
  footer .left-footer .activity-copy {
    font-size: 18px;
    width: 165px;
    padding-right: 15px;
    background-position: right bottom 3px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .left-footer .activity-copy {
    background-image: url("../images/interface/arrow-right@2x.png");
  }
}
footer #bungy-footer-link .activity-copy,
footer #swing-footer-link .activity-copy {
  width: 212px;
}
@media all and (max-width: 768px) {
  footer #bungy-footer-link .activity-copy,
  footer #swing-footer-link .activity-copy {
    width: 175px;
  }
}
footer .right-footer {
  position: relative;
  bottom: auto;
  clear: both;
}
@media all and (max-width: 768px) {
  footer .right-footer {
    right: auto;
    position: absolute;
    top: -30px;
    left: 50%;
    bottom: auto;
    width: 308px;
    margin-left: -154px;
  }
}
footer .right-footer ul li {
  float: left;
  margin-right: 0px;
}
@media all and (max-width: 768px) {
  footer .right-footer ul li {
    float: none;
    margin-right: 0px;
  }
}
@media all and (max-width: 768px) {
  footer .right-footer ul li ul {
    margin-top: 25px;
  }
}
footer .right-footer ul li ul li {
  margin-right: 12px;
}
@media all and (max-width: 768px) {
  footer .right-footer ul li ul li {
    float: left;
    margin-right: 17px;
  }
}
footer .right-footer ul li ul li.last {
  margin-right: 0px;
}
footer .footer-icon {
  float: left;
  height: 48px;
  margin-top: 5px;
}
@media all and (max-width: 768px) {
  footer.mobile-margin {
    margin-top: 60px;
  }
}
footer.remove {
  display: none !important;
}
._4pxed {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0 solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  bottom: -1px;
  height: 54px;
  left: 0;
  position: fixed;
  right: 0;
  top: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000;
}
@media all and (max-width: 768px) {
  ._4pxed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
._4pxed::before {
  background: rgba(0, 0, 0, 0.0975);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
._fysxf,
._tgfps {
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0 solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
._tdn3u {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0 solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  text-align: center !important;
}
._tdn3u .text-center {
  display: block;
  width: 100%;
  text-align: center;
}
#footer-book-btn {
  display: none;
}
@media all and (max-width: 768px) {
  #footer-book-btn.trans-in {
    display: block;
  }
}
footer.transition-in {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
#template.instant footer,
#template.instant footer.transition-in {
  opacity: 0 !important;
}
@media all and (max-width: 1130px) {
  #transport {
    display: none;
  }
}
#transport-mobile {
  height: auto;
  display: none;
  padding: 200px 0 50px 0;
  overflow: visible;
  z-index: 301;
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 1130px) {
  #transport-mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #transport-mobile {
    padding: 100px 0 50px 0;
  }
}
#transport-mobile .content {
  margin-bottom: -10px;
}
#transport-mobile > .bg {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #ffffff;
}
#transport-mobile a {
  color: #00A8E1;
}
#transport-mobile .side-text {
  top: 417px;
  z-index: 30;
}
@media all and (max-width: 767px) {
  #transport-mobile .side-text {
    top: 360px;
  }
}
#transport-mobile .split-container .split-mobile {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
#transport-mobile .split-container .split-mobile .circle-close-btn {
  top: 139px;
  right: 10px;
  display: none;
  z-index: 200;
}
@media all and (max-width: 768px) {
  #transport-mobile .split-container .split-mobile .circle-close-btn {
    top: 180px;
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile .circle-close-btn {
    top: 139px;
    right: 10px;
  }
}
#transport-mobile .split-container .split-mobile .menu-top {
  background-image: url(../images/faq/menu-top@2x.png);
  background-size: 1130px 139px;
  background-position: top left;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile .menu-top {
    background-size: 1000px 123px;
  }
}
#transport-mobile .split-container .split-mobile .menu-bottom {
  background-image: url(../images/faq/menu-bottom@2x.png);
  background-size: 1130px 139px;
  background-position: bottom right;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile .menu-bottom {
    background-size: 1000px 123px;
  }
}
#transport-mobile .split-container .split-mobile .stretch-container {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 768px) {
  #transport-mobile .split-container .split-mobile .stretch-container {
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile .stretch-container {
    max-height: 280px;
  }
}
#transport-mobile .split-container .split-mobile .stretch-container .vehicle-container {
  position: relative;
  height: 400px;
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile .stretch-container .vehicle-container {
    height: 280px;
  }
}
#transport-mobile .split-container .split-mobile .stretch-container p {
  position: relative;
  width: 80%;
  max-width: 500px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  margin: 0 auto;
  text-align: left;
}
@media all and (max-width: 359px) {
  #transport-mobile .split-container .split-mobile .stretch-container p {
    width: calc(100% - 40px);
  }
}
#transport-mobile .split-container .split-mobile.selected {
  cursor: default;
}
#transport-mobile .split-container .split-mobile.selected .circle-close-btn {
  display: block;
}
#transport-mobile .split-container .split-mobile.selected .menu-top {
  opacity: 1;
  height: 139px;
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile.selected .menu-top {
    height: 123px;
  }
}
#transport-mobile .split-container .split-mobile.selected .menu-bottom {
  opacity: 1;
  height: 139px;
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile.selected .menu-bottom {
    height: 123px;
  }
}
#transport-mobile .split-container .split-mobile.selected .stretch-container {
  height: auto;
  max-height: 999px;
  background-color: #f6f6f6;
}
@media all and (max-width: 768px) {
  #transport-mobile .split-container .split-mobile.selected .stretch-container {
    margin-top: -25px;
  }
}
@media all and (max-width: 767px) {
  #transport-mobile .split-container .split-mobile.selected .stretch-container {
    max-height: 700px;
  }
}
#transport-mobile .split-container .split-mobile.selected .stretch-container h2 {
  color: #00A8E1;
}
#transport-mobile[data-selected-id="1"] {
  padding: 0 0 50px 0;
}
#transport-mobile[data-selected-id="1"] .split-mobile[data-id="2"] {
  margin-top: -50px;
}
#transport-mobile[data-selected-id="1"] #transport-mobile-canvas {
  top: 500px;
}
#transport-mobile[data-selected-id="1"] .content {
  background-color: transparent;
}
#transport-mobile[data-selected-id="2"] {
  padding: 200px 0 0 0;
}
@media all and (max-width: 767px) {
  #transport-mobile[data-selected-id="2"] {
    padding: 100px 0 0 0;
  }
}
#transport-mobile[data-selected-id="2"] .split-mobile.selected {
  margin-top: -50px;
}
#transport-mobile[data-selected-id="2"] .split-mobile.selected .menu-bottom {
  margin-bottom: -100px;
}
.transport-section {
  width: 100%;
  height: 632px;
  z-index: 12;
}
@media all and (max-width: 768px) {
  .transport-section {
    overflow: hidden;
  }
}
.transport-section .content {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  z-index: 12;
}
@media all and (max-width: 1130px) {
  .transport-section .content {
    margin-bottom: 0;
  }
}
.transport-section .content .transport-item .vehicle {
  position: relative;
  margin: -40px auto 0 auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media all and (max-width: 767px) {
  .transport-section .content .transport-item .vehicle {
    margin-bottom: -50px;
  }
}
.transport-section .content .self-drive .vehicle {
  width: 275px;
  height: 187px;
}
@media all and (max-width: 767px) {
  .transport-section .content .self-drive .vehicle {
    margin-top: -50px;
  }
}
.transport-section .content .self-drive .vehicle .car-body {
  position: absolute;
  top: 38px;
  left: 11px;
  width: 245px;
  height: 96px;
  background-image: url("../images/common/car1-body.png");
  background-size: 245px 96px;
  z-index: 3;
}
.transport-section .content .self-drive .vehicle .car-underbody {
  position: absolute;
  top: 38px;
  left: 11px;
  width: 245px;
  height: 96px;
  background-image: url("../images/common/car1-underbody.png");
  background-size: 245px 96px;
  z-index: 1;
}
.transport-section .content .self-drive .vehicle .car-wheels {
  position: absolute;
  top: 107px;
  left: 32px;
  width: 219px;
  height: 47px;
  background-image: url("../images/common/car1-wheels.png");
  background-size: 219px 47px;
  z-index: 2;
}
.transport-section .content .bungy-bus .vehicle {
  width: 390px;
  height: 187px;
}
@media all and (max-width: 767px) {
  .transport-section .content .bungy-bus .vehicle {
    width: 360px;
  }
}
@media all and (max-width: 359px) {
  .transport-section .content .bungy-bus .vehicle {
    width: 320px;
  }
}
.transport-section .content .bungy-bus .vehicle .car-body {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 360px;
  height: 114px;
  background-image: url("../images/common/car2-body@2x.png");
  background-size: 360px 114px;
  z-index: 3;
}
.transport-section .content .bungy-bus .vehicle .car-underbody {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 360px;
  height: 104px;
  background-image: url("../images/common/car2-underbody.png");
  background-size: 360px 104px;
  z-index: 1;
  display: none;
}
.transport-section .content .bungy-bus .vehicle .car-wheels {
  position: absolute;
  top: 110px;
  left: 13px;
  width: 365px;
  height: 40px;
  background-image: url("../images/common/car2-wheels@2x.png");
  background-size: 365px 40px;
  z-index: 5;
}
.transport-section .content .gondola h2 {
  margin-top: 60px;
  font-size: 90px;
  z-index: 4;
}
@media all and (max-width: 1360px) {
  .transport-section .content .gondola h2 {
    font-size: 72px;
  }
}
@media all and (max-width: 1130px) {
  .transport-section .content .gondola h2 {
    margin-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .transport-section .content .gondola h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  .transport-section .content .gondola .vehicle-container {
    height: 360px !important;
  }
}
.transport-section .content .gondola .vehicle {
  width: 390px;
  height: 350px;
  opacity: 1 !important;
  margin: 70px auto 0 auto;
}
@media all and (max-width: 1130px) {
  .transport-section .content .gondola .vehicle {
    margin: -40px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .transport-section .content .gondola .vehicle {
    width: 360px;
  }
}
@media all and (max-width: 359px) {
  .transport-section .content .gondola .vehicle {
    width: 320px;
  }
}
.transport-section .content .gondola .vehicle .car-body {
  position: absolute;
  top: -200px;
  left: 0;
  width: 353px;
  height: 450px;
  background-image: url("../images/common/gondola.png");
  background-size: 353px 450px;
  z-index: 3;
}
@media all and (max-width: 1360px) {
  .transport-section .content .gondola .vehicle .car-body {
    top: -260px;
  }
}
@media all and (max-width: 1130px) {
  .transport-section .content .gondola .vehicle .car-body {
    top: 0;
    left: 50px;
    width: 275px;
    height: 350px;
    background-image: url("../images/common/gondola.png");
    background-size: 275px 350px;
  }
}
@media all and (max-width: 767px) {
  .transport-section .content .gondola .vehicle .car-body {
    top: 10;
    left: 40px;
    width: 275px;
    height: 350px;
    background-image: url("../images/common/gondola.png");
    background-size: 275px 350px;
  }
}
.transport-section .content .gondola .vehicle .car-underbody {
  display: none;
}
.transport-section .content .gondola .vehicle .car-wheels {
  display: none;
}
.transport-section .content .selected .transport-copy {
  z-index: 20;
}
.transport-section .content .transport-copy {
  position: absolute;
  top: 0;
  width: 315px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  z-index: -1;
}
.transport-section .content .self-drive-copy {
  left: -315px;
}
.transport-section .content h2 {
  position: relative;
  font-size: 144px;
  line-height: 0.76;
  color: #e0e0e0;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 1360px) {
  .transport-section .content h2 {
    font-size: 110px;
  }
}
@media all and (max-width: 767px) {
  .transport-section .content h2 {
    font-size: 72px;
  }
}
.transport-section .content .split {
  width: 50%;
  z-index: 10;
  cursor: pointer;
}
@media all and (max-width: 1130px) {
  .transport-section .content .split .vertical-align {
    vertical-align: top;
  }
}
.transport-section .content .split.selected {
  cursor: default;
}
.transport-section .content .split.selected h2 {
  color: #00A8E1;
}
.transport-section .content .split-container.selected .split h2 {
  color: #e0e0e0;
}
.transport-section .content .split-container.selected .split.selected h2 {
  color: #00A8E1;
}
.transport-section .content .split.darken h2 {
  color: #e0e0e0;
}
.transport-section .angled-shadow {
  z-index: 11;
}
@media all and (max-width: 1130px) {
  .transport-section .angled-shadow {
    z-index: 30;
  }
}
.transport-section .side-text {
  width: 632px;
  right: -280px;
  -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
.transport-section .side-text.fade-out {
  opacity: 0;
}
.transport-section canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.transport-section #transport-data-bg-canvas.from-right {
  left: auto;
  right: 0;
}
.transport-section .masked-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.transport-section .close-btn {
  position: absolute;
  margin-top: -55px;
  right: 0;
}
#transport-mobile.always-open {
  padding: 0;
}
#transport-mobile.always-open .split-container .split-mobile .circle-close-btn {
  display: none !important;
}
.transport-section[data-splits="1"] .content .split {
  width: 100%;
}
.not-mobile .transport-section .split:hover h2 {
  color: #00A8E1;
}
.not-mobile .transport-section a {
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.not-mobile .transport-section a:hover {
  color: #00A8E1;
}
.mobile #transport-mobile .label-title {
  line-height: 1.8;
}
#product-location .label-title .product-location-label-title {
  display: inline;
}
#product-location .label-title .product-label-title {
  display: none;
}
#media-landing,
#bungy-shop,
#faq,
#groups-education,
#about-us,
#safety,
#contact,
#site-map {
  padding: 100px 0 0 0;
}
.media {
  padding: 71px 0 0 0;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  color: #888888;
  background-color: #ffffff;
}
.media h2 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 48px;
  text-align: left;
  color: #00A8E1;
}
.media h3 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #00A8E1;
}
.media h4 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 21px;
  color: #00A8E1;
}
.media .title-container {
  z-index: 1;
}
.media .title-container .container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 668px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.media .title-container .container h5 {
  position: relative;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  padding-left: 23px;
  margin-left: -23px;
  background-image: url("../images/interface/arrow-left-blue.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #00A8E1;
  display: inline-block;
  z-index: 20;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 767px) {
  .media .title-container .container h5 {
    font-size: 18px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .media .title-container .container h5 {
    background-image: url("../images/interface/arrow-left-blue@2x.png");
  }
}
.media .title-container .container h5 a {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
}
.media .title-container .container h5.no-arrow {
  background-image: none;
  padding-left: 0;
  margin-left: 0;
}
.media .title-container .container h1 {
  position: relative;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 120px;
  text-align: center;
  margin: 0 auto;
  color: #00A8E1;
}
@media all and (max-width: 767px) {
  .media .title-container .container h1 {
    font-size: 54px;
  }
}
.media .title-container .container h1.smaller {
  font-size: 100px;
}
@media all and (max-width: 767px) {
  .media .title-container .container h1.smaller {
    font-size: 48px;
  }
}
.media .title-container .container h2 {
  font-size: 36px;
}
@media all and (max-width: 767px) {
  .media .title-container .container h2 {
    font-size: 28px;
  }
}
.media .title-container .container h3 {
  font-size: 22px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .media .title-container .container h3 {
    font-size: 20px;
  }
}
.media .title-container .container .media-post-copy {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
  text-align: left;
}
.media .title-container .container p,
.media .title-container .container .p {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 45px auto;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  color: #888888;
  text-align: left;
}
.media .title-container .container a {
  font-family: "adelle-sans", Arial, serif;
  color: #00A8E1;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.media .title-container .container .btn-container {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media all and (max-width: 1130px) {
  .media .title-container .container .btn-container .btn-mask {
    position: absolute;
  }
}
@media all and (max-width: 767px) {
  .media .title-container .container .btn-container .btn-mask {
    position: relative;
  }
}
.media .title-container .container .btn-container .btn-mask.left-btn {
  left: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  .media .title-container .container .btn-container .btn-mask.left-btn {
    left: auto;
    margin: 0 auto;
  }
}
.media .title-container .container .btn-container .btn-mask.right-btn {
  left: 215px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .media .title-container .container .btn-container .btn-mask.right-btn {
    left: auto;
    margin: 10px auto 0 auto;
  }
}
.media canvas {
  position: absolute;
}
.media .footer-section {
  margin-top: 150px;
  height: 400px;
}
@media all and (min-width: 1921px) {
  .media .footer-section {
    height: 600px;
  }
}
@media all and (max-width: 768px) {
  .media .footer-section {
    height: 280px;
    margin-top: 120px;
  }
}
.media.legal h2 {
  padding: 0 !important;
}
.media#media-releases .title-container {
  margin-bottom: 80px;
}
#shop-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: none;
}
#shop-lightbox .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  text-align: center;
  margin: -300px 0 0 -360px;
  background-color: #ffffff;
  z-index: 10;
}
@media all and (max-width: 900px) {
  #shop-lightbox .box {
    left: 5%;
    margin-top: -242px;
    margin-left: 0;
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  #shop-lightbox .box {
    top: 74px;
    margin-top: 0;
  }
}
#shop-lightbox .box #bungy-shop-big-img {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media all and (max-width: 900px) {
  #shop-lightbox .box #bungy-shop-big-img {
    height: 300px;
  }
}
#shop-lightbox .box .copy {
  position: relative;
  padding: 0px 20px 40px 20px;
  text-align: center;
}
#shop-lightbox .box .copy .title {
  color: #39ace2;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 15px;
}
#shop-lightbox .box .copy .price {
  font-weight: normal;
  color: #888888;
  font-family: "adelle-sans", Arial, serif;
  font-size: 15px;
}
#shop-lightbox .box .copy .email {
  display: block;
  color: #39ace2;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-size: 15px;
  margin-top: 10px;
}
#shop-lightbox .close-btn {
  position: absolute;
  top: -52px;
  right: -52px;
  width: 52px;
  height: 52px;
  background-image: url(../images/interface/close-btn-white@2x.png);
  background-repeat: no-repeat;
  background-size: 52px 52px;
  z-index: 30;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  #shop-lightbox .close-btn {
    top: -62px;
    right: 0;
  }
}
#shop-lightbox .close-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.mac .media h5,
.mobile .media h5 {
  line-height: 1.6 !important;
  padding-bottom: 5px;
  background-position: left top 9px !important;
}
@media all and (max-width: 768px) {
  .mac .media h5,
  .mobile .media h5 {
    background-position: left top 1px !important;
  }
}
.mac .grey-panel .grey-bg .copy .btn-container .btn-mask,
.mobile .grey-panel .grey-bg .copy .btn-container .btn-mask {
  height: 45px;
}
.mac .grey-panel .grey-bg .copy .btn-container .btn-mask .btn-standard,
.mobile .grey-panel .grey-bg .copy .btn-container .btn-mask .btn-standard {
  padding: 9px 0 0 0;
}
.not-mobile .media .title-container .container a:hover {
  color: #000000;
}
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  line-height: 1.4;
  color: #ffffff;
  background-color: #000000;
  -moz-image-rendering: auto;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.85;
  margin: 0;
  padding: 0;
  display: block;
}
@media all and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    line-height: 0.9;
  }
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  text-transform: uppercase;
}
img {
  border: none;
}
a {
  color: #00A8E1;
  text-decoration: none;
}
p,
.p {
  margin: 0;
  padding: 0;
  display: block;
}
.mac,
.mobile {
  line-height: 1.7;
}
.mac h1,
.mobile h1,
.mac h2,
.mobile h2,
.mac h3,
.mobile h3,
.mac h4,
.mobile h4,
.mac h5,
.mobile h5 {
  line-height: 0.85;
}
#current-page-title {
  display: none;
}
body.mobile {
  width: 100%;
  overflow: hidden;
}
body.ie .split .bg,
body.edge .split .bg {
  -webkit-transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
body.ie #location #video-intro .blackout,
body.edge #location #video-intro .blackout,
body.ie #product #video-intro .blackout,
body.edge #product #video-intro .blackout {
  -webkit-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
body.ie #video-intro {
  position: absolute;
}
body.ie .feature-video-play.btn-play {
  position: absolute;
}
body.ie .video-fullscreen {
  display: none !important;
}
#groups #group-intro {
  padding: 50px 0;
}
@media all and (max-width: 1130px) {
  #groups #group-intro {
    padding: 50px 0 0 0;
  }
}
#groups canvas {
  top: 0;
}
#groups .category-item .content {
  float: left;
  width: 37.5%;
}
@media all and (max-width: 1130px) {
  #groups .category-item .content {
    float: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1130px) {
  #groups .category-item .content .vertical-align {
    padding: 50px 0;
  }
}
#groups .category-item .content .copy {
  float: left;
  width: 100%;
}
@media all and (max-width: 1130px) {
  #groups .category-item .content .copy {
    float: none;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#groups .category-item .content .copy h2 {
  text-align: center;
  margin-bottom: 30px;
}
#groups .category-item .content .copy p {
  text-align: left;
}
@media all and (max-width: 1130px) {
  #groups .category-item .content .copy p {
    padding: 0;
  }
}
@media all and (max-width: 1130px) {
  #groups .category-item .content .copy .text {
    padding: 0 !important;
  }
}
#groups .category-item canvas {
  left: 37.5%;
}
@media all and (max-width: 1130px) {
  #groups .category-item canvas {
    position: relative;
    left: 0;
  }
}
#groups .category-item .data-bg-canvas {
  left: 0;
}
@media all and (max-width: 1130px) {
  #groups .category-item .data-bg-canvas {
    display: none;
  }
}
#groups #group-2 .content,
#groups #group-4 .content {
  float: right;
}
@media all and (max-width: 1130px) {
  #groups #group-2 .content,
  #groups #group-4 .content {
    float: none;
  }
}
#groups #group-2 canvas,
#groups #group-4 canvas {
  left: 0;
}
#groups #group-2 .data-bg-canvas,
#groups #group-4 .data-bg-canvas {
  left: 62.5%;
}
@media all and (max-width: 1130px) {
  #groups #group-2 .data-bg-canvas,
  #groups #group-4 .data-bg-canvas {
    display: none;
    left: 0;
  }
}
#groups .footer-section {
  margin-top: 0;
  height: 400px;
  overflow: visible;
}
@media all and (max-width: 1130px) {
  #groups .footer-section {
    overflow: hidden;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
header .logo {
  position: absolute;
  top: 10px;
  left: 142px;
  width: 84px;
  height: 55px;
  background-image: url("../images/interface/logo.png");
  background-repeat: no-repeat;
  background-size: 84px 55px;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 768px) {
  header .logo {
    top: 0;
    left: 60px;
    width: 63px;
    height: 41px;
    background-size: 63px 41px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .logo {
    background-image: url("../images/interface/logo@2x.png");
  }
}
header #menu-left {
  float: left;
  margin: 0;
  padding-left: 40px;
}
@media all and (max-width: 768px) {
  header #menu-left {
    position: absolute;
    float: none;
    padding-left: 66px;
    z-index: 5001;
  }
}
@media all and (max-width: 768px) {
  header #menu-left.open-menu {
    position: fixed;
    top: 10px;
  }
}
header #menu-right {
  float: right;
  margin: 0;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  header #menu-right {
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
  }
}
header #menu-right a {
  color: #ffffff;
}
header #menu-right .phone-icon {
  color: #ffffff;
}
@media all and (max-width: 768px) {
  header #menu-right .phone-icon span {
    display: none;
  }
}
header #menu-right li {
  float: left;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  margin: 18px 0 0 18px;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  header #menu-right li {
    margin: 18px 0 0 22px;
  }
}
@media all and (max-width: 768px) {
  header #menu-right li {
    margin: 5px 0 0 15px;
  }
}
@media all and (max-width: 768px) {
  header #menu-right li.phone-icon-container {
    margin: 5px 0 0 10px;
  }
}
header #menu-right li.chinese a {
  line-height: 1.6;
}
header #menu-right li.circular {
  margin: 10px 0 0 42px;
  padding: 8px 0;
  width: 100px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (max-width: 768px) {
  header #menu-right li.circular {
    margin: 8px 0 0 24px;
    display: none;
  }
}
header #menu-right li.circular a {
  color: #3c3434;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
header #menu-right li.circular:hover {
  background-color: #000000;
}
header #menu-right li.circular:hover a {
  color: #ffffff;
}
@media all and (max-width: 1023px) {
  header #menu-right li.book-img-container {
    display: none;
  }
}
header #menu-right .book-img {
  width: 162px;
  height: 20px;
  border-radius: 100px;
  background-color: #ffffff;
  font-family: 'TideSansCond-600BunnyItalic';
  font-size: 18px;
  color: #00a8e1;
  padding: 7px 0 13px 0;
  text-align: center;
  display: block;
  margin-top: -7px;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 768px) {
  header #menu-right.open-menu {
    opacity: 0;
  }
}
header #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5000;
}
@media all and (max-width: 768px) {
  header #menu {
    position: fixed;
    width: 100%;
    height: 1000px !important;
  }
}
header #menu .mobile-location-dropdown {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 220px;
  height: auto !important;
  z-index: 103;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .mobile-location-dropdown {
    top: 90px;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 0;
    width: 100%;
    height: 200px !important;
  }
}
header #menu .mobile-location-dropdown .black-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  background-color: #000000;
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown .black-bg {
    top: -500px;
    left: 0;
    width: 100%;
    height: 1200px;
  }
}
header #menu .mobile-location-dropdown .black-bg2 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 180px;
  height: 600px;
  z-index: -1;
  background-color: #000000;
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown .black-bg2 {
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
header #menu .mobile-location-dropdown .locations-title-mobile {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.5;
  width: 150px;
  margin-bottom: 15px;
  background-image: url("../images/interface/close-icon.png");
  background-size: 16px 16px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 24px 0 0;
  cursor: pointer;
  display: block;
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown .locations-title-mobile {
    position: relative;
    text-align: center;
    padding: 0 24px;
    width: 110px;
    margin: 0 auto 15px auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .mobile-location-dropdown .locations-title-mobile {
    background-image: url("../images/interface/close-icon@2x.png");
  }
}
header #menu .mobile-location-dropdown .submenu-dropdown {
  height: auto;
  display: none;
}
header #menu .mobile-location-dropdown .submenu-dropdown .blue-title {
  font-size: 15px;
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .mobile-location-dropdown .submenu-dropdown .blue-title {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown .submenu-dropdown .blue-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
  }
}
header #menu .mobile-location-dropdown .submenu-dropdown .submenu-item {
  font-size: 15px;
  margin: 20px 0 15px 0;
  color: #ffffff;
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .mobile-location-dropdown .submenu-dropdown .submenu-item {
    font-size: 15px;
    margin: 15px 0 10px 0;
  }
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown .submenu-dropdown .submenu-item {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 12px 0;
  }
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown.desktop-version {
    display: none;
  }
}
header #menu .mobile-location-dropdown.mobile-version {
  display: none;
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown.mobile-version {
    display: block;
  }
}
header #menu .mobile-location-dropdown.hide-left {
  left: -1000px !important;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
header #menu .mobile-location-dropdown.open-mobile {
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px);
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .mobile-location-dropdown.open-mobile {
    left: 0;
  }
}
@media all and (max-width: 768px) {
  header #menu .mobile-location-dropdown.open-mobile {
    left: 0;
    width: 100%;
  }
}
header #menu .submenu-dropdown {
  height: 0px;
  display: none;
}
header #menu .submenu-dropdown > .container > div {
  padding-top: 0;
  padding-bottom: 10px;
}
header #menu .submenu-dropdown a,
header #menu .submenu-dropdown span {
  display: block;
}
header #menu .submenu-dropdown .blue-title {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  color: #00a8e1;
  text-transform: none;
  margin-top: 8px;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .blue-title {
    font-size: 14px;
  }
}
header #menu .submenu-dropdown .blue-title.pad-top {
  padding-top: 5px;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .blue-title.pad-top {
    padding-top: 15px;
  }
}
header #menu .submenu-dropdown .blue-title.less-mt {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .blue-title.less-mt {
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .blue-title.first {
    margin-top: 20px;
  }
}
header #menu .submenu-dropdown .subheading {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px 0;
  opacity: 0.5;
}
header #menu .submenu-dropdown .submenu-item {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  margin: 10px 0 0 0;
  padding-left: 12px;
  text-transform: none;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .submenu-item {
    font-size: 16px;
    margin: 6px 0;
    padding: 12px 0 0 0;
  }
}
header #menu .submenu-dropdown .submenu-item.last {
  padding-bottom: 16px;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .submenu-item.last {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
}
header #menu .submenu-dropdown .submenu-item.btn-standard {
  margin-top: 0;
  margin-bottom: 15px;
  width: 147px;
  height: 26px;
  padding-left: 0;
  background-color: #39ace2;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .submenu-item.btn-standard {
    position: relative;
    font-size: 16px;
    width: 160px;
    margin: 0 auto 15px auto;
    padding: 9px 0 0 0;
  }
}
header #menu .submenu-dropdown .submenu-item.btn-standard.btn-swings {
  width: 160px;
}
@media all and (max-width: 768px) {
  header #menu .submenu-dropdown .submenu-item.btn-standard.btn-swings {
    margin: 0 auto 15px -14px;
  }
}
@media all and (max-width: 768px) {
  header #menu .vertical-align {
    vertical-align: top;
    padding-top: 80px;
  }
}
header #menu .blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 19;
}
@media all and (max-width: 768px) {
  header #menu .blocker {
    display: none;
  }
}
header #menu .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 1440px;
  background-image: url("../images/interface/menu-bg.png");
  background-size: 350px 1440px;
  background-repeat: no-repeat;
  z-index: 10;
}
@media all and (max-width: 768px) {
  header #menu .bg {
    background-image: none;
    width: 100%;
    height: 150% !important;
    background-color: #000000;
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .bg {
    background-image: url("../images/interface/menu-bg@2x.png");
  }
}
header #menu .menu-items {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  width: 304px;
  height: 100%;
  z-index: 20;
}
@media all and (max-width: 768px) {
  header #menu .menu-items {
    margin-left: 0;
    width: 100%;
    height: auto !important;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
  }
}
header #menu .menu-items .desktop-content {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .desktop-content {
    display: none;
  }
}
header #menu .menu-items .mobile-content {
  display: none;
  z-index: 10;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .mobile-content {
    display: block;
  }
}
header #menu .menu-items > .content {
  position: relative;
  margin-top: 170px;
  z-index: 100;
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .menu-items > .content {
    margin-top: 90px;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items > .content {
    margin-top: 0px;
    display: table;
    width: 100%;
  }
}
header #menu .menu-items .logo {
  left: 0px;
  z-index: 501;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .logo {
    left: 60px;
    display: none;
  }
}
header #menu .menu-items .close-btn {
  position: absolute;
  top: 28px;
  right: 36px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  z-index: 200;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .close-btn {
    top: 18px;
    right: 30px;
    display: none;
  }
}
header #menu .menu-items .close-btn span {
  font-family: "TideSansCond-400LilDudeItalic";
  display: inline;
}
header #menu .menu-items span {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
}
@media all and (max-width: 768px) {
  header #menu .menu-items span {
    text-align: center;
    -webkit-user-drag: auto;
    user-drag: auto;
  }
}
header #menu .menu-items a {
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  outline: none !important;
}
@media all and (max-width: 768px) {
  header #menu .menu-items a {
    display: block;
    text-align: center;
    -webkit-user-drag: auto;
    user-drag: auto;
  }
}
header #menu .menu-items .small {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  height: 34px;
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .small {
    font-size: 13px;
    line-height: 1.6;
    height: 25px !important;
  }
}
header #menu .menu-items .small > span,
header #menu .menu-items .small > a {
  display: inline;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .small > span,
  header #menu .menu-items .small > a {
    display: block;
    text-align: center;
  }
}
header #menu .menu-items .small.first {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .small.first {
    margin-top: 14px;
  }
}
@media all and (max-width: 768px) and (max-height: 550px) {
  header #menu .menu-items .small.first {
    margin-top: 8px;
  }
}
header #menu .menu-items .small.has-dropdown > span {
  background-image: url("../images/interface/icons-menu-dd-arrow.png");
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position: right center;
  padding-right: 15px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .small.has-dropdown > span {
    padding-right: 0;
    width: 95px;
    margin: 0 auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .menu-items .small.has-dropdown > span {
    background-image: url("../images/interface/icons-menu-dd-arrow@2x.png");
  }
}
header #menu .menu-items .small.has-dropdown.open > span {
  background-image: url("../images/interface/group-17.png");
  background-size: 10px 9px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .menu-items .small.has-dropdown.open > span {
    background-image: url("../images/interface/group-17@2x.png");
  }
}
header #menu .menu-items .medium {
  font-weight: normal;
  font-size: 21px;
  opacity: 1;
  line-height: 1.73;
  height: 34px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .medium {
    font-size: 17px;
    line-height: 1.4;
    height: 28px !important;
  }
}
header #menu .menu-items .medium a {
  color: #00a8e1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 768px) {
  header #menu .menu-items .medium a {
    -webkit-user-drag: auto;
    user-drag: auto;
  }
}
header #menu .menu-items .medium a.white {
  color: #ffffff;
}
header #menu .menu-items .medium.pad-bottom {
  padding-bottom: 6px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .medium.vouchers {
    display: none;
  }
}
header #menu .menu-items .medium.first {
  margin-top: 11px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .medium.first {
    margin-top: 6px;
  }
}
@media all and (min-width: 769px) and (max-height: 800px) {
  header #menu .menu-items .medium.first {
    margin-top: 10px;
  }
}
@media all and (max-width: 768px) and (max-height: 550px) {
  header #menu .menu-items .medium.first {
    margin-top: 6px;
  }
}
header #menu .menu-items .book-btn {
  position: relative;
  margin-top: 12px;
  margin-bottom: 15px;
  width: 164px;
  height: 34px;
  background-color: #39ace2;
  display: block;
}
@media all and (max-width: 768px) {
  header #menu .menu-items .book-btn {
    display: none !important;
  }
}
header #menu .menu-items ul {
  margin: 0;
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul {
    display: table-cell;
    height: auto !important;
    vertical-align: middle;
  }
}
header #menu .menu-items ul li {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5;
  height: 41px;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  outline: none !important;
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul li {
    font-size: 21px;
    line-height: 1.2;
    height: 32px !important;
  }
}
header #menu .menu-items ul li > span {
  display: inline;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul li > span {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul li[data-index="0"] {
    width: 190px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul li[data-index="1"] {
    width: 130px;
    margin: 0 auto;
  }
}
header #menu .menu-items ul li.has-dropdown > span {
  background-image: url("../images/interface/icons-menu-dd-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px 10px;
  background-position: right center;
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul li.has-dropdown > span {
    padding-right: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .menu-items ul li.has-dropdown > span {
    background-image: url("../images/interface/icons-menu-dd-arrow@2x.png");
  }
}
header #menu .menu-items ul li.open {
  opacity: 1;
}
header #menu .menu-items ul li.open > span {
  background-image: url("../images/interface/close-icon.png");
  background-size: 15px 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header #menu .menu-items ul li.open > span {
    background-image: url("../images/interface/close-icon@2x.png");
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul.open {
    height: 600px;
  }
}
header #menu .menu-items ul.open li {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  header #menu .menu-items ul.open li {
    opacity: 0;
    pointer-events: none;
  }
}
header #menu .menu-items ul.open li a {
  color: #ffffff;
}
header #menu .menu-items ul.open li.open {
  opacity: 1;
  pointer-events: auto;
}
@media all and (max-width: 768px) {
  header #menu .menu-items.transition-in {
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items.spaced .small {
    line-height: 1.7 !important;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items.spaced .medium {
    line-height: 1.7 !important;
  }
}
@media all and (max-width: 768px) {
  header #menu .menu-items.spaced ul li {
    line-height: 1.4 !important;
  }
}
header #menu.remove {
  display: none;
}
@media all and (max-width: 768px) {
  header #menu.remove {
    left: -1000px;
    display: block;
  }
}
@media all and (max-width: 768px) {
  .blue-interface #btn-menu #menu-burger {
    background-color: #39ace2;
  }
}
.blue-interface #btn-menu #menu-burger .menu-line {
  background-color: #39ace2;
}
@media all and (max-width: 768px) {
  .blue-interface #btn-menu #menu-burger .menu-line {
    background-color: #ffffff;
  }
}
.blue-interface #btn-menu #menu-burger .menu-line.blue {
  background-color: #ffffff;
}
.blue-interface #btn-menu #menu-burger #menu-circle {
  background-color: #39ace2;
}
.blue-interface #btn-menu #menu-burger.close {
  background-color: transparent;
}
.blue-interface #btn-menu .menu-text {
  color: #39ace2;
}
.blue-interface header #menu-left .logo {
  background-image: url("../images/interface/logo-blue.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .blue-interface header #menu-left .logo {
    background-image: url("../images/interface/logo-blue@2x.png");
  }
}
.blue-interface header #menu-right {
  color: #39ace2;
}
.blue-interface header #menu-right a {
  color: #39ace2;
}
.blue-interface header #menu-right .phone-icon {
  color: #39ace2;
  background-image: url("../images/interface/icons-phone-blue.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .blue-interface header #menu-right .phone-icon {
    background-image: url("../images/interface/icons-phone-blue@2x.png");
  }
}
.blue-interface header #menu-right .book-img {
  background-color: #39ace2;
  color: #ffffff;
}
.blue-interface header #menu-right .chat-icon {
  background-image: url("../images/interface/icons-chat-blue.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .blue-interface header #menu-right .chat-icon {
    background-image: url("../images/interface/icons-chat-blue@2x.png");
  }
}
.mac header,
.mobile header {
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .mac header,
  .mobile header {
    padding: 10px 0;
  }
}
.mac header .phone-icon,
.mobile header .phone-icon {
  margin-top: -1px;
  padding-top: 1px;
  background-position: top left;
}
@media all and (max-width: 768px) {
  .mac header .phone-icon,
  .mobile header .phone-icon {
    margin-top: 2px;
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .mac header #menu-right li,
  .mobile header #menu-right li {
    line-height: 1 !important;
    padding-top: 2px;
  }
}
@media all and (max-width: 768px) {
  .mac header #menu-right li.chinese,
  .mobile header #menu-right li.chinese {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .mac header #menu .menu-items .close-btn,
  .mobile header #menu .menu-items .close-btn {
    line-height: 1 !important;
    padding-top: 2px;
    top: 23px;
  }
}
.mac header #menu .menu-items .submenu-dropdown .submenu-item.btn-standard,
.mobile header #menu .menu-items .submenu-dropdown .submenu-item.btn-standard {
  padding-top: 12px;
}
.mac header #menu .menu-items ul li.has-dropdown.open > span,
.mobile header #menu .menu-items ul li.has-dropdown.open > span {
  background-position: right top 4px;
}
@media all and (max-width: 768px) {
  .mac header #menu .menu-items ul li.has-dropdown.open > span,
  .mobile header #menu .menu-items ul li.has-dropdown.open > span {
    background-position: right top 4px;
  }
}
.mac header #menu .menu-items ul li.has-dropdown > span,
.mobile header #menu .menu-items ul li.has-dropdown > span {
  background-position: right top 6px;
}
@media all and (max-width: 768px) {
  .mac header #menu .menu-items ul li.has-dropdown > span,
  .mobile header #menu .menu-items ul li.has-dropdown > span {
    background-position: right top 6px;
  }
}
body.mobile header .mobile-location-dropdown .locations-title-mobile {
  background-position: top 5px right !important;
}
.mac header #menu .menu-items .submenu-dropdown .blue-title {
  margin-top: 15px;
  margin-bottom: 5px;
}
.mac header #menu .menu-items .submenu-dropdown .blue-title.first {
  margin-top: 7px;
}
@media all and (max-width: 768px) {
  .mac header #menu .menu-items .submenu-dropdown .blue-title.first {
    margin-top: 20px;
  }
}
.mac header #menu .menu-items .submenu-dropdown .blue-title.less-mt {
  margin-top: 0;
}
.mac header #menu .menu-items .small.has-dropdown.open > span {
  background-position: top 2px right;
}
.mac header #menu .menu-items .small.has-dropdown > span {
  background-position: top 4px right;
}
@media all and (max-width: 768px) {
  .mac header #menu .menu-items .small.has-dropdown > span {
    background-position: top 9px right;
  }
}
.mac .mobile-location-dropdown .locations-title-mobile {
  background-position: top 9px right !important;
}
header.transition-in {
  opacity: 1;
  pointer-events: auto;
}
@media all and (max-width: 768px) {
  #template.show-menu > #content {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  #template.show-menu > footer {
    display: none !important;
  }
}
#mobile-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 799;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  display: none;
}
@media all and (max-width: 768px) {
  #mobile-menu-bg {
    display: block;
  }
}
#mobile-menu-bg.transition-in {
  opacity: 1;
}
#mobile-menu-bg.hide-left {
  left: -1500px;
}
#btn-menu {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 0 29px;
  cursor: pointer;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (max-width: 768px) {
  #btn-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
}
#btn-menu #menu-burger {
  position: absolute;
  top: 13px;
  width: 36px;
  height: 36px;
  display: block;
}
@media all and (max-width: 768px) {
  #btn-menu #menu-burger {
    top: 12px;
    left: 12px;
    border-radius: 36px;
    background-color: #ffffff;
  }
}
#btn-menu #menu-burger #menu-circle {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 36px;
  opacity: 0;
}
@media all and (max-width: 768px) {
  #btn-menu #menu-burger #menu-circle {
    display: none;
  }
}
#btn-menu #menu-burger .menu-line {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background-color 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* easeOutCubic */
}
@media all and (max-width: 768px) {
  #btn-menu #menu-burger .menu-line {
    background-color: #1f1f1f;
  }
}
#btn-menu #menu-burger .menu-line.blue {
  background-color: #39ace2;
}
#btn-menu #menu-burger #menu-line1 {
  top: 12px;
  left: 11px;
}
#btn-menu #menu-burger #menu-line2 {
  top: 17px;
  left: 11px;
}
#btn-menu #menu-burger #menu-line3 {
  top: 22px;
  left: 11px;
}
#btn-menu #menu-burger.close {
  background-color: transparent;
}
#btn-menu #menu-burger.close #menu-line1 {
  top: 17px;
  left: 7px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 45deg);
}
#btn-menu #menu-burger.close #menu-line2 {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
  opacity: 0;
}
#btn-menu #menu-burger.close #menu-line3 {
  top: 17px;
  left: 7px;
  -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -o-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
  transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -45deg);
}
#btn-menu #menu-burger.close .menu-line {
  background-color: #ffffff;
  width: 20px;
}
#btn-menu .menu-text {
  float: left;
  margin-left: 18px;
  margin-top: 18px;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  #btn-menu .menu-text {
    display: none;
  }
}
#btn-menu.fixed {
  position: fixed;
}
#btn-menu.open-menu {
  z-index: 0;
}
@media all and (max-width: 768px) {
  #btn-menu.open-menu {
    z-index: 10000;
  }
}
#btn-menu.transition-in {
  opacity: 1;
  pointer-events: auto;
}
#covid-spacer {
  position: relative;
  width: 100%;
  height: 65px;
  display: none;
}
@media all and (max-width: 860px) {
  #covid-spacer {
    height: 89px;
  }
}
.covid-19-header {
  display: none;
}
body.covid-19.showing-burger-menu .covid-19-header {
  z-index: 30;
}
body.covid-19.covid-page #covid-spacer {
  display: none !important;
}
body.covid-19.covid-page .covid-19-header {
  display: none !important;
}
body.covid-19.covid-page #btn-menu {
  margin-top: 0px;
}
@media all and (max-width: 860px) {
  body.covid-19.covid-page #btn-menu {
    margin-top: 0px;
  }
}
body.covid-19.covid-page header {
  margin-top: 0px;
}
@media all and (max-width: 860px) {
  body.covid-19.covid-page header {
    margin-top: 0px;
  }
}
body.covid-19 #video-intro {
  position: absolute;
}
@media all and (max-width: 860px) {
  body.covid-19 #video-intro {
    position: relative;
  }
}
body.covid-19 #video-intro .feature-video-play.btn-play {
  position: absolute;
}
body.covid-19 header {
  margin-top: 65px;
}
body.covid-19 #covid-spacer {
  display: block;
}
body.covid-19 .covid-19-header {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #fc0;
  border-bottom: 1px solid #fc0;
  z-index: 10001;
  text-align: center;
  padding-top: 19px;
  display: block;
}
body.covid-19 .covid-19-header .mob {
  display: none;
}
@media all and (max-width: 860px) {
  body.covid-19 .covid-19-header .dt {
    display: none;
  }
  body.covid-19 .covid-19-header .mob {
    display: inline;
  }
}
@media all and (max-width: 860px) {
  body.covid-19 .covid-19-header {
    width: calc(100% - 40px);
    height: 36px;
    text-align: left;
    padding: 15px 20px 0 20px;
  }
}
body.covid-19 .covid-19-header .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  background-image: url("../images/interface/icon-info-x-black.svg");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  body.covid-19 .covid-19-header .close-btn {
    top: 13px;
    right: 13px;
  }
}
body.covid-19 .covid-19-header .black {
  color: #000;
}
body.covid-19 .covid-19-header .white {
  color: #ffffff;
}
body.covid-19 .covid-19-header span {
  display: inline-block;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 17px;
}
@media all and (max-width: 860px) {
  body.covid-19 .covid-19-header span {
    display: inline-block;
    margin-bottom: 5px;
  }
}
body.covid-19 .covid-19-header > a,
body.covid-19 .covid-19-header > span > a {
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 17px;
  display: inline-block;
  margin-left: 14px;
  color: #ffffff;
  text-decoration: none;
  padding-right: 25px;
}
@media all and (max-width: 860px) {
  body.covid-19 .covid-19-header > a,
  body.covid-19 .covid-19-header > span > a {
    display: inline;
    margin-left: 0;
    font-size: 13px;
    line-height: 1.4;
    background-image: none !important;
  }
}
body.covid-19 .covid-19-header > a .arrow,
body.covid-19 .covid-19-header > span > a .arrow {
  display: inline-block;
  width: 12px;
  height: 9px;
  background-size: 12px 9px;
  margin-top: 3px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/interface/arrow-right-black.png");
}
@media all and (max-width: 860px) {
  body.covid-19 .covid-19-header > a .arrow,
  body.covid-19 .covid-19-header > span > a .arrow {
    position: absolute;
    margin-left: 8px;
    height: 14px;
    background-position: bottom;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  body.covid-19 .covid-19-header > a .arrow,
  body.covid-19 .covid-19-header > span > a .arrow {
    background-image: url("../images/interface/arrow-right-black@2x.png");
  }
}
body.covid-19 .covid-19-header > a:hover,
body.covid-19 .covid-19-header > span > a:hover {
  opacity: 1;
}
body.covid-19 #btn-menu {
  margin-top: 65px;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
body.covid-19 #btn-menu.fixed {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu #video-intro {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu #video-intro .feature-video-play.btn-play {
    position: fixed;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu header {
    margin-top: 0px;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu #covid-spacer {
    display: none;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu .covid-19-header {
    display: none !important;
    pointer-events: none;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu #btn-menu {
    margin-top: 0px;
  }
}
@media all and (max-width: 768px) {
  body.covid-19.showing-burger-menu #btn-menu.fixed {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=header.css.map */.mobile-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 315px;
  margin-top: -157px;
  margin-left: -280px;
  z-index: 35;
  display: none;
}
@media all and (max-width: 768px) {
  .mobile-video {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mobile-video {
    width: 320px;
    height: 180px;
    margin-top: -90px;
    margin-left: -160px;
  }
}
.mobile-video iframe {
  width: 100%;
  height: 100%;
}
.feature-video-play.btn-play {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -70px;
  width: 139px;
  height: 54px;
  background-image: url("../images/interface/watch@2x.png");
  background-size: 139px 54px;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
@media all and (max-width: 1400px) {
  .feature-video-play.btn-play {
    margin-top: -15px;
  }
}
@media all and (max-width: 1100px) {
  .feature-video-play.btn-play {
    margin-top: -57px;
  }
}
@media all and (max-width: 990px) {
  .feature-video-play.btn-play {
    position: absolute;
  }
}
@media all and (max-width: 768px) {
  .feature-video-play.btn-play {
    margin-top: 0px;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media all and (max-width: 480px) {
  .feature-video-play.btn-play {
    margin-top: 20px;
    width: 105px;
    height: 41px;
    background-size: 105px 41px;
    margin-left: -52px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feature-video-play.btn-play {
    background-image: url("../images/interface/watch@3x.png");
  }
}
.feature-video-play.btn-play.transition-out {
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.feature-video-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  display: none;
}
@media all and (max-width: 480px) {
  .feature-video-preloader {
    margin-top: -75px;
  }
}
.feature-video-preloader .spinner {
  width: 150px;
  height: 150px;
  background-image: url("../images/interface/preloader-spinner-white.png");
  background-size: 150px 150px;
  background-repeat: no-repeat;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  display: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .feature-video-preloader .spinner {
    background-image: url("../images/interface/preloader-spinner-white@2x.png");
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feature-video-preloader .loading-txt {
  position: absolute;
  top: 64px;
  width: 150px;
  text-align: center;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  display: none;
}
.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.video-lightbox .blackness {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.video-lightbox .player-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 6;
}
.video-lightbox .player-container > img {
  position: relative;
  width: 100%;
}
.video-lightbox .player-container #player,
.video-lightbox .player-container #player-safety,
.video-lightbox .player-container #player-photo-video,
.video-lightbox .player-container #player-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.video-lightbox .player-container #player iframe,
.video-lightbox .player-container #player-safety iframe,
.video-lightbox .player-container #player-photo-video iframe,
.video-lightbox .player-container #player-product iframe {
  width: 100%;
  height: 100%;
}
.video-lightbox .player-container .close-btn {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 52px;
  height: 52px;
  background-image: url("../images/interface/close-btn-white@2x.png");
  background-repeat: no-repeat;
  background-size: 52px 52px;
  z-index: 30;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .video-lightbox .player-container .close-btn {
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-lightbox .player-container .close-btn {
    background-image: url("../images/interface/close-btn-white@2x.png");
  }
}
.video-timer {
  position: absolute;
  right: 121px;
  width: 65px;
  bottom: 60px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  z-index: 131;
  display: none;
}
.video-fullscreen {
  position: absolute;
  margin-top: -4px;
  right: 40px;
  width: 48px;
  height: 35px;
  background-image: url("../images/interface/icons-fullscreen@2x.png");
  background-repeat: no-repeat;
  background-size: 48px 35px;
  background-position: center;
  cursor: pointer;
  z-index: 131;
  display: none;
  -webkit-transition: right 10ms cubic-bezier(0.165, 0.84, 0.44, 1), width 10ms cubic-bezier(0.165, 0.84, 0.44, 1), height 10ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 10ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 10ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: right 10ms cubic-bezier(0.165, 0.84, 0.44, 1), width 10ms cubic-bezier(0.165, 0.84, 0.44, 1), height 10ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 10ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 10ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: right 10ms cubic-bezier(0.165, 0.84, 0.44, 1), width 10ms cubic-bezier(0.165, 0.84, 0.44, 1), height 10ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 10ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 10ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 10ms cubic-bezier(0.165, 0.84, 0.44, 1), width 10ms cubic-bezier(0.165, 0.84, 0.44, 1), height 10ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 10ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 10ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-fullscreen {
    background-image: url("../images/interface/icons-fullscreen@2x.png");
  }
}
.video-fullscreen .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -24px;
  width: 48px;
  height: 35px;
  background-image: url("../images/interface/icons-fullscreen-inside.png");
  background-repeat: no-repeat;
  background-size: 48px 35px;
  background-position: center;
  -webkit-transition: background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-fullscreen .inside {
    background-image: url("../images/interface/icons-fullscreen-inside@2x.png");
  }
}
.video-fullscreen:hover {
  right: 38px;
  width: 52px;
  height: 38px;
  margin-top: -6px;
  background-size: 52px 38px;
}
.video-fullscreen:hover .inside {
  background-size: 40px 29px;
}
.video-close-btn {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -157px 0 0 -117px;
  width: 234px;
  height: 234px;
  cursor: pointer;
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  z-index: 11;
  opacity: 0;
  display: none;
  -webkit-transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
@media all and (max-width: 1100px) {
  .video-close-btn {
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    margin: -90px 0 0 -70px;
  }
}
.video-close-btn .icon {
  display: none;
  width: 234px;
  height: 234px;
  background-image: url("../images/interface/icons-big-close.png");
  background-repeat: no-repeat;
  background-size: 234px 234px;
  background-position: center;
}
@media all and (max-width: 1100px) {
  .video-close-btn .icon {
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-close-btn .icon {
    background-image: url("../images/interface/icons-big-close@2x.png");
  }
}
.video-close-btn.transition-in {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.video-close-btn.transition-in:hover {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 692px;
  overflow: hidden;
  background-color: #000;
  z-index: 10;
}
@media all and (max-width: 768px) {
  #video-intro {
    position: relative;
  }
}
#video-intro .product-title p {
  position: relative;
  max-width: 560px;
  width: calc(100% - 40px);
  margin: 30px auto 0 auto;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
#video-intro #mobile-intro-slideshow .slide[data-index="0"] {
  background-image: url("../images/home/temp-video-mobile.jpg");
}
#video-intro #mobile-intro-slideshow .slide[data-index="1"] {
  background-image: url("../images/home/activities-swings-mobile.jpg");
}
#video-intro #mobile-intro-slideshow .slide[data-index="2"] {
  background-image: url("../images/home/skyjump-frame.jpg");
}
@media all and (max-width: 990px) {
  #video-intro .full-screen-video {
    height: 100%;
  }
}
#video-intro h1 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 114px;
  font-weight: normal;
  text-align: center;
  line-height: 0.89;
  margin: 0 auto 150px auto;
}
@media all and (max-width: 1400px) {
  #video-intro h1 {
    font-size: 72px;
  }
}
@media all and (max-width: 1100px) {
  #video-intro h1 {
    display: none;
    top: -1000px;
    position: absolute;
  }
}
@media all and (max-width: 768px) {
  #video-intro h1 {
    position: relative;
    top: auto;
    display: block;
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 480px) {
  #video-intro h1 {
    font-size: 48px;
    margin: 0 auto 80px auto;
  }
}
#video-intro .full-screen-video {
  position: absolute;
  top: 0;
  left: 0;
}
#video-intro #mobile-video-backup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
  display: none;
}
#video-intro #intro-video-short-loop {
  display: block;
  opacity: 1;
  /*
    -webkit-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);  easeOutQuad */
  z-index: 2;
}
@media all and (max-width: 768px) {
  #video-intro #intro-video-short-loop {
    display: none;
  }
}
#video-intro #intro-video-short-loop.transition-out {
  opacity: 0;
}
#video-intro #mobile-video-screen {
  background-image: url("../images/home/temp-video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}
@media all and (max-width: 990px) {
  #video-intro #mobile-video-screen {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #video-intro #mobile-video-screen {
    background-image: url("../images/home/temp-video-mobile.jpg");
  }
}
#video-intro #intro-video-full {
  display: none;
  z-index: 1;
}
#video-intro #video-caption {
  position: fixed;
  top: calc(100% - 100px);
  right: 30px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  z-index: 31;
  text-transform: uppercase;
}
@media all and (max-width: 990px) {
  #video-intro #video-caption {
    position: absolute;
  }
}
#video-intro #scroll-advice {
  position: fixed;
  top: 50%;
  right: -35px;
  margin-top: -20px;
  padding-right: 26px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 13px;
  color: #ffffff;
  background-image: url("../images/interface/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right top -1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 31;
}
@media all and (max-width: 990px) {
  #video-intro #scroll-advice {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #video-intro #scroll-advice {
    background-image: url("../images/interface/arrow-right@2x.png");
  }
}
#video-intro .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-intro .content .copy {
  margin-top: -50px;
  max-width: 700px;
}
@media all and (max-width: 1279px) {
  #video-intro .content .copy {
    position: relative;
    top: -50px;
    width: 700px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  #video-intro .content .copy {
    top: auto;
    width: 290px;
    margin: 0 auto;
  }
}
#video-intro .content .copy .btn-play {
  position: relative;
  z-index: 100;
}
#video-intro .content .copy .logo {
  position: relative;
  width: 253px;
  height: 168px;
  margin-left: -14px;
  display: block;
}
@media all and (max-width: 1279px) {
  #video-intro .content .copy .logo {
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  #video-intro .content .copy .logo {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #video-intro .content .copy .logo {
    width: 160px;
    height: 106px;
  }
}
#video-intro .content .copy h1 {
  font-size: 96px;
  line-height: 0.85;
}
@media all and (max-width: 1279px) {
  #video-intro .content .copy h1 {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #video-intro .content .copy h1 {
    font-size: 47px;
    margin-bottom: 10px;
  }
}
#video-intro .content .copy .btn-play {
  margin-top: 72px;
  margin-left: -70px;
  width: 139px;
  height: 54px;
  background-image: url("../images/interface/watch.png");
  background-size: 139px 54px;
}
@media all and (max-width: 1279px) {
  #video-intro .content .copy .btn-play {
    position: relative;
    margin: 12px auto 0 auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #video-intro .content .copy .btn-play {
    background-image: url("../images/interface/watch@2x.png");
  }
}
#video-intro .content .copy .btn-mask {
  left: 2px;
  margin-top: 27px;
  margin-left: 0;
}
@media all and (max-width: 1279px) {
  #video-intro .content .copy .btn-mask {
    width: 260px;
    left: 50%;
    margin-left: -130px;
  }
}
#video-intro .content .copy .btn-mask .btn-standard {
  width: 260px;
  color: #3c3333;
}
@media all and (max-width: 990px) {
  #video-intro.intro-video #intro-video-short-loop {
    display: block;
  }
}
@media all and (max-width: 768px) {
  #video-intro.intro-video #intro-video-short-loop {
    display: none;
  }
}
@media all and (max-width: 990px) {
  #video-intro.intro-video #mobile-video-screen {
    display: none;
  }
}
#video-intro.pause .content {
  display: none;
}
#video-intro.hide-interface {
  top: auto;
  bottom: 0;
}
#video-intro.hide-interface #scroll-advice,
#video-intro.hide-interface #video-caption,
#video-intro.hide-interface .content {
  display: none;
}
.video-sound-btn {
  position: absolute;
  margin-top: 1px;
  right: 220px;
  width: 48px;
  height: 24px;
  background-image: url("../images/interface/icon-sound.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  cursor: pointer;
  z-index: 131;
  display: none;
  -webkit-transition: right 100ms cubic-bezier(0.165, 0.84, 0.44, 1), width 100ms cubic-bezier(0.165, 0.84, 0.44, 1), height 100ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 100ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: right 100ms cubic-bezier(0.165, 0.84, 0.44, 1), width 100ms cubic-bezier(0.165, 0.84, 0.44, 1), height 100ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 100ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: right 100ms cubic-bezier(0.165, 0.84, 0.44, 1), width 100ms cubic-bezier(0.165, 0.84, 0.44, 1), height 100ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 100ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 100ms cubic-bezier(0.165, 0.84, 0.44, 1), width 100ms cubic-bezier(0.165, 0.84, 0.44, 1), height 100ms cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 100ms cubic-bezier(0.165, 0.84, 0.44, 1), background-size 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-sound-btn {
    background-image: url("../images/interface/icon-sound@2x.png");
  }
}
.video-sound-btn .off,
.video-sound-btn .on {
  position: absolute;
  top: 3px;
  left: 28px;
  opacity: 0;
  width: 27px;
  height: 19px;
  background-position: center;
  background-size: 27px 19px;
  background-repeat: no-repeat;
  -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1), opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1), opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1), opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1), opacity 200ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.video-sound-btn .off {
  opacity: 1;
  left: 28px;
  background-image: url("../images/interface/icon-sound-off.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-sound-btn .off {
    background-image: url("../images/interface/icon-sound-off@2x.png");
  }
}
.video-sound-btn .on {
  left: 0px;
  background-image: url("../images/interface/icons-sound-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .video-sound-btn .on {
    background-image: url("../images/interface/icon-sound-on@2x.png");
  }
}
.video-sound-btn.sound-off .off {
  opacity: 0;
  left: 0px;
}
.video-sound-btn.sound-off .on {
  opacity: 1;
  left: 28px;
}
.mac .video-timer {
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  #template.allow-mobile-videos #video-intro #intro-video-short-loop,
  #template.allow-mobile-videos #video-intro.intro-video #intro-video-short-loop {
    display: block;
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  #template.allow-mobile-videos #video-intro #intro-video-full,
  #template.allow-mobile-videos #video-intro.intro-video #intro-video-full {
    top: 0 !important;
    left: 50% !important;
    width: 1150px !important;
    height: auto !important;
    margin-left: -575px !important;
    display: none;
  }
}
@media all and (max-width: 420px) {
  #template.allow-mobile-videos #video-intro #intro-video-full,
  #template.allow-mobile-videos #video-intro.intro-video #intro-video-full {
    width: 1000px !important;
    margin-left: -500px !important;
  }
}
@media all and (max-width: 768px) {
  #template.no-mobile-videos #video-intro .full-screen-video {
    top: 0 !important;
    left: 50% !important;
    width: 1150px !important;
    height: auto !important;
    margin-left: -575px !important;
    display: none;
  }
}
@media all and (max-width: 420px) {
  #template.no-mobile-videos #video-intro .full-screen-video {
    width: 1000px !important;
    margin-left: -500px !important;
  }
}
@media all and (max-width: 768px) {
  body.mobile #video-intro #mobile-video-backup {
    display: block;
  }
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-overlay-play-button {
  display: none;
}
.section[data-splits="2"] .split-container {
  height: 100%;
}
.section[data-splits="2"] .split-container .split {
  height: 100%;
}
@media all and (max-width: 990px) {
  .section[data-splits="2"] .split-container .split {
    float: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}
.section[data-splits="3"] .split-container {
  height: 100%;
}
.section[data-splits="3"] .split-container .split {
  width: 33.4%;
  height: 100%;
}
@media all and (max-width: 990px) {
  .section[data-splits="3"] .split-container .split {
    position: relative;
    width: 100%;
  }
}
.section[data-splits="3"].non-expanding .split-container {
  height: 100%;
}
.section[data-splits="3"].non-expanding .split-container .split {
  width: 33.4%;
  height: 100%;
}
@media all and (max-width: 990px) {
  .section[data-splits="3"].non-expanding .split-container .split {
    float: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}
.section[data-splits="4"] .split-container {
  height: 100%;
}
.section[data-splits="4"] .split-container .split {
  width: 25%;
  height: 100%;
}
@media all and (max-width: 990px) {
  .section[data-splits="4"] .split-container .split {
    position: relative;
    width: 100%;
  }
}
.split {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
.split .stretch-container {
  display: block;
}
.split .activity-copy {
  z-index: 2;
}
.split .activity-copy .hover-menu {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  width: 300px;
  margin-left: -150px;
  opacity: 0;
  padding-top: 120px;
  margin-top: -100px;
}
.split .activity-copy .hover-menu li {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.split .activity-copy .hover-menu li a {
  width: 100%;
  display: block;
  font-family: "adelle-sans", Arial, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.split .activity-copy .hover-menu li .btn-standard {
  position: relative;
  display: block;
  clear: both;
  color: #ffffff !important;
  background-color: #39ace2;
  margin: 30px auto 0 auto;
}
.split .activity-copy .hover-menu li .btn-standard:hover {
  background-color: #000000;
}
.split .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.split .bg .hover-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
}
.split .bg .hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.split.has-bg {
  background-color: #000;
}
.split.darken h2,
.split.darken .h2 {
  color: #808080;
}
.split.darken p,
.split.darken .p {
  color: #808080 !important;
}
.split.darken .btn-standard {
  background-color: #808080;
}
#home .queenstown-label {
  width: 331px;
  height: 95px;
  margin-left: -165px;
  background-image: url("../images/home/sign-qt.png");
  background-repeat: no-repeat;
  background-size: 331px 95px;
  font-size: 36px;
}
@media all and (max-width: 990px) {
  #home .queenstown-label {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home .queenstown-label {
    background-image: url("../images/home/sign-qt@2x.png");
  }
}
#home .auckland-label {
  width: 272px;
  height: 95px;
  margin-left: -136px;
  background-image: url("../images/home/sign-ak.png");
  background-repeat: no-repeat;
  background-size: 272px 95px;
  font-size: 36px;
}
@media all and (max-width: 990px) {
  #home .auckland-label {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home .auckland-label {
    background-image: url("../images/home/sign-ak@2x.png");
  }
}
@media all and (max-width: 768px) {
  #home #mobile-intro-slideshow .slide {
    background-position: center top -100px;
  }
}
@media all and (max-width: 767px) {
  #home #mobile-intro-slideshow .slide {
    background-position: center;
  }
}
@media all and (max-width: 768px) {
  #home #home-intro {
    height: 430px !important;
  }
}
@media all and (max-width: 480px) {
  #home #home-intro {
    height: 360px !important;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .slick-dots {
    pointer-events: none;
  }
}
#home #home-deals .slick-dots li {
  width: 14px;
  opacity: 1;
}
@media all and (max-width: 990px) {
  #home #home-deals .slick-dots li button {
    background-color: #000000;
    margin: 0 4px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .desktop-content {
    display: none;
  }
}
#home #home-deals .desktop-content .slide[data-index="0"] .title,
#home #home-deals .desktop-content .slide[data-index="0"] .price-container {
  opacity: 0;
  -ms-transform: translate(-100px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-100px, 0px);
  /* Safari */
  transform: translate(-100px, 0px);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  transition-delay: 0.2s;
}
#home #home-deals .desktop-content .half-copy[data-id="combos"] .slide[data-index="0"] .title,
#home #home-deals .desktop-content .half-copy[data-id="combos"] .slide[data-index="0"] .price-container {
  transition-delay: 0.4s;
}
#home #home-deals .mobile-content {
  position: relative;
  margin-top: 150px;
  padding: 20px 0;
  z-index: 2000;
  display: none;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content {
    display: block;
  }
}
#home #home-deals .mobile-content .slider .left-arrow,
#home #home-deals .mobile-content .slider .right-arrow {
  position: absolute;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
}
#home #home-deals .mobile-content .slider .left-arrow .hover,
#home #home-deals .mobile-content .slider .right-arrow .hover {
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (min-width: 991px) {
  #home #home-deals .mobile-content .slider .left-arrow:hover .hover,
  #home #home-deals .mobile-content .slider .right-arrow:hover .hover {
    opacity: 1;
  }
}
#home #home-deals .mobile-content .slider .left-arrow {
  left: calc(50% - 170px);
  background-image: url("../images/interface/deals-left-arrow-off.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .mobile-content .slider .left-arrow {
    background-image: url("../images/interface/deals-left-arrow-off@2x.png");
  }
}
#home #home-deals .mobile-content .slider .left-arrow .hover {
  background-image: url("../images/interface/deals-left-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .mobile-content .slider .left-arrow .hover {
    background-image: url("../images/interface/deals-left-arrow-on@2x.png");
  }
}
#home #home-deals .mobile-content .slider .right-arrow {
  right: calc(50% - 170px);
  background-image: url("../images/interface/deals-right-arrow-off.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .mobile-content .slider .right-arrow {
    background-image: url("../images/interface/deals-right-arrow-off@2x.png");
  }
}
#home #home-deals .mobile-content .slider .right-arrow .hover {
  background-image: url("../images/interface/deals-right-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .mobile-content .slider .right-arrow .hover {
    background-image: url("../images/interface/deals-right-arrow-on@2x.png");
  }
}
#home #home-deals .mobile-content .slider h2 {
  position: relative;
  margin: 0 auto;
  width: 300px;
  max-width: 500px;
  font-size: 56px;
  text-align: center;
  white-space: normal;
}
@media all and (max-width: 1130px) {
  #home #home-deals .mobile-content .slider h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content .slider h2 {
    font-size: 36px;
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
#home #home-deals .mobile-content .slider p {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 30px auto;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content .slider p {
    display: none;
  }
}
#home #home-deals .mobile-content .slider .price-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#home #home-deals .mobile-content .slider .price-container .price {
  float: left;
  width: 40%;
  margin-right: 10%;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content .slider .price-container .price {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
#home #home-deals .mobile-content .slider .price-container .price .price-copy {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 46px;
  line-height: 0.85;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content .slider .price-container .price .price-copy {
    font-size: 36px;
  }
}
#home #home-deals .mobile-content .slider .price-container .price .savings {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  text-align: center;
}
#home #home-deals .mobile-content .slider .price-container .price .savings.less-mt {
  font-size: 24px;
  margin-top: -5px;
}
#home #home-deals .mobile-content .slider .price-container .btn-container {
  position: absolute;
  left: 50%;
  width: 50%;
  -webkit-user-drag: none;
  user-drag: none;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content .slider .price-container .btn-container {
    position: relative;
    left: auto;
    width: 153px;
    margin: 20px auto 0;
  }
}
#home #home-deals .mobile-content .slider .price-container .btn-container .btn-mask {
  position: relative;
  left: 0;
  margin-left: 0;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home #home-deals .mobile-content .slider .price-container .btn-container .btn-mask .btn-standard {
  font-size: 18px;
  width: 153px;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-content.transition-in {
    display: block;
  }
}
#home #home-deals.transition-in .desktop-content .slide[data-index="0"] .title,
#home #home-deals.transition-in .desktop-content .slide[data-index="0"] .price-container {
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px);
}
#home #home-news,
#home #home-vouchers,
#home #home-deals {
  height: 485px;
  z-index: 120;
}
#home #home-news .content .copy-container,
#home #home-vouchers .content .copy-container,
#home #home-deals .content .copy-container {
  position: relative;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container,
  #home #home-vouchers .content .copy-container,
  #home #home-deals .content .copy-container {
    max-width: 530px;
  }
}
@media all and (max-width: 767px) {
  #home #home-news .content .copy-container,
  #home #home-vouchers .content .copy-container,
  #home #home-deals .content .copy-container {
    max-width: 335px;
  }
}
#home #home-news .content .copy-container .title,
#home #home-vouchers .content .copy-container .title,
#home #home-deals .content .copy-container .title {
  float: left;
  width: 560px;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .title,
  #home #home-vouchers .content .copy-container .title,
  #home #home-deals .content .copy-container .title {
    width: 100%;
  }
}
#home #home-news .content .copy-container .title h3,
#home #home-vouchers .content .copy-container .title h3,
#home #home-deals .content .copy-container .title h3 {
  width: 100%;
  padding-left: 20px;
  font-size: 57px;
  line-height: 1;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .title h3,
  #home #home-vouchers .content .copy-container .title h3,
  #home #home-deals .content .copy-container .title h3 {
    padding-left: 0;
    font-size: 32px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #home #home-news .content .copy-container .title h3,
  #home #home-vouchers .content .copy-container .title h3,
  #home #home-deals .content .copy-container .title h3 {
    margin-top: 3px;
  }
}
@media all and (max-width: 359px) {
  #home #home-news .content .copy-container .title h3,
  #home #home-vouchers .content .copy-container .title h3,
  #home #home-deals .content .copy-container .title h3 {
    font-size: 28px;
  }
}
#home #home-news .content .copy-container .title h5,
#home #home-vouchers .content .copy-container .title h5,
#home #home-deals .content .copy-container .title h5 {
  font-size: 24px;
  margin-bottom: 6px;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .title h5,
  #home #home-vouchers .content .copy-container .title h5,
  #home #home-deals .content .copy-container .title h5 {
    font-size: 20px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  #home #home-news .content .copy-container .title h5,
  #home #home-vouchers .content .copy-container .title h5,
  #home #home-deals .content .copy-container .title h5 {
    margin-bottom: 2px;
  }
}
#home #home-news .content .copy-container .copy,
#home #home-vouchers .content .copy-container .copy,
#home #home-deals .content .copy-container .copy {
  float: left;
  font-family: "adelle-sans", Arial, serif;
  font-size: 16px;
  margin-left: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .copy,
  #home #home-vouchers .content .copy-container .copy,
  #home #home-deals .content .copy-container .copy {
    float: none;
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
}
#home #home-news .content .copy-container .copy p,
#home #home-vouchers .content .copy-container .copy p,
#home #home-deals .content .copy-container .copy p {
  max-width: 360px;
  margin-top: 84px;
  margin-bottom: 25px;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .copy p,
  #home #home-vouchers .content .copy-container .copy p,
  #home #home-deals .content .copy-container .copy p {
    position: relative;
    margin: 0 auto 25px auto;
    text-align: center;
  }
}
#home #home-news .content .copy-container .copy .btn-mask,
#home #home-vouchers .content .copy-container .copy .btn-mask,
#home #home-deals .content .copy-container .copy .btn-mask {
  position: relative;
  left: auto;
  margin: 0;
}
@media all and (max-width: 1130px) {
  #home #home-news .content .copy-container .copy .btn-mask,
  #home #home-vouchers .content .copy-container .copy .btn-mask,
  #home #home-deals .content .copy-container .copy .btn-mask {
    margin: 0 auto;
  }
}
#home #home-news .content .copy-container .copy .btn-mask .btn-standard,
#home #home-vouchers .content .copy-container .copy .btn-mask .btn-standard,
#home #home-deals .content .copy-container .copy .btn-mask .btn-standard {
  width: 171px;
}
#home #home-news canvas,
#home #home-vouchers canvas,
#home #home-deals canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #home #home-news .content .copy-container .copy {
    padding-top: 20px;
  }
}
#home #home-activities-mobile {
  position: relative;
  width: 100%;
  display: none;
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 11;
  overflow: hidden;
}
@media all and (max-width: 990px) {
  #home #home-activities-mobile {
    display: block;
    background-image: url("../images/home/images-home-queenstown-new.jpg");
  }
}
#home #home-activities-mobile .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
#home #home-activities-mobile .content {
  z-index: 2;
}
#home #home-activities-mobile .vertical-align-container {
  height: 750px;
}
@media all and (max-width: 768px) {
  #home #home-activities-mobile .vertical-align-container {
    height: 680px;
  }
}
#home #home-activities-mobile .vertical-align-container .vertical-align {
  display: block;
  position: absolute;
  top: 220px;
}
#home #home-activities-mobile .activity-container .activity-item ul {
  margin: 2px 0 35px 0;
}
@media all and (max-width: 768px) {
  #home #home-activities-mobile .activity-container .activity-item ul {
    margin: 2px 0 10px 0;
  }
}
@media all and (min-width: 769px) and (max-height: 800px) {
  #home #home-activities-mobile .activity-container .activity-item ul {
    margin: 2px 0 10px 0;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.5;
  height: 50px;
  cursor: pointer;
  margin: 20px 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
@media all and (max-width: 768px) {
  #home #home-activities-mobile .activity-container .activity-item ul li {
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li > a {
  display: block;
  text-align: center;
  color: #ffffff;
}
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title,
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title-activity {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
}
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title span.text,
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title-activity span.text {
  display: inline;
}
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title span.arrow,
#home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title-activity span.arrow {
  display: inline-block;
  width: 21px;
  height: 30px;
  margin-left: 10px;
  background-image: url(../images/interface/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 14px;
  background-position: top 12px center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title span.arrow,
  #home #home-activities-mobile .activity-container .activity-item ul li .dropdown-title-activity span.arrow {
    background-image: url("../images/interface/dropdown-arrow@2x.png");
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown {
  position: absolute;
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 2;
  -ms-transform: translate(0px, -20px);
  /* IE 9 */
  -webkit-transform: translate(0px, -20px);
  /* Safari */
  transform: translate(0px, -20px);
  pointer-events: none;
  display: block !important;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
@media all and (max-width: 990px) {
  #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown {
    width: 100%;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown > .container > div {
  padding-top: 5px;
  padding-bottom: 10px;
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown a,
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown span {
  display: block;
  text-align: center;
  color: #ffffff;
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown span.blue-title {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  color: #00a8e1;
  text-transform: none;
  margin-top: 8px;
}
@media all and (max-width: 768px) {
  #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown span.blue-title {
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown span.blue-title.pad-top {
  padding-top: 5px;
}
@media all and (max-width: 768px) {
  #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown span.blue-title.pad-top {
    padding-top: 15px;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .subheading {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px 0;
  opacity: 0.5;
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  margin: 7px 0 0 0;
  padding-bottom: 10px;
  text-transform: none;
  color: #ffffff;
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item.last {
  padding-bottom: 20px;
}
#home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item.btn-standard {
  position: relative;
  margin: 20px auto 0 auto;
  background-color: #00A8E1;
  padding-top: 11px;
  padding-bottom: 0;
}
@media all and (max-width: 990px) {
  #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item.btn-standard {
    font-size: 16px;
    padding-top: 8px;
    width: 153px;
    height: 26px;
  }
}
@media all and (max-width: 990px) {
  #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item.btn-standard.larger {
    width: 165px;
  }
}
#home #home-activities-mobile .activity-container .activity-item ul li.open span.arrow {
  width: 21px;
  height: 30px;
  background-image: url("../images/interface/close-icon.png");
  background-size: 21px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-activities-mobile .activity-container .activity-item ul li.open span.arrow {
    background-image: url("../images/interface/close-icon@2x.png");
  }
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="0"] {
  height: 90px;
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="0"] span.arrow {
  width: 21px;
  height: 30px;
  background-image: url("../images/interface/close-icon.png");
  background-size: 21px 20px;
  background-position: top 9px center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="0"] span.arrow {
    background-image: url("../images/interface/close-icon@2x.png");
  }
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="0"] .submenu-dropdown {
  pointer-events: auto;
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px);
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="1"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="2"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="3"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="4"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="5"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="1"] .scalable-item[data-index="6"] {
  opacity: 0;
  -ms-transform: scale(1, 0.5);
  /* IE 9 */
  -webkit-transform: scale(1, 0.5);
  /* Safari */
  transform: scale(1, 0.5);
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="1"] {
  height: 90px;
  pointer-events: auto;
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="1"] span.arrow {
  width: 21px;
  height: 30px;
  background-image: url("../images/interface/close-icon.png");
  background-size: 21px 20px;
  background-position: top 9px center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="1"] span.arrow {
    background-image: url("../images/interface/close-icon@2x.png");
  }
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="1"] .submenu-dropdown {
  pointer-events: auto;
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Safari */
  transform: translate(0px, 0px);
}
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="0"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="2"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="3"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="4"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="5"],
#home #home-activities-mobile .activity-container .activity-item[data-selected="2"] .scalable-item[data-index="6"] {
  opacity: 0;
  -ms-transform: translate(0px, 10px) scale(1, 0.5);
  /* IE 9 */
  -webkit-transform: translate(0px, 10px) scale(1, 0.5);
  /* Safari */
  transform: translate(0px, 10px) scale(1, 0.5);
}
#home #home-activities-mobile.darken .bg-overlay {
  opacity: 0.6;
}
@media all and (max-width: 990px) {
  #home #home-vouchers {
    display: none;
  }
}
#home #home-vouchers .content .copy-container .title {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#home #home-vouchers .content .copy-container .title h2 {
  font-size: 80px;
}
#home #home-vouchers .content .copy-container .copy {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
#home #home-vouchers .content .copy-container .copy p {
  font-family: "adelle-sans", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 30px auto;
  max-width: 480px;
  width: 100%;
}
#home #home-vouchers .content .copy-container .copy .btn-mask {
  margin: 0 auto;
}
#home #home-queenstown-bg,
#home #home-auckland-bg {
  position: absolute;
}
@media all and (max-width: 990px) {
  #home #home-queenstown-bg,
  #home #home-auckland-bg {
    display: none;
  }
}
#home #home-auckland-bg .hover-frame.bungy-jumps {
  background-image: url("../images/home/auckland-bungy-frame.jpg");
}
#home #home-auckland-bg .hover-frame.climb {
  background-image: url("../images/home/climb-frame.jpg");
}
#home #home-auckland-bg .hover-frame.skyjump {
  background-image: url("../images/home/skyjump-new2.jpg");
}
#home #home-auckland-bg .hover-frame.skywalk {
  background-image: url("../images/home/skywalk-frame.jpg");
}
#home #home-queenstown-bg .hover-frame.bungy-jumps {
  background-image: url("../images/home/kawarau-bungy-frame.jpg");
}
#home #home-queenstown-bg .hover-frame.swings {
  background-image: url("../images/home/nevis-swing-home-frame.jpg");
}
#home #home-queenstown-bg .hover-frame.catapult {
  background-image: url("../images/home/nevis-catapult-frame.jpg");
}
#home #home-queenstown-bg .hover-frame.zipride {
  background-image: url("../images/home/kawarau-zipline-frame.jpg");
}
#home #home-auckland,
#home #home-queenstown {
  height: 755px;
  z-index: 150;
}
@media all and (max-width: 990px) {
  #home #home-auckland,
  #home #home-queenstown {
    display: none;
  }
}
#home #home-auckland .content,
#home #home-queenstown .content {
  position: relative;
  z-index: 20;
}
#home #home-auckland .btn-standard,
#home #home-queenstown .btn-standard {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #3c3434;
}
#home #home-auckland h2,
#home #home-queenstown h2,
#home #home-auckland .h2,
#home #home-queenstown .h2 {
  font-size: 60px;
  margin-top: -25px;
}
@media all and (max-width: 1320px) {
  #home #home-auckland h2,
  #home #home-queenstown h2,
  #home #home-auckland .h2,
  #home #home-queenstown .h2 {
    font-size: 48px;
  }
}
#home #home-auckland h2 a,
#home #home-queenstown h2 a,
#home #home-auckland .h2 a,
#home #home-queenstown .h2 a {
  color: #ffffff;
}
#home #home-auckland h2 .arrow-right,
#home #home-queenstown h2 .arrow-right,
#home #home-auckland .h2 .arrow-right,
#home #home-queenstown .h2 .arrow-right {
  background-image: url("../images/interface/activity-dropdown.png");
  background-size: 27px 19px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 37px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-auckland h2 .arrow-right,
  #home #home-queenstown h2 .arrow-right,
  #home #home-auckland .h2 .arrow-right,
  #home #home-queenstown .h2 .arrow-right {
    background-image: url("../images/interface/activity-dropdown@2x.png");
  }
}
#home #home-auckland h2 .two-line-top,
#home #home-queenstown h2 .two-line-top,
#home #home-auckland .h2 .two-line-top,
#home #home-queenstown .h2 .two-line-top {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -110px;
}
#home #home-auckland h2 .two-line-bottom,
#home #home-queenstown h2 .two-line-bottom,
#home #home-auckland .h2 .two-line-bottom,
#home #home-queenstown .h2 .two-line-bottom {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -66px;
}
#home #home-auckland p,
#home #home-queenstown p,
#home #home-auckland .p,
#home #home-queenstown .p {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  color: #ffffff;
}
#home #home-auckland .split,
#home #home-queenstown .split {
  cursor: pointer;
}
#home #home-auckland .split .activity-copy,
#home #home-queenstown .split .activity-copy {
  position: absolute;
  width: 100%;
  top: 50%;
  display: block;
}
@media all and (max-width: 767px) {
  #home #home-auckland .split .activity-copy,
  #home #home-queenstown .split .activity-copy {
    bottom: 57px;
  }
}
#home #home-auckland .split .activity-copy .btn-standard,
#home #home-queenstown .split .activity-copy .btn-standard {
  width: 185px;
}
#home #home-auckland .split .activity-copy .stretch-container,
#home #home-queenstown .split .activity-copy .stretch-container {
  position: relative;
  z-index: 2;
}
#home #home-auckland .split .activity-copy .hover-menu,
#home #home-queenstown .split .activity-copy .hover-menu {
  z-index: 1;
}
@media all and (max-width: 767px) {
  #home #home-auckland .split[data-id="1"] .activity-copy,
  #home #home-queenstown .split[data-id="1"] .activity-copy {
    bottom: 37px;
  }
}
#home #home-auckland canvas,
#home #home-queenstown canvas {
  position: absolute;
  z-index: 10;
}
#home .mobile-deals-tabs {
  position: absolute;
  width: 270px;
  left: 50%;
  margin-left: -135px;
  display: none;
  z-index: 10;
}
@media all and (max-width: 990px) {
  #home .mobile-deals-tabs {
    display: block;
  }
}
#home .mobile-deals-tabs .tab {
  float: left;
  width: calc(50% - 10px);
  height: 55px;
  background-position: center;
  background-size: 133px 55px;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 21px;
  padding: 10px 10px 0 0;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
#home .mobile-deals-tabs .tab.selected {
  color: #00A8E1;
  background-image: url("../images/interface/deals-label.png");
  cursor: default;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home .mobile-deals-tabs .tab.selected {
    background-image: url("../images/interface/deals-label@2x.png");
  }
}
#home #home-deals {
  z-index: 160;
}
@media all and (max-width: 990px) {
  #home #home-deals {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .mobile-deals-tabs {
    top: -50px !important;
    z-index: 2010;
  }
}
#home #home-deals .half-copy {
  float: left;
  width: 50%;
}
@media all and (min-width: 991px) {
  #home #home-deals .half-copy {
    opacity: 1 !important;
    display: block !important;
    transform: none !important;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
  }
}
#home #home-deals .half-copy .slide-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#home #home-deals .half-copy .slide-container .dot-menu {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  z-index: 201;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .dot-menu {
    top: 220px;
  }
}
@media all and (max-width: 480px) {
  #home #home-deals .half-copy .slide-container .dot-menu {
    top: 260px;
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .left-arrow,
#home #home-deals .half-copy .slide-container .dot-menu .right-arrow {
  position: absolute;
  top: 23px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: none;
}
@media all and (max-width: 1130px) {
  #home #home-deals .half-copy .slide-container .dot-menu .left-arrow,
  #home #home-deals .half-copy .slide-container .dot-menu .right-arrow {
    top: 20px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .dot-menu .left-arrow,
  #home #home-deals .half-copy .slide-container .dot-menu .right-arrow {
    top: 4px;
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .left-arrow .hover,
#home #home-deals .half-copy .slide-container .dot-menu .right-arrow .hover {
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}
@media all and (min-width: 991px) {
  #home #home-deals .half-copy .slide-container .dot-menu .left-arrow:hover .hover,
  #home #home-deals .half-copy .slide-container .dot-menu .right-arrow:hover .hover {
    opacity: 1;
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .left-arrow {
  left: 40px;
  background-image: url("../images/interface/deals-left-arrow-off.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .half-copy .slide-container .dot-menu .left-arrow {
    background-image: url("../images/interface/deals-left-arrow-off@2x.png");
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .left-arrow .hover {
  background-image: url("../images/interface/deals-left-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .half-copy .slide-container .dot-menu .left-arrow .hover {
    background-image: url("../images/interface/deals-left-arrow-on@2x.png");
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .right-arrow {
  right: 40px;
  background-image: url("../images/interface/deals-right-arrow-off.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .half-copy .slide-container .dot-menu .right-arrow {
    background-image: url("../images/interface/deals-right-arrow-off@2x.png");
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .right-arrow .hover {
  background-image: url("../images/interface/deals-right-arrow-on.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals .half-copy .slide-container .dot-menu .right-arrow .hover {
    background-image: url("../images/interface/deals-right-arrow-on@2x.png");
  }
}
#home #home-deals .half-copy .slide-container .dot-menu h5 {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
@media all and (max-width: 1130px) {
  #home #home-deals .half-copy .slide-container .dot-menu h5 {
    font-size: 20px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .dot-menu h5 {
    display: none;
  }
}
#home #home-deals .half-copy .slide-container .dot-menu .dots {
  position: relative;
  margin: 15px auto 0 auto;
}
#home #home-deals .half-copy .slide-container .dot-menu .dot {
  float: left;
  padding: 0 5px;
  cursor: pointer;
}
#home #home-deals .half-copy .slide-container .dot-menu .dot .circle {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 14px;
  margin: 0 auto;
  background-color: #000000;
  -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
#home #home-deals .half-copy .slide-container .slides {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  z-index: 2;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides {
    height: 280px;
  }
}
@media all and (max-width: 768px) {
  #home #home-deals .half-copy .slide-container .slides {
    z-index: 200;
  }
}
@media all and (max-width: 480px) {
  #home #home-deals .half-copy .slide-container .slides {
    height: 320px;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  margin-top: -110px;
  margin-left: -360px;
  opacity: 1;
}
@media all and (max-width: 1500px) {
  #home #home-deals .half-copy .slide-container .slides .slide {
    width: 640px;
    margin-left: -320px;
  }
}
@media all and (max-width: 1320px) {
  #home #home-deals .half-copy .slide-container .slides .slide {
    width: 500px;
    margin-left: -250px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide {
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide h2 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 500px;
  font-size: 56px;
  text-align: center;
}
@media all and (max-width: 1130px) {
  #home #home-deals .half-copy .slide-container .slides .slide h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide h2 br {
    content: " ";
    display: none;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide h2::selection {
  background-color: rgba(57, 171, 225, 0);
}
#home #home-deals .half-copy .slide-container .slides .slide p {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 30px auto;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide p {
    display: none;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide p::selection {
  background-color: rgba(57, 171, 225, 0);
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price {
  float: left;
  width: 40%;
  margin-right: 10%;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide .price-container .price {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price .price-copy {
  display: block;
  width: 100%;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 46px;
  line-height: 0.85;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide .price-container .price .price-copy {
    font-size: 36px;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price .price-copy::selection {
  background-color: rgba(57, 171, 225, 0);
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings {
  display: block;
  width: 100%;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  text-align: center;
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings.less-mt {
  font-size: 24px;
  margin-top: -5px;
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings::selection {
  background-color: rgba(57, 171, 225, 0);
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container {
  position: absolute;
  left: 50%;
  width: 50%;
}
@media all and (max-width: 990px) {
  #home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container {
    position: relative;
    left: auto;
    width: 153px;
    margin: 20px auto 0;
  }
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container .btn-mask {
  position: relative;
  left: 0;
  margin-left: 0;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container .btn-mask .btn-standard {
  width: 153px;
}
#home #home-deals .half-copy .slide-container[data-slide="0"] .dot-menu .dot[data-index="0"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="0"] .dot-menu .dot[data-index="0"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="0"] .slides .slide[data-index="0"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="1"] .dot-menu .dot[data-index="1"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="1"] .dot-menu .dot[data-index="1"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="1"] .slides .slide[data-index="1"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="2"] .dot-menu .dot[data-index="2"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="2"] .dot-menu .dot[data-index="2"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="2"] .slides .slide[data-index="2"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="3"] .dot-menu .dot[data-index="3"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="3"] .dot-menu .dot[data-index="3"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="3"] .slides .slide[data-index="3"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="4"] .dot-menu .dot[data-index="4"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="4"] .dot-menu .dot[data-index="4"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="4"] .slides .slide[data-index="4"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="5"] .dot-menu .dot[data-index="5"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="5"] .dot-menu .dot[data-index="5"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="5"] .slides .slide[data-index="5"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="6"] .dot-menu .dot[data-index="6"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="6"] .dot-menu .dot[data-index="6"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="6"] .slides .slide[data-index="6"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="7"] .dot-menu .dot[data-index="7"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="7"] .dot-menu .dot[data-index="7"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="7"] .slides .slide[data-index="7"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="8"] .dot-menu .dot[data-index="8"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="8"] .dot-menu .dot[data-index="8"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="8"] .slides .slide[data-index="8"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="9"] .dot-menu .dot[data-index="9"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="9"] .dot-menu .dot[data-index="9"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="9"] .slides .slide[data-index="9"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="10"] .dot-menu .dot[data-index="10"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="10"] .dot-menu .dot[data-index="10"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="10"] .slides .slide[data-index="10"] {
  z-index: 10;
}
#home #home-deals .half-copy .slide-container[data-slide="11"] .dot-menu .dot[data-index="11"] {
  cursor: default;
}
#home #home-deals .half-copy .slide-container[data-slide="11"] .dot-menu .dot[data-index="11"] .circle {
  background-color: #ffffff;
}
#home #home-deals .half-copy .slide-container[data-slide="11"] .slides .slide[data-index="11"] {
  z-index: 10;
}
@media all and (max-width: 990px) {
  #home #home-deals[data-id="deals"] .half-copy[data-id="combos"] {
    display: none;
  }
}
#home #home-deals[data-id="deals"] .deals-item {
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
}
#home #home-deals[data-id="deals"] .combos-item {
  position: absolute;
  top: 0;
  left: -3000px;
  width: 100%;
}
#home #home-deals[data-id="deals"] .mobile-deals-tabs .tab[data-id="deals"] {
  color: #00A8E1;
  background-image: url("../images/interface/deals-label.png");
  cursor: default;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals[data-id="deals"] .mobile-deals-tabs .tab[data-id="deals"] {
    background-image: url("../images/interface/deals-label@2x.png");
  }
}
#home #home-deals[data-id="combos"] .deals-item {
  position: absolute;
  top: 0;
  left: -3000px;
  width: 100%;
}
#home #home-deals[data-id="combos"] .combos-item {
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
}
#home #home-deals[data-id="combos"] .mobile-deals-tabs .tab[data-id="combos"] {
  color: #00A8E1;
  background-image: url("../images/interface/deals-label.png");
  cursor: default;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-deals[data-id="combos"] .mobile-deals-tabs .tab[data-id="combos"] {
    background-image: url("../images/interface/deals-label@2x.png");
  }
}
#home #home-vimeo-embed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  background-color: #000000;
}
#home #home-vimeo-embed .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#home #home-vimeo-embed .frame iframe {
  width: 100%;
  height: 100%;
}
#home #home-vimeo-embed .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  background-image: url("../images/interface/close-btn-white.png");
  background-repeat: no-repeat;
  background-size: 52px 52px;
  cursor: pointer;
  z-index: 10;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #home #home-vimeo-embed .close-button {
    background-image: url("../images/interface/close-btn-white@2x.png");
  }
}
#home #home-book-now {
  height: 672px;
  /*background-color: rgba(0,0,0,0.6);*/
  z-index: 11;
}
@media all and (max-width: 990px) {
  #home #home-book-now {
    background-image: url("../images/home/images-home-offers-bg-copy.jpg");
    background-size: cover;
    background-position: center;
  }
}
@media all and (max-width: 768px) {
  #home #home-book-now .content {
    display: none;
  }
}
#home #home-book-now .content .copy-container .btn-large {
  position: relative;
  padding: 15px 0 0 0;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 36px;
  width: 324px;
  height: 70px;
  background-color: #00a8e1;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 990px) {
  #home #home-book-now .content .copy-container .btn-large {
    background-color: #ffffff;
    color: #00a8e1;
  }
}
#home #home-book-now .content .copy-container .btn-large:hover {
  background-color: #000000;
}
@media all and (max-width: 990px) {
  #home #home-book-now .content .copy-container .btn-large:hover {
    background-color: #000000;
  }
}
@media all and (max-width: 990px) {
  #home.fixed-intro #intro-spacer {
    /*display: block;*/
  }
}
@media all and (max-width: 990px) {
  #home.fixed-intro #home-book-now {
    background-image: none;
  }
}
@media all and (max-width: 768px) {
  #home.fixed-intro #home-book-now {
    background-image: url("../images/home/images-home-offers-bg-copy.jpg");
  }
}
@media all and (max-width: 990px) {
  #home.fixed-intro #home-book-now .content .copy-container .btn-large {
    background-color: #00a8e1;
    color: #ffffff;
  }
}
@media all and (max-width: 990px) {
  #home.fixed-intro #home-book-now .content .copy-container .btn-large:hover {
    background-color: #000000;
  }
}
.mac .social-links,
.mobile .social-links {
  line-height: 1.7;
}
.mac #home #home-news .content .copy-container .title h5,
.mobile #home #home-news .content .copy-container .title h5,
.mac #home #home-vouchers .content .copy-container .title h5,
.mobile #home #home-vouchers .content .copy-container .title h5 {
  margin-bottom: 9px;
}
.mac #home #video-intro .content .copy h1,
.mobile #home #video-intro .content .copy h1 {
  margin-top: 10px;
}
.mac #home #video-intro .content .copy .btn-play,
.mobile #home #video-intro .content .copy .btn-play {
  margin-top: -10px;
}
.mac #home #home-deals-combos-vouchers h2,
.mobile #home #home-deals-combos-vouchers h2 {
  line-height: 0.7;
}
.mac #home #home-deals .half-copy .slide-container .slides .slide h2,
.mobile #home #home-deals .half-copy .slide-container .slides .slide h2 {
  line-height: 0.95;
}
.mac #home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container,
.mobile #home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container {
  margin-top: -7px;
}
@media all and (max-width: 990px) {
  .mac #home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container,
  .mobile #home #home-deals .half-copy .slide-container .slides .slide .price-container .btn-container {
    margin-top: 15px;
  }
}
.mac #home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings,
.mobile #home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings {
  margin-top: -6px;
}
.mac #home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings.less-mt,
.mobile #home #home-deals .half-copy .slide-container .slides .slide .price-container .price .savings.less-mt {
  margin-top: -16px;
}
@media all and (max-width: 768px) {
  .mac header #menu-right li.phone-icon-container,
  .mobile header #menu-right li.phone-icon-container {
    margin-top: 9px;
  }
}
.mac #home #home-deals .half-copy .slide-container .slides .slide p,
.mobile #home #home-deals .half-copy .slide-container .slides .slide p {
  margin-top: 20px;
}
.mac #home #home-auckland .split .activity-copy .btn-standard,
.mobile #home #home-auckland .split .activity-copy .btn-standard,
.mac #home #home-queenstown .split .activity-copy .btn-standard,
.mobile #home #home-queenstown .split .activity-copy .btn-standard {
  width: 175px;
}
.mac #home #home-auckland .btn-standard,
.mobile #home #home-auckland .btn-standard,
.mac #home #home-queenstown .btn-standard,
.mobile #home #home-queenstown .btn-standard {
  height: 32px;
  padding: 11px 0 0 0;
}
.mac #home .label-title,
.mobile #home .label-title {
  line-height: 1.8;
}
.ie #home-news,
.ie #home-vouchers {
  background-size: 100% !important;
}
@media all and (max-width: 1130px) {
  .ie #home-news,
  .ie #home-vouchers {
    background-size: 1049px 700px !important;
  }
}
.ie #home-deals-combos-vouchers {
  background-size: 100% !important;
}
@media all and (max-width: 1130px) {
  .ie #home-deals-combos-vouchers {
    background-size: 1400px 934px !important;
  }
}
.not-mobile .btn-right:hover .btn-arrow {
  background-image: url("../images/interface/icons-home-go-arrow-small-hover.png");
  background-color: #000000;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .not-mobile .btn-right:hover .btn-arrow {
    background-image: url("../images/interface/icons-home-go-arrow-small-hover@2x.png");
  }
}
body.mobile #home #home-activities-mobile .activity-container .activity-item ul li .submenu-dropdown .submenu-item.btn-standard {
  padding-top: 12px;
}
.webp #home #home-auckland-bg .hover-frame.bungy-jumps {
  background-image: url("../images/home/auckland-bungy-frame.webp");
}
.webp #home #home-auckland-bg .hover-frame.climb {
  background-image: url("../images/home/climb-frame.webp");
}
.webp #home #home-auckland-bg .hover-frame.skywalk {
  background-image: url("../images/home/skywalk-frame.webp");
}
.webp #home #home-queenstown-bg .hover-frame.bungy-jumps {
  background-image: url("../images/home/kawarau-bungy-frame.webp");
}
.webp #home #home-queenstown-bg .hover-frame.zipride {
  background-image: url("../images/home/kawarau-zipline-frame.webp");
}
#faq {
  line-height: 1.6;
}
@media all and (max-width: 1280px) {
  #faq .title-container .container {
    padding-left: 300px;
  }
}
@media all and (max-width: 1000px) {
  #faq .title-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#faq .footer-section {
  margin-top: 0px;
}
#faq #faq-menu {
  position: fixed !important;
  top: 150px;
}
@media all and (max-width: 1000px) {
  #faq #faq-menu {
    position: relative !important;
    top: auto;
  }
}
#faq-content {
  position: relative;
  width: 100%;
  max-width: 606px;
  margin: 100px auto 0 auto;
}
@media all and (max-width: 1280px) {
  #faq-content {
    margin: 100px 150px 0 auto;
  }
}
@media all and (max-width: 1130px) {
  #faq-content {
    margin: 100px 60px 0 auto;
  }
}
@media all and (max-width: 1000px) {
  #faq-content {
    margin: 30px auto 150px auto;
  }
}
#faq-content h2 {
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 36px;
}
@media all and (max-width: 767px) {
  #faq-content h2 {
    font-size: 28px;
  }
}
#faq-content h3 {
  font-size: 22px;
}
@media all and (max-width: 767px) {
  #faq-content h3 {
    font-size: 20px;
  }
}
#faq-content .no-answer {
  position: relative;
  padding: 0 21px 0 30px;
  margin-top: -50px;
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  color: #00A8E1;
  float: left;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  background-image: url("../images/interface/arrow-right-blue.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #faq-content .no-answer {
    background-image: url("../images/interface/arrow-right-blue@2x.png");
  }
}
#faq-content .faq-section {
  clear: both;
  margin-bottom: 100px;
}
#faq-content .faq-section p {
  padding: 0 30px;
}
#faq-content .faq-section a {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  color: #00A8E1;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
#faq-content .faq-section ul li {
  position: relative;
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  display: block;
  float: left;
  clear: both;
  -webkit-transition: padding 100ms cubic-bezier(0.19, 1, 0.22, 1), background-color 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: padding 100ms cubic-bezier(0.19, 1, 0.22, 1), background-color 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: padding 100ms cubic-bezier(0.19, 1, 0.22, 1), background-color 100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 100ms cubic-bezier(0.19, 1, 0.22, 1), background-color 100ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
#faq-content .faq-section ul li .question {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 768px) {
  #faq-content .faq-section ul li .question {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
#faq-content .faq-section ul li .answer {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: height 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 100ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
#faq-content .faq-section ul li.selected {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}
#faq-content .faq-section ul li.selected .question {
  padding-bottom: 10px;
  color: #00A8E1;
}
#faq-content .faq-section ul li.selected .answer {
  max-height: 700px;
}
.trade-logos {
  position: absolute;
  top: 280px;
  width: 250px;
  right: 100px;
  color: #888888;
}
@media all and (max-width: 1440px) {
  .trade-logos {
    right: 30px;
  }
}
@media all and (max-width: 1280px) {
  .trade-logos {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 30px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .trade-logos {
    margin-bottom: 0px;
  }
}
.trade-logos .trade-logo-item {
  clear: both;
  position: relative;
  width: 100%;
  height: 62px;
  margin-bottom: 16px;
}
.trade-logos .trade-logo-item .trade-logo {
  float: left;
  width: 65px;
  height: 62px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.trade-logos .trade-logo-item .trade-logo.qualmark {
  background-image: url("../images/interface/logos-trade-qualmark.png");
  background-size: 65px 62px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trade-logos .trade-logo-item .trade-logo.qualmark {
    background-image: url("../images/interface/logos-trade-qualmark@2x.png");
  }
}
.trade-logos .trade-logo-item .trade-logo.trip-adv {
  background-image: url("../images/interface/logos-trade-trip-advisor.png");
  background-size: 65px 48px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trade-logos .trade-logo-item .trade-logo.trip-adv {
    background-image: url("../images/interface/logos-trade-trip-advisor@2x.png");
  }
}
.trade-logos .trade-logo-item .trade-logo.kiwi {
  background-image: url("../images/interface/logos-trade-nzsc.png");
  background-size: 65px 37px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trade-logos .trade-logo-item .trade-logo.kiwi {
    background-image: url("../images/interface/logos-trade-nzsc@2x.png");
  }
}
.trade-logos .trade-logo-item .trade-logo.dept {
  background-image: url("../images/interface/logos-trade-doc.png");
  background-size: 39px 49px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .trade-logos .trade-logo-item .trade-logo.dept {
    background-image: url("../images/interface/logos-trade-doc@2x.png");
  }
}
.trade-logos .trade-logo-item .trade-logo-text {
  float: left;
  width: 170px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 14px;
}
.trade-logos .trade-logo-item .trade-logo-text .vertical-align-container {
  height: 62px;
}
.not-mobile #faq-content .no-answer:hover {
  color: #000000;
}
.not-mobile #faq-content .faq-section a:hover {
  color: #000000;
}
.not-mobile #faq-content .faq-section ul li .question:hover {
  color: #000000;
}
.mac #faq-content .no-answer,
.mobile #faq-content .no-answer,
.tablet #faq-content .no-answer {
  background-position: right bottom 3px;
}
#faq.trade #faq-content .faq-section ul li {
  float: none;
  clear: both;
}
.select {
  width: 100%;
  max-width: 360px;
  height: 58px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  position: relative;
  font-size: 16px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: 300;
}
.select .label {
  padding: 18px 20px;
  cursor: pointer;
  color: #555555;
  text-transform: capitalize;
  font-weight: 600;
}
.select .label.choose {
  color: #999999;
  font-weight: normal;
}
.select .arrow-icon {
  background-image: url("../images/forms/dd-arrow-down.png");
  background-repeat: no-repeat;
  background-size: 11px 7px;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .select .arrow-icon {
    background-image: url("../images/forms/dd-arrow-down@2x.png");
  }
}
.select ul {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  top: 46px;
  left: -1px;
  z-index: 5000;
  display: none;
  padding: 10px 0;
}
.select ul li {
  padding: 9px 20px;
  cursor: pointer;
  color: #555555;
  font-weight: 600;
  text-transform: capitalize;
}
.select ul li .right-label {
  float: right;
  font-size: 13px;
  color: #aaaaaa;
  font-weight: normal;
  margin-top: 2px;
}
.select .border {
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
  border: 3px solid #00A8E1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: 56px;
  margin: -1px;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.select.open .border,
.select:hover .border {
  opacity: 1;
}
.select.open ul {
  display: block;
}
.mac .select .label,
.mobile .select .label {
  line-height: 1.3;
}
.not-mobile .select ul li:hover {
  color: #39ace2;
}
#contact .content {
  width: calc(100% - 40px);
  max-width: 860px;
  margin: 10px auto 0 auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  #contact .content {
    margin: 0 auto;
  }
}
#contact .content .center-copy {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
#contact .content .left-copy {
  float: left;
  width: 47.5%;
  max-width: 380px;
}
@media all and (max-width: 767px) {
  #contact .content .left-copy {
    float: none;
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
#contact .content .right-copy {
  float: right;
  width: 47.5%;
  max-width: 380px;
}
@media all and (max-width: 767px) {
  #contact .content .right-copy {
    float: none;
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#contact .content .center-copy {
  clear: both;
  position: relative;
  width: 100%;
  padding-top: 65px;
  margin: 0 auto;
}
#contact .content .center-copy h2 {
  margin-bottom: 20px;
}
#contact .content .center-copy .contact-item {
  margin-top: 28px;
  margin-bottom: 0;
}
#contact .content h2 {
  font-size: 36px;
  color: #d9d9d9;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #contact .content h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#contact .content .contact-item {
  margin: 44px 0;
}
@media all and (max-width: 767px) {
  #contact .content .contact-item {
    margin: 25px 0;
  }
}
#contact .content .contact-item .label {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  display: block;
}
#contact .content .contact-item a {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  color: #00A8E1;
  display: block;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
@media all and (max-width: 768px) {
  #contact .content .contact-item a {
    font-size: 21px;
  }
}
#contact .content .contact-item a.smaller {
  font-size: 24px;
}
#contact .footer-section {
  height: 500px;
}
@media all and (max-width: 767px) {
  #contact .footer-section {
    margin-top: 80px;
    height: 350px;
  }
}
#contact .footer-section .content {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1076px;
  margin: 0 auto;
}
@media all and (max-width: 1130px) {
  #contact .footer-section .content {
    max-width: 640px;
  }
}
@media all and (max-width: 767px) {
  #contact .footer-section .content {
    width: calc(100% - 40px);
    max-width: none;
  }
}
#contact .footer-section .content h2 {
  float: left;
  width: 39%;
  color: #ffffff;
  text-align: left;
  padding-top: 20px;
}
@media all and (max-width: 1130px) {
  #contact .footer-section .content h2 {
    width: 100%;
    clear: both;
  }
}
@media all and (max-width: 767px) {
  #contact .footer-section .content h2 {
    padding-top: 60px;
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
  }
}
#contact .footer-section .content .columns-3 {
  float: right;
  width: 61%;
}
@media all and (max-width: 1130px) {
  #contact .footer-section .content .columns-3 {
    width: 100%;
    clear: both;
  }
}
#contact .footer-section .content .columns-3 .col {
  float: left;
  width: 33.33%;
  text-align: left;
}
@media all and (max-width: 767px) {
  #contact .footer-section .content .columns-3 .col {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 60px auto;
  }
}
#contact .footer-section .content .columns-3 .col h3 {
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
}
#contact .footer-section .content .columns-3 .col span {
  font-family: "TideSansCond-400LilDudeItalic", Arial, serif;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.6;
  display: block;
  margin-bottom: 15px;
}
#contact .footer-section .content .columns-3 .col a {
  font-family: "TideSansCond-500DudetteItalic", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.not-mobile #contact a:hover {
  color: #000000 !important;
}
@media all and (max-width: 768px) {
  .info-section .side-text {
    display: none;
  }
}
.info-section .content ul.menu {
  position: absolute;
  left: 50%;
  width: 708px;
  margin: 0 0 0 -598px;
  font-family: "TideSansCond-600BunnyItalic", Arial, serif;
  font-weight: normal;
  font-size: 98px;
  line-height: 0.85;
}
@media all and (max-width: 1360px) {
  .info-section .content ul.menu {
    font-size: 6vw;
    left: 5%;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .info-section .content ul.menu {
    position: relative;
    margin: 0 auto;
    left: auto;
    width: 100%;
    padding-bottom: 24px;
    line-height: 1;
  }
}
@media all and (max-width: 540px) {
  .info-section .content ul.menu {
    font-size: 36px;
  }
}
.info-section .content ul.menu li {
  text-transform: uppercase;
  color: #e0e0e0;
  cursor: pointer;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -0.8px;
}
@media all and (max-width: 768px) {
  .info-section .content ul.menu li {
    text-align: center;
  }
}
.info-section .content ul.menu li.selected {
  cursor: default;
}
.info-section .content ul.menu li.selected {
  color: #00A8E1;
}
.info-section .content ul.information {
  position: absolute;
  left: 50%;
  margin: 0 0 0 180px;
  width: 35%;
  max-width: 330px;
  font-family: "adelle-sans", Arial, serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
}
@media all and (max-width: 1360px) {
  .info-section .content ul.information {
    left: 60%;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .info-section .content ul.information {
    left: 57%;
  }
}
@media all and (max-width: 768px) {
  .info-section .content ul.information {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .info-section .content ul.information {
    max-width: 280px;
  }
}
.info-section .content ul.information > li {
  position: absolute;
  color: #888888;
}
.info-section .content ul.information > li h3 {
  color: #00A8E1;
  margin-bottom: 10px;
}
.info-section .content ul.information > li > img {
  display: block;
  width: 240px;
  height: 240px;
  margin-bottom: 26px;
  border-radius: 240px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .info-section .content ul.information > li > img {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    margin: 0 auto 26px auto;
    display: none;
  }
}
.info-section .content ul.information > li a {
  color: #00A8E1;
  font-weight: 600;
  -webkit-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}
.info-section .content ul.information > li ul {
  padding: 30px 0 30px 20px;
  list-style: disc;
}
.info-section .content ul.information > li.selected {
  z-index: 100;
}
@media all and (max-width: 768px) {
  .info-section .content ul.information > li.selected {
    position: relative;
    margin-bottom: 180px;
  }
}
@media all and (max-width: 480px) {
  .info-section .content ul.information > li.selected {
    margin-bottom: 130px;
  }
}
.not-mobile .info-section .content ul.menu li:hover {
  color: #00A8E1;
}
.not-mobile .info-section .content ul.information > li a:hover {
  color: #000000;
}
body.mobile .swiper-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  vertical-align: text-top;
  padding-bottom: 30px; }
  body.mobile .swiper-wrapper::-webkit-scrollbar {
    display: none; }
body.mobile .swiper-slide {
  transition-property: all;
  display: inline-block;
  vertical-align: text-top; }

body.not-mobile {
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */ }
  body.not-mobile :root {
    --swiper-theme-color: #007aff; }
  body.not-mobile .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }
  body.not-mobile .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }
  body.not-mobile .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
  body.not-mobile .swiper-container-android .swiper-slide,
  body.not-mobile .swiper-wrapper {
    transform: translate3d(0px, 0, 0); }
  body.not-mobile .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }
  body.not-mobile .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }
  body.not-mobile .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }
  body.not-mobile .swiper-slide {
    flex-shrink: 0;
    /*width: 100%;*/
    height: 100%;
    position: relative;
    transition-property: transform; }
  body.not-mobile .swiper-slide-invisible-blank {
    visibility: hidden; }
  body.not-mobile .swiper-container-autoheight,
  body.not-mobile .swiper-container-autoheight .swiper-slide {
    height: auto; }
  body.not-mobile .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }
  body.not-mobile .swiper-container-3d {
    perspective: 1200px; }
  body.not-mobile .swiper-container-3d .swiper-wrapper,
  body.not-mobile .swiper-container-3d .swiper-slide,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  body.not-mobile .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  body.not-mobile .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }
  body.not-mobile .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }
  body.not-mobile :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-button-prev,
  body.not-mobile .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  body.not-mobile .swiper-button-prev.swiper-button-disabled,
  body.not-mobile .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  body.not-mobile .swiper-button-prev:after,
  body.not-mobile .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }
  body.not-mobile .swiper-button-prev,
  body.not-mobile .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  body.not-mobile .swiper-button-prev:after,
  body.not-mobile .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }
  body.not-mobile .swiper-button-next,
  body.not-mobile .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  body.not-mobile .swiper-button-next:after,
  body.not-mobile .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }
  body.not-mobile .swiper-button-prev.swiper-button-white,
  body.not-mobile .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }
  body.not-mobile .swiper-button-prev.swiper-button-black,
  body.not-mobile .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }
  body.not-mobile .swiper-button-lock {
    display: none; }
  body.not-mobile :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  body.not-mobile .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  body.not-mobile .swiper-pagination-fraction,
  body.not-mobile .swiper-pagination-custom,
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }
  body.not-mobile .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  body.not-mobile .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  body.not-mobile .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1; }
  body.not-mobile button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body.not-mobile .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  body.not-mobile .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }
  body.not-mobile .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }
  body.not-mobile .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
  body.not-mobile .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  body.not-mobile .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-progressbar,
  body.not-mobile .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-container-vertical > .swiper-pagination-progressbar,
  body.not-mobile .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }
  body.not-mobile .swiper-pagination-black {
    --swiper-pagination-color: #000000; }
  body.not-mobile .swiper-pagination-lock {
    display: none; }
  body.not-mobile .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  body.not-mobile .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  body.not-mobile .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  body.not-mobile .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  body.not-mobile .swiper-scrollbar-cursor-drag {
    cursor: move; }
  body.not-mobile .swiper-scrollbar-lock {
    display: none; }
  body.not-mobile .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  body.not-mobile .swiper-zoom-container > img,
  body.not-mobile .swiper-zoom-container > svg,
  body.not-mobile .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  body.not-mobile .swiper-slide-zoomed {
    cursor: move; }
  body.not-mobile :root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }
  body.not-mobile .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }
  body.not-mobile .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }
  body.not-mobile .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
  body.not-mobile .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  body.not-mobile .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out; }
  body.not-mobile .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity; }
  body.not-mobile .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-fade .swiper-slide-active,
  body.not-mobile .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-cube {
    overflow: visible; }
  body.not-mobile .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  body.not-mobile .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
  body.not-mobile .swiper-container-cube .swiper-slide-active,
  body.not-mobile .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-cube .swiper-slide-active,
  body.not-mobile .swiper-container-cube .swiper-slide-next,
  body.not-mobile .swiper-container-cube .swiper-slide-prev,
  body.not-mobile .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  body.not-mobile .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  body.not-mobile .swiper-container-flip {
    overflow: visible; }
  body.not-mobile .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
  body.not-mobile .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  body.not-mobile .swiper-container-flip .swiper-slide-active,
  body.not-mobile .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-top,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-bottom,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-left,
  body.not-mobile .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

