@charset "UTF-8";
#GDPRCookieBanner {
  position: fixed;
  bottom: -100%;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  font-size: 0.9em;
  opacity: 0;
}

#GDPRCookieBanner.show {
  bottom: 0;
  opacity: 1;
  background-color: #263248;
  z-index: 1000;
  color: white;
}

#GDPRCookieBanner,
#GDPRCookieAccept {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#GDPRCookieContent {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}

#GDPRCookieContent h5 {
  margin: 0;
  width: 100%;
  color: #221e49;
  font-size: 45px;
  font-weight: 100;
  padding: 7px 0;
  letter-spacing: 2px;
  font-family: Forward;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #fee131, #d27501, #de2c2c, #6d1284);
}

#GDPRCookieText {
  text-align: justify;
}

#GDPRCookieControls:after {
  content: "";
  display: table;
  clear: both;
}

#GDPRCookieAccept {
  border: 0;
  padding: 0.4em 0.7em;
  font-size: 1.1em;
  background: green;
  color: #fff;
  float: right;
  cursor: pointer;
}

#GDPRCookieAccept:hover {
  box-shadow: 0px 0px 10px 1px rgba(16, 155, 0, 0.5);
}

@font-face {
  font-family: Gothic;
  src: local("☺"), url("../font/gothic.ttf") format("truetype"), url("../font/gothic.woff") format("woff"), url("../font/gothic.eot") format("embedded-opentype");
}
@font-face {
  font-family: Rocket;
  src: local("☺"), url("../font/rocket.otf"), url("../font/rocket.woff") format("woff"), url("../font/rocket.eot") format("embedded-opentype");
}
@font-face {
  font-family: Forward;
  /*src: local('☺'),
  	 url('../font/forward-webfont.ttf') format('truetype'),
  	 url('../font/forward-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  /*url('../font/forward-webfont.eot') format('embedded-opentype');*/
  src: local("☺"), url("../font/gothic.ttf") format("truetype"), url("../font/gothic.woff") format("woff"), url("../font/gothic.eot") format("embedded-opentype");
}
.subBody {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 120%;
  position: fixed;
  z-index: -1;
}

.page-top {
  margin-top: 110px !important;
}

.page-bottom {
  margin-bottom: 50px !important;
}

h1 {
  font-family: Rocket;
  text-align: center;
  font-size: 55px;
  margin-top: 110px;
  display: grid;
}

h2 {
  font-size: 45px;
  font-weight: 100;
  color: #221e49;
  padding: 7px 0;
  letter-spacing: 2px;
  font-family: Forward;
  text-align: center;
  width: 89%;
  margin: 20px auto;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #fee131, #d27501, #de2c2c, #6d1284);
}
h2::before {
  background-image: url(../img/whitepixelleft.png);
  width: 57px;
  height: 63px;
  background-size: 56px 63px;
  content: " ";
  margin-top: -7px;
  float: left;
  margin-left: -56px;
  background-repeat: no-repeat;
}
h2::after {
  background-image: url(../img/whitepixelright.png);
  width: 58px;
  height: 63px;
  content: " ";
  background-size: 54px 63px;
  float: right;
  margin-right: -57px;
  margin-top: -7px;
  background-repeat: no-repeat;
}

h2.bluepinkPixel {
  font-size: 45px;
  font-weight: 100;
  background-color: #221e49;
  color: #6ec4d6 !important;
  padding: 7px 0;
  letter-spacing: 2px;
  font-family: Forward;
  text-align: center;
  width: 89%;
  margin: 20px auto;
  text-transform: uppercase;
  background-image: none;
}
h2.bluepinkPixel::before {
  background-image: url(../img/bluepixel.png);
  width: 57px;
  height: 63px;
  background-size: 56px 63px;
  content: " ";
  margin-top: -7px;
  float: left;
  margin-left: -56px;
  background-repeat: no-repeat;
}
h2.bluepinkPixel::after {
  background-image: url(../img/pinkpixel.png);
  width: 58px;
  height: 63px;
  content: " ";
  background-size: 54px 63px;
  float: right;
  margin-right: -57px;
  margin-top: -7px;
  background-repeat: no-repeat;
}

hr {
  box-shadow: 1px 0px 20px 6px #6ec4d6;
  margin: 25px 0;
  width: 215px;
}

.container {
  margin: 25px auto 0 auto;
  width: 1024px;
}

.center {
  text-align: center;
}

.inlineBlock {
  display: inline-block;
}

.noDesktop {
  display: none;
}

.mobile-picture, .onMobile-number {
  display: none;
}

/* MAIN TEXT */
.silver-gradient {
  background: -webkit-linear-gradient(#1d1717, #acd5e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #cecab7;
  color: #221e49;
}

.pink-gradient {
  background: -webkit-linear-gradient(#bba1b9, #a9056f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #cecdc8;
  color: #221e49;
}

.blue-gradient {
  background: -webkit-linear-gradient(#97cdf5, #022046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #bec9de;
  color: #221e49;
}

.booknow {
  font-size: 2em;
  padding: 3px 15px;
  font-family: Forward;
  text-transform: uppercase;
  float: right;
  color: #221e49;
  cursor: pointer;
  text-decoration: none;
  animation: infiniteColorChange 5s linear;
  -moz-animation: infiniteColorChange 5s linear infinite;
  /* Firefox */
  -webkit-animation: infiniteColorChange 5s linear infinite;
  /* Safari and Chrome */
  background-image: linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
  background: -moz-linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
  /* FF 3.6+ */
  background: -ms-linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
  /* IE10 */
  background: -webkit-linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
  /* Opera 11.10 */
}

@keyframes infiniteColorChange {
  0% {
    background: #fee131;
  }
  25% {
    background: #d27501;
  }
  50% {
    background: #de2c2c;
  }
  75% {
    background: #d27501;
  }
  100% {
    background: #fee131;
  }
}
@-moz-keyframes infiniteColorChange {
  /* Firefox */
  0% {
    background: #fee131;
  }
  25% {
    background: #d27501;
  }
  50% {
    background: #de2c2c;
  }
  75% {
    background: #d27501;
  }
  100% {
    background: #fee131;
  }
}
@-webkit-keyframes infiniteColorChange {
  /* MOBILE, G and firefox*/
  0% {
    background: #fee131;
  }
  25% {
    background: #d27501;
  }
  50% {
    background: #de2c2c;
  }
  75% {
    background: #d27501;
  }
  100% {
    background: #fee131;
  }
}
/* FIRST SECTION + COUNTDOWN */
.inner-padding {
  padding: 0 27px;
  background-image: linear-gradient(#221e49, rgba(255, 0, 0, 0));
  background: -moz-linear-gradient(#221e49, rgba(255, 0, 0, 0));
  /* FF 3.6+ */
  background: -ms-linear-gradient(#221e49, rgba(255, 0, 0, 0));
  /* IE10 */
  background: -webkit-linear-gradient(#221e49, rgba(255, 0, 0, 0));
  /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#221e49, rgba(255, 0, 0, 0));
  /* Opera 11.10 */
}
.inner-padding .countdown-text {
  font-family: Forward;
  font-size: 25px;
  color: #6ec4d6;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}
.inner-padding .countdown {
  font-family: Forward;
  /*background-image: linear-gradient(to right, #f5ee0f , #d20d9f);
  background: -webkit-linear-gradient(to right, #f5ee0f, #d20d9f);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;*/
  color: #eeb91f !important;
  font-size: 63px;
  margin-bottom: 0;
  color: #221e49;
  margin-top: 0;
  /*filter: drop-shadow(4px 3px 0px $lightBlue);*/
}
.inner-padding .timeicon-container {
  text-align: left;
  margin: 0 auto;
  width: 78%;
}
.inner-padding .placeicon-container {
  text-align: left;
  margin: -20px auto;
  width: 78%;
}
.inner-padding .info .time-text, .inner-padding .info .place-text {
  font-family: Gothic;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  margin-left: 49px;
  line-height: 2;
}
.inner-padding .info img {
  float: left;
}

/* SEO TEXT */
.seo-text {
  margin-top: 15px;
  background: #402a62;
  padding: 15px;
}
.seo-text p {
  font-family: Gothic;
  color: #fff;
  margin: 0 10px 0 10px;
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
}
.seo-text h3 {
  line-height: 1.5;
  margin: 0;
  color: #6ec4d6;
  font-family: Forward;
  font-weight: 100;
  font-size: 27px;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

/* WHAT YOU GET */
.what-you-get {
  color: #fff;
}
.what-you-get .icon-container {
  min-height: 130px;
}
.what-you-get .icon-container .icon {
  filter: drop-shadow(2px 0px 0px #e5305d);
  width: 68%;
  display: block;
  margin: auto;
}
.what-you-get .short-text {
  font-family: Gothic;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

/* PRICES */
.prices .ph-text {
  font-family: Forward;
  color: #6ec4d6;
  text-transform: uppercase;
  font-size: 26px;
  text-align: right;
  display: grid;
  padding-right: 15px;
  line-height: 1.5;
}
.prices .ph-comment {
  font-family: Gothic;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  font-size: 19px;
  display: grid;
  padding-right: 15px;
}
.prices .ph-img {
  float: right;
  width: 290px;
}
.prices .triangleFirst {
  position: absolute;
  margin-left: 215px;
}
.prices .triangle-container {
  font-family: Forward;
  text-transform: uppercase;
  position: relative;
  color: white;
}
.prices .triangle-container .ots {
  font-size: 26px;
  left: 65px;
  top: 72px;
  position: absolute;
  width: 200px;
  text-decoration: line-through;
}
.prices .triangle-container .ots-price {
  font-size: 59px;
  top: 114px;
  left: 103px;
  position: absolute;
  text-decoration: line-through;
}
.prices .triangle-container .online {
  font-size: 45px;
  position: absolute;
  left: 258px;
  top: -8px;
  background-image: linear-gradient(#d20d9f, #f5ee0f);
  background: -webkit-linear-gradient(#d20d9f, #f5ee0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 3px 0px #6ec4d6);
}
.prices .triangle-container .online-price {
  font-size: 68px;
  top: 50px;
  position: absolute;
  left: 313px;
  background-image: linear-gradient(to top, #d20d9f, #f5ee0f);
  background: -webkit-linear-gradient(to top, #d20d9f, #f5ee0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 3px 0px #6ec4d6);
}

/* OUR TEAM */
.imageSlider2 {
  position: relative;
  letter-spacing: 0;
}
.imageSlider2 ul {
  width: 80%;
  position: relative;
  height: 164px;
  margin: 0 auto;
  padding: 0;
}
.imageSlider2 ul li {
  list-style-type: none;
  position: absolute;
  top: 29px;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: 1s opacity;
}
.imageSlider2 ul li .triangle-guide {
  width: auto;
  position: absolute;
  height: 109px;
  margin-top: 0;
}
.imageSlider2 ul li .user-container {
  width: 81%;
  font-family: Gothic;
  background-image: linear-gradient(#221e49, rgba(255, 0, 0, 0));
  margin-left: 71px;
  padding: 6px;
}
.imageSlider2 ul li .user-container .user-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #6ec4d6;
  margin-left: 51px;
}
.imageSlider2 ul li .user-container .user-text {
  color: #fff;
  margin: 0;
  font-size: 16px;
  margin-left: 51px;
}
.imageSlider2 ul .show {
  opacity: 1;
  transition: 1s opacity;
}
.imageSlider2 .next2, .imageSlider2 .prev2 {
  position: absolute;
  cursor: pointer;
  top: 12%;
  display: none;
}
.imageSlider2 .next2 {
  right: 0;
}
.imageSlider2 .prev2 {
  left: 0;
}

/* GALLERY */
#gallery {
  margin: 7% 0;
}

.hc_places_left {
  margin-left: 28px;
  font-size: 22px;
  display: none;
  font-family: Gothic;
  letter-spacing: 0px;
  color: #fff;
}

/* MEETING POINT PAGE */
#meeting {
  margin-top: 110px;
  margin-bottom: 30px;
}
#meeting img {
  width: 125px;
  float: left;
}
#meeting .texts {
  margin: 0 auto;
  width: 93%;
  letter-spacing: 0;
}
#meeting .texts .main-text {
  font-family: Forward;
  background-color: #6ec4d6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(4px 3px 0px #e5305d);
  text-transform: uppercase;
  font-size: 34px;
  margin: 0;
}
#meeting .texts .place-text {
  font-family: Forward;
  background-image: linear-gradient(to right, #f5ee0f, #d20d9f);
  background: -webkit-linear-gradient(to right, #f5ee0f, #d20d9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 33px;
  margin: 0;
}
#meeting .justPadding {
  letter-spacing: 0;
}
#meeting .justPadding p {
  font-family: Gothic;
  color: #fff;
  font-size: 21px;
}
#meeting .justPadding p .neon {
  color: #e5305d;
}
#meeting .justPadding p .blue {
  color: #6ec4d6;
}

/* CONTACT */
.partner a {
  font-family: Gothic;
  color: #ffffff;
}
.partner .partnerLink {
  color: #e5305d;
  font-family: Gothic;
  text-transform: uppercase;
}
.partner img {
  display: block;
  width: 70%;
  max-width: 140px;
  margin: 0 auto;
}
.partner h4 {
  font-weight: normal;
}
.partner .text-padding {
  padding: 10px;
}
.partner .seo-text p {
  margin: 0px;
}

/* BLOG */
#blog {
  margin: 7% 0;
}
#blog h2, #blog h1, #blog h3 {
  font-size: 30px;
  font-weight: 100;
  background-color: #221e49;
  color: #6ec4d6;
  padding: 7px 0;
  letter-spacing: 1px;
  font-family: Forward;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  text-transform: uppercase;
  background-image: none;
}
#blog h2:before, #blog h2:after, #blog h1:before, #blog h1:after, #blog h3:before, #blog h3:after {
  background-image: none;
}
#blog h4 {
  color: white;
  text-transform: uppercase;
  font-family: Gothic;
  font-size: 25px;
  margin: 20px 0;
  letter-spacing: 0;
}
#blog .back {
  cursor: default;
  font-family: Forward;
  padding: 5px 10px;
  color: #221e49;
  margin-top: 20px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  background-image: linear-gradient(#d20d9f, #6ec4d6);
  background: -webkit-linear-gradient(#d20d9f, #6ec4d6);
  display: block;
  text-align: center;
  letter-spacing: 0;
}
#blog .justPadding {
  padding: 0 10px;
  letter-spacing: 0;
}
#blog .justPadding p {
  color: white;
  font-family: Gothic;
  font-size: 20px;
  background: #402a62;
  padding: 10px;
  text-align: justify;
  margin: 0;
}
#blog .justPadding p .readMore {
  color: #e5305d;
  text-transform: uppercase;
  display: block;
  text-align: right;
}
#blog .justPadding p a {
  color: #e5305d;
  text-transform: uppercase;
}
#blog .justPadding ul {
  margin-top: 15px;
  background: #402a62;
  padding: 22px;
  color: #fff;
  font-family: Gothic;
  font-size: 19px;
}
#blog .justPadding ul li {
  padding: 5px 0;
}
#blog .justPadding ul a {
  color: #e5305d;
}

.instant_spot {
  font-size: 34px;
  font-weight: bold;
  color: #e5305d;
}

.instant_spot_p {
  margin-top: 10px;
  font-size: 22px;
  display: none;
  text-transform: uppercase;
  text-align: center;
  font-family: Forward;
  color: #fff;
}

/* BOOKING */
#booking-container {
  margin: 7% 0;
}
#booking-container .public, #booking-container .private {
  text-transform: uppercase;
}
#booking-container .public div, #booking-container .private div {
  background: #402a62;
  margin: 5px;
  padding: 4px;
  min-height: 229px;
}
#booking-container .public div h3, #booking-container .private div h3 {
  font-family: Forward;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  font-size: 31px;
}
#booking-container .public div p, #booking-container .private div p {
  font-family: Gothic;
  color: #fff;
  font-size: 19px;
  text-align: left;
  text-transform: initial;
}
#booking-container .public div .price, #booking-container .private div .price {
  text-transform: uppercase;
  color: #e5305d;
}
#booking-container .public div .mobile-text, #booking-container .private div .mobile-text {
  display: none;
}
#booking-container .public div .contactus, #booking-container .private div .contactus {
  cursor: pointer;
  font-family: Forward;
  padding: 5px 10px;
  color: #221e49;
  font-size: 29px;
  display: inline-block;
  text-transform: uppercase;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 300% 100%;
}
#booking-container .public div .contactus:hover, #booking-container .private div .contactus:hover {
  background-position: 100% 0;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#booking-container .public div .contactus.new-color, #booking-container .private div .contactus.new-color {
  background-image: linear-gradient(to right, #6ec4d6, #d20d9f);
}
#booking-container .public div .bookticket, #booking-container .private div .bookticket {
  cursor: pointer;
  font-family: Forward;
  padding: 5px 10px;
  color: #221e49;
  font-size: 29px;
  display: inline-block;
  text-transform: uppercase;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 300% 100%;
}
#booking-container .public div .bookticket:hover, #booking-container .private div .bookticket:hover {
  background-position: 100% 0;
  moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#booking-container .public div .bookticket.new-color, #booking-container .private div .bookticket.new-color {
  background-image: linear-gradient(to right, #d20d9f, #e7914a);
}
#booking-container .booking-title-public, #booking-container .booking-title-private {
  display: none;
}
#booking-container #bookingForm {
  display: none;
}
#booking-container #bookingForm .subTitle {
  font-size: 29px;
  font-weight: 100;
  color: #6ec4d6;
  background-color: #221e49;
  padding: 4px 0;
  letter-spacing: 2px;
  font-family: Forward;
  text-align: center;
  width: 76%;
  margin: 20px auto;
  text-transform: uppercase;
}
#booking-container #bookingForm .subTitle::before {
  background-image: url(../img/bluepixel.png);
  width: 57px;
  height: 55px;
  background-size: 34px 39px;
  content: " ";
  margin-top: -4px;
  float: left;
  margin-left: -35px;
  background-repeat: no-repeat;
}
#booking-container #bookingForm .subTitle::after {
  background-image: url(../img/pinkpixel.png);
  width: 58px;
  height: 55px;
  content: " ";
  background-size: 31px 39px;
  float: right;
  margin-right: -57px;
  margin-top: -4px;
  background-repeat: no-repeat;
}
#booking-container #bookingForm .data {
  font-family: Gothic;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 87%;
  background: #402a62;
  padding: 5px;
  margin-left: 5%;
}
#booking-container #bookingForm .data .headcount-holder {
  font-size: 35px;
  margin: 0 auto;
  margin-top: -4px;
}
#booking-container #bookingForm .data .headcount-holder .headcount-change {
  background: transparent;
  border: none;
}
#booking-container #bookingForm .data .message {
  margin-top: 20px;
  display: none;
}
#booking-container #bookingForm .data label {
  font-size: 23px;
}
#booking-container #bookingForm .data textarea {
  border: 1px solid #e5305d;
  resize: none;
  background-color: transparent;
}
#booking-container #bookingForm .data textarea:focus {
  outline: none;
}
#booking-container #bookingForm .data .error {
  color: #d82323;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  display: none;
}
#booking-container #bookingForm .choosePayment .ots-payment, #booking-container #bookingForm .choosePayment .online-payment, #booking-container #bookingForm .choosePayment .ph {
  color: #fff;
  background-color: #402a62;
  margin: -23px 53px 18px 106px;
  padding: 1px 7px;
}
#booking-container #bookingForm .choosePayment .ots-payment span, #booking-container #bookingForm .choosePayment .online-payment span, #booking-container #bookingForm .choosePayment .ph span {
  /*font-size: 23px;
  font-family: Forward;
  text-transform: uppercase;*/
}
#booking-container #bookingForm .choosePayment .ots-payment .payment_text, #booking-container #bookingForm .choosePayment .online-payment .payment_text, #booking-container #bookingForm .choosePayment .ph .payment_text {
  font-family: Gothic;
  margin: 0px 0px 9px 0;
  font-size: 18px;
  padding: 0 5px;
  text-align: justify;
}
#booking-container #bookingForm .choosePayment .ots-payment img, #booking-container #bookingForm .choosePayment .online-payment img, #booking-container #bookingForm .choosePayment .ph img {
  width: 100%;
}
#booking-container #bookingForm .choosePayment .ots-payment .onlineicon, #booking-container #bookingForm .choosePayment .online-payment .onlineicon, #booking-container #bookingForm .choosePayment .ph .onlineicon {
  -webkit-text-fill-color: #ec8a38 !important;
  font-size: 35px;
}
#booking-container #bookingForm .choosePayment .ots-payment .phicon, #booking-container #bookingForm .choosePayment .online-payment .phicon, #booking-container #bookingForm .choosePayment .ph .phicon {
  -webkit-text-fill-color: #6ec4d6 !important;
  font-size: 31px;
}
#booking-container #bookingForm .choosePayment .ots-payment .otsicon, #booking-container #bookingForm .choosePayment .online-payment .otsicon, #booking-container #bookingForm .choosePayment .ph .otsicon {
  font-size: 30px;
  -webkit-text-fill-color: white;
}
#booking-container #bookingForm .choosePayment .ph {
  margin-top: 0px;
}
#booking-container #bookingForm .choosePayment .ph p span {
  /*background-color: $lightBlue;
  -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     filter: drop-shadow(2px 2px 0px $neonPink);
        font-size: 23px;*/
}
#booking-container #bookingForm .choosePayment .online-payment p span {
  /*background-image: linear-gradient(to bottom, #f5ee0f, $neonPink);
  background: -webkit-linear-gradient(to right, #f5ee0f, $neonPink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  //filter: drop-shadow(2px 2px 0px $lightBlue);
     font-size: 24px;*/
}
#booking-container #bookingForm .choosePayment .payment_title {
  font-size: 30px;
  font-family: Forward;
  background: white;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
#booking-container #bookingForm .choosePayment .payment_title--colorfull {
  background-image: linear-gradient(to bottom, #f5ee0f, #e5305d);
  background: -webkit-linear-gradient(to right, #f5ee0f, #e5305d);
}
#booking-container #bookingForm .choosePayment .payment_title--blue {
  background-color: #6ec4d6;
  filter: drop-shadow(2px 2px 0px #e5305d);
}
#booking-container #bookingForm .choosePayment hr {
  box-shadow: 1px 0px 20px 6px #6ec4d6;
  margin: 30px auto;
  width: 75%;
}
#booking-container #bookingForm .mobile-buttons {
  display: none;
  justify-content: space-around;
  letter-spacing: 0;
  width: 100%;
}
#booking-container #bookingForm .mobile-buttons .next {
  font-family: Gothic;
  text-transform: uppercase;
  font-size: 23px;
  padding: 5px;
  margin: 10px;
  color: #fff;
  background-image: linear-gradient(#fee131, #d27501, #de2c2c, #6d1284);
}
#booking-container #bookingForm .mobile-buttons .back {
  font-family: Gothic;
  text-transform: uppercase;
  font-size: 23px;
  padding: 5px;
  margin: 10px;
  color: #fff;
  background-image: linear-gradient(#a9a4a5, #5b5b63, #2a2c2d);
}
#booking-container .final {
  margin-top: 20px;
}
#booking-container .final .booknow {
  float: none;
  border-bottom: none;
  cursor: pointer;
}
#booking-container .final .total {
  cursor: default;
  font-family: Forward;
  /*background-image: linear-gradient(to right, #d7298e, #f3e118);
  background: -webkit-linear-gradient(to right, #d7298e, #f3e118);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #eeb91f;
  font-size: 52px;
  margin-bottom: 20px;
  margin-top: -10px;
  filter: drop-shadow(4px 3px 0px #221e49);
}
#booking-container .final .depo {
  cursor: default;
  font-family: Forward;
  color: #f04b6e;
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: -10px;
  filter: drop-shadow(4px 3px 0px #221e49);
}
#booking-container .final .contactus {
  cursor: pointer;
  font-family: Forward;
  padding: 5px 10px;
  color: #221e49;
  font-size: 33px;
  text-transform: uppercase;
  border-bottom: none;
  background-image: linear-gradient(#d20d9f, #6ec4d6);
  background: -webkit-linear-gradient(#d20d9f, #6ec4d6);
}
#booking-container .plusinfo img {
  width: 70px;
  float: left;
  margin-top: 25px;
  margin-left: 16px;
}
#booking-container .plusinfo p {
  margin-left: 100px;
  background: #402a62;
  padding: 5px;
  color: #fff;
  font-family: Gothic;
  font-size: 21px;
}

input {
  border-bottom: 1px solid #e5305d;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 10px;
  margin-bottom: 12px;
  width: 315px;
  font-size: 20px;
}
input:focus {
  outline: none;
}

.showPublic .booking-title-private {
  display: none !important;
}
.showPublic #bookingForm {
  display: block !important;
}
.showPublic #bookingForm .onMobile-number.private {
  display: none;
}
.showPublic #bookingForm .message, .showPublic #bookingForm .phone {
  display: none;
}
.showPublic #bookingForm .plusinfo {
  display: inline-block;
}
.showPublic #bookingForm .goToThePayment, .showPublic #bookingForm .paymentContainer {
  display: block;
}
.showPublic #bookingForm .final .total, .showPublic #bookingForm .final .depo {
  display: block;
}
.showPublic #bookingForm .final .booknow {
  display: inline-block;
}
.showPublic #bookingForm .final .contactus {
  display: none;
}
.showPublic #bookingForm .justprivate {
  display: none;
}
.showPublic #bookingForm .fourth .accordion-toggle-sec, .showPublic #bookingForm .fourth .back {
  display: none;
}

.showPrivate .booking-title-public {
  display: none !important;
}
.showPrivate #bookingForm {
  display: block !important;
}
.showPrivate #bookingForm .onMobile-number.public {
  display: none;
}
.showPrivate #bookingForm .message {
  display: grid !important;
}
.showPrivate #bookingForm .phone {
  display: block;
}
.showPrivate #bookingForm .plusinfo, .showPrivate #bookingForm .goToThePayment, .showPrivate #bookingForm .paymentContainer {
  display: none;
}
.showPrivate #bookingForm .final .total, .showPrivate #bookingForm .final .depo, .showPrivate #bookingForm .final .booknow {
  display: none;
}
.showPrivate #bookingForm .final .contactus {
  display: inline-block;
}
.showPrivate #bookingForm .justprivate {
  display: block;
}
.showPrivate #bookingForm .justprivate span {
  color: #e5305d;
  text-transform: uppercase;
}

#modal-container, #modal-container-sec {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
#modal-container #modal, #modal-container-sec #modal {
  display: block;
  width: 700px;
  max-width: 76%;
  margin: 0 auto;
  margin-top: 15%;
  background: #221e49;
  border: 5px solid #e5305d;
  padding: 0 2em;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#modal-container #modal img, #modal-container-sec #modal img {
  width: 100%;
}
#modal-container #modal p, #modal-container-sec #modal p {
  text-align: justify;
  color: #fff;
  letter-spacing: 0;
  font-family: Gothic;
  font-size: 21px;
}
#modal-container #modal a, #modal-container-sec #modal a {
  padding: 10px;
  letter-spacing: 0;
  color: #221e49;
  background-image: linear-gradient(#d20d9f, #6ec4d6);
  background: -webkit-linear-gradient(#d20d9f, #6ec4d6);
  text-transform: uppercase;
  font-family: Rocket;
  width: 40%;
  font-size: 21px;
  text-decoration: none;
  margin: 10px auto;
  display: block;
  cursor: default;
}

/* DATEPICKER */
.ui-datepicker-inline {
  font-family: Gothic;
  font-size: 27px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #402a62;
  width: 87%;
  margin: 0 auto;
  color: #fff;
  border: none !important;
}

.notSelectedDate {
  border: 2px solid red !important;
}

.ui-datepicker-title {
  font-size: 36px;
  background-image: linear-gradient(to right, #76b4d1, #ac54b4);
  background: -webkit-linear-gradient(to right, #f5ee0f, #d20d9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ui-datepicker th {
  background-image: linear-gradient(to right, #76b4d1, #ac54b4);
  background: -webkit-linear-gradient(to right, #f5ee0f, #d20d9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ui-state-active {
  background: linear-gradient(to right, #77b5d2, #cb1aa3) !important;
}

.ui-datepicker-header {
  background: transparent;
  color: #fff;
  border: none;
}

.ui-datepicker-week-end a {
  color: #e5305d !important;
}

.ui-datepicker-prev span {
  width: 40px;
  height: 40px;
  margin-top: -16px;
  background-image: url(../img/leftarrow.png) !important;
  background-position: 1px -6px !important;
}

.ui-datepicker-next span {
  width: 40px;
  height: 40px;
  margin-top: -16px;
  background-image: url(../img/rightarrow.png) !important;
  background-position: -19px -11px !important;
}

.ui-datepicker td a {
  text-align: center;
  background-color: transparent !important;
  color: #fff !important;
  border: none !important;
}

.ui-state-hover {
  background-color: #402a62 !important;
  border: none !important;
}

/* RADIO BUTTON */
.containerRadio {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containerRadio .checkmark {
  position: absolute;
  top: 0;
  left: 68px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid white;
  filter: drop-shadow(0px 1px 3px #e5305d);
}
.containerRadio .checkmark ::after {
  content: "";
  position: absolute;
  display: none;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid white;
  filter: drop-shadow(0px 1px 3px #e5305d);
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5305d;
}

/* CHECKBOX */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 14px;
  left: -48px;
  height: 25px;
  width: 25px;
  background: transparent;
  border: 1px solid white;
  filter: drop-shadow(0px 1px 3px #e5305d);
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background: transparent;
  border: 1px solid white;
  filter: drop-shadow(0px 1px 3px #e5305d);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* FOOTER */
.footer {
  background-color: #221e49;
  background-image: url(../img/footer-web.png);
  background-repeat: no-repeat;
  padding-bottom: 20px;
  background-size: contain;
  padding-bottom: 20px;
}
.footer .paca {
  background-image: url(../img/paca.png);
  width: 100%;
  height: 100px;
  margin-top: -45px;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.footer .footer-text {
  color: #fff;
  display: grid;
  text-transform: uppercase;
  font-weight: 100;
}
.footer .footer-text a {
  font-family: Gothic;
  color: #e5305d;
  text-decoration: none;
  padding: 2px 0;
}
.footer .footer-text p {
  font-family: Forward;
  margin-top: 0;
  margin-bottom: 10px;
}

/* GATHER UP */
#e2wget5widget * {
  color: white !important;
  font-family: Gothic !important;
}

#e2wget5widget .e2w-new-theme b, #e2wget5widget .e2w-new-theme h2 {
  color: #6ec4d6 !important;
  background: none !important;
  font-size: 16px !important;
  width: 100% !important;
  padding: 5px !important;
  font-family: Gothic !important;
}
#e2wget5widget .e2w-new-theme b::after, #e2wget5widget .e2w-new-theme b::before, #e2wget5widget .e2w-new-theme h2::after, #e2wget5widget .e2w-new-theme h2::before {
  background-image: none !important;
  display: none !important;
}

#e2wget5widget .revwid-container .revwid-pagination-arrow {
  background: #402a62 !important;
}

#e2wget5widget .revwid-container p {
  margin-bottom: 16px !important;
  font-size: 16px !important;
}

.revwid-container .revwid-has-content-color {
  color: white !important;
}

.revwid-container .revwid-ctas {
  display: none !important;
}

#e2wget5widget .revwid-container .revwid-box {
  background: #402a62 !important;
  border: 1px solid #402a62 !important;
}

#e2wget5section.e2w-new-theme, .e2wget5section.e2w-new-theme {
  border: none !important;
  background: #402a62 !important;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}

#e2wget5widget .e2w-new-theme {
  color: #fff !important;
}

.e2w-new-theme #e2w-average .e2w-arating {
  background: #402a62 !important;
  border-top: 1px solid #6ec4d6 !important;
  border-bottom: 1px solid #6ec4d6 !important;
}

#e2wget5widget .e2w-new-theme .e2wreview {
  border-top: 1px solid #e5305d !important;
}

.e2w-new-theme #e2w-average .e2waverage {
  font-size: 51px !important;
}

.e2w-form-control {
  color: #fff !important;
  background-color: #402a62 !important;
  border: none !important;
}

.e2w-new-theme #e2w-add-padding, .e2w-new-theme .e2w-add-padding {
  padding-top: 0 !important;
}

/* HEADER THINGS */
.header-img {
  height: 0;
  background: none;
}

.sticky-img {
  position: fixed;
  width: 100%;
  height: 62px;
}

.sticky-text {
  margin: 0;
  position: fixed;
  color: black;
  width: 100%;
  margin-top: 7px;
  font-size: 26px;
  font-family: Forward;
  text-transform: uppercase;
}

.header {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: Forward;
  position: absolute;
  width: 100%;
  z-index: 12;
  text-align: center;
  text-transform: uppercase;
  background-color: #221e49;
  font-size: 12px;
}
.header .logo-mobile {
  width: 72px;
  position: absolute;
  margin-left: -36px;
}
.header .mobile-booking {
  float: right;
  width: 80px;
  margin-right: 30px;
}
.header .logo {
  display: none;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #221e49;
}
.header li a {
  display: block;
  padding: 8px 20px;
  color: #6ec4d6;
  text-decoration: none;
}
.header li a:hover {
  color: #e5305d;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
  font-size: 21px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon::after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.header .menu-btn:hover {
  color: #e5305d;
}
.header .menu {
  font-size: 21px;
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}

/* 48em = 768px */
@media (min-width: 768px) {
  .left-menu-item {
    float: left;
  }

  .right-menu-item {
    float: right;
  }

  .sticky-img, .sticky-text {
    display: none;
  }

  .header-img {
    height: 557px;
    background-size: cover;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .header .logo-mobile, .header .mobile-booking {
    display: none;
  }
  .header .logo {
    width: 150px;
    display: block;
  }
  .header .logo img {
    position: absolute;
    top: -30px;
    width: 160px;
    margin-left: -76px;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 20px;
  }
  .header .menu {
    font-size: 13px;
    max-height: none;
    color: #6ec4d6;
    display: inline-block;
    background-color: #221e49;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .md-hidden {
    display: none !important;
  }

  .container {
    margin-top: 40px;
    width: 700px;
  }

  h2 {
    width: 567px;
  }

  hr {
    width: 165px;
  }

  .prices {
    text-align: center;
  }
  .prices .ph-img {
    float: none;
    width: 230px;
  }
  .prices .ph-text {
    text-align: center;
    float: right;
    margin-right: 145px;
  }
  .prices .ph-comment {
    text-align: center;
    font-size: 19px;
    margin-right: 164px;
    width: 200px;
    float: right;
    margin-top: -68px;
  }
  .prices .triangle-container {
    width: 100%;
    height: 95px;
  }
  .prices .triangle-container .ots {
    font-family: Gothic;
    position: absolute;
    margin: 0;
    top: 23px;
  }
  .prices .triangle-container .ots-price {
    font-family: Gothic;
    position: absolute;
    margin: 0;
    top: 2px;
    left: 267px;
  }
  .prices .triangle-container .online {
    position: absolute;
    left: 79px;
    top: 0px;
    margin: 0;
  }
  .prices .triangle-container .online-price {
    position: absolute;
    top: -12px;
    margin: 0;
  }

  .seo-text p {
    margin: 0;
  }

  /*.what-you-get{
  	.mobile-bg{
  		background-color: $darkBlue;
  		.pure-u-1{
  			&:nth-child(odd) {
  			    color: $neonPink;
  			}

  			&:nth-child(even) {
  			    color: $lightBlue;
  			}
  			.icon-container {
  			    display: none;
  			}
  			.short-text{
  				margin: 0 20px;
  		    	line-height: 2;
  		    	text-align: left;
  		    	br{
  					display: none;
  				}
  			}
  		}
  	}
  }*/
  .imageSlider2 ul li .user-container {
    width: 80%;
  }

  #booking-container {
    margin: 9% 0;
  }
}
@media screen and (max-width: 768px) {
  h2, h2.bluepinkPixel {
    width: 100%;
  }
  h2::before, h2::after, h2.bluepinkPixel::before, h2.bluepinkPixel::after {
    display: none;
  }

  .container {
    width: 460px;
  }

  .page-top {
    margin-top: 85px !important;
  }

  h1 {
    font-size: 31px;
  }

  hr {
    margin: 15px 0;
    width: 230px;
  }

  .booknow {
    float: none;
  }

  .inlineBlock {
    padding-top: 20px;
  }

  .inner-padding .countdown-text {
    font-size: 13px;
  }
  .inner-padding .countdown {
    filter: none;
    font-size: 32px;
  }

  .instant_spot {
    font-size: 24px;
  }

  .instant_spot_p {
    font-size: 16px;
  }

  .prices .ph-img {
    float: left;
    width: 170px;
  }
  .prices .ph-text {
    float: none;
    margin-top: 0px;
    margin-right: 25px;
  }
  .prices .ph-comment {
    margin-right: 0px;
    width: auto;
    float: none;
    margin-top: 0px;
  }

  .imageSlider2 ul li .user-container .user-name {
    padding-top: 0;
  }

  /* GALLERY */
  #gallery {
    margin: 15% 0;
  }

  #booking-container {
    letter-spacing: 0;
  }
  #booking-container #bookingForm .privateleft, #booking-container #bookingForm .privateright {
    width: 100%;
  }
  #booking-container #bookingForm .data {
    letter-spacing: 0;
  }
  #booking-container #bookingForm .choosePayment {
    letter-spacing: 0;
  }
  #booking-container #bookingForm .choosePayment .ots-payment, #booking-container #bookingForm .choosePayment .online-payment, #booking-container #bookingForm .choosePayment .ph {
    margin-left: 122px;
    margin-right: 26px;
  }
  #booking-container #bookingForm .choosePayment .ots-payment span, #booking-container #bookingForm .choosePayment .online-payment span, #booking-container #bookingForm .choosePayment .ph span {
    font-size: 19px;
  }
  #booking-container #bookingForm .choosePayment .ots-payment p span, #booking-container #bookingForm .choosePayment .online-payment p span, #booking-container #bookingForm .choosePayment .ph p span {
    font-size: 28px;
  }

  #meeting {
    margin-top: 70px;
  }
  #meeting img {
    display: none;
  }
  #meeting .texts {
    width: 100%;
  }

  .footer {
    text-align: center;
  }
  .footer .footer-text {
    padding: 5px 0;
  }
  .footer .paca {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 21px;
    margin-top: 78px;
  }

  h2, h2.bluepinkPixel {
    font-size: 28px;
    margin-bottom: 0;
  }

  hr {
    width: 150px;
  }

  .noMobile {
    display: none;
  }

  .noDesktop {
    display: block;
  }

  .onMobile-number {
    display: inline-block;
  }

  .mobile-picture {
    display: block;
    width: 100%;
  }

  .container {
    width: 320px;
    margin: 0px auto 0 auto;
  }

  .inner-padding .countdown {
    font-size: 26px;
  }
  .inner-padding .timeicon-container {
    width: 100%;
  }

  #blog {
    margin: 15% 0;
  }

  .what-you-get {
    margin-top: -20px;
  }
  .what-you-get .mobile-bg {
    margin-top: 20px;
  }
  .what-you-get .mobile-bg .pure-u-1-2 .short-text {
    margin-top: -10px;
    line-height: 1;
  }

  .seo-text p {
    margin: 10px 0;
    line-height: 1;
  }

  .imageSlider2 ul li .triangle-guide {
    margin-left: -17px;
  }
  .imageSlider2 ul li .user-container {
    width: 72%;
    margin-left: 55px;
  }

  .prices {
    text-align: left;
  }
  .prices .ph-img {
    width: 145px;
    margin-right: 10px;
  }
  .prices .ph-text {
    font-size: 17px;
    text-align: left;
  }
  .prices .ph-comment {
    font-size: 16px;
    text-align: left;
  }
  .prices .triangle-container {
    height: 79px;
  }
  .prices .triangle-container .ots {
    left: 0;
  }
  .prices .triangle-container .ots-price {
    font-size: 22px;
    top: 23px;
    left: 185px;
  }
  .prices .triangle-container .online {
    left: 0;
    font-size: 40px;
  }
  .prices .triangle-container .online-price {
    font-size: 41px;
    left: 219px;
    top: 2px;
  }

  #meeting .texts .place-text {
    font-size: 18px;
  }

  #booking-container {
    margin: 19% 0;
  }
  #booking-container .first, #booking-container .second, #booking-container .third, #booking-container .fourth {
    display: none;
    width: 100%;
  }
  #booking-container .bluepinkPixel {
    color: #221e49 !important;
    background-image: linear-gradient(to left, #fee131, #d27501, #de2c2c, #6d1284);
    margin-bottom: 15px;
  }
  #booking-container .booking-title-public, #booking-container .booking-title-private {
    background-image: none;
  }
  #booking-container .public div, #booking-container .private div {
    min-height: 0;
    margin: 10px 0;
  }
  #booking-container .public div h3, #booking-container .private div h3 {
    font-size: 24px;
  }
  #booking-container .public div p, #booking-container .private div p {
    display: none;
  }
  #booking-container .public div .mobile-text, #booking-container .private div .mobile-text {
    font-size: 20px;
    color: #fff;
    font-family: Gothic;
    text-align: left;
    display: block;
    line-height: 27px;
  }
  #booking-container #bookingForm .data {
    width: 97%;
    margin-left: 0;
  }
  #booking-container #bookingForm .changeWhenPrivate {
    width: 100%;
  }
  #booking-container #bookingForm .changeWhenPrivate .data label {
    font-size: 20px;
  }
  #booking-container #bookingForm .changeWhenPrivate .data .headcount-holder {
    font-size: 26px;
  }
  #booking-container #bookingForm .subTitle {
    width: 100%;
  }
  #booking-container #bookingForm .subTitle::before, #booking-container #bookingForm .subTitle::after {
    display: none;
  }
  #booking-container #bookingForm .paymentContainer {
    display: none;
    width: 100%;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment, #booking-container #bookingForm .paymentContainer .choosePayment .online-payment, #booking-container #bookingForm .paymentContainer .choosePayment .ph {
    margin-left: 38px;
    margin-right: 7px;
    letter-spacing: 0;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment span, #booking-container #bookingForm .paymentContainer .choosePayment .online-payment span, #booking-container #bookingForm .paymentContainer .choosePayment .ph span {
    font-size: 16px !important;
    margin-top: 12px;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment .otsicon, #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment .phicon, #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment .onlineicon, #booking-container #bookingForm .paymentContainer .choosePayment .online-payment .otsicon, #booking-container #bookingForm .paymentContainer .choosePayment .online-payment .phicon, #booking-container #bookingForm .paymentContainer .choosePayment .online-payment .onlineicon, #booking-container #bookingForm .paymentContainer .choosePayment .ph .otsicon, #booking-container #bookingForm .paymentContainer .choosePayment .ph .phicon, #booking-container #bookingForm .paymentContainer .choosePayment .ph .onlineicon {
    font-size: 22px;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .payment_title {
    margin-top: -12px;
    filter: none;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ots-payment {
    margin-top: -22px;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .containerRadio .checkmark {
    left: 0;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .containerRadio .sec {
    margin-left: 0;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ph {
    margin-top: 20px;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ph .containerCheckbox {
    margin-left: -41px;
  }
  #booking-container #bookingForm .paymentContainer .choosePayment .ph .containerCheckbox .checkmark {
    left: 0;
  }
  #booking-container #bookingForm .mobile-buttons {
    display: flex;
  }
  #booking-container #bookingForm .mobile-buttons .m-contact-btn {
    cursor: pointer;
    font-family: Forward;
    height: 46px;
    margin-top: 10px;
    color: #221e49;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: none;
    background-image: linear-gradient(#d20d9f, #6ec4d6);
    background: -webkit-linear-gradient(#d20d9f, #6ec4d6);
  }
  #booking-container #bookingForm .fourth .accordion-toggle-sec {
    margin-top: 18px;
    display: block;
  }
  #booking-container #bookingForm .fourth .back {
    display: block;
  }
  #booking-container .final .total {
    font-size: 29px;
    display: none !important;
  }
  #booking-container .final .depo {
    font-size: 28px;
    display: none !important;
  }
  #booking-container .final .booknow {
    display: none !important;
  }
  #booking-container .final .contactus {
    display: none !important;
  }
  #booking-container .second .justprivate {
    display: none !important;
  }
  #booking-container .plusinfo img {
    display: none;
  }
  #booking-container .plusinfo p {
    display: none;
    margin-left: 0;
  }

  input {
    width: 189px;
  }

  #booking-container {
    margin: 0;
  }
  #booking-container .new-years .final .total, #booking-container .new-years .final .booknow {
    display: block !important;
    margin: 0 auto;
  }

  .showPublic #bookingForm.step2 .first .subTitle {
    color: #3db352 !important;
  }
  .showPublic #bookingForm.step2 .first .subTitle::after {
    content: "✓" !important;
    display: block !important;
    background-image: none !important;
    width: 21px !important;
    height: 29px !important;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 1;
    margin-right: 16px !important;
    margin-left: -60px !important;
    margin-top: 0 !important;
  }
  .showPublic #bookingForm.step2 .final .total {
    display: block !important;
  }
  .showPublic #bookingForm.step3 .first .subTitle, .showPublic #bookingForm.step3 .second .subTitle {
    color: #3db352 !important;
  }
  .showPublic #bookingForm.step3 .first .subTitle::after, .showPublic #bookingForm.step3 .second .subTitle::after {
    content: "✓" !important;
    display: block !important;
    background-image: none !important;
    width: 21px !important;
    height: 29px !important;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 1;
    margin-right: 16px !important;
    margin-left: -60px !important;
    margin-top: 0 !important;
  }
  .showPublic #bookingForm.step3 .paymentContainer {
    display: block !important;
  }
  .showPublic #bookingForm.step3 .final .total {
    display: block !important;
  }
  .showPublic #bookingForm.step4 .first .subTitle, .showPublic #bookingForm.step4 .second .subTitle, .showPublic #bookingForm.step4 .third .subTitle {
    color: #3db352 !important;
  }
  .showPublic #bookingForm.step4 .first .subTitle::after, .showPublic #bookingForm.step4 .second .subTitle::after, .showPublic #bookingForm.step4 .third .subTitle::after {
    content: "✓" !important;
    display: block !important;
    background-image: none !important;
    width: 21px !important;
    height: 29px !important;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 1;
    margin-right: 16px !important;
    margin-left: -60px !important;
    margin-top: 0 !important;
  }
  .showPublic #bookingForm.step4 .paymentContainer {
    display: block !important;
  }
  .showPublic #bookingForm.step4 .booknow.sec {
    display: inline-block !important;
    margin: 0;
    font-size: 16px;
    height: 42px;
    width: 158px;
    border-bottom: none;
    margin-top: 10px;
  }
  .showPublic #bookingForm.step4 .final {
    margin-top: 4px;
  }
  .showPublic #bookingForm.step4 .final .total {
    display: block !important;
    margin-bottom: -12px;
  }
  .showPublic #bookingForm.step4 .plusinfo p {
    display: block;
  }

  .showPrivate #bookingForm.step2 .first .subTitle {
    color: #3db352 !important;
  }
  .showPrivate #bookingForm.step2 .first .subTitle::after {
    content: "✓" !important;
    display: block !important;
    background-image: none !important;
    width: 21px !important;
    height: 29px !important;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 1;
    margin-right: 16px !important;
    margin-left: -60px !important;
    margin-top: 0 !important;
  }
  .showPrivate #bookingForm.step2 .final .contactus {
    display: none !important;
  }
  .showPrivate #bookingForm.step2 .justprivate {
    display: block !important;
  }

  #modal-container #modal, #modal-container-sec #modal {
    margin-top: 5%;
    max-width: 82%;
    padding: 0 1em;
  }
  #modal-container #modal a, #modal-container-sec #modal a {
    width: 85%;
  }
  #modal-container #modal p, #modal-container-sec #modal p {
    display: none;
  }
  #modal-container #modal img, #modal-container-sec #modal img {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-toggle {
    cursor: pointer;
  }

  .accordion-content {
    display: none;
  }

  .accordion-content.default {
    display: block !important;
  }

  .ui-datepicker-title {
    font-size: 24px;
  }

  .ui-datepicker table {
    font-size: 0.7em;
  }
}

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