@-webkit-keyframes scrollDownLoop {
  0% {
    -webkit-transform: scale(1, 1) translateY(-105px);
            transform: scale(1, 1) translateY(-105px);
  }
  75% {
    -webkit-transform: scale(1, 1) translateY(235px);
            transform: scale(1, 1) translateY(235px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(235px);
            transform: scale(1, 1) translateY(235px);
  }
}

@keyframes scrollDownLoop {
  0% {
    -webkit-transform: scale(1, 1) translateY(-105px);
            transform: scale(1, 1) translateY(-105px);
  }
  75% {
    -webkit-transform: scale(1, 1) translateY(235px);
            transform: scale(1, 1) translateY(235px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(235px);
            transform: scale(1, 1) translateY(235px);
  }
}

@-webkit-keyframes upArrow {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes upArrow {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes downArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes downArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes circleLoad {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 13;
  }
}

@keyframes circleLoad {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 13;
  }
}

/*#bookLeftContent span {
    margin-top: 25px;
	}*/
/* Landscape */
@-webkit-keyframes animSpa {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
}
@keyframes animSpa {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #002c3f;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

a {
  text-decoration: none;
  color: #31313F;
}

strong {
  font-weight: 500;
}

#coverLayer {
  background: #FFFFFF;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

#coverLayer.hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.topImg.hidden {
  opacity: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.topVeil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

#audio_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0.6;
  cursor: pointer;
  position: absolute;
  top: 57px;
  z-index: 1;
  left: 354px;
}

.has_transition_800_quint {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_400_quint {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1000_quint {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1500_quint {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1800_quint {
  -webkit-transition: -webkit-transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_2000_quint {
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_2500_quint {
  -webkit-transition: -webkit-transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2300ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 2300ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 2300ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2300ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2300ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1500 {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1000_inout {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_800_inout {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 800ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1200_inout {
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1200ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1500_inout {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_2000_inout {
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_800 {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_1000 {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.has_transition_3000 {
  -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

body.native-scroll #main {
  overflow: visible;
  height: auto;
  position: relative;
}

.no-touchevents #main_scroller {
  position: absolute;
  width: 100%;
}

.no-touchevents #main {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#main_scroller > section:first-child {
  overflow: hidden;
}

#main {
  position: relative;
}

.iScrollIndicator {
  -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  border: none !important;
}

.iScrollVerticalScrollbar {
  width: 5px !important;
}

.transform_all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.no_transform {
  -webkit-transform: none !important;
  transform: none !important;
}

.no_opacity {
  opacity: 0 !important;
  pointer-events: none !important;
}

.no_visibility {
  visibility: hidden;
  pointer-events: none;
}

.no_width {
  -webkit-transform: scale(0, 1) !important;
          transform: scale(0, 1) !important;
}

.no_height {
  -webkit-transform: scale(1, 0) !important;
          transform: scale(1, 0) !important;
}

.full_height {
  height: 100%;
}

.full_width {
  width: 100%;
}

.relative {
  position: relative;
}

.top_single {
  opacity: 0 !important;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  pointer-events: none;
}

.top_double {
  opacity: 0 !important;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  pointer-events: none;
}

.top_translated {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  pointer-events: none;
}

.top_hidden {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

.bottom_hidden {
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
}

.t_container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  height: 100%;
}

.left_hidden {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.left_hidden .t_container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.left_hidden > .t_container > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.left_hidden > .t_container > .mask_container {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.left_hidden > .t_container > video {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.left_hidden.full {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.left_hidden.full .t_container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.tm_hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.tm_hidden img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tm_hidden .t_container {
  -webkit-transform: translateY(100.3%);
          transform: translateY(100.3%);
}

.tm_hidden.no_scaling img {
  -webkit-transform: none;
          transform: none;
}

.tm_hidden.up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.tm_hidden.up .t_container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.right_hidden {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.right_hidden .t_container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.hidden_by_scaling_full {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  pointer-events: none;
}

.hidden_by_scaling {
  -webkit-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
  pointer-events: none;
  opacity: 0;
}

.hidden_by_scaling_low {
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.hidden_by_scaling_ultralow {
  -webkit-transform: scale(0.98) !important;
  transform: scale(0.98) !important;
  pointer-events: none;
  opacity: 0;
}

.hidden_by_scale_up {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  pointer-events: none;
  opacity: 0;
}

.no_overflow {
  overflow: hidden;
}

.no_transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.mobile_only {
  display: none;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.italic {
  font-style: italic;
}

.half {
  width: 50%;
}

.half:only-child {
  width: 100%;
}

.quarter {
  width: 25%;
}

.borderTop {
  margin-top: 100px !important;
}

.toUppercase {
  text-transform: uppercase;
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

.scroll_transition {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.native-scroll .scroll_transition {
  transition: none;
  -webkit-transition: none;
}

.disabled {
  pointer-events: none;
}

#videoLayer {
  width: 100%;
  height: 100%;
}

#videoLayer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

#videoLayer img {
  position: relative;
  top: 1px;
  background-size: 100%;
  width: 100% !important;
}

@media (max-width: 768px) {
  #videoLayer img {
    display: none;
  }
}

#videoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#fixed {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 1;
  height: 108px;
}

#leftBlock {
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fixed.alt #leftBlock:after {
  -webkit-box-shadow: 2px 2px 3px #666666;
          box-shadow: 2px 2px 3px #666666;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#fixed.alt #menuController:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#fixed.alt #menuController:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 1;
}

#fixed.alt #bookNow:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#fixed.forced #leftBlock:after {
  -webkit-box-shadow: 2px 2px 3px #666666;
          box-shadow: 2px 2px 3px #666666;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#fixed.forced #menuController:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#fixed.forced #menuController:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 0ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 1;
}

#fixed.forced #bookNow:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#mainLogo.red {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#mainLogo.red #logoSub .lineTop {
  background: #023747;
}

#mainLogo.red #logoSub .lineBottom {
  background: #023747;
}

#menuController {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#menuController:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002c3f;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

#menuController:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #FFFFFF;
  z-index: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}

#bookNow {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#bookNow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002c3f;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#bookNow .actionButton {
  height: 31px;
  margin-bottom: 2px;
}

#bookNow .actionButton:hover .itemTitle {
  color: #000000;
  -webkit-transform: translateX(calc((120px - 100%) / 2)) translateY(4px);
          transform: translateX(calc((120px - 100%) / 2)) translateY(4px);
}

#bookNow .itemTitle {
  color: #FFFFFF;
}

#bookNow .subLine {
  background: #FFFFFF;
  height: 3px;
}

.menuLine.black {
  background: #000;
}

.lineContainer {
  margin: auto;
  width: 60px;
  cursor: pointer;
}

.lineContainer:hover .menuLine._2 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lineContainer.top {
  z-index: 2;
}

.menuLine {
  width: 60px;
  height: 1px;
  background: #FFFFFF;
  margin-top: 13px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.menuLine._1 {
  margin-top: 0;
}

.menuLine._2 {
  -webkit-transform: scale(0.65, 1);
          transform: scale(0.65, 1);
  height: 2px;
}

.actionButton {
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 148px;
}

.actionButton:hover .background._1 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.actionButton:hover .subLine {
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.actionButton:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateX(17px) translateY(-8px);
          transform: translateX(17px) translateY(-8px);
}

.actionButton .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #023747;
  left: 0;
  -webkit-transform: scale(1, -0.2);
          transform: scale(1, -0.2);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  bottom: -1px;
}

.actionButton.active .background._1 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.actionButton.sendButton:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateX(calc((245px - 100%) / -2)) translateY(-4px);
          transform: translateX(calc((245px - 100%) / -2)) translateY(-4px);
}

.itemTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
  position: relative;
  z-index: 1;
  display: block;
}

.subLine {
  height: 1px;
  background: #023747;
  margin-left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 120px;
}

#bookNowA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 279px;
}

#bookNowA:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

#bookNowA .subLine {
  width: 100%;
}

.more {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.more .itemTitle {
  padding-bottom: 0;
}

.more:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateX(-17px) translateY(-8px);
          transform: translateX(-17px) translateY(-8px);
}

.more .subLine {
  background: #023747;
  height: 10px;
}

.more.white:hover .itemTitle {
  color: #023747;
  -webkit-transform: translateX(-17px) translateY(-8px);
          transform: translateX(-17px) translateY(-8px);
}

.more.white .subLine {
  background: #FFFFFF;
}

.more.white .itemTitle {
  color: #FFFFFF;
}

.actionButton.reserve {
  width: 170px;
}

.actionButton.reserve:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateX(14px) translateY(-8px);
          transform: translateX(14px) translateY(-8px);
}

.background.red {
  background: #023747;
}

.background.white {
  background: #FFF;
}

.menuButton.actionButton:hover .itemTitle {
  color: #023747;
  -webkit-transform: translateX(calc((150px - 100%) / 2)) translateY(-6px);
          transform: translateX(calc((150px - 100%) / 2)) translateY(-6px);
}

.menuButton.actionButton.active .itemTitle {
  color: #023747;
  -webkit-transform: translateX(calc((150px - 100%) / 2)) translateY(-6px);
          transform: translateX(calc((150px - 100%) / 2)) translateY(-6px);
}

.privacyButton .itemTitle {
  letter-spacing: 0.5px;
}

.privacyButton.menuButton.actionButton:hover .itemTitle {
  color: #023747;
}

#mainLogo {
  position: fixed;
  right: 100px;
  top: 20px;
  width: 100px;
  -webkit-transform: translateY(38px);
          transform: translateY(38px);
  z-index: 2;
}

#mainLogo > img {
  position: absolute;
  top: 0;
  left: 0;
}

#logoSub {
  position: absolute;
  top: 124px;
  width: 100px;
  height: 44px;
}

#logoSub svg {
  display: block;
}

#logoSub .lineTop {
  width: 100px;
  height: 1px;
  background: #FFF;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#logoSub .lineBottom {
  width: 100px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#logoSub.show:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#logoSub.show:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#logoHotel {
  position: absolute;
  top: 6px;
}

#logoAnd {
  position: absolute;
  top: 19px;
}

#logoWellness {
  position: absolute;
  top: 29px;
}

#logoStars {
  position: absolute;
  top: 102px;
}

#circle1 circle {
  stroke-dasharray: 301;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: none;
          transform: none;
}

#circle1 circle.hidden {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
  stroke-dashoffset: 301;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#circle2 {
  position: absolute;
  top: 0;
  left: 0;
}

#circle2 circle {
  stroke-dasharray: 201;
  stroke-dashoffset: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#circle2 circle.hidden {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  stroke-dashoffset: 201;
}

section {
  position: relative;
}

section.full_height {
  height: 70vh;
}

section.full_height2 {
  height: 100vh;
}

.contentLayer {
  height: 100%;
  width: 100%;
}

#bookPanel {
  height: 300px;
  background: #FFFFFF;
  padding: 70px 50px 0px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 80%;
  pointer-events: none;
  -webkit-box-shadow: 0px 5px 5px #666666;
          box-shadow: 0px 5px 5px #666666;
  z-index: 2;
}

#bookPanel .itemTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.benefits {
  margin-top: -3px;
}

.benefits div {
  margin-top: 5px;
}

.benefits div:first-child {
  margin-top: 0px;
}

.benefits span {
  margin-left: 5px;
}

#bookPanel.hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#homeTop {
  overflow: hidden;
}

.sectionPay {
  position: absolute;
  bottom: 320px;
  left: 70px;
  white-space: nowrap;
  z-index: 2;
}

.sectionPay span {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 75px;
  letter-spacing: 6px;
  margin-left: 22px;
  display: inline-block;
}

.sectionPay span:first-child {
  margin-left: 0;
}

#scrollDown {
  height: 234px;
  width: 3px;
  position: absolute;
  right: calc(10% - 3px);
  bottom: 32px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

#scrollTrack {
  background: #FFFFFF;
  width: 1px;
  height: 100%;
  margin-left: 1px;
}

#scrollHandle {
  position: absolute;
  top: 0;
  left: 0;
  height: 105px;
  width: 3px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

#scrollHandle.anim {
  -webkit-animation: scrollDownLoop 4s cubic-bezier(0.575, 0.005, 0.285, 1.005) infinite;
          animation: scrollDownLoop 4s cubic-bezier(0.575, 0.005, 0.285, 1.005) infinite;
}

#bookLeft {
  width: 50%;
}

#bookLeftContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

#bookLeftContent ._2 {
  max-width: 313px;
}

#bookLeftContent span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

#bookRight {
  width: 580px;
}

#bookFront {
  pointer-events: all;
}

#bookFront input {
  border: none;
  background: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #023747;
  padding-top: 16px;
}

#bookFrontTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bookFrontLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bookFrontRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#checkIn * {
  cursor: pointer;
}

#checkIn input {
  cursor: pointer;
}

#checkOut * {
  cursor: pointer;
}

#checkOut input {
  cursor: pointer;
}

.bookItem {
  width: 100px;
  position: relative;
}

.bookItem .background {
  bottom: 44px;
  position: absolute;
  width: 120px;
  height: 37px;
  background: #999999;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

#checkIn.active .background {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#checkIn.active .itemTitle {
  color: #FFFFFF;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

#checkOut.active .background {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#checkOut.active .itemTitle {
  color: #FFFFFF;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#bookFrontBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#bookClose {
  bottom: 27px;
  right: 27px;
  position: absolute;
  pointer-events: all;
}

.numSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-top: 4px;
}

.numSlider > div {
  position: relative;
}

.numSlider .subtract {
  cursor: pointer;
}

.numSlider .add {
  cursor: pointer;
}

.numSlider .counter {
  overflow: hidden;
  height: 15px;
}

.counter span {
  background: none;
  border: none;
  color: #023747;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 14px;
}

.counterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.addIcon {
  width: 9px;
  height: 9px;
  position: relative;
  padding: 15px;
}

.subtractIcon {
  width: 9px;
  height: 9px;
  position: relative;
  padding: 15px;
}

.subtractIcon .line {
  width: 9px;
  height: 1px;
  background: #023747;
  position: absolute;
  top: 19px;
}

.addLine1 {
  width: 9px;
  height: 1px;
  background: #023747;
  position: absolute;
  top: 19px;
}

.addLine2 {
  width: 1px;
  height: 9px;
  background: #023747;
  position: absolute;
  top: 15px;
  left: 19px;
}

.panel {
  width: 87.5%;
}

.panel.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectionBorderTop {
  margin-top: 170px !important;
}

.sectionBorderDouble {
  margin-top: 320px;
}

.rightPic {
  width: 32vw;
  position: relative;
  padding: 12vw;
  background: #F5ECDC;
}

.alignRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alignRight .panel {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.centeredContainer {
  margin-left: 22%;
}

.centeredContainer .sectionTitleHead {
  width: 78%;
}

.centeredContainer .body_text {
  max-width: 960px;
  width: 56vw;
}

.centeredContainer .underTitleText {
  margin-left: 0;
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.centered.body_text {
  height: 100%;
}

.verticalCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectionTitleHead {
  width: 100%;
  height: 5.2vw;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 5.2vw;
}

.sectionTitleHead .sectionTitle {
  position: absolute;
  top: 25px;
  left: 22%;
}

.headBack {
  width: 39vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.headBack:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AF9F69;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  -webkit-transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sectionTitleHead.right .headBack {
  right: 170px;
  left: auto;
}

.sectionTitleHead.right .sectionTitle {
  left: 0;
}

.headBack.hidden:before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.headBack.red:before {
  background: #F35B53;
}

.sectionTitle h1 {
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
  line-height: 82px;
  white-space: nowrap;
  margin-bottom: 0px;
  margin-top: 20px;
}

.sectionTitle span {
  display: inline-block;
  will-change: transform;
}

.subTitle h2 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
}

.underTitleText {
  margin-top: 12vw;
  width: 70%;
  margin-left: 22%;
}

.homePanelText {
  max-width: 350px;
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topSectionText {
  max-width: 880px;
}

.topSectionText.two_col {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 85px;
          column-gap: 85px;
}

.topSectionText.single_col {
  width: 400px;
}

.body_text.limit {
  max-width: 600px;
}

.body_text p {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}

.body_text h2 {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #002c3f;
}

.body_text .rlmContainer {
  top: 24px;
}

.body_text.bigger p {
  letter-spacing: 1px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 500;
}

.body_text.bigger .rlmContainer {
  top: 27px;
}

.picMore {
  position: absolute;
  left: -20vw;
  bottom: 70px;
}

.picMore span {
  font-size: 14px;
  color: #332B25;
  font-weight: 600;
  margin-left: -34px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.picMore:hover span {
  -webkit-transform: translateX(60px) translateY(4px);
          transform: translateX(60px) translateY(4px);
  color: #FFFFFF;
}

.picMore:hover .moreBar {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#homeDream .panel {
  position: relative;
}

#homeDream .picMore {
  bottom: calc(12vw + 70px);
  left: -8vw;
  pointer-events: all;
}

#homeDream .sectionTitle {
  text-transform: uppercase;
}

#homeDream .rightPic {
  pointer-events: none;
}

#homeDream .rightPic:hover .picMore span {
  -webkit-transform: translateX(60px) translateY(4px);
          transform: translateX(60px) translateY(4px);
  color: #FFFFFF;
}

#homeDream .rightPic:hover .moreBar {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#homeDream .mask_container {
  pointer-events: all;
}

.moreBar {
  width: 550px;
  height: 50px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(1, 0.3);
          transform: scale(1, 0.3);
}

.moreBar.no_width {
  -webkit-transform: scale(0, 0.3) !important;
          transform: scale(0, 0.3) !important;
}

.moreBar.red {
  background: #023747;
}

.roomPics {
  width: 44vw;
}

.mask_container {
  overflow: hidden;
}

#roomRightTop {
  margin-left: 6.25vw;
}

#roomRightBottom {
  position: relative;
}

.homeRoomText {
  margin-top: 0;
  margin-left: 0px;
  max-width: 470px;
}

#homeRooms .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homeRooms .left {
  width: 44vw;
}

#homeRooms .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homeRoomPics {
  position: relative;
  width: 45.6vw;
  height: 52vw;
  max-width: 840px;
  max-height: 920px;
}

#roomSlider {
  position: absolute;
  right: 0;
  width: 37.5vw;
  height: 100px;
  bottom: -1vw;
  height: 526px;
}

#roomSliderBack {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F5ECDE;
}

#roomSliderMain {
  position: absolute;
  height: 100%;
  width: 100%;
}

.roomSliderGroup {
  margin-left: 158px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#roomSliderContent {
  position: absolute;
  height: 100%;
  width: 100%;
}

#roomSliderItems {
  padding: 3.5vw 6vw 3.5vw 3.5vw;
}

.roomSliderTitle {
  overflow: hidden;
  position: relative;
}

.roomSliderTitle h2 {
  font-size: 70px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 8px;
  line-height: 82px;
}

.roomSliderTitle h2 span {
  display: inline-block;
}

.roomSliderTitle h2.in {
  position: absolute;
  top: 0;
  display: block;
}

.sectionAction {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.itemSliderController {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Poppins', sans-serif;
}

#roomSliderController {
  position: absolute;
  left: 100%;
  width: 40%;
}

#roomLabels {
  position: absolute;
}

.itemSliderButtons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.itemSliderButtons svg {
  display: block;
}

.upArrow {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.upArrow .arrowShape:before {
  content: '';
  width: 9px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 6px;
}

.upArrow .arrowShape:after {
  content: '';
  width: 9px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  left: 2px;
  top: 6px;
}

.upArrow:hover .arrowShape {
  -webkit-animation: upArrow 600ms cubic-bezier(0.19, 1, 0.22, 1);
          animation: upArrow 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.upArrow:hover .arrowShape:after {
  background: #FFFFFF;
}

.upArrow:hover .arrowShape:before {
  background: #FFFFFF;
}

.upArrow:hover:after {
  content: '';
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.upArrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #be9133;
  z-index: -1;
  -webkit-transform: translateY(42px);
          transform: translateY(42px);
  opacity: 1;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.downArrow {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.downArrow .arrowShape:before {
  content: '';
  width: 9px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 0px;
}

.downArrow .arrowShape:after {
  content: '';
  width: 9px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  left: 3px;
  top: 0px;
}

.downArrow:hover .arrowShape {
  -webkit-animation: downArrow 600ms cubic-bezier(0.19, 1, 0.22, 1);
          animation: downArrow 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.downArrow:hover .arrowShape:after {
  background: #FFFFFF;
}

.downArrow:hover .arrowShape:before {
  background: #FFFFFF;
}

.downArrow:hover:after {
  content: '';
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.downArrow .circleShape + .arrowShape {
  top: 17px;
  left: 14px;
}

.downArrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #be9133;
  z-index: -1;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
  opacity: 1;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sliderUp {
  cursor: pointer;
}

.sliderDown {
  cursor: pointer;
}

.sliderDown .greyTitle {
  margin-top: 20px;
  font-size: 13px;
}

.itemSliderControllerContainer {
  height: 230px;
  margin-bottom: 6.5vw;
  position: relative;
  width: 40px;
}

.itemSliderLabels {
  position: absolute;
  top: -30px;
  width: 200px;
  left: -80px;
  height: calc(100% + 60px);
  overflow: hidden;
}

.itemSliderLabel {
  margin-top: 110px;
  height: 22px;
  font-size: 20px;
}

.itemSliderLabel:first-child {
  margin-top: 0;
}

.itemSliderLabel.inactive {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.5;
}

.itemSliderLabelsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_controller {
  position: absolute;
  top: 0px;
  right: 100px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_controller .downArrow:hover .arrowShape {
  -webkit-animation: none;
          animation: none;
}

.gallery_controller .downArrow:hover .arrowShape:after {
  background: red;
}

.gallery_controller .downArrow:hover .arrowShape:before {
  background: red;
}

.gallery_controller .downArrow:after {
  content: none;
}

.gallery_controller .upArrow:hover .arrowShape {
  -webkit-animation: none;
          animation: none;
}

.gallery_controller .upArrow:hover .arrowShape:after {
  background: red;
}

.gallery_controller .upArrow:hover .arrowShape:before {
  background: red;
}

.gallery_controller .upArrow:after {
  content: none;
}

.gallery_controller .downArrow.loading .arrowShape:after {
  background: red;
}

.gallery_controller .downArrow.loading .arrowShape:before {
  background: red;
}

.gallery_controller .upArrow.loading .arrowShape:after {
  background: red;
}

.gallery_controller .upArrow.loading .arrowShape:before {
  background: red;
}

.gallery_controller .button_left {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  overflow: visible;
}

.gallery_controller .button_right {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  overflow: visible;
}

.gallery_controller svg {
  opacity: 0;
}

.gallery_controller svg circle {
  stroke-dasharray: 6.6px;
}

.gallery_controller div.loading svg {
  opacity: 1;
}

.gallery_controller div.loading svg circle {
  -webkit-animation: circleLoad 300ms linear infinite;
          animation: circleLoad 300ms linear infinite;
}

.arrowShape {
  width: 13px;
  height: 8px;
  position: relative;
}

.circleShape + .arrowShape {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 13px;
  height: 8px;
}

.greyTitle {
  color: #DDDDDD;
  font-size: 13px;
}

#homeDining.sectionBorderTop {
  margin-top: 280px;
}

#homeDiningHead {
  font-size: 100px;
  color: #be9133;
  opacity: 0.9;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 6%;
  left: 15%;
  padding: 10px 40px;
  background: #fff;
  -webkit-text-stroke-color: #fff;
}

#homeDiningSubHead {
  color: #002c3f;
  font-size: 60px;
  position: absolute;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 8px;
  top: 23%;
  left: 7%;
}

#homeDining span {
  display: inline-block;
}

#homeDining .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#homeDining .bottom .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3vw;
}

#homeDining .bottom .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -12vw;
}

#homeDining .sectionAction {
  margin-top: 6vw;
}

#homeMaxiPicBack {
  background: #F5ECDC;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homeMaxiPic {
  position: relative;
  padding: 3.65vw;
  width: 43.7vw;
  margin-right: 5vw;
}

@media (max-width: 768px) {
  #homeMaxiPic {
    display: none;
  }
}

#homeMaxiPic img {
  position: relative;
}

.homeDiningText {
  margin-top: 7vw;
  max-width: 380px;
}

#homeWine.sectionBorderTop {
  margin-top: calc(7vw + 160px);
}

.panel.long {
  width: calc(100% - 70px);
}

#wineContent {
  margin-left: 12.5%;
  margin-top: 6.5%;
}

#homeWineContent {
  margin-left: 12.5%;
  margin-top: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 87.5%;
}

#winePicDecal {
  position: absolute;
  width: 60px;
  height: 470px;
  top: -403px;
  left: -60px;
}

.verticalRibbon {
  width: 100%;
  height: 100%;
  background: #AF9F69;
  position: absolute;
  z-index: 12;
}

#homeWinePicContainer {
  position: absolute;
  top: -21.2vw;
  left: -5.5vw;
  width: 31.8vw;
  height: 30.7vw;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#homeWinePicBack {
  opacity: 0.25;
  background: #F5ECDC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#homeWinePic {
  position: relative;
}

