.coming-soon {
  padding-top: 100px;
  background-color: #0ebed9;
  background-image: linear-gradient(10deg, #06515c 0%, #0ebed9 100%);
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}
.coming-soon div {
  text-align: center;
  font-family: LatoBold;
  font-size: 34px;
  /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);*/
}
.slide-image .round-icon {
  /*fill: transparent;
    stroke-width: 2;
    stroke-dasharray: 540;
    stroke-dashoffset: 0;
    stroke: #FFF;*/
  animation-duration: 1s;
  animation-delay: 1s;
}
.slide-image .round-icon span {
  animation-duration: 1s;
  animation-delay: 2s;
}
.slide-image .comfort-level {
  animation-duration: 1s;
  animation-delay: 2.5s;
}
.slide-image .comfort-text {
  animation-duration: 1s;
  animation-delay: 3s;
}
.slide-image .bottom {
  animation-duration: 1.5s;
  animation-delay: 3.5s;
}
.slide-image .bottom .question {
  animation-duration: 1.5s;
  animation-delay: 5s;
}
.slide-image .bottom .statement {
  animation-duration: 1.5s;
  animation-delay: 6s;
}
.text-container .left {
  padding: 0;
  height: 100%;
  float: left;
}
.text-container .right {
  padding: 0;
  height: 100%;
  float: left;
}
.first-text-container {
  z-index: 10;
  position: relative;
  height: 490px;
}
.first-text-container .column {
  position: relative;
}
.first-text-container .column .content {
  max-width: 560px;
}
.first-text-container .column .content div,
.first-text-container .column .content a {
  font-family: LatoRegular;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.first-text-container .column .content a {
  transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.first-text-container .column .content a:hover {
  opacity: 0.7;
}
.first-text-container .column .content .header {
  font-family: LatoBold;
  font-size: 36px;
  padding-bottom: 51px;
}
.first-text-container .column .content .text {
  font-family: LatoRegular;
  font-size: 24px;
  padding-bottom: 48px;
}
.first-text-container .column .content a {
  display: block;
  font-family: LatoBold;
  font-size: 14px;
}
.first-text-container .column img {
  position: absolute;
  top: 50%;
}
.first-text-container .left {
  background-color: #8caa0b;
}
.first-text-container .left .content {
  float: right;
  margin-right: 120px;
  padding-top: 35px;
}
.first-text-container .left img {
  height: 120px;
  margin-top: -60px;
  right: 0px;
}
.first-text-container .right {
  background-color: #027586;
}
.first-text-container .right .content {
  float: left;
  margin-left: 120px;
  padding-top: 35px;
}
.first-text-container .right img {
  height: 105px;
  margin-top: -34px;
  left: 0px;
}
.second-text-container {
  overflow: hidden;
  background-color: #f8f7f7;
  z-index: 10;
  position: relative;
}
.second-text-container .what-is-text {
  max-width: 27%;
  float: right;
  margin-right: 54%;
}
.second-text-container .what-is-text h2 {
  font-family: LatoBold;
  font-size: 44px;
  color: #3f3f3f;
  margin: 20px 0;
}
.second-text-container .what-is-text h2 span {
  font-family: LatoLight;
}
.second-text-container .what-is-text h2 img {
  margin-bottom: 23px;
}
.second-text-container .what-is-text p {
  font-family: LatoRegular;
  font-size: 24px;
  line-height: 40px;
  color: #7b7b7b;
}
.second-text-container .is_overlay {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44%;
}
.second-text-container .is_overlay video {
  width: 100%;
}
.video-container {
  z-index: 10;
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}
.video-container h2 {
  text-align: center;
  font-family: LatoRegular;
  font-size: 24px;
  color: #7b7b7b;
  padding: 100px 0 0 0;
  margin: 0;
}
.video-container .player {
  width: 851px;
  height: 431px;
  margin: 70px auto 0;
}
.bubbles-container {
  z-index: 10;
  position: relative;
  height: 464px;
  background-color: #fff;
}
.bubbles-container .center {
  padding-top: 90px;
  text-align: center;
}
.bubbles-container .center .wrapper {
  /*float: left;*/
  display: inline-block;
  margin: 30px;
  min-width: 300px;
}
.bubbles-container .center .wrapper span {
  font-size: 57px;
  color: #fff;
  line-height: 126px;
  cursor: auto;
}
.bubbles-container .center .wrapper .round {
  height: 126px;
  width: 126px;
  border-radius: 50%;
  text-align: center;
  /*margin: 0px 72px 46px;*/
  margin: 40px auto;
  /*margin-bottom: 46px;*/
}
.bubbles-container .center .wrapper .dark {
  background-color: #022d34;
}
.bubbles-container .center .wrapper .dark + div.text {
  color: #022d34;
}
.bubbles-container .center .wrapper .middle {
  background-color: #027b8d;
}
.bubbles-container .center .wrapper .middle + div.text {
  color: #027b8d;
}
.bubbles-container .center .wrapper .light {
  background-color: #0ebed9;
}
.bubbles-container .center .wrapper .light + div.text {
  color: #0ebed9;
}
.bubbles-container .center .wrapper .text {
  font-family: LatoRegular;
  font-size: 18px;
  color: #000;
  text-align: center;
  /*max-width:180px;*/
}
.sign-in {
  z-index: 10;
  height: 136px;
  background-color: #1faec1;
  position: relative;
  width: 100%;
}
.sign-in .center {
  display: table;
  padding-top: 41px;
  width: 880px;
}
.sign-in span.sign {
  color: #eee;
  font-family: LatoBold;
  font-size: 30px;
}
.sign-in span.sign,
.sign-in input {
  display: table-cell;
  vertical-align: middle;
  margin: 0 15px;
}
.sign-in .w-input {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  text-align: center;
  font-family: LatoRegular;
  font-size: 16px;
}
.sign-in .w-input::-webkit-input-placeholder {
  color: #fff;
}
.mobile-info {
  z-index: 10;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.mobile-info .mi-header {
  display: inline-block;
  margin-top: 81px;
  color: #3f3f3f;
  font-family: LatoLight;
  font-size: 44px;
}
.mobile-info .mi-header h2 {
  margin-bottom: 30px;
}
.mobile-info .images {
  margin: 66px auto 0;
  max-width: 1200px;
  overflow: hidden;
  text-align: left;
}
.mobile-info .images span {
  color: #7b7b7b;
  font-family: LatoRegular;
  font-size: 18px;
  margin-left: 70px;
  display: inline-block;
}
.mobile-info .images span:nth-child(2) {
  margin-left: 70px;
}
.mobile-info .mi-footer {
  padding-bottom: 61px;
}
.mobile-info .mi-footer h2 {
  margin: 111px 0 62px 0;
  color: #3f3f3f;
  font-family: LatoLight;
  font-size: 44px;
}
.third-text-container {
  z-index: 10;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.third-text-container .node {
  height: 217px;
  width: 100%;
  font-family: LatoRegular;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.third-text-container .node.black {
  background-color: #022d34;
  background-image: linear-gradient(to top, rgba(235, 235, 235, 0.53) 0%, rgba(123, 123, 123, 0.53) 100%);
}
.third-text-container .node.black-text {
  color: #626d70;
  font-family: LatoLight;
  font-size: 40px;
}
.third-text-container .node.yellow {
  background-color: #0ebed9;
  background-image: linear-gradient(to top, #eaaa0e 0%, #fdd228 100%);
}
.third-text-container .node.yellow-text {
  color: #eaaa0e;
  font-family: LatoLight;
  font-size: 40px;
}
.third-text-container .node.green {
  background-color: #027b8d;
  background-image: linear-gradient(to top, #b2da57 0%, #7c9708 100%);
}
.third-text-container .node.green-text {
  color: #97b930;
  font-family: LatoLight;
  font-size: 40px;
}
.third-text-container .node p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.third-text-container .node img {
  position: absolute;
  top: 70px;
}
.third-text-container .left .node p {
  right: 85px;
}
.third-text-container .left .node img {
  right: 0;
}
.third-text-container .right .node.green img {
  top: 76px;
}
.third-text-container .right .node p {
  left: 85px;
}
.third-text-container .right .node img {
  left: 0;
}
.contact-form {
  z-index: 10;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
}
.contact-form h2 {
  text-align: center;
  color: #3f3f3f;
  font-family: LatoLight;
  font-size: 44px;
  padding: 130px 0 30px 0;
  margin: 0px;
}
.contact-form .form {
  width: 870px;
  margin: 0 auto;
  text-align: center;
}
.contact-form .form div {
  padding-right: 0;
  padding-left: 0;
}
.contact-form .form input[type="text"],
.contact-form .form input[type="email"] {
  background-color: #f8f7f7;
  width: 100%;
  height: 45px;
  border: 0;
  margin: 15px 0;
  color: #7b7b7b;
  padding-left: 20px;
  font-family: LatoBold;
}
.contact-form .form input[type="text"].has-error,
.contact-form .form input[type="email"].has-error,
.contact-form .form textarea.has-error {
  border: 1px solid red;
}
.contact-form .form input[type="button"] {
  margin: 28px 0 70px;
}
.contact-form .form input::-webkit-input-placeholder {
  color: #7b7b7b;
}
.contact-form .form .left {
  padding-right: 15px;
}
.contact-form .form .right {
  padding-left: 15px;
}
.contact-form .form textarea {
  width: 100%;
  height: 247px;
  border: 0;
  background-color: #f8f7f7;
  resize: none;
  margin-top: 15px;
  padding: 20px;
  color: #7b7b7b;
  font-family: LatoBold;
}
.contact-form .form textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}
.center {
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  margin: 0 auto;
  width: 1250px;
}
.new-footer {
  z-index: 10;
  height: 60px;
  background-color: #027586;
  position: relative;
  text-align: center;
}
.new-footer .facebook {
  top: 15px;
  left: 33px;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(/Images/landing/footer-fb-logo.png);
}
.new-footer .twitter {
  top: 15px;
  left: 80px;
  position: absolute;
  width: 32px;
  height: 33px;
  background: url(/Images/landing/footer-tw-logo.png);
}
.new-footer p {
  color: white;
  font-family: LatoRegular;
  font-size: 16px;
  padding-top: 24px;
}
.new-footer .for-resorts {
  top: 24px;
  right: 64px;
  position: absolute;
  color: white;
  font-family: LatoBold;
  font-size: 16px;
}
.main-slide {
  height: 100vmin;
  /*background-image: url(/Images/Main/photo_1.jpg);
    background-position: center center;*/
}
.slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 100px;
}
.slideshow .slide-image.active {
  z-index: 19;
}
.slideshow .slide-image.active .slide-show-content {
  z-index: 20;
}
.slideshow .slide-show-content {
  /*height: 300px;*/
  position: absolute;
  top: 22vh;
  left: 12vw;
  overflow: hidden;
  color: #fff;
  /*width: 400px;*/
  /*.roboto-reg;*/
  /** {
                animation: none;
            }*/
}
.slideshow .slide-show-content .top {
  overflow: hidden;
  padding-bottom: 40px;
}
.slideshow .slide-show-content .top .round-icon {
  position: relative;
  /*display: block;*/
  width: 20vmin;
  height: 20vmin;
  border: 2px solid white;
  /*font-size: 114px;*/
  border-radius: 50%;
  text-align: center;
  float: left;
}
.slideshow .slide-show-content .top .round-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slide-show-content .top .round-icon .icon {
  font-size: 12vmin;
  line-height: 20vmin;
}
.slideshow .slide-show-content .top div {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
.slideshow .slide-show-content .top div .icon {
  font-size: 2vmin;
}
.slideshow .slide-show-content .top div .icon:before {
  vertical-align: top;
}
.slideshow .slide-show-content .top .comfort-level {
  font-family: LatoLight;
  font-size: 14vmin;
  line-height: 14vmin;
}
.slideshow .slide-show-content .top .comfort-text {
  font-family: LatoLight;
  font-size: 4vmin;
}
.slideshow .slide-show-content .bottom {
  border-top: 1px solid white;
  padding-bottom: 3vmin;
  padding-left: 1vmin;
}
.slideshow .slide-show-content .bottom .question {
  font-family: LatoBold;
  font-size: 7vmin;
  line-height: 12vmin;
}
.slideshow .slide-show-content .bottom .statement {
  font-family: LatoLight;
  font-size: 7vmin;
  line-height: 7vmin;
}
.slideshow .slide-show-content .bottom .statement .icon {
  margin-left: 7px;
  margin-top: 17px;
  font-size: 6vmin;
  position: relative;
  top: 12px;
}
.slideshow .slide-show-button {
  position: absolute;
  bottom: 114px;
  left: 350px;
}
.slideshow .slideshow-nav {
  position: absolute;
  z-index: 21;
  bottom: 50px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  height: 228px;
  width: 18px;
}
.slideshow .slideshow-nav a {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -99999px;
  border-radius: 9px;
  margin: 30px 0;
  border: 1px solid #fff;
}
.slideshow .slideshow-nav a.active {
  background: #fff;
}
.slideshow .mouse-image {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 21;
  transform: translateX(-50%);
}
.slideshow .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  opacity: 0;
  transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.slideshow .slide1 {
  background: url(/Images/Main/photo_1.jpg) no-repeat center center;
  background-size: cover;
}
.slideshow .slide2 {
  background: url(/Images/Main/photo_2.jpg) no-repeat center center;
  background-size: cover;
}
.slideshow .slide3 {
  background: url(/Images/Main/photo_3.jpg) no-repeat center top;
  background-size: cover;
}
.slideshow .active {
  opacity: 1;
}
.slideshow .icon-wambrella {
  position: relative;
  top: -11px;
  font-size: 4vmin !important;
}