#homeWineTextContainer {
  margin-left: 60px;
}

.homeWineText {
  width: 660px;
  margin-top: 60px;
}

.bookNow.right .subLine {
  margin-left: -25px;
}

.sectionAction.vertical {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.more.leftAlign {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.more.leftAlign:hover .itemTitle {
  color: #FFF;
  -webkit-transform: translateX(17px) translateY(-8px);
          transform: translateX(17px) translateY(-8px);
}

#homeSpecials {
  margin-top: 320px;
}

#homeSpecials .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homeSpecials .panel > .left {
  width: 37.5vw;
}

#homeSpecials .panel > .right {
  width: calc(57.5vw - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#homeSpecials .panel > .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#homeSpecials .panel > .right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 150px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: calc(100% - 150px);
}

#homeSpecials .panel > .right .bottom .left {
  width: 500px;
}

.specialTitle {
  letter-spacing: 2px;
  line-height: 34px;
  font-size: 50px;
  font-weight: 400;
  margin-top: 80px;
}

#specialSliderController {
  width: 100%;
}

#spaSectionHead {
  width: 750px;
  height: 100px;
  position: absolute;
  z-index: 1;
  top: -57px;
  left: 70px;
}

#homeSpaPic {
  position: relative;
  overflow: hidden;
  width: 350%;
}

#homeSpa .sectionTitle {
  position: absolute;
  top: 10px;
  left: 13.5vw;
  width: auto;
}

#homeSpa .sectionTitle h1 {
  font-size: 50px;
  margin-top: -2px;
}

#homeSpa .headBack {
  opacity: 0.8;
}

#homeSpa svg {
  position: absolute;
}

#homeSpaTexture {
  -webkit-clip-path: url(#clipPath);
  clip-path: url(#clipPath);
  position: absolute !important;
  height: 35%;
  width: 69%;
  bottom: 22px;
  right: 0;
}

#homeSpaTexture canvas {
  padding-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#homeMagazine .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homeMagazine .right {
  padding: 0 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#homeMagazine .left {
  width: 40vw;
  height: auto;
}

#homeMagazine .midPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5vw;
}

.magazinePic {
  height: 100%;
  width: 100%;
}

.articleTitle {
  font-size: 45px;
  letter-spacing: 4px;
  font-weight: 400;
}

.articleAbstract {
  max-width: 360px;
}

.articleAbstract p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

#magazineSliderController {
  margin-top: 5vw;
}

.itemSliderController.horizontal {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.itemSliderController.horizontal .itemSliderContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.itemSliderController.horizontal .sliderUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemSliderController.horizontal .sliderUp .upArrow {
  margin-top: 0;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.itemSliderController.horizontal .sliderUp .greyTitle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
}

.itemSliderController.horizontal .sliderDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemSliderController.horizontal .sliderDown .downArrow {
  margin-top: 0;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.itemSliderController.horizontal .sliderDown .greyTitle {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
}

.itemSliderController.horizontal .currentSection {
  margin: 0 50px;
}

.panel.borders {
  margin: auto;
  width: calc(100% - 140px);
}

#homeFeed .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homeFeed .right {
  width: 50%;
}

#homeFeed .left {
  width: calc(50% + 24px);
}

.eapps-instagram-feed-posts-view {
  padding: 0 !important;
  position: relative;
  top: -10px;
  left: -10px;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none;
}

#footerPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footerPanel .sectionTitle h1 {
  font-size: 50px;
  letter-spacing: 6px;
  line-height: inherit;
}

#footerPanel .left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#footerPanel .right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footerPanel .center {
  width: 50%;
  background: #FCFAF6;
  padding: 50px 70px 70px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footerPanel .body_text {
  margin-top: 30px;
}

.footerButton {
  margin-top: 50px;
}

.footerButton .subLine {
  width: 100px;
  height: 3px;
  background: #023747 !important;
}

.footerButton .background {
  background: #023747 !important;
}

.footerButton:hover .itemTitle {
  color: #FFF !important;
  -webkit-transform: translateX(17px) translateY(-8px);
          transform: translateX(17px) translateY(-8px);
}

.footerButton:first-child {
  margin-top: 0;
}

#footerEnd {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footerEnd .left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footerEnd .right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footerEnd .center {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerLine {
  width: 100%;
  height: 1px;
  background: #002c3f;
}

.safeH {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 80%;
}

.safeSpacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inlineForm .formContainer {
  width: auto;
  max-width: 550px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.inlineForm .left {
  width: 45%;
  min-width: 715px;
}

.inlineForm .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 55%;
}

.formTitle {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
  line-height: 82px;
  white-space: nowrap;
}

.formText {
  margin-top: 15px;
}

.formContainer {
  width: 100%;
  max-width: 585px;
}

.formContainer p {
  line-height: 24px;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.contactForm {
  margin-top: 30px;
}

.formField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.formField label {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  width: 80px;
  letter-spacing: 1px;
}

.formField input {
  font-family: 'Poppins', sans-serif;
  color: #023747;
  font-size: 13px;
  position: relative;
  top: -1px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 70px);
}

.formField input:focus {
  outline: none;
}

.formField select {
  font-family: 'Poppins', sans-serif;
  color: #023747;
  font-size: 13px;
  position: relative;
  top: -1px;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 70px);
}

.formField textarea {
  background: none;
  border: 1px solid #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
}

.formRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.formRow:first-child {
  margin-top: 0;
}

.formRow.text {
  margin-top: 50px;
}

.formField.half {
  width: 45%;
}

.formField.form_departure label {
  width: 95px;
}

.eapps-instagram-feed-posts-grid-load-more {
  display: none;
}

p.privacy_brief {
  font-size: 11px;
  margin-top: 10px;
  height: 40px;
  overflow-y: scroll;
  padding-bottom: 8px;
  padding-top: 4px;
  line-height: 16px;
}

.privacy {
  margin-top: 40px;
}

.privacy h4 {
  font-weight: 600;
  font-size: 13px;
}

.radio_input label {
  font-size: 12px;
  position: relative;
  top: 2px;
}

.privacy_more {
  font-size: 11px;
  position: relative;
  top: 0px;
  margin-left: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 35px;
}

.radio_input._1 {
  margin-top: 20px;
}

.radio_input._2 {
  margin-top: 15px;
}

.sendButton {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 250px;
}

.sendButton .itemTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sendButton .subLine {
  width: 250px;
}

footer {
  margin-top: 160px;
}

p.radio_input {
  font-size: 12px;
  position: relative;
  height: 18px;
  text-indent: 0;
  top: 9px;
}

p.radio_input > input {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 17px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

p.radio_input:not(#foo) > input[type=checkbox] + label {
  background-position: 0 -7px;
  cursor: pointer;
  background-position: 0 -7px;
}

p.radio_input:not(#foo) > input[type=checkbox] + label:hover {
  background-position: 0 -32px;
}

p.radio_input:not(#foo) > input[type=checkbox]:hover + label {
  background-position: 0 -32px;
}

p.radio_input:not(#foo) > input[type=checkbox]:hover:checked + label {
  background-position: 0 -57px;
}

p.radio_input:not(#foo) > input[type=checkbox]:focus + label {
  background-position: 0 -32px;
}

p.radio_input:not(#foo) > input[type=checkbox]:focus:checked + label {
  background-position: 0 -57px;
  background-position: 0 -57px;
}

p.radio_input:not(#foo) > input[type=checkbox]:checked + label {
  background-position: 0 -57px;
}

p.radio_input:not(#foo) > input[type=checkbox]:checked + label:hover {
  background-position: 0 -57px;
}

p.radio_input:not(#foo) > input + label {
  background: url(images/radio_input.png) 0 -1px no-repeat;
  height: 17px;
  line-height: 17px;
}

p.radio_input > label {
  padding: 0px 0px 1px 28px;
  float: left;
  font-size: 12px;
  font-style: normal;
}

input[type=checkbox] {
  cursor: pointer;
  cursor: pointer;
}

.privacy_statement {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

.footerTextBlock p {
  text-align: right;
  line-height: 25px !important;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.facebook {
  width: 17px;
  height: 17px;
}

.instagram {
  width: 19px;
  height: 19px;
}

.redSep {
  margin: 0 24px 0 21px;
  height: 15px;
  width: 1px;
  background: #002c3f;
}

.red {
  color: #002c3f;
}

.grey {
  color: #D4CCBB;
}

.roomSliderDescription {
  position: relative;
  overflow: hidden;
  height: 170px;
}

@media (max-width: 1720px) {
  .roomSliderDescription {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .roomSliderDescription {
    height: 118px;
  }
}

.roomSliderDescription p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
  margin: 0px;
}

@media (max-width: 1720px) {
  .roomSliderDescription p {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .roomSliderDescription p {
    margin-bottom: 0px;
    height: 118px;
    line-height: 1.2;
  }
}

.roomSliderScroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#menuPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

#menuPanel .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 47px 0 70px 130px;
}

#menuPanel .center {
  width: 50%;
  padding: 40px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#menuPanel .right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 70px 30px 70px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#menuPanel.hidden {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  opacity: 0;
}

#menuCenterBack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #AF9F69;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#navBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
}

#navBackground.hidden {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav.hidden {
  display: none;
}

.menuButton {
  margin-top: 50px;
  overflow: hidden;
  cursor: pointer;
  height: 50px;
}

.menuButton .subLine {
  width: 120px;
  height: 3px;
  background: #AF9F69;
}

.menuButton:first-child {
  margin-top: 0px;
}

.background.ocra {
  background: #AF9F69;
}

.menuTextBlock {
  margin-top: 30px;
}

.menuTextBlock p {
  text-align: right;
  line-height: 25px !important;
}

.menuMacro {
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.menuMacro span {
  font-size: 2.5vw;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  line-height: 3vw;
  display: inline-block;
  color: #FFFFFF;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menuMacro:hover span {
  color: #000000;
  -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menuMacro:hover span:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.menuMacro:hover span:nth-child(2) {
  -webkit-transition-delay: 15ms;
          transition-delay: 15ms;
}

.menuMacro:hover span:nth-child(3) {
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}

.menuMacro:hover span:nth-child(4) {
  -webkit-transition-delay: 45ms;
          transition-delay: 45ms;
}

.menuMacro:hover span:nth-child(5) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.menuMacro:hover span:nth-child(6) {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}

.menuMacro:hover span:nth-child(7) {
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}

.menuMacro:hover span:nth-child(8) {
  -webkit-transition-delay: 105ms;
          transition-delay: 105ms;
}

.menuMacro:hover span:nth-child(9) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.menuMacro:hover span:nth-child(10) {
  -webkit-transition-delay: 135ms;
          transition-delay: 135ms;
}

.menuMacro:hover span:nth-child(11) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.menuMacro:hover span:nth-child(12) {
  -webkit-transition-delay: 165ms;
          transition-delay: 165ms;
}

.menuMacro:hover span:nth-child(13) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}

.menuMacro:hover span:nth-child(14) {
  -webkit-transition-delay: 195ms;
          transition-delay: 195ms;
}

.menuMacro:hover span:nth-child(15) {
  -webkit-transition-delay: 210ms;
          transition-delay: 210ms;
}

.menuItem {
  position: relative;
}

.menuItem:last-child .subMenu {
  top: 15px;
}

.menuItem.active .subMenu {
  pointer-events: all;
}

.menuItem.active span {
  color: #000000 !important;
}

.menuItemLine {
  width: calc(100% - 320px);
  height: 1px;
  background: #000000;
  max-width: 460px;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: 4px;
}

.subMenu {
  position: absolute;
  left: 65%;
  top: 2.8vw;
  pointer-events: none;
  z-index: 1;
}

.subMenu a:hover {
  color: #FFFFFF;
}

.menuItem.secondLast .subMenu {
  top: -53px;
}

.close {
  width: 35px;
  height: 35px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  padding: 10px;
  cursor: pointer;
  padding: 0;
}

#navClose {
  left: 65px;
  top: 55px;
  z-index: 1;
}

.closeLine._1 {
  top: 16px;
  position: absolute;
  width: 35px;
  height: 2px;
  background: #535362;
  border-radius: 25px;
}

.closeLine._2 {
  height: 35px;
  width: 2px;
  left: 16px;
  position: absolute;
  top: 0;
  background: #535362;
  border-radius: 25px;
}

.subMenuItem {
  margin-top: 1vw;
  text-transform: uppercase;
}

.subMenuItem:first-child {
  margin-top: 0;
}

.subMenuItem a {
  letter-spacing: 2px;
  font-weight: 500;
  display: Block;
}

.topImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.panel.pic {
  margin-top: 80px;
}

.panelSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.panelSection > .half {
  width: calc(50% - 50px);
}

.panelSection:first-child {
  margin-top: 0;
}

.panelSection.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.panelSection.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centerSectionText p {
  font-family: 'Poppins', sans-serif;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  line-height: 6vw;
}

.centerSectionText .red {
  color: #F35B53;
}

.panelSection.breaking {
  width: calc(100% + 70px);
}

.panelSection.breaking + .panelGallery {
  width: calc(100% + 70px);
}

.panelGallery {
  width: calc(100% - 240px);
  position: relative;
  height: 45.8vw;
  margin: auto;
  margin-top: -70px;
}

.panelSection.noMarginTop {
  margin-top: 0;
}

.gallery_container {
  width: 100%;
  position: relative;
  height: 100%;
}

.gallery_slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.slide_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  will-change: transform;
  height: 100%;
}

.gallery_track {
  width: 100%;
  height: 50vh;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.gallery_controller_back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
}

.galleryLine {
  height: 100%;
  background: #D5CFC2;
  width: 1px;
  margin-left: 30px;
  z-index: 1;
  position: relative;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.panelBack {
  position: absolute;
  top: -50px;
  left: -50px;
  background: #FFFFFF;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  opacity: 0.25;
}

.panelBack.dark {
  background: #C3BBAA;
}

.panelBack.mild {
  background: #F5ECDC;
  opacity: 0.75;
  top: -70px;
  left: -70px;
  width: calc(100% + 140px);
  height: calc(100% + 140px);
}

.galleryHandle {
  position: absolute;
  top: 44px;
  left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.dot {
  width: 7px;
  height: 7px;
  background: #FF685A;
  border-radius: 50%;
}

.number {
  font-size: 14px;
  margin-left: 0px;
  overflow: hidden;
  height: 18px;
  width: 26px;
}

.number span {
  width: 26px;
  text-align: center;
}

.numberSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nextNum {
  position: absolute;
  top: -18px;
}

.prevNum {
  position: absolute;
  top: 18px;
}

.button_left {
  margin-top: 50px;
}

.button_right {
  margin-top: 15px;
}

#otherSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#otherSlider .more {
  min-height: 50px;
}

#otherSlider .left {
  width: 47vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#otherSlider .right {
  width: 46vw;
  background: #023747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46vw;
}

.otherSliderGallery {
  width: 31.7vw;
  height: 34.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.otherSliderGallery .more {
  margin-top: 50px;
}

.otherSliderTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.otherSliderTitle .red {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  letter-spacing: 4px;
  text-align: center;
  text-indent: 10px;
}

.otherSliderTitle .big {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5vw;
  letter-spacing: 0.45vw;
  text-transform: uppercase;
  text-align: center;
}

#cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#ctaPic {
  width: 88vw;
  height: 22.5vw;
}

#ctaContainer {
  position: relative;
  width: 88%;
}

#ctaLayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
  padding-left: 4.4%;
  z-index: 2;
  will-change: transform;
}

#ctaTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 5.5vw;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 2%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
}

#ctaTextContainer {
  position: relative;
  height: 8vw;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 100%;
}

#ctaBlock {
  height: 100%;
  margin-left: -16vw;
  width: 42vw;
  background: #AF9F69;
  opacity: 0.8;
  position: absolute;
}

#ctaText {
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 3vw;
  color: #FFFFFF;
  letter-spacing: 0.3vw;
  margin-bottom: 2%;
  white-space: nowrap;
}

.michelinText {
  margin-left: -22%;
  margin-top: 75px;
  position: relative;
  max-width: 1460px;
  margin-bottom: 60px;
}

.michelin {
  font-size: 7vw;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
  display: block;
}

html[lang=it] #hotel.position .michelin {
  font-size: 105px;
}

html[lang=it] #rooms .bigTitle.v2 .sub {
  right: 40%;
}

html[lang=en] #dining.index .michelin {
  font-size: 120px;
}

html[lang=en] #rooms .bigTitle.v2 .sub {
  right: 28%;
}

.michelinDate {
  position: absolute;
  right: 0;
  font-size: 3.5vw;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2vw;
  line-height: 6vw;
  z-index: 1;
  bottom: 1vw;
}

.onTop {
  z-index: 1;
  position: relative;
}

.greyText {
  margin-top: -100px;
  z-index: 0;
  height: 520px;
}

.greyText .centeredContainer {
  margin-top: 135px;
  z-index: 1;
}

.greyText .body_text {
  max-width: 1000px;
}

.greyBack {
  width: calc(100% + 70px);
  height: 100%;
  background: #C3BBAA;
  position: absolute;
  opacity: 0.7;
}

.white {
  color: #FFFFFF;
}

.profile .left {
  width: 60%;
}

.profile .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#chef img {
  max-width: 700px;
  margin: auto;
  display: block;
}

.quoteContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 350px;
}

.quote {
  display: block;
  text-align: right;
  font-style: italic;
  margin-right: 88px;
}

.quote p {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}

.leftQuot {
  position: absolute;
  top: 43px;
  left: -100px;
  font-size: 200px;
  color: #FF594E;
  font-weight: 400;
  line-height: 0;
}

.rightQuot {
  position: absolute;
  bottom: -47px;
  position: absolute;
  right: -60px;
  font-size: 200px;
  color: #FF594E;
  font-weight: 400;
  line-height: 0;
}

.name {
  font-family: 'Poppins', sans-serif;
  font-size: 37px;
  letter-spacing: 3px;
}

.role {
  color: #C3BBAA;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.download {
  cursor: pointer;
}

.download .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12%;
}

.downloadTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  letter-spacing: 3px;
}

.panel.download {
  width: calc(100% - 300px);
  margin-left: 60px;
}

.centeredColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bigTitle {
  position: relative;
}

.bigTitle .main {
  font-size: 6.5vw;
  font-family: 'Poppins', sans-serif;
  color: #F35B53;
}

.bigTitle .sub {
  font-size: 4vw;
  font-family: 'Poppins', sans-serif;
  color: #332B25;
  letter-spacing: 6px;
}

.bigTitle span {
  display: block;
}

#sweetSalt .bigTitle {
  line-height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bigTitle.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bigTitle.v2 .main {
  line-height: 150px;
}

.bigTitle.v2 .sub {
  position: absolute;
  right: 33%;
  bottom: 18px;
}

.bigTitle.v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bigTitle.v1.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#scent .bigTitle.v2 .sub {
  right: 29%;
}

#rooms .bigTitle.v2 .sub {
  z-index: 1;
  bottom: -12px;
}

.bigTitle.v3 .main {
  margin-left: 200px;
}

.bigTitle.v3 .sub {
  position: absolute;
  left: 35%;
  bottom: 0;
}

#services .bigTitle .main {
  line-height: 108px;
}

#services .left {
  width: 41.8%;
}

.servicesBack {
  position: absolute;
  width: 100%;
  height: calc(100% - 13vw);
  left: 0;
  top: 13vw;
  background: #F35B53;
  z-index: -1;
}

.panelServices {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20vw;
  margin-top: 9vw !important;
}

.panelServices .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5vw;
  letter-spacing: 4px;
  padding: 0.4vw 0;
  color: #FFF;
}

#servicesPic {
  margin-left: -70px;
}

.panel.small {
  max-width: 1230px;
  margin: auto;
}

.inlineForm.room .left {
  min-width: 400px;
}

.inlineForm.room .formContainer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.inlineForm.room .body_text {
  max-width: 400px;
}

.formItem {
  color: #F55A4E;
  margin-left: 240px;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.alert {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  left: 70px;
  color: #002c3f;
  display: none;
}

.formField.half.room_departure {
  width: 50%;
}

.formField.half.room_departure .alert {
  left: 100px;
}

.room_departure label {
  width: 98px;
}

.room_arrival .gldp-flatwhite {
  width: 400px !important;
  left: 0 !important;
  top: 20px !important;
}

#water .bigTitle.v2 {
  margin-top: -40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#water .bigTitle.v2 .main {
  margin-left: 41%;
}

#water .bigTitle.v2 .sub {
  left: 0;
  right: auto;
  z-index: 1;
}

#water .bigTitle.v3 {
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#water .bigTitle.v3 .main {
  margin-right: 180px;
}

#water .bigTitle.v3 .sub {
  right: 0;
  left: auto;
  bottom: -30px;
}

.textRibbon {
  position: absolute;
  left: 70px;
  height: 470px;
  background: #F4594D;
  width: 60px;
  top: 8px;
  z-index: 1;
}

.textRibbon + .body_text {
  margin-left: 210px;
}

.titleRibbon {
  background: #F4594D;
  position: absolute;
  top: 25px;
  left: -215px;
  width: 210px;
  height: 15px;
}

.flowPic {
  position: relative;
  left: -190px;
  margin-top: 140px;
}

.aquarium.right {
  margin-top: 170px;
}

.aquarium.right .body_text {
  margin-left: 140px;
}

.aquarium.right .flowPic {
  left: auto;
  right: -210px;
  z-index: 1;
}

.aquarium.right .titleRibbon {
  left: -110px;
}

#aquaBlocks {
  width: 100%;
  margin-top: 100px;
}

#aquaBlocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#aquaBlocks .block .left {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#aquaBlocks .block .body_text {
  max-width: 370px;
}

#aquaBlocks .block .body_text h2 {
  position: absolute;
  bottom: 70px;
  font-weight: 600;
}

#aquaBlocks .block .right {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#aquaBlocks .blockPic {
  max-width: 610px;
}

#aquaBlocks .titleRibbon {
  bottom: 77px;
  left: 90%;
  top: auto;
  width: 25vw;
}

.rlm {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.rlm:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #FF594E;
  height: 5px;
}

.rlmContainer {
  position: absolute;
  width: calc(100% + 170px);
  left: -85px;
  top: 27px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

.rlmBack {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #023747;
  opacity: 0.75;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.rlmPic {
  display: block;
  padding: 1.65vw;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.rlmPic span {
  display: block;
}

#photogallery #logoStars {
  display: none;
}

#photogallery #logoSub {
  display: none;
}

#photogallery .panelGallery {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 !important;
}

#photogallery .gallery_controller {
  top: 60px;
  right: 70px;
}

#photogallery .gallery_controller .arrowShape {
  top: 47px;
  left: 44px;
}

#photogallery .gallery_controller .button_left {
  margin-top: 0;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 50%;
}

#photogallery .gallery_controller .button_right {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 50%;
}

#photogallery .gallery_controller .upArrow .arrowShape:before {
  background: #FB6450;
}

#photogallery .gallery_controller .upArrow .arrowShape:after {
  background: #FB6450;
}

#photogallery .gallery_controller .downArrow .arrowShape:before {
  background: #FB6450;
}

#photogallery .gallery_controller .downArrow .arrowShape:after {
  background: #FB6450;
}

#photogallery .gallery_controller_back {
  background: none;
}

#photogallery .galleryLine {
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px #000000;
          box-shadow: 1px 1px 2px #000000;
}

#photogallery .number {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #000000;
}

#photogallery .buttonBack {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#photogallery .upArrow:hover .buttonBack {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#photogallery .downArrow:hover .buttonBack {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#photogallery .upArrow.loading .buttonBack {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#photogallery .downArrow.loading .buttonBack {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.photogalleryContainer {
  height: calc(100vh - 100px);
  width: calc(100vw - 100px);
  margin: auto;
  margin-top: 50px;
}

.galleryBar {
  position: absolute;
  width: 320px;
  height: 60px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  left: -30px;
  bottom: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.isFullscreen .galleryBar {
  display: none;
}

.isFullscreen #fixed {
  display: none;
}

.isFullscreen #mainLogo {
  display: none;
}

.galleryTitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#galleryView {
  overflow: hidden;
  padding-bottom: 50px;
}

#galleryView .panelBack {
  background: #C3BBAA;
}

.relatedButton {
  cursor: pointer;
}

.fullscreen {
  cursor: pointer;
}

.redTitleLetters {
  font-size: 5vw;
  letter-spacing: -0.5vw;
  font-family: 'Poppins', sans-serif;
  line-height: 4.4vw;
  color: #FF5847;
}

.redTitleBar {
  width: 100%;
  height: 80px;
  background: #023747;
  margin-top: -12px;
}

#howToBlocks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.howToBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.howToBlock:first-child {
  margin-top: 0;
}

.howToBlock .left {
  width: 45%;
}

.howToBlock .right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.howToBlock .body_text.limit {
  max-width: 350px;
  margin-top: 76px;
}

.howToBlock h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}

.howBar {
  height: 15px;
  width: 100%;
  margin-top: 60px;
}

.howBar.grey {
  background: #D5CDB8;
}

.howBar.red {
  background: #002c3f;
}

#frontdesk .limit {
  max-width: 300px;
  padding-right: 50px;
}

#frontdesk .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 53%;
}

#frontdesk .left {
  width: 47%;
}

#frontdesk .quoteContainer {
  height: 52%;
  padding-bottom: 8%;
}

#frontdesk .sectionAction {
  position: absolute;
  bottom: -120px;
  width: 35%;
  left: 50%;
}

.shuttle {
  margin-top: 200px;
}

.shuttle .blockTitle {
  position: absolute;
  top: -66px;
  left: 0;
}

.shuttle .blockTitle._2 {
  position: absolute;
  bottom: -3.4vw;
  left: 12vw;
  top: auto;
}

.shuttle .blockTitle._2 h4 {
  text-align: right;
}

.greyText.noBack {
  margin-top: -50px;
}

.ctaTexture {
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
  position: absolute !important;
  height: 30%;
  width: 70%;
  top: 30%;
  left: 27%;
}

.ctaTexture svg {
  position: absolute;
}

.ctaTexture canvas {
  padding-bottom: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ctaVeil {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.25;
}

.rightPic.black {
  background: #332B25;
}

.blockTitle .block._1 {
  font-size: 80px;
  font-family: 'Poppins', sans-serif;
  line-height: 82px;
  color: #FF5847;
}

.blockTitle .block._2 {
  font-size: 140px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  line-height: 104px;
  color: #FFFFFF;
  margin-left: -3px;
}

.blockTitle._2 .block._1 {
  line-height: 2.9vw;
}

.redTitle {
  position: relative;
}

.redTitle .redSub {
  position: absolute;
  font-size: 4.5vw;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 8px;
  line-height: 50px;
  color: #FFFFFF;
  left: 27%;
  bottom: -3px;
}

.redTitle.left .redTitleBar {
  margin-left: -70px;
  margin-top: 0;
}

.redTitle.left .redSub {
  position: absolute;
  font-size: 70px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 8px;
  line-height: 50px;
  color: #FFFFFF;
  left: 13%;
  top: -11px;
}

.facilitiesText {
  margin-top: 250px;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boat .half.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#outdoorCta {
  margin-top: -45px;
}

#outdoorCta.bigTitle {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#outdoorCta.bigTitle + .panelSection {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#outdoorCta.sub {
  bottom: 0;
  left: 22%;
}

#outdoorCta.picMore {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 50px;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#outdoorCta.picMore span {
  margin-right: -34px;
}

.panelSection.offer {
  margin-top: 170px;
}

.panelSection.offer > .left {
  width: 47%;
}

.panelSection.offer > .right {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10%;
}

.actionButton.availability {
  width: 100%;
  pointer-events: none;
}

.offerPic {
  margin-left: 70px;
  max-width: 510px;
  width: 62%;
  margin-top: 35%;
}

.offer .textRibbon {
  left: 140px;
}

.offerTitle {
  font-size: 50px;
  position: relative;
  top: 10%;
  left: 50%;
  white-space: nowrap;
  text-transform: uppercase;
}

#faqBlocks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faqBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.faqBlock .left {
  width: 45%;
}

.faqBlock .left p {
  text-transform: uppercase;
}

.faqBlock .right {
  width: 45%;
  padding-top: 90px;
}

#faqContainer .panel h2 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 130px;
}

#dining.winecellar .bigTitle.v3 .sub {
  left: 28%;
}

#dining.bar .rightQuot {
  right: -60px;
}

.outdoor h2 {
  text-transform: uppercase;
}

.panelSection.outdoor.left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.panelSection.outdoor:nth-child(2) > .right {
  padding-bottom: 8vw;
}

.panelSection.outdoor:last-child > .right {
  padding-bottom: 8vw;
}

.panelSection.outdoor.left.slided {
  margin-top: -10vw !important;
}

#contacts .body_text a {
  text-decoration: underline;
}

#langContainer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -25px;
}

.lang {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
}

.lang span {
  display: block;
}

.lang:hover span {
  color: #AF9F69;
}

@media all and (max-width: 1720px) {
  .benefits {
    margin-top: 10px;
  }
  .benefits div {
    margin-top: 10px;
  }
  #bookLeftContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bookLeftContent span._1 {
    margin-top: 0px;
  }
  #bookFrontBottom {
    margin-top: 20px;
  }
  #bookPanel {
    height: 280px;
    background: #FFFFFF;
    padding: 50px 50px 0px 50px;
  }
  .sectionPay {
    position: absolute;
    bottom: 290px;
    left: 50px;
    white-space: nowrap;
  }
  .sectionPay span {
    font-size: 3.75vw;
    letter-spacing: 4px;
  }
  #leftBlock {
    margin-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sectionTitle h1 {
    font-size: 4vw !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 4px;
    line-height: inherit;
    white-space: nowrap;
  }
  #homeSectionHead {
    height: 80px;
  }
  .sectionTitleHead .sectionTitle {
    top: 10px;
  }
  .rightPic {
    padding: 8vw;
  }
  #homeDream .picMore {
    bottom: 10vw;
    left: -8vw;
  }
  .roomSliderTitle h2 {
    font-size: 3.5vw;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3.5px;
    line-height: 82px;
  }
  #roomTitle br {
    display: none;
  }
  .body_text.bigger p {
    letter-spacing: 1px;
    line-height: 35px;
    font-size: 17px;
  }
  #roomSlider {
    position: absolute;
    right: 12vw;
    width: 42vw;
    height: 100px;
    bottom: -3vw;
    height: 370px;
  }
  #roomSlider .sectionAction {
    margin-top: 25px;
  }
  .roomSliderGroup {
    margin-left: 0;
    height: 220px;
  }
  #roomSliderItems {
    padding: 2vw 3.5vw 2vw 3.5vw;
  }
  #roomSliderController {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #roomSliderController .itemSliderControllerContainer {
    margin-bottom: 0px;
  }
  .panel {
    width: calc(100% - 100px);
  }
  #homeDiningHead {
    -webkit-transform: translateX(-18.1522px);
            transform: translateX(-18.1522px);
    font-size: 6.05vw;
  }
  #homeDiningSubHead {
    font-size: 3vw;
    left: 10%;
  }
  #homeMaxiPic {
    margin-right: 50px;
  }
  .homePanelText {
    margin-top: 15vw;
  }
  #homeDining.sectionBorderTop {
    margin-top: 120px !important;
  }
  .sectionBorderTop {
    margin-top: 10vw !important;
  }
  #mainLogo {
    position: fixed;
    right: 80px;
    top: 0;
    -webkit-transform: scale(0.85) translateY(30px);
            transform: scale(0.85) translateY(30px);
  }
  #mainLogo img {
    border-radius: 4px;
  }
  #mainLogo.red {
    -webkit-transform: scale(0.85) translateY(-8px);
            transform: scale(0.85) translateY(-8px);
  }
  .panel.borders {
    width: calc(100% - 100px);
  }
  .panel.long {
    width: calc(100% - 50px);
  }
  #homeWinePicContainer {
    top: -15.2vw;
  }
  #homeSpecials {
    margin-top: 14vw;
  }
  .sectionBorderDouble {
    margin-top: 14vw;
  }
  .subTitle h2 {
    font-size: 1.75vw;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
  }
  #homeMagazine {
    margin-top: 14vw !important;
  }
  #homeMagazine .bottom {
    margin-top: 5vw;
  }
  #homeMagazine .right {
    padding: 0px 0 0 70px;
  }
  #homeMagazine .left {
    max-width: 50%;
  }
  .articleTitle {
    font-size: 2.25vw;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .menuMacro span {
    letter-spacing: -0.2vw;
  }
  #menuPanel .left {
    padding: 34px 0 0px 98px;
  }
  #menuPanel .right {
    padding: 0px 7px 0px 0px;
  }
  #menuPanel .center {
    padding: 3vw 3.5vw;
  }
  .menuTextBlock {
    margin-top: 2.5vh;
  }
  .menuTextBlock p {
    text-align: right;
    line-height: 3.9vh !important;
  }
  .subMenu {
    left: 59%;
  }
  .menuItemLine {
    width: 50%;
  }
  .borderTop {
    margin-top: 6vw !important;
  }
  .centeredContainer {
    width: 70%;
    margin: auto;
  }
  .centeredContainer .body_text {
    width: 100%;
  }
  .sectionTitleHead.right .headBack {
    right: 0px;
    left: auto;
  }
  .panelSection.breaking {
    width: calc(100% + 50px);
  }
  .panelGallery {
    width: calc(100% - 190px);
  }
  .michelin {
    font-size: 7vw;
  }
  .michelinText {
    margin-left: -12%;
  }
  .greyText {
    height: auto;
    padding-bottom: 9vw;
  }
  .greyText .centeredContainer {
    margin-top: 18vw;
    width: 70%;
  }
  .otherSliderTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  #howToReach {
    margin-top: 5vw;
  }
  .subMenuItem a {
    font-size: 15px;
  }
  .shuttle .blockTitle._2 {
    left: 8vw;
  }
  .specialTitle {
    font-size: 2.5vw;
  }
  .panelSection.outdoor.left.slided {
    margin-top: -8vw !important;
  }
  .greyBack {
    width: calc(100% + 50px);
  }
}

@media all and (max-width: 1440px) {
  #leftBlock {
    width: 220px;
    height: 70px;
  }
  #menuController {
    width: 90px;
  }
  .menuLine {
    width: 40px;
    margin-top: 10px;
  }
  .lineContainer {
    width: 40px;
  }
  #bookNow {
    width: 130px;
    margin-left: -1px;
  }
  #navClose {
    left: 39px;
    top: 35px;
    z-index: 1;
  }
  #menuPanel .left {
    padding: 24px 0 0px 64px;
  }
  .body_text p {
    font-size: 14px;
  }
  .panel.borders {
    width: 93%;
  }
  .underTitleText {
    margin-left: 15%;
  }
  .sectionTitleHead .sectionTitle {
    left: 15%;
  }
  .panelSection {
    margin-top: 3.5vw;
  }
  .panelSection > .half {
    width: calc(50% - 1.75vw);
  }
  .greyText {
    margin-top: -100px;
    z-index: 0;
  }
  .quote p {
    font-size: 18px;
  }
  .leftQuot {
    top: 40px;
    left: -64px;
    font-size: 105px;
  }
  .rightQuot {
    bottom: -18px;
    right: auto;
    font-size: 105px;
  }
  .profileTitle {
    margin-top: 5vw;
  }
  .name {
    font-size: 28px;
    letter-spacing: 3px;
  }
  #frontdesk .sectionAction {
    width: 350px;
    left: auto;
    bottom: -100px;
  }
  .redTitleLetters {
    line-height: 4.9vw;
  }
  .redTitle .redSub {
    font-size: 4.5vw;
    bottom: -11px;
  }
  .facilitiesText {
    margin-top: 0;
  }
  .blockTitle .block._1 {
    font-size: 4vw;
  }
  .blockTitle .block._2 {
    font-size: 7vw;
    line-height: 2.2vw;
  }
  .shuttle .blockTitle._1 {
    top: -55px;
  }
  #outdoorCta.sub {
    left: 24%;
  }
  .panelGallery {
    width: calc(100% - 14vw);
  }
  .panelBack {
    top: -3.5vw;
    left: -3.5vw;
    width: calc(100% + 7vw);
    height: calc(100% + 7vw);
  }
  .panelSection.breaking {
    width: calc(100% + 3.5vw);
  }
  #servicesPic {
    margin-left: -3.5vw;
  }
  .gallery_track {
    width: 100%;
    height: 42vh;
  }
  .body_text.bigger p {
    letter-spacing: 1px;
    line-height: 35px;
    font-size: 16px;
  }
  .aquarium.right .body_text {
    margin-left: 0px;
  }
  .panelSection.outdoor.left.slided {
    margin-top: -2vw !important;
  }
  #footerPanel .center {
    width: 60%;
  }
  #footerPanel .left {
    width: 20%;
  }
  #footerPanel .right {
    width: 20%;
  }
  .inlineForm .left {
    width: 50%;
    min-width: 0;
  }
  .greyBack {
    width: calc(100% + 3.5vw);
  }
}

@media all and (max-width: 1279px) {
  #footerPanel .right {
    display: none;
  }
  #footerPanel .center {
    width: 70%;
  }
  #footerPanel .left {
    width: 30%;
  }
  .safeH {
    width: 88%;
  }
  .centeredContainer {
    width: 80%;
    margin: auto;
  }
  .underTitleText {
    margin-left: 10%;
  }
  .sectionTitleHead .sectionTitle {
    left: 10%;
  }
  #roomSlider {
    height: 345px;
    bottom: -8vw;
  }
  .homeDiningText {
    margin-top: 7vw;
    max-width: 320px;
  }
  .panelSection.outdoor.left.slided {
    margin-top: 0vw !important;
  }
  .inlineForm .left {
    display: none;
  }
  .form .panel.long {
    width: 100%;
    padding: 0 3.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sectionPay {
    bottom: 30vh;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sectionPay {
    bottom: 24vh;
  }
}

@media all and (max-width: 960px) {
  .headBack:before {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #fixed {
    top: 0;
    width: 100%;
    top: 0;
    height: 49px;
  }
  #leftBlock {
    margin-left: 0;
    height: 50px;
    width: 161px;
  }
  #menuController {
    width: 65px;
  }
  .lineContainer {
    width: 34px;
  }
  .menuLine {
    width: 34px;
    margin-top: 8px;
  }
  .subLine {
    width: 75px;
  }
  #bookNow {
    width: 95px;
    margin-left: -1px;
  }
  #bookNow .actionButton {
    height: 23px;
    margin-bottom: 2px;
  }
  #bookNow .actionButton:hover .itemTitle {
    color: #000000;
    -webkit-transform: translateX(6px) translateY(0px);
            transform: translateX(6px) translateY(0px);
  }
  #bookNow .itemTitle {
    padding-bottom: 3px;
  }
  #bookNow .subLine {
    height: 2px;
  }
  .actionButton {
    height: 28px;
    width: 75px;
  }
  .actionButton:hover .itemTitle {
    color: #FFF;
    -webkit-transform: translateX(6px) translateY(0px);
            transform: translateX(6px) translateY(0px);
  }
  .itemTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    padding-bottom: 7px;
  }
  #mainLogo {
    position: fixed;
    right: 0px;
    -webkit-transform: scale(0.6) translateY(-10px) translateX(7px);
            transform: scale(0.6) translateY(-10px) translateX(7px);
    top: 0;
    background-color: #fff;
    padding: 5px;
  }
  #mainLogo svg {
    width: 100%;
    height: auto;
  }
  #mainLogo.red {
    -webkit-transform: scale(0.4) translateY(-27px) translateX(50px);
            transform: scale(0.4) translateY(-27px) translateX(50px);
    padding: 0px;
    background-color: inherit;
  }
  #mainLogo.red #logoStars {
    opacity: 0;
  }
  #mainLogo.red #logoSub {
    opacity: 0;
  }
  #fixed.alt {
    background: #FFFFFF;
    border-bottom: 1px solid #002c3f;
  }
  .sectionPay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 90px;
    left: 15px;
    width: calc(100% - 40px);
  }
  .sectionPay span {
    font-size: 35px;
    letter-spacing: 3px;
    margin-left: 10px;
  }
  .sectionPay span:first-child {
    margin-left: 10px;
  }
  .sectionPay span.top_hidden {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  .top_hidden {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
  .sectionTitle h1 {
    font-size: 24px !important;
    letter-spacing: 2px;
  }
  .panel.block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sectionTitleHead {
    height: 50px;
  }
  .sectionTitleHead .sectionTitle {
    top: 40px;
    top: 30px;
    left: 0px;
  }
  .sectionTitleHead .headBack {
    left: -40px !important;
    width: calc(100% + 40px);
  }
  #homeSectionHead {
    height: 50px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #homeSectionHead .headBack {
    left: 0 !important;
    width: calc(100% - 40px);
  }
  #homeDream {
    background: #FCFAF6;
    margin-top: 0 !important;
  }
  #homeDream .sectionTitleHead .sectionTitle {
    left: 40px;
  }
  #homeDream .rightPic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 40px);
    top: 90px;
    padding: 70px 0px 70px 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: -40px;
  }
  #homeDream .rightPic:hover .picMore span {
    -webkit-transform: translateX(43px);
            transform: translateX(43px);
    color: #FFFFFF;
  }
  #homeDream .homePanelText {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
    margin-left: 40px;
    margin-top: 100px;
  }
  #homeDream .picMore {
    bottom: 100px;
    left: 38px;
    width: 60%;
  }
  #homeDream .panel.block {
    margin-top: 60px;
    position: relative;
    padding-bottom: 40px;
  }
  .picMore span {
    font-size: 9px;
    margin-left: -31px;
    margin-bottom: 12px;
  }
  .picMore:hover span {
    -webkit-transform: translateX(43px);
            transform: translateX(43px);
    color: #FFFFFF;
  }
  #homeRooms {
    margin-top: 90px !important;
  }
  #homeRooms .panel {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homeRooms .panel > .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homeRooms .panel > .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .moreBar {
    width: 100%;
    height: 35px;
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  .body_text.bigger p {
    line-height: 32px;
    font-size: 14px;
  }
  .body_text p {
    font-size: 13px;
  }
  .homeRoomText {
    margin-top: 20px;
    margin-left: 0;
    width: calc(100% - 40px);
  }
  #roomRightTop {
    margin-left: 40px;
  }
  #roomSlider {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    top: 0;
  }
  #roomSlider .sectionAction {
    margin-top: 25px;
  }
  #roomSliderMain {
    position: inherit;
    width: auto;
    height: auto;
    width: 100%;
    margin-top: 40px;
  }
  #roomSliderContent {
    position: inherit;
    width: auto;
    height: auto;
  }
  #roomSliderItems {
    padding: 30px 40px 40px 40px;
  }
  .roomSliderTitle h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: inherit;
  }
  .roomSliderGroup {
    margin-left: 0;
    height: 180px;
  }
  .itemSliderControllerContainer {
    height: 90px;
    width: auto;
    margin-bottom: 0;
  }
  #roomSliderController {
    position: absolute;
    width: 40px;
    right: 71px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    height: 90px;
    top: 2px;
    right: 45px;
    left: auto;
    right: 45px;
  }
  #roomSliderController .itemSliderLabels {
    display: none;
  }
  .itemSliderLabels {
    position: absolute;
    top: 84px;
    width: 200px;
    left: -32px;
    height: calc(100% + 94px);
    overflow: hidden;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .itemSliderLabel {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0 !important;
  }
  .itemSliderLabel.active {
    opacity: 1 !important;
  }
  .homeRoomPics {
    width: 100%;
    height: 100vw;
  }
  #roomTitle br {
    display: block;
  }
  #homeDining.sectionBorderTop {
    margin-top: 100px !important;
    overflow: hidden;
  }
  .panel {
    width: 100%;
  }
  .homeDiningText {
    margin-top: 7vw;
    max-width: 380px;
    width: calc(100% - 40px);
    margin-top: 7vw;
    max-width: 380px;
    width: calc(100% - 40px);
  }
  #homeDiningPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px;
  }
  #homeDiningPic .maskContainer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #homeDiningHead {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    left: 60px;
    top: 20px;
    -webkit-transform: none;
            transform: none;
    font-size: 32px;
    background-color: #fff;
    padding: 8px;
  }
  #homeDiningSubHead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
    letter-spacing: 2px;
    left: 40px;
    top: -40px;
  }
  #homeDining .bottom .left {
    padding-left: 40px;
    margin-top: 46px;
  }
  #homeDining .bottom .right {
    position: absolute;
    right: -15px;
    margin-top: -60px;
  }
  #homeDining .sectionAction {
    margin-top: 50px;
    width: calc(100% - 40px);
  }
  #homeMaxiPic {
    margin-right: 0;
    width: 208px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  #homeMaxiPicBack {
    background: #F5ECDC;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .panel.long {
    width: 100%;
    width: calc(100% - 40px);
  }
  #homeWine.sectionBorderTop {
    margin-top: 100px !important;
  }
  #homeWineContent {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    display: block;
  }
  #winePicDecal {
    top: -41vw;
    left: 30px;
    width: 15px;
    height: 202px;
  }
  #homeWinePicContainer {
    margin-right: 0;
    width: 208px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    left: -30px;
    height: auto;
    top: -145px;
  }
  #homeWineTextContainer {
    margin-left: 60px;
    margin-top: 40px;
  }
  #homeWine h1 {
    white-space: normal;
  }
  #homeWine .sectionAction.vertical {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #homeWine .top {
    overflow: hidden;
  }
  .homeWineText {
    width: 660px;
    margin-top: 40px;
    width: 100%;
  }
  #homeSpecials {
    background: #F5ECDE;
    padding: 40px;
    overflow: hidden;
  }
  #homeSpecials .panel {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homeSpecials .panel > .right {
    width: 100%;
  }
  #homeSpecials .panel > .right .top {
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 40px;
  }
  #homeSpecials .panel > .right .bottom {
    margin-left: 0;
    width: 100%;
  }
  #homeSpecials .panel > .right .bottom .left {
    width: 100%;
    margin-top: 30px;
  }
  #homeSpecials .panel > .left {
    margin-top: 60px;
    width: 100%;
  }
  .specialTitle {
    font-size: 27px;
    margin-top: 20px;
  }
  .sectionAction {
    margin-top: 40px;
  }
  #homeSpa {
    margin-top: 185px !important;
  }
  #homeSpa .headBack {
    opacity: 0.8;
    width: 50%;
    top: 0;
  }
  #homeSpa .sectionTitle {
    position: relative;
    top: -74px;
    left: 40px;
    width: calc(100% - 80px);
  }
  #homeSpa .sectionTitle h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 26px !important;
    letter-spacing: 3px;
    white-space: normal;
  }
  #homeSpa .panel {
    width: calc(100% - 40px);
    overflow: hidden;
  }
  #spaSectionHead {
    left: 0;
    height: 30px;
    top: -15px;
    width: 100%;
  }
  #homeSpaTexture {
    left: 0;
    -webkit-animation: animSpa 50s linear infinite;
            animation: animSpa 50s linear infinite;
  }
  .panel.borders {
    width: calc(100% - 80px);
  }
  #homeMagazine {
    margin-top: 100px !important;
  }
  #homeMagazine .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homeMagazine .panel .left {
    width: 100%;
    margin-top: 105px;
    max-width: none;
    height: 250px;
  }
  #homeMagazine .panel .right {
    width: 100%;
    padding: 0;
  }
  #homeMagazine .panel .top {
    position: absolute;
    top: 0;
    left: 40px;
  }
  #homeMagazine .midPanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .subTitle h2 {
    font-size: 17px;
  }
  .articleTitle {
    font-size: 27px;
    margin-top: 20px;
  }
  #homeFeed {
    margin-top: 100px !important;
  }
  #homeFeed .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homeFeed .left {
    width: 100%;
    width: calc(100% + 20px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  #homeFeed .right {
    width: 100%;
  }
  #footerPanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  #footerPanel .center {
    width: 100%;
    background: #FCFAF6;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #footerPanel .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: auto;
    padding: 40px;
    background: #FCFAF6;
    margin-top: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footerPanel .right {
    width: calc(100% - 80px);
    margin: auto;
    display: block;
  }
  #footerPanel .right .body_text p {
    font-size: 13px;
    text-align: left;
  }
  #footerPanel .body_text {
    margin-top: 20px;
  }
  #footerPanel .body_text p {
    font-size: 12px;
    text-align: left;
  }
  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .formTitle {
    font-size: 26px !important;
    letter-spacing: 3px;
    line-height: inherit;
  }
  .sendButton {
    width: 100%;
    height: auto;
    margin-top: 80px;
    width: 100%;
    height: 40px;
    margin-top: 80px;
  }
  footer {
    margin-top: 35px;
  }
  p.privacy_more {
    font-size: 12px;
    margin-top: 40px;
    line-height: 15px;
  }
  .safeH {
    position: absolute;
    right: 15px;
    width: 130px;
    top: 15px;
  }
  .safeSpacer {
    display: none;
  }
  #footerEnd {
    height: auto;
    padding: 20px 0;
  }
  #footerEnd .right {
    display: none;
  }
  #footerEnd .left {
    display: none;
  }
  #footerEnd .center {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footerEnd .body_text p {
    font-size: 10px;
    line-height: 20px;
  }
  .formContainer {
    width: 100%;
  }
  nav {
    padding: 0;
    z-index: 2;
  }
  #menuPanel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menuPanel .center {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    min-height: 400px;
    padding: 20px;
    height: 75%;
    padding-top: 40px;
  }
  #menuPanel .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 20px;
    height: 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #menuPanel .left .topSection {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menuPanel .left .bottomSection {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menuPanel .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .menuMacro span {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -2.5px;
  }
  .subMenuItem a {
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 0.5px;
  }
  .subMenu {
    left: 60%;
    top: 18px;
  }
  .menuItem:last-child .subMenu {
    top: -12px;
  }
  .menuItem.secondLast .subMenu {
    top: -71px;
  }
  #navClose {
    left: auto;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .menuButton {
    margin-top: 0px;
    overflow: hidden;
    width: 28%;
  }
  .menuButton span.top_hidden {
    -webkit-transform: translateY(calc(102% + 3px));
            transform: translateY(calc(102% + 3px));
  }
  .closeLine._1 {
    top: 20px;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 10px;
  }
  .closeLine._2 {
    height: 20px;
    width: 1px;
    left: 20px;
    position: absolute;
    top: 10px;
  }
  .close {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  #bookClose {
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: all;
  }
  #bookPanel {
    height: 100%;
    width: 95vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    padding-top: 10px !important;
  }
  #bookPanel .itemTitle {
    padding-bottom: 5px;
  }
  .benefits {
    margin-top: 15px;
  }
  .benefits img {
    margin-top: 1px;
  }
  .benefits div {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .benefits span {
    margin-left: 10px;
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .bookItem .background {
    bottom: 21px;
    width: 75px;
    height: 30px;
  }
  #checkIn.active .itemTitle {
    color: #FFFFFF;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  #checkOut.active .itemTitle {
    color: #FFFFFF;
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  #bookLeft {
    width: 100%;
  }
  #bookLeft .itemTitle {
    font-size: 17px;
    font-weight: 500;
  }
  #bookLeft .subLine {
    display: none;
  }
  #bookRight {
    width: 100%;
    height: 100%;
  }
  #bookFront {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 375px;
  }
  #bookFront .gldp-flatwhite {
    top: 0 !important;
    left: 0 !important;
    height: 250px !important;
    z-index: 2;
    width: 300px !important;
    bottom: auto;
  }
  #bookFront input {
    padding-top: 5px;
  }
  #bookFront input:focus {
    outline: none !important;
  }
  #bookFrontTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
  #bookFrontLeft {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 960px) and (max-width: 768px) {
  #bookFrontLeft .bookItem {
    width: 100%;
  }
  #bookFrontLeft .subLine {
    width: 100%;
  }
}

@media all and (max-width: 960px) {
  #bookFrontRight {
    margin-top: 30px;
    width: 230px;
  }
  #bookLeftContent span._1 {
    margin-top: 0px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
  }
  #bookLeftContent ._2 {
    font-size: 11px;
    line-height: 16px;
  }
  #checkIn input {
    font-size: 11px;
  }
  #checkOut {
    margin-top: 30px;
  }
  #checkOut input {
    font-size: 11px;
  }
  #bookPanel.hidden {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  #bookNowA {
    height: 45px;
  }
  #bookFrontBottom {
    margin-top: 0px;
  }
  .centeredContainer {
    width: 100%;
    margin: auto;
  }
  .centeredContainer .sectionTitleHead {
    width: 100%;
  }
  .sectionBorderTop {
    margin-top: 60px !important;
  }
  .underTitleText {
    margin-top: 105px;
    margin-left: 0;
    width: 100%;
  }
  .borderTop {
    margin-top: 40px !important;
  }
  .topSectionText.two_col {
    max-width: 880px;
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 85px;
            column-gap: 85px;
  }
  .panelSection.breaking {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-top: 60px;
  }
  .panelSection.breaking img {
    width: 160%;
    margin-left: -30%;
  }
  .panel.pic {
    margin-top: 50px;
  }
  .bigTitle .main {
    font-size: 32px;
    line-height: 38px;
  }
  .panelSection {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .panelSection .left {
    width: 100%;
  }
  .panelSection .right {
    width: 100%;
    margin-top: 20px;
  }
  #sweetSalt .bigTitle {
    line-height: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -15px;
  }
  #sweetSalt .panelSection:nth-child(3) {
    margin-top: 40px;
  }
  #sweetSalt .panelSection:nth-child(2) {
    margin-top: 20px;
  }
  .panelSection.pic {
    margin-top: 20px;
  }
  .panelSection.pic img {
    width: 161.825%;
    margin-left: -25%;
  }
  .centerSectionText {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .centerSectionText p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
  .half.right.empty {
    display: none;
  }
  .blockPic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blockPic .left {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .blockPic .right {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .panelSection.breaking.noMarginTop {
    margin-top: 0 !important;
  }
  .panelBack {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
  .panelGallery {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: -30px;
  }
  .gallery_controller {
    position: absolute;
    bottom: 11px;
    right: 17px !important;
    width: 20px;
    top: auto;
  }
  .gallery_controller .button_left {
    width: 31px !important;
    height: 31px !important;
    margin-top: 19px;
  }
  .gallery_controller .button_right {
    width: 31px !important;
    height: 31px !important;
    margin-top: 10px;
  }
  .gallery_controller .circleShape + .arrowShape {
    position: absolute;
    top: 12px !important;
    left: 10px !important;
  }
  .gallery_controller .downArrow .circleShape + .arrowShape {
    top: 13px;
    left: 10px;
  }
  .gallery_track {
    width: 100%;
    height: 40vw;
    padding: 20px 0;
  }
  .galleryLine {
    margin-left: 10px;
  }
  .galleryHandle {
    position: absolute;
    top: 10px;
    left: 7px;
  }
  .number {
    opacity: 0;
  }
  .greyText {
    margin-top: 15px;
    z-index: 0;
    margin-left: -40px;
    width: calc(100% + 80px);
    padding-bottom: 0;
  }
  .greyText .centeredContainer {
    margin-top: 0;
    width: calc(100% - 80px);
    padding: 40px;
  }
  .michelinText {
    margin-top: 15px;
    position: relative;
    max-width: 1460px;
    margin-bottom: 0px;
    margin-left: 0;
  }
  .michelinText + .centerSectionText {
    margin-top: 60px;
  }
  .michelinDate {
    left: 202px;
    bottom: 4px;
    font-size: 20px;
    bottom: -24px;
    font-size: 20px;
    line-height: 30px;
    left: auto;
    right: 23px;
  }
  .sectionBorderDouble {
    margin-top: 110px;
  }
  .michelin {
    font-size: 35px !important;
    letter-spacing: 0px;
  }
  .howBar {
    margin-top: 20px;
  }
  .howToBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .howToBlock .body_text.limit {
    margin-top: 0px;
  }
  .howToBlock h3 {
    font-size: 16px;
  }
  .bigTitle.v2 {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
  .bigTitle.v2 .sub {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2vw;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .bigTitle.v2 .main {
    line-height: inherit !important;
    margin-left: 0 !important;
  }
  #water .bigTitle.v2 {
    margin-top: 40px !important;
  }
  #water .bigTitle.v3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -15px;
  }
  #water .bigTitle.v3 .main {
    margin-left: 0;
  }
  #water .bigTitle.v3 .sub {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2vw;
    top: 44px;
    left: 133px;
  }
  #water .mask_container {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  #water .mask_container img {
    -webkit-transform: translate3d(0px, -3.44224px, 0px);
            transform: translate3d(0px, -3.44224px, 0px);
    width: 200%;
    margin-left: -60%;
  }
  #aquaPool {
    margin-top: 100px;
  }
  #aquaPool .mask_container {
    margin-left: -40px;
  }
  .textRibbon {
    width: 15px;
    left: 0;
  }
  .textRibbon + .body_text {
    margin-left: 35px;
  }
  .titleRibbon {
    top: 7px;
    left: -40px;
    width: 54px;
    height: 15px;
  }
  .aquarium .body_text {
    margin-left: 35px;
  }
  .panelBack.mild {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
  .flowPic {
    left: 17px !important;
    padding: 18px;
    margin-top: 40px;
  }
  .aquarium.left > .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -40px;
    margin-top: -120px;
  }
  .aquarium.left > .right {
    margin-top: 0;
  }
  .aquarium.right {
    margin-top: 60px;
    position: relative;
  }
  .aquarium.right .body_text {
    margin-left: 35px;
  }
  .aquarium.right > .right {
    position: static;
    margin-bottom: 20px;
  }
  .aquarium.right > .right img {
    margin-left: -40px;
    margin-top: -120px;
  }
  .aquarium.right .titleRibbon {
    top: 7px;
    left: -40px;
  }
  #wellness.index .michelinDate {
    left: 163px;
    bottom: -18px;
    white-space: nowrap;
  }
  #aquaBlocks {
    width: 100%;
    margin-top: 0px;
  }
  #aquaBlocks .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  #aquaBlocks .block .body_text h2 {
    position: relative;
    top: 0;
  }
  #aquaBlocks .block .body_text p {
    margin-top: 20px;
  }
  #aquaBlocks .block:first-child {
    margin-top: 0;
  }
  #aquaBlocks .block .right {
    width: 100%;
  }
  #aquaBlocks .block .left {
    width: 100%;
  }
  #aquaBlocks .titleRibbon {
    top: 7px;
    top: 7px;
    width: 60px;
    left: calc(100% - 40px);
  }
  #scrollHandle {
    height: 70px;
  }
  #scrollDown {
    height: 138px;
  }
  .topSectionText br + br + br {
    display: none;
  }
  #rooms .mask_container.pic {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  #rooms .mask_container.pic img {
    width: 150%;
    margin-left: -25%;
  }
  #services {
    margin-top: 40px;
  }
  #services .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 40px;
  }
  #services .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .servicesBack {
    top: 0;
  }
  #servicesContainer {
    width: 100%;
    padding: 0 40px;
  }
  .service {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 6px 0;
  }
  #servicesPic img {
    width: 100%;
    margin-left: 0px;
  }
  .panelServices {
    padding-bottom: 0px;
  }
  .panel.small {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .inlineForm.room .left {
    min-width: 0;
  }
  .inlineForm.room .body_text {
    margin-top: 20px !important;
  }
  .formItem {
    margin-left: 0;
  }
  .formRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .formField {
    width: 100% !important;
  }
  .formField + .formField {
    margin-top: 30px;
  }
  .formField label {
    font-size: 12px;
    width: 80px !important;
  }
  .formField input {
    top: -2px;
  }
  .formField input:focus {
    outline: none;
  }
  .formField.half.room_arrival {
    width: 100%;
  }
  .formField.half.room_departure {
    width: 100%;
  }
  .sendButtonButton:hover .itemTitle {
    color: #FFF;
    -webkit-transform: translateX(-20px) translateY(0px);
            transform: translateX(-20px) translateY(0px);
  }
  #otherSlider .right {
    width: 100vw;
    height: 100vw;
  }
  #otherSlider .left {
    width: 100%;
  }
  #otherSlider .more {
    min-height: 28px;
    margin-top: 11px;
    position: relative;
    top: 3px;
  }
  .otherSliderGallery {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
  .more:hover .itemTitle {
    color: #FFF;
    -webkit-transform: translateX(-8px) translateY(2px) !important;
            transform: translateX(-8px) translateY(2px) !important;
  }
  .menuButton.actionButton:hover .itemTitle {
    color: #023747;
    -webkit-transform: translateX(calc((26.1vw - 100%) / 2)) translateY(0px);
            transform: translateX(calc((26.1vw - 100%) / 2)) translateY(0px);
  }
  .menuButton.actionButton.active .itemTitle {
    color: #023747;
    -webkit-transform: translateX(calc((26.1vw - 100%) / 2)) translateY(0px);
            transform: translateX(calc((26.1vw - 100%) / 2)) translateY(0px);
  }
  .actionButton.reserve {
    width: 113px;
  }
  .actionButton.reserve:hover .itemTitle {
    -webkit-transform: translateX(6px) translateY(0px);
            transform: translateX(6px) translateY(0px);
  }
  .more.white:hover .itemTitle {
    color: #023747;
    -webkit-transform: translateX(-8px) translateY(2px);
            transform: translateX(-8px) translateY(2px);
  }
  #otherSliderController {
    position: absolute;
    width: 40px;
    right: 71px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    height: 90px;
    top: calc(100vw + 12px);
    right: 0;
    left: 62px;
  }
  #otherSliderController circle {
    stroke: #FFFFFF;
  }
  #otherSliderController .upArrow:after {
    background: #FFFFFF;
  }
  #otherSliderController .upArrow .arrowShape:before {
    background: #FFFFFF;
  }
  #otherSliderController .upArrow .arrowShape:after {
    background: #FFFFFF;
  }
  #otherSliderController .upArrow:hover .arrowShape:after {
    background: #023747;
  }
  #otherSliderController .upArrow:hover .arrowShape:before {
    background: #023747;
  }
  #otherSliderController .downArrow:after {
    background: #FFFFFF;
  }
  #otherSliderController .downArrow .arrowShape:before {
    background: #FFFFFF;
  }
  #otherSliderController .downArrow .arrowShape:after {
    background: #FFFFFF;
  }
  #otherSliderController .downArrow:hover .arrowShape:after {
    background: #023747;
  }
  #otherSliderController .downArrow:hover .arrowShape:before {
    background: #023747;
  }
  html[lang=en] #water .bigTitle.v3 .sub {
    left: 146px;
  }
  .redTitleLetters {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 43px;
    margin-left: 40px;
  }
  .redTitleBar {
    height: 30px;
  }
  .otherSliderTitle .red {
    text-indent: 0;
  }
  #ctaContainer {
    width: calc(100% - 40px);
  }
  #ctaPic {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 50% !important;
  }
  #ctaLayer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    width: 100%;
  }
  #ctaTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    top: 160px;
    font-size: 40px;
    width: auto;
    right: 40px;
  }
  #ctaBlock {
    height: 100%;
    margin-left: -40px;
    width: 200px;
  }
  #ctaText {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 140px;
    margin-left: 30px;
    width: calc(100% - 60px);
    white-space: normal;
  }
  #ctaTextContainer {
    position: relative;
    height: 40px;
    margin-bottom: 0;
    margin-top: -20px;
  }
  #frontdesk .left {
    width: 100%;
  }
  #frontdesk .limit {
    max-width: none;
    width: 100%;
    padding-right: 0px;
  }
  #frontdesk .right {
    width: 100%;
  }
  #frontdesk .sectionAction {
    bottom: 0;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 0;
  }
  #hotel.facilities section:nth-child(4) .panel:first-child {
    display: none;
  }
  #hotel.facilities section:nth-child(5) .panelSection:nth-child(4) {
    margin-top: 100px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .quoteContainer {
    margin-top: 20px;
  }
  .quote {
    margin-right: 0;
    width: 67%;
    margin: auto;
    margin-right: 0;
    width: 100%;
  }
  .quote p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: left;
  }
  .profileTitle {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leftQuot {
    top: 23px;
    left: -40px;
    font-size: 60px;
  }
  .rightQuot {
    bottom: -9px;
    right: auto;
    font-size: 60px;
  }
  .name {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .role {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .shuttle {
    margin-top: 0px;
  }
  .shuttle .rightPic {
    width: calc(100% - 40px);
    top: 0;
    padding: 70px 0px 70px 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .shuttle .facilitiesText {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    order: 1;
    max-width: none;
    margin-left: 40px;
    margin-top: 60px;
    width: calc(100% - 80px);
  }
  .shuttle .blockTitle._1 {
    top: -18px;
  }
  .shuttle .blockTitle._2 {
    left: 70px;
    bottom: -23px;
  }
  .blockTitle .block._1 {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
  .blockTitle .block._2 {
    font-size: 38px;
    line-height: 29px;
  }
  .sectionAction.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .sectionAction.vertical .more {
    margin-top: 0 !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .redTitle.left .redTitleBar {
    margin-left: 0;
    margin-top: 0;
  }
  .redTitle.left .redSub {
    line-height: inherit;
    top: -12px;
    font-size: 25px;
    letter-spacing: 0.5px;
    left: 132px;
  }
  .redTitle.left .redTitleLetters {
    font-size: 38px;
    line-height: 29px;
    letter-spacing: -4px;
    margin-top: 4px;
  }
  #outdoorCta {
    margin-top: -6px;
    margin-bottom: 100px;
  }
  #outdoorCta .sub {
    left: 0;
    position: absolute;
    top: 11px;
  }
  #outdoorCta .picMore {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 31px);
    left: 31px;
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
  #outdoorCta .bigTitle.v2 .main {
    margin-left: 95px !important;
  }
  .lang {
    font-size: 9px;
    padding: 5px;
    position: relative;
    top: -5px;
    left: -5px;
  }
  .lang:last-child {
    left: 5px;
  }
  .lang span.top_hidden {
    -webkit-transform: translateY(calc(102% + 3px));
            transform: translateY(calc(102% + 3px));
    transform: translateY(calc(102% + 3px));
  }
  #langContainer {
    width: 28%;
    right: 0;
  }
  .photogalleryContainer {
    margin-top: 0px;
    height: 100%;
  }
  .galleryBar {
    width: 100%;
    left: 0;
    height: 40px;
    bottom: 0;
    padding: 0 13px;
  }
  .galleryBar div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #photogallery .gallery_track {
    height: calc(100% - 230px);
    margin-top: 40px;
  }
  #photogallery .gallery_advice {
    position: absolute;
    bottom: 68px;
    width: 100%;
    left: 0;
    color: #FFFFFF;
    -webkit-transform: none;
            transform: none;
    font-size: 12px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 1px 1px 1px #333333;
    transform: none !important;
  }
  #galleryView {
    padding-bottom: 0;
  }
  .mobile_only {
    display: block;
  }
  .gallery_advice {
    position: relative;
    bottom: 0;
    color: #333333;
    text-shadow: none;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 15px;
    text-align: center;
  }
  .inlineForm .left {
    display: block;
  }
  .inlineForm .gldp-flatwhite {
    width: 350px !important;
  }
  .actionButton.sendButton:hover .itemTitle {
    color: #FFF;
    -webkit-transform: translateX(-20px) translateY(0px) !important;
            transform: translateX(-20px) translateY(0px) !important;
  }
  .rlmContainer {
    display: none;
  }
  .panel.download {
    margin-left: 90px;
    width: calc(100% - 90px);
  }
  .download .left {
    margin-left: -90px;
  }
  .download .right {
    margin-top: 10px;
  }
  .download .picMore {
    left: -51px;
    width: calc(100% + 21px);
  }
  .downloadTitle {
    font-size: 40px;
  }
  #dining .inlineForm .left {
    display: none;
  }
  .form .panel.long {
    width: 100%;
    padding: 0 40px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #scent {
    margin-top: 40px;
  }
  #dining.nerea section.form {
    margin-top: 40px;
  }
  #dining.nerea #ctaPic {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 100% !important;
  }
  #dining.bar #ctaPic {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 100% !important;
  }
  #wellness.fitness #ctaPic {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 100% !important;
  }
  #pool #ctaPic {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 34% !important;
  }
  #pool #sweetSalt .panelSection:nth-child(6) {
    overflow: hidden;
  }
  #pool video {
    width: 250%;
    margin-left: -115%;
  }
  #pool .topImg img {
    margin-left: -135% !important;
  }
  .bigTitle.v3 .main {
    margin-left: 0;
  }
  .bigTitle.v3 .sub {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
  #thewine {
    margin-top: 40px !important;
  }
  #dining.winecellar .bigTitle.v3 .sub {
    top: 34px;
    left: 50px;
  }
  #acquaBlocks .block p {
    margin-top: 20px;
  }
  #dining.breakfast .panelSection:last-child .centeredContainer p {
    text-align: center;
  }
  .faqBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faqBlock .right {
    padding-top: 0;
  }
  h2 + .panelSection {
    margin-top: 0px !important;
  }
  .panelSection.offer {
    margin-top: 60px;
    overflow: hidden;
  }
  .panelSection.offer > .left {
    width: 100%;
    padding: 0;
  }
  .panelSection.offer > .right {
    width: 100%;
    padding: 0;
  }
  .offer .textRibbon {
    left: 20px;
    height: 100px;
  }
  .offer a.actionButton {
    margin-top: 30px;
  }
  .offerTitle {
    left: 50px;
    font-size: 30px;
    top: 2px;
  }
  .offerPic {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }
  .availability + .body_text {
    margin-top: 30px;
  }
  #dining.index .greyText {
    margin-top: 50px;
  }
  #dining.index .panelBack {
    height: calc(100% + 70px);
  }
  .greyBack {
    width: 100%;
  }
  #hotel.position .greyText {
    margin-top: 50px;
  }
  #hotel.position .panelBack {
    height: calc(100% + 70px);
  }
  @-webkit-keyframes scrollDownLoop {
    0% {
      -webkit-transform: scale(1, 1) translateY(-70x);
              transform: scale(1, 1) translateY(-70x);
    }
    75% {
      -webkit-transform: scale(1, 1) translateY(140px);
              transform: scale(1, 1) translateY(140px);
    }
    100% {
      -webkit-transform: scale(1, 1) translateY(140px);
              transform: scale(1, 1) translateY(140px);
    }
  }
  @keyframes scrollDownLoop {
    0% {
      -webkit-transform: scale(1, 1) translateY(-70x);
              transform: scale(1, 1) translateY(-70x);
    }
    75% {
      -webkit-transform: scale(1, 1) translateY(140px);
              transform: scale(1, 1) translateY(140px);
    }
    100% {
      -webkit-transform: scale(1, 1) translateY(140px);
              transform: scale(1, 1) translateY(140px);
    }
  }
}

@media all and (max-width: 960px) and (max-width: 960px) and (orientation: landscape) {
  .gallery_track {
    height: calc(100% - 130px);
    margin-top: 0px;
  }
  .gallery_controller {
    top: 45px;
  }
  .gallery_advice {
    opacity: 0;
  }
}

@media all and (max-width: 960px) and (max-width: 400px) {
  .sectionTitleHead .headBack {
    left: -20px !important;
    width: calc(100% + 20px);
  }
  #homeDream .sectionTitleHead .sectionTitle {
    left: 20px;
  }
  #homeDream .homePanelText {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #homeDream .rightPic {
    width: calc(100% - 20px);
  }
  #homeDream .sectionTitle h1 {
    letter-spacing: 1px;
  }
  #homeSpecials {
    padding: 40px 20px;
  }
  #homeSpecials .panel > .right .top {
    left: 20px;
  }
  #homeSpa .sectionTitle {
    left: 20px;
  }
  #homeSpa .panel {
    width: calc(100% - 20px);
  }
  #homeMagazine .panel .top {
    left: 20px;
  }
  #homeDiningSubHead {
    left: 20px;
  }
  .shuttle .facilitiesText {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .shuttle .rightPic {
    width: calc(100% - 20px);
  }
  .homeRoomText {
    width: calc(100% - 20px);
  }
  .homeDiningText {
    width: calc(100% - 20px);
  }
  #homeDining .sectionAction {
    width: calc(100% - 20px);
  }
  #homeDining .bottom .left {
    padding-left: 20px;
  }
  .panel.long {
    width: calc(100% - 20px);
  }
  .panel.borders {
    width: calc(100% - 40px);
  }
  .panelGallery {
    width: calc(100% - 40px);
  }
  #roomRightTop {
    margin-left: 20px;
  }
  #roomSliderItems {
    padding: 30px 20px 40px 20px;
  }
  #homeDiningPic {
    padding-left: 20px;
  }
  .sectionPay {
    left: 10px;
  }
  #rooms .mask_container.pic {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .greyText {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .panelSection.breaking {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .redTitleLetters {
    margin-left: 20px;
  }
  .otherSliderGallery {
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    margin-top: -20px;
  }
  #otherSliderController {
    left: 42px;
  }
  #ctaContainer {
    width: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .panel.small {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .download .left {
    margin-left: -112px;
  }
  #homeTop .sectionPay span {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-left: 10px;
  }
  #footerPanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  #footerPanel .center {
    padding: 40px 20px;
  }
  #footerPanel .right {
    width: calc(100% - 40px);
  }
  #footerPanel .left {
    padding: 40px 20px;
  }
  .panel.download {
    margin-left: 90px;
    width: calc(100% - 90px);
  }
  #water .mask_container {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .itemSliderLabels {
    left: -30px;
  }
  #scrollDown {
    height: 122px;
  }
}

@media all and (max-width: 960px) and (max-width: 374px) {
  .menuButton {
    width: 31%;
  }
}

.fil1 {
  -webkit-animation: draw 2500ms ease-in-out;
          animation: draw 2500ms ease-in-out;
  stroke: #023747;
}

@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 4;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 4;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

@keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 4;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 4;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

#homeFeed {
  display: none;
}

.width108 {
  width: 108% !important;
}

.flextop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .flextop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 128px;
  }
}

.flextop .location, .flextop .hotel {
  width: 50%;
}

@media (max-width: 768px) {
  .flextop .location, .flextop .hotel {
    width: 100%;
    margin-top: 15px;
  }
}

.flextop .location .subLine, .flextop .hotel .subLine {
  width: 92%;
}

@media (max-width: 768px) {
  .flextop .location .subLine, .flextop .hotel .subLine {
    display: none;
  }
}

.flextop .location input, .flextop .hotel input {
  width: 90%;
  border: 1px solid #999999 !important;
  padding-top: 0px !important;
  height: 30px;
}

@media (max-width: 768px) {
  .flextop .location input, .flextop .hotel input {
    padding-left: 10px;
  }
}

#book_now {
  width: 120px;
}

.str1 {
  stroke: #023747;
  stroke-width: 70.56;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.str2 {
  stroke: #023747;
  stroke-width: 70.56;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.str0 {
  stroke: #023747;
  stroke-width: 70.56;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.fil0 {
  fill: none;
  fill-rule: nonzero;
}

.fil1 {
  fill: #023747;
  fill-rule: nonzero;
}

.underTitleText h4 {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */