@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #4D5B67;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #4D5B67;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #4D5B67;
  border-bottom: 2px solid #4D5B67;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #F7BC19;
  border-left-color: #F7BC19;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #F7BC19;
  border-right-color: #F7BC19;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #3E4652;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #3E4652;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #F7BC19;
  color: #4D5B67;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #4D5B67;
  color: #fff;
}

.ui-datepicker-trigger {
  width: 18px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin: -9px 0 0 0;
  right: 20px;
  background: none;
  text-indent: unset;
}
.ui-datepicker-trigger svg {
  width: 18px;
  height: 20px;
  pointer-events: none;
  fill: #fff;
  transition: 350ms ease-in-out;
}
.ui-datepicker-trigger:hover svg {
  fill: #F7BC19;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

.welcome-content {
  width: 100%;
  position: relative;
  padding: 155px 0 70px;
  background-color: #4D5B67;
  text-align: center;
  overflow: hidden;
}
.welcome-content:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  width: 54px;
  height: 52px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .welcome-content {
    padding: 80px 0 50px;
  }
  .welcome-content:after {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content {
    padding: 80px 0 30px;
  }
  .welcome-content:after {
    top: 20px;
  }
}
.welcome-content .center-column {
  max-width: 800px;
  padding: 0 20px;
  z-index: 1;
}
.welcome-content p {
  color: #fff;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .welcome-content p {
    font-size: 14px;
  }
}

.alternating-blocks {
  position: relative;
  padding: 120px 0 120px;
  background-color: #F6F7F7;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks {
    padding: 30px 0 30px;
  }
}
.alternating-blocks .alternate-block-item {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks .alternate-block-item {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item {
    padding-bottom: 20px;
  }
}
.alternating-blocks .alternate-block-item:last-child {
  padding-bottom: 0;
}
.alternating-blocks .alternate-block-item .alternate-item-wrapper {
  position: relative;
  min-height: 665px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-item-wrapper {
    min-height: 0;
  }
}
.alternating-blocks .alternate-block-item .alternate-item-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.alternating-blocks .alternate-block-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(49% - 10px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4D5B67;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .thumbnail {
    width: 100%;
    height: 60vw;
    position: relative;
  }
}
.alternating-blocks .alternate-block-item .alternate-content {
  float: right;
  width: 52%;
  padding: 5vw;
  margin: 6vw 0;
  text-align: left;
  position: relative;
  background: transparent;
  border-radius: 4px;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    margin: 0 0 80px;
    padding: 0 40px 70px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    margin: 6vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    float: none;
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.alternating-blocks .alternate-block-item .alternate-content .caption {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content .caption {
    text-align: center;
    margin-bottom: 15px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content .main-text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content .main-text {
    margin-bottom: 15px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content nav {
  padding-top: 10px;
  font-size: 0;
}
.alternating-blocks .alternate-block-item .alternate-content nav .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content nav {
    padding-top: 0;
    text-align: center;
  }
  .alternating-blocks .alternate-block-item .alternate-content nav .button {
    padding: 0 20px;
  }
}
.alternating-blocks .alternate-block-item.right .thumbnail {
  left: auto;
  right: 0;
}
.alternating-blocks .alternate-block-item.right .alternate-content {
  float: left;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .alternating-blocks .alternate-block-item.right .alternate-content {
    margin: 0 0 80px;
    padding: 0 60px 70px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item.right .alternate-content {
    text-align: center;
    float: none;
  }
}

.home-alternating-blocks {
  position: relative;
  padding: 60px 0 60px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-alternating-blocks {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks {
    padding: 0 0 30px;
  }
}
.home-alternating-blocks .home-alternate-block-item {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-alternating-blocks .home-alternate-block-item {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item {
    padding-bottom: 20px;
  }
}
.home-alternating-blocks .home-alternate-block-item:last-child {
  padding-bottom: 0;
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-item-wrapper {
  position: relative;
  min-height: 665px;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-item-wrapper {
    min-height: 0;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-item-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.home-alternating-blocks .home-alternate-block-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(52% - 5px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4D5B67;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .thumbnail {
    width: 100%;
    height: 60vw;
    position: relative;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content {
  float: right;
  width: calc(49% - 6px);
  padding: 5vw;
  margin: 6vw 0;
  text-align: left;
  position: relative;
  background: transparent;
  border-radius: 4px;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content {
    margin: 80px 0;
    padding: 40px 40px 70px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content {
    margin: 6vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content {
    float: none;
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content .caption {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content .caption {
    text-align: center;
    margin-bottom: 15px;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content h3 {
  margin-bottom: 25px;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content .main-text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content .main-text {
    margin-bottom: 15px;
  }
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content nav {
  padding-top: 10px;
  font-size: 0;
}
.home-alternating-blocks .home-alternate-block-item .home-alternate-content nav .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content nav {
    padding-top: 0;
    text-align: center;
  }
  .home-alternating-blocks .home-alternate-block-item .home-alternate-content nav .button {
    padding: 0 20px;
  }
}
.home-alternating-blocks .home-alternate-block-item.right .thumbnail {
  left: auto;
  right: 0;
}
.home-alternating-blocks .home-alternate-block-item.right .home-alternate-content {
  float: left;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .home-alternating-blocks .home-alternate-block-item.right .home-alternate-content {
    margin: 80px 0;
    padding: 40px 60px 70px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-alternating-blocks .home-alternate-block-item.right .home-alternate-content {
    text-align: center;
    float: none;
  }
}

.time-slider {
  padding: 115px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .time-slider {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider {
    padding: 30px 0 0 0;
  }
}
.time-slider .slideshow {
  position: relative;
  overflow: hidden;
}
.time-slider .slideshow .slideshow-button {
  border-color: #fff;
}
.time-slider .slideshow .slideshow-button:hover {
  border-color: #4D5B67;
}
@media only screen and (max-width: 767px) {
  .time-slider .slideshow .slideshow-button {
    display: block;
  }
}
.time-slider .slide {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 640px;
}
@media only screen and (max-width: 1023px) {
  .time-slider .slide {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.time-slider .slide .thumb {
  background-color: #4D5B67;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 76%;
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .thumb {
    padding-bottom: 71%;
  }
  .time-slider .slide .thumb:after {
    height: 70%;
  }
}
.time-slider .slide .slide-content {
  position: relative;
  line-height: 1;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 0;
  padding: 20px 20px;
  vertical-align: middle;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .slide-content {
    margin: 0;
    display: block;
    padding: 15px 10px;
    text-align: center;
  }
}
.time-slider .slide .slide-content .time-title,
.time-slider .slide .slide-content .time-content {
  color: #4D5B67;
  display: inline-block;
  font: normal 24px/1 "Knockout";
  letter-spacing: 1.9px;
  font-size: 4vw;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .time-slider .slide .slide-content .time-title,
.time-slider .slide .slide-content .time-content {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .time-slider .slide .slide-content .time-title,
.time-slider .slide .slide-content .time-content {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .slide-content .time-title,
.time-slider .slide .slide-content .time-content {
    line-height: 1.2;
    display: block;
  }
}
.time-slider .slide .slide-content .time-title {
  font: 700 48px/1 "Knockout";
  font-size: 4vw;
  border-right: 2px solid #F7BC19;
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 600px) {
  .time-slider .slide .slide-content .time-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .time-slider .slide .slide-content .time-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider .slide .slide-content .time-title {
    padding-right: 0;
    margin-right: 0;
    border: none;
    line-height: 1.4;
  }
}
.time-slider .slide.swiper-slide:not(.swiper-slide-active) {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .time-slider .slide.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7;
  }
  .time-slider .slide.swiper-slide:not(.swiper-slide-active) .thumb:after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .time-slider .slide.swiper-slide:not(.swiper-slide-active) .slide-content {
    opacity: 0;
  }
}
.time-slider .button {
  margin: 20px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .time-slider .button {
    margin: 10px auto 0;
  }
}

.image-slider {
  padding: 120px 0 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-slider {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-slider {
    padding: 30px 0 30px 0;
  }
}
.image-slider .slideshow {
  position: relative;
  overflow: hidden;
}
.image-slider .slideshow .slideshow-button {
  border-color: #fff;
}
.image-slider .slideshow .slideshow-button:hover {
  border-color: #4D5B67;
}
@media only screen and (max-width: 767px) {
  .image-slider .slideshow .slideshow-button {
    display: block;
  }
}
.image-slider .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 575px;
}
@media only screen and (max-width: 767px) {
  .image-slider .slide {
    height: 0;
    padding-bottom: 71%;
  }
}
.image-slider .slide .thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4D5B67;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.image-slider .slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-slider .title-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 0;
  vertical-align: top;
  margin-top: 15px;
  z-index: 1;
}
.image-slider .title-wrapper .center-column {
  padding: 0 60px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-slider .title-wrapper .center-column {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .image-slider .title-wrapper {
    display: block;
    text-align: center;
  }
  .image-slider .title-wrapper .center-column {
    padding: 0 10px;
  }
}
.image-slider .title-wrapper .title {
  color: #4D5B67;
  display: inline-block;
  font: normal 24px/1 "Knockout";
  letter-spacing: 1.9px;
  margin-right: 40px;
  font-size: 4vw;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .image-slider .title-wrapper .title {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .image-slider .title-wrapper .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .image-slider .title-wrapper .title {
    line-height: 1.2;
    margin: 0 0 10px 0;
    display: block;
  }
}
.image-slider .slideshow-button-wrapper {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  text-align: left;
}
.image-slider .slideshow-button-wrapper .slideshow-pagination {
  position: relative;
  display: inline-block;
  width: 80px;
  font-family: "Tiempo";
  color: #4D5B67;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.image-slider .slideshow-button {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.image-slider .slideshow-button.next {
  right: 0;
}
.image-slider .slideshow-button.previous {
  left: 0;
}
.image-slider .slideshow-button svg {
  fill: #F7BC19;
}
.image-slider .slideshow-button:hover svg {
  fill: #4D5B67;
}

.headline-image-slider {
  padding: 60px 0 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .headline-image-slider {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-image-slider {
    padding: 20px 0 30px;
  }
}
.headline-image-slider .slideshow {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.headline-image-slider .swiper-pagination {
  bottom: 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .headline-image-slider .swiper-pagination {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-image-slider .swiper-pagination {
    bottom: 20px;
  }
}
.headline-image-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid #3E4652;
}
.headline-image-slider .slide {
  position: relative;
  display: inline-block;
  width: 75%;
}
@media only screen and (min-width: 1440px) {
  .headline-image-slider .slide {
    width: 44%;
  }
}
.headline-image-slider .slide .thumb {
  background-color: #4D5B67;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
}
@media only screen and (max-width: 767px) {
  .headline-image-slider .slide .thumb {
    height: 0;
    padding-bottom: 71%;
  }
}
.headline-image-slider .slide .title {
  color: #4D5B67;
  display: block;
  padding-top: 20px;
  font: normal 24px/1 "Knockout";
  letter-spacing: 1.9px;
  text-align: left;
  font-size: 4vw;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .headline-image-slider .slide .title {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .headline-image-slider .slide .title {
    font-size: 24px;
  }
}
.headline-image-slider .slide.swiper-slide-active .title {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .headline-image-slider .slide.swiper-slide-active .title {
    margin-right: 20px;
  }
}

.acm-specials-slider {
  display: flex;
  padding: 60px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .acm-specials-slider {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-specials-slider {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider {
    padding: 30px 0 30px 0;
  }
}
.acm-specials-slider .acm-specials-slider-titles {
  width: 440px;
  padding: 60px 50px 0 80px;
}
@media only screen and (max-width: 1023px) {
  .acm-specials-slider .acm-specials-slider-titles {
    width: 100%;
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .acm-specials-slider-titles {
    padding: 0 20px 20px;
  }
}
.acm-specials-slider .acm-specials-slider-titles h2.h1-like {
  line-height: 0.9;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button-wrapper {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .acm-specials-slider-titles .slideshow-button-wrapper {
    margin-bottom: 20px;
  }
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button-wrapper .slideshow-pagination {
  position: relative;
  display: inline-block;
  width: 80px;
  font-family: "Tiempo";
  color: #4D5B67;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button.next {
  right: 0;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button.previous {
  left: 0;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button svg {
  fill: #F7BC19;
}
.acm-specials-slider .acm-specials-slider-titles .slideshow-button:hover svg {
  fill: #4D5B67;
}
.acm-specials-slider .specials-slider {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .acm-specials-slider .specials-slider {
    width: 100%;
    max-width: 740px;
  }
}
.acm-specials-slider .specials-slider .slideshow {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.acm-specials-slider .specials-slider .slideshow .slideshow-wrapper {
  height: 100%;
}
.acm-specials-slider .specials-slider .slide {
  opacity: 0.5;
  display: inline-block;
  width: 495px !important;
}
@media only screen and (min-width: 1800px) {
  .acm-specials-slider .specials-slider .slide.swiper-slide-next {
    opacity: 1;
  }
}
.acm-specials-slider .specials-slider .slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-specials-slider .specials-slider .slide {
    margin: 0;
    max-width: 100%;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .specials-slider .slide {
    margin: 0;
    max-width: 100%;
    opacity: 1;
  }
}
.acm-specials-slider .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.acm-specials-slider .inner-wrapper .thumbnail {
  position: relative;
  margin-bottom: 30px;
  background-color: #4D5B67;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .inner-wrapper .thumbnail {
    height: 0;
    padding-bottom: 71vw;
  }
}
.acm-specials-slider .inner-wrapper .copy-wrapper {
  position: relative;
  height: 20%;
}
.acm-specials-slider .inner-wrapper .copy-wrapper .copy-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 240px;
  height: 100%;
  text-align: left;
}
.acm-specials-slider .inner-wrapper .copy-wrapper .copy-content h2 {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .inner-wrapper .copy-wrapper .copy-content {
    margin-right: 0;
    text-align: center;
  }
}
.acm-specials-slider .inner-wrapper .copy-wrapper .controls {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .acm-specials-slider .inner-wrapper .copy-wrapper .controls {
    position: relative;
    margin-top: 20px;
  }
}

.acm-newsletter {
  padding: 60px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-newsletter {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .acm-newsletter {
    padding: 30px 0 30px 0;
  }
}
.acm-newsletter .acm-newsletter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-newsletter .acm-newsletter-row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-newsletter .acm-newsletter-row {
    flex-direction: column;
    margin-top: 30px;
  }
}
.acm-newsletter p {
  margin: 0 auto;
  max-width: 700px;
}
.acm-newsletter .form {
  margin-bottom: 0;
}
.acm-newsletter input {
  display: block;
  font-weight: 400;
}
.acm-newsletter input#newsletter-email {
  margin-right: 20px;
  width: 500px;
  height: 54px;
  color: #4D5B67;
  font-family: "Knockout";
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1.31px;
}
@media only screen and (max-width: 767px) {
  .acm-newsletter input#newsletter-email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
  }
}
.acm-newsletter input#newsletter-email::-webkit-input-placeholder {
  color: #4D5B67;
  font-family: "Knockout";
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.31px;
}
@media only screen and (max-width: 767px) {
  .acm-newsletter input#newsletter-email::-webkit-input-placeholder {
    height: 50px;
    font-size: 20px;
    line-height: 46px;
  }
}
.acm-newsletter input#newsletter-email:-moz-placeholder {
  color: #4D5B67;
  font-family: "Knockout";
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.31px;
}
@media only screen and (max-width: 767px) {
  .acm-newsletter input#newsletter-email:-moz-placeholder {
    height: 50px;
    font-size: 20px;
    line-height: 46px;
  }
}
.acm-newsletter input#newsletter-email::-moz-placeholder {
  color: #4D5B67;
  font-family: "Knockout";
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.31px;
}
@media only screen and (max-width: 767px) {
  .acm-newsletter input#newsletter-email::-moz-placeholder {
    height: 50px;
    font-size: 20px;
    line-height: 46px;
  }
}
.acm-newsletter input#newsletter-email:-ms-input-placeholder {
  color: #4D5B67;
  font-family: "Knockout";
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.31px;
}
@media only screen and (max-width: 767px) {
  .acm-newsletter input#newsletter-email:-ms-input-placeholder {
    height: 50px;
    font-size: 20px;
    line-height: 46px;
  }
}

.testimonials-slider {
  padding: 80px 0 100px;
  text-align: center;
  background: #4D5B67;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-slider {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slider {
    padding: 30px 0 60px;
  }
}
.testimonials-slider .center-column {
  max-width: 800px;
  padding: 0 20px 50px;
  z-index: 1;
}
.testimonials-slider .logo-thumb {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.testimonials-slider .logo-thumb span {
  display: inline-block;
  width: 54px;
  height: 52px;
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
}
.testimonials-slider .copy {
  font-family: "Tiempo";
  color: #fff;
  font-size: 25px;
  line-height: 39px;
  letter-spacing: 0.4px;
  font-style: italic;
}
.testimonials-slider .slideshow {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.testimonials-slider .slide {
  position: relative;
  display: inline-block;
  width: 100%;
}
.testimonials-slider .swiper-pagination {
  bottom: 0;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-slider .swiper-pagination {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .swiper-pagination {
    bottom: 0;
  }
}

.acm-neighborhood {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-neighborhood {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood {
    padding: 0 0 30px;
  }
}
.acm-neighborhood .page-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .page-content {
    text-align: center;
  }
}
.acm-neighborhood .acm-neighborhood-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .acm-neighborhood-wrapper {
    display: block;
  }
}
.acm-neighborhood .acm-neighborhood-thumb {
  position: relative;
  min-width: 50%;
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .acm-neighborhood-thumb {
    min-width: auto;
    width: 100%;
    height: 0;
    padding-bottom: 71vw;
  }
}
.acm-neighborhood .acm-neighborhood-thumb .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4D5B67;
}
.acm-neighborhood .acm-neighborhood-content {
  padding: 15vw 0 60px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-neighborhood .acm-neighborhood-content {
    padding: 10vw 0 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .acm-neighborhood-content {
    padding: 30px 0;
  }
}
.acm-neighborhood .acm-neighborhood-content h2 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-neighborhood .acm-neighborhood-content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .acm-neighborhood-content h2 {
    margin-bottom: 15px;
  }
}
.acm-neighborhood .acm-neighborhood-content .button {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-neighborhood .acm-neighborhood-content .button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-neighborhood .acm-neighborhood-content .button {
    margin-top: 10px;
  }
}

.lookout-rooftop-blocks {
  position: relative;
  padding: 0 0 60px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lookout-rooftop-blocks {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks {
    padding: 0 0 30px;
  }
}
.lookout-rooftop-blocks .top-section {
  position: relative;
}
.lookout-rooftop-blocks .top-section .top-item-wrapper {
  position: relative;
  min-height: 665px;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper {
    min-height: 0;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4D5B67;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 71%;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .item-content {
  float: left;
  width: 48%;
  padding: 5vw;
  margin: 6vw 0;
  text-align: left;
  position: relative;
  background: transparent;
  border-radius: 4px;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content {
    margin: 0 0 80px;
    padding: 70px 55px 70px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content {
    margin: 6vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content {
    float: none;
    width: 100%;
    padding: 10px 10px 30px 10px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .item-content .caption {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content .caption {
    text-align: center;
    margin-bottom: 15px;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .item-content h3 {
  margin-bottom: 30px;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .item-content .main-text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content .main-text {
    margin-bottom: 15px;
  }
}
.lookout-rooftop-blocks .top-section .top-item-wrapper .item-content nav {
  padding-top: 20px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content nav {
    padding-top: 0;
    text-align: center;
  }
  .lookout-rooftop-blocks .top-section .top-item-wrapper .item-content nav .button {
    padding: 0 20px;
  }
}
.lookout-rooftop-blocks .overview-stairs-block {
  position: relative;
  margin: -90px 0 0;
  padding: 240px 0 90px;
  background-color: #F6F7F7;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block {
    margin: 0;
    padding: 20px 0 30px;
    z-index: 0;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: flex-start;
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-column {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-column {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-column {
    width: 100%;
    display: block;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-column.two {
  margin-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-column.two {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-column.two {
    margin-top: 30px;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item {
  position: relative;
  flex-shrink: 0;
  align-items: flex-end;
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .before-image {
  text-align: left;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .before-image {
    position: relative;
    top: 0;
  }
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .before-image.page-content {
    padding: 10px 0 10px;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .thumb-content-wrapper {
  width: 80%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .thumb-content-wrapper {
    width: 100%;
    float: none;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .thumb-wrapper {
  position: relative;
  background: #4D5B67;
  overflow: hidden;
  height: 610px;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 71vw;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #F6F7F7;
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .section-block-content {
  padding: 20px 10px 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .section-block-content {
    padding: 20px 0;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .section-block-content .button {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content .caption {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content .caption {
    margin-bottom: 15px;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 {
  font: normal 130px/0.8 "Knockout";
  font-size: 10vw;
  color: #4D5B67;
  letter-spacing: 5px;
}
@media (max-width: 340px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 {
    font-size: 34px;
  }
}
@media (min-width: 1300px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 {
    font-size: 34px;
    line-height: 1;
  }
}
.lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 span {
  display: block;
  font-size: 80px;
  font-size: 10vw;
}
@media (max-width: 220px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 span {
    font-size: 22px;
  }
}
@media (min-width: 800px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lookout-rooftop-blocks .overview-stairs-block .section-block-item .page-content h3 span {
    font-size: 22px;
  }
}

.big-words-acm {
  position: relative;
  padding: 40px 0 30px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.big-words-acm::-webkit-scrollbar {
  display: none;
}
.big-words-acm h2 {
  font: 700 450px/0.8 "Knockout";
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-words-acm {
    padding: 30px 0 30px;
  }
  .big-words-acm h2 {
    font-size: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .big-words-acm {
    padding: 15px 0 15px;
  }
  .big-words-acm h2 {
    font-size: 120px;
  }
}

.acm-rooms-feautered {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-rooms-feautered {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered {
    padding: 30px 0 30px;
  }
}
.acm-rooms-feautered .page-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .page-content {
    text-align: center;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-wrapper {
    display: block;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-thumb {
  position: relative;
  min-width: 50%;
  max-height: 665px;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-thumb {
    min-width: auto;
    width: 100%;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-thumb .thumbnail {
  position: absolute;
  left: -60px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-rooms-feautered .acm-rooms-feautered-thumb .thumbnail {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-thumb .thumbnail {
    position: relative;
    left: 0;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-thumb .thumbnail img {
  width: 100%;
}
.acm-rooms-feautered .acm-rooms-feautered-content {
  padding: 0 0 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-rooms-feautered .acm-rooms-feautered-content {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-content {
    padding: 30px 0;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-content h2 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-rooms-feautered .acm-rooms-feautered-content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-content h2 {
    margin-bottom: 15px;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-content .button {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-rooms-feautered .acm-rooms-feautered-content .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-content .button {
    margin-top: 20px;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-data {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 350ms ease-in-out;
}
.acm-rooms-feautered .acm-rooms-feautered-list .acm-rooms-feautered-item.active .room-data {
  max-height: 600px;
  opacity: 1;
  overflow: visible;
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-name {
  position: relative;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-list .room-name {
    text-align: left;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-name .button {
  position: relative;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-list .room-name .button {
    font-size: 20px;
    white-space: normal;
    text-align: left;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-name .button::after {
  content: "+";
  position: absolute;
  top: 2px;
  right: 50px;
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #4D5B67;
  border-radius: 50%;
  transition: all 350ms ease-in-out;
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-name .button:hover::after {
  content: "-";
}
.acm-rooms-feautered .acm-rooms-feautered-list .room-text {
  margin-bottom: 10px;
}
.acm-rooms-feautered .acm-rooms-feautered-list nav {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acm-rooms-feautered .acm-rooms-feautered-list nav {
    justify-content: center;
  }
}
.acm-rooms-feautered .acm-rooms-feautered-list nav .button {
  position: relative;
  margin-top: 0;
}
.acm-rooms-feautered .acm-rooms-feautered-list nav .button-icon {
  width: 26px;
  height: 20px;
  margin: 5px 10px 0;
  border: 2px solid #4D5B67;
}
.acm-rooms-feautered .acm-rooms-feautered-list nav svg {
  width: 60px;
  height: 20px;
  margin: 5px 10px 0;
  fill: #F7BC19;
}

.feed-slider {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.feed-slider-header {
  width: 100%;
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .feed-slider-header {
    flex-direction: column;
    justify-content: center;
  }
}
.feed-slider-header .title-wrapper {
  position: relative;
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .feed-slider-header .title-wrapper {
    width: 100%;
    text-align: center;
  }
}
.feed-slider-header .title-wrapper h3 a {
  text-decoration: none;
}
.feed-slider-header .slideshow-button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .feed-slider-header .slideshow-button-wrapper {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.feed-slider-header .slideshow-button-wrapper .slideshow-button {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.feed-slider-header .slideshow-button-wrapper .slideshow-button.next {
  right: 0;
}
.feed-slider-header .slideshow-button-wrapper .slideshow-button.previous {
  left: 0;
}
.feed-slider-header .slideshow-button-wrapper .slideshow-button svg {
  fill: #F7BC19;
}
.feed-slider-header .slideshow-button-wrapper .slideshow-button:hover svg {
  fill: #4D5B67;
}
.feed-slider-header .slideshow-button-wrapper .slideshow-pagination {
  margin: 0 15px;
  position: relative;
  display: inline-block;
  width: 80px;
  font-family: "Tiempo";
  color: #4D5B67;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

.feed-slider-wrapper {
  position: relative;
  text-align: center;
  z-index: 20;
}
.feed-slider-wrapper::before {
  content: "";
  position: absolute;
  top: -10%;
  right: calc(100% - 60px);
  width: 100%;
  height: 120%;
  background-color: #fff;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .feed-slider-wrapper::before {
    display: none;
  }
}
.feed-slider-wrapper .swiper-container {
  overflow: visible;
}
.feed-slider-wrapper .swiper-container .swiper-slide {
  position: relative;
  background-color: #fff;
  opacity: 0.3;
  transition: opacity 350ms ease-in-out;
}
.feed-slider-wrapper .swiper-container .swiper-slide.swiper-slide-active, .feed-slider-wrapper .swiper-container .swiper-slide.swiper-slide-next, .feed-slider-wrapper .swiper-container .swiper-slide:hover {
  opacity: 1;
}
.feed-slider-wrapper .swiper-container .swiper-slide:hover .thumbnail {
  transform: scale(1.05);
}
.feed-slider-wrapper .swiper-container .swiper-slide .thumbnail {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 350ms ease-in-out;
}

.blog-feed {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-feed {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed {
    padding: 0 0 30px;
  }
}
.blog-feed .feed-slider-header .title-wrapper {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .blog-feed .feed-slider-header .title-wrapper {
    padding-left: 0;
  }
}
.blog-feed .swiper-container {
  overflow: visible;
}
.blog-feed .swiper-container .swiper-wrapper {
  padding-bottom: 20px;
}
.blog-feed .swiper-container .blog-slide {
  min-height: 630px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-feed .swiper-container .blog-slide {
    min-height: 400px;
  }
}
.blog-feed .swiper-container .blog-slide .thumbnail {
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-feed .swiper-container .blog-slide .thumbnail {
    height: 48vw;
  }
}
@media only screen and (max-width: 767px) {
  .blog-feed .swiper-container .blog-slide .thumbnail {
    height: 96vw;
  }
}
.blog-feed .swiper-container .blog-slide .blog-feed-date {
  position: absolute;
  top: 0;
  left: 36px;
  padding: 28px 40px;
  color: #fff;
  font-family: "Tiempo";
  font-size: 24px;
  text-align: left;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1.74px;
  text-transform: uppercase;
  background-color: #4D5B67;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .blog-feed .swiper-container .blog-slide .blog-feed-date {
    left: 10px;
    right: 10px;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}
.blog-feed .swiper-container .blog-slide .description-wrapper {
  position: relative;
  padding: 40px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-feed .swiper-container .blog-slide .description-wrapper {
    padding: 30px 0;
    min-height: 185px;
  }
}
.blog-feed .swiper-container .blog-slide .description-wrapper h3 {
  margin-bottom: 30px;
}
.blog-feed .swiper-container .blog-slide .description-wrapper .link-like {
  margin: 0;
}

.instagram-feed {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed {
    padding: 30px 0;
  }
}
.instagram-feed .instagram-slide .thumbnail {
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed .instagram-slide .thumbnail {
    height: 48vw;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed .instagram-slide .thumbnail {
    height: 96vw;
  }
}
.instagram-feed .instagram-slide .thumbnail .instagram-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 23px;
  height: 23px;
  fill: #fff;
}

.eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px !important;
  height: 16px !important;
}

.reserve {
  padding: 60px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reserve {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve {
    padding: 20px 0;
  }
}
.reserve .reserve-wraper {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  border-top: 6px solid #3E4652;
  border-bottom: 6px solid #3E4652;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reserve .reserve-wraper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve .reserve-wraper {
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.reserve .reserve-wraper .button {
  margin: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reserve .reserve-wraper .button {
    margin: 0 60px;
  }
}

.menu-blocks {
  position: relative;
  margin: 120px 0 80px;
  padding-bottom: 80px;
  background-color: #F6F7F7;
}
@media only screen and (max-width: 767px) {
  .menu-blocks {
    margin: 100px 0 40px;
    padding-bottom: 40px;
  }
}
.menu-blocks .top-section,
.menu-blocks .menu-section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper,
.menu-blocks .top-section .menu-item-wrapper,
.menu-blocks .menu-section .top-item-wrapper,
.menu-blocks .menu-section .menu-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-image,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-image,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-image,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-image,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-image,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-image,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-image {
    width: 100%;
  }
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-image .thumbnail {
    height: 100vw;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-image .thumbnail,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-image .thumbnail {
    position: relative;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content {
    width: 100%;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content {
    margin-bottom: 40px;
    text-align: center;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content .caption {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content .caption,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content .caption {
    text-align: center;
    margin-bottom: 15px;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 {
  font-size: 130px;
  margin-bottom: 30px;
  line-height: 0.9;
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span {
  display: block;
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 {
    font-size: 80px;
  }
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 {
    font-size: 80px;
    margin-bottom: 15px;
  }
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content h3 span,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content h3 span {
    font-size: 60px;
  }
}
.menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content .main-text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .top-section .menu-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .menu-section .top-item-wrapper.item-wrapper .item-content .page-content .main-text,
.menu-blocks .menu-section .menu-item-wrapper.item-wrapper .item-content .page-content .main-text {
    margin-bottom: 15px;
  }
}
.menu-blocks .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4D5B67;
}
.menu-blocks .top-section .top-item-wrapper {
  min-height: 665px;
}
.menu-blocks .top-section .top-item-wrapper .item-image {
  width: 52%;
}
.menu-blocks .top-section .top-item-wrapper .item-image .thumbnail {
  position: absolute;
  top: -70px;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu-blocks .top-section .top-item-wrapper .item-content {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .top-section .top-item-wrapper .item-content {
    width: 100%;
  }
}
.menu-blocks .top-section .top-item-wrapper .item-content nav {
  padding-top: 20px;
  font-size: 0;
}
.menu-blocks .top-section .top-item-wrapper .item-content nav .button {
  padding: 0 20px;
  margin-bottom: 20px;
}
.menu-blocks .menu-section .menu-item-wrapper .item-image .thumbnail {
  width: 100%;
  height: 80%;
}
.menu-blocks .menu-section .menu-item-wrapper .item-content nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  padding-top: 20px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .menu-section .menu-item-wrapper .item-content nav {
    justify-content: center;
    margin-left: 0;
  }
}
.menu-blocks .menu-section .menu-item-wrapper .item-content nav .button {
  display: block;
  width: calc(50% - 12px);
  min-width: 230px;
  margin: 6px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .menu-blocks .menu-section .menu-item-wrapper .item-content nav {
    padding-top: 0;
    text-align: center;
  }
  .menu-blocks .menu-section .menu-item-wrapper .item-content nav .button {
    padding: 0 20px;
  }
}
.menu-blocks .menu-section .menu-item-wrapper .item-content .thumbnail {
  position: relative;
  width: 100%;
  min-height: 430px;
}
.menu-blocks.lookout .top-section .top-item-wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .top-section .top-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.menu-blocks.lookout .top-section .top-item-wrapper .item-content .page-content {
  padding: 70px 55px 70px 0;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .top-section .top-item-wrapper .item-content .page-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .menu-section .menu-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.menu-blocks.lookout .menu-section .menu-item-wrapper .item-image {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .menu-section .menu-item-wrapper .item-image {
    width: 100%;
  }
}
.menu-blocks.lookout .menu-section .menu-item-wrapper .item-content {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .menu-section .menu-item-wrapper .item-content {
    width: 100%;
  }
}
.menu-blocks.lookout .menu-section .menu-item-wrapper .item-content .page-content {
  padding: 0 40px 70px;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.lookout .menu-section .menu-item-wrapper .item-content .page-content {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .top-section .top-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.menu-blocks.outlook .top-section .top-item-wrapper .item-content .page-content {
  padding: 70px 0 70px 55px;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .top-section .top-item-wrapper .item-content .page-content {
    padding: 0;
  }
}
.menu-blocks.outlook .menu-section .menu-item-wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .menu-section .menu-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.menu-blocks.outlook .menu-section .menu-item-wrapper .item-image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .menu-section .menu-item-wrapper .item-image {
    width: 100%;
  }
}
.menu-blocks.outlook .menu-section .menu-item-wrapper .item-content {
  flex-direction: column-reverse;
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .menu-section .menu-item-wrapper .item-content {
    flex-direction: column;
    width: 100%;
  }
}
.menu-blocks.outlook .menu-section .menu-item-wrapper .item-content .page-content {
  padding: 70px 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .menu-blocks.outlook .menu-section .menu-item-wrapper .item-content .page-content {
    padding: 40px 0 0;
  }
}

.big-headline-content {
  padding: 50px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-headline-content {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .big-headline-content {
    padding: 10px 0;
  }
}
.big-headline-content .big-headline-content-header .h1-like {
  font-size: 17vw;
  line-height: 0.8;
  text-align: left;
}
@media only screen and (min-width: 1440px) {
  .big-headline-content .big-headline-content-header .h1-like {
    font-size: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .big-headline-content .big-headline-content-header .h1-like {
    text-align: center;
  }
}
.big-headline-content .big-headline-content-wraper {
  display: flex;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .big-headline-content .big-headline-content-wraper {
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.big-headline-content .big-headline-content-wraper .button {
  margin: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-headline-content .big-headline-content-wraper .button {
    margin: 0 60px;
  }
}

.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .menu-tabs-block-acm .tabs-titles ul {
    flex-wrap: wrap;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #3E4652;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  background-color: #F6F7F7;
}
.menu-tabs-block-acm .tabs-titles .button:hover {
  background-color: #3E4652;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  max-width: 300px;
  width: 100%;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #4d5b67;
  background-color: #4d5b67;
  text-transform: uppercase;
  z-index: 10;
  height: auto;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #4d5b67 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
  border: none;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #4d5b67;
  background-color: #fff;
}
.acm-block-layout.audio-block .play-audio:hover::before {
  opacity: 1;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #4d5b67 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.partners-acm .partners-image {
  max-width: 100%;
  max-height: 250px;
}

.view-wrapper {
  max-width: 1200px;
  padding: 0 10px;
  margin: 14px auto 80px;
  text-align: center;
  position: relative;
}

.view-360 {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 {
    text-align: center;
  }
}
.view-360:before {
  content: "";
  display: block;
  background: #e2e2e2;
  height: 1px;
  max-width: 904px;
  position: relative;
  margin: 0 auto 10px;
}
.view-360 .block {
  width: 375px;
  height: 375px;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .view-360 .block {
    width: 290px;
    height: 290px;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "Akkurat", sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  background: url("../images/360-icon.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -24px;
}
@media only screen and (max-width: 767px) {
  .view-360 .block .view-tour span:after {
    top: -27px;
  }
}

.promos-slider {
  margin: 30px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.promos-slider .center-column {
  overflow: hidden;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .promos-slider .center-column {
    padding: 0 7px;
  }
}
.promos-slider .page-content {
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content .h1-like {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content .h1-like {
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  width: calc(100% + 30px);
  overflow: hidden;
  margin: 0 -15px;
}
.promos-slider .slideshow-wrapper {
  text-align: center;
}
.promos-slider .slide {
  display: inline-block;
  margin: 0 15px;
  max-height: 480px;
  min-height: 460px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .slide {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .slide {
    width: calc(100% - 30px);
    padding-bottom: 96%;
    height: 0;
    min-height: auto;
  }
}
.promos-slider .slide h4 {
  color: #fff;
  font: 36px/36px "Knockout";
  text-align: center;
  text-transform: uppercase;
  max-width: 436px;
  margin: 0 auto;
}
.promos-slider .slide h4 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 45px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .overlay {
    padding: 26px 10px;
  }
}
.promos-slider .description {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 30px;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 350ms ease-in-out;
}
.promos-slider .slideshow-pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #4D5B67;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet:hover, .promos-slider .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4D5B67;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 20px;
  height: 20px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow-button {
    display: block;
  }
}
.promos-slider .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
.promos-slider .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding-top: 190px;
  overflow: auto;
  background: #4D5B67;
  -webkit-overflow-scrolling: touch;
  transition: left 200ms, visibility 200ms, padding 350ms;
  z-index: 60;
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 90px;
  }
}
.alert-visible #hamburger-navigation {
  padding-top: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible #hamburger-navigation {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible #hamburger-navigation {
    padding-top: 170px;
  }
}
#hamburger-navigation .center-column {
  height: auto;
  opacity: 0;
  transition: all 350ms ease-in-out;
  max-width: 100%;
  padding: 50px 0 0 0;
  border-top: 1px solid #536472;
  margin: 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .center-column {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .center-column {
    margin: 0;
    padding: 30px 20px 0 20px;
  }
}
.hamburger-navigation-visible #hamburger-navigation .center-column {
  opacity: 1;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .top-menu {
    max-width: 90%;
    width: auto;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 0;
  font: 700 48px/1 "Knockout";
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #F7BC19;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .top-menu a {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 866.6666666667px) {
  #hamburger-navigation .top-menu a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1600px) {
  #hamburger-navigation .top-menu a {
    font-size: 48px;
  }
}
#hamburger-navigation .main-menu {
  position: relative;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
    width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 0;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 700 48px/1 "Knockout";
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 866.6666666667px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1600px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    font-size: 48px;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #F7BC19;
}
#hamburger-navigation .main-menu .menu.level-3 {
  display: none;
}
#hamburger-navigation .main-menu .menu.level-2.submenu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  padding-left: 10px;
  overflow: hidden;
  transition: all 350ms ease-in-out;
  z-index: 5;
}
#hamburger-navigation .main-menu .menu.level-2.submenu.visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu.visible {
    display: block;
  }
}
.keyboard-navigation #hamburger-navigation .main-menu .menu.level-2.submenu.visible {
  display: block;
}
.keyboard-navigation #hamburger-navigation .main-menu .menu.level-2.submenu {
  display: none;
}
#hamburger-navigation .main-menu .menu.level-2.submenu li {
  margin-bottom: 5px;
}
#hamburger-navigation .main-menu .menu.level-2.submenu li a {
  font: 400 36px/1 "Knockout";
  font-size: 3vw;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 48px;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 600px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1200px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    font-size: 36px;
  }
}
#hamburger-navigation .main-menu .menu.level-2.submenu li a:before {
  content: "";
  opacity: 0;
  width: 29px;
  background: #F7BC19;
  height: 4px;
  position: absolute;
  left: 0;
  padding-right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.level-2.submenu li a:hover, #hamburger-navigation .main-menu .menu.level-2.submenu li a.active {
  color: #F7BC19;
}
#hamburger-navigation .main-menu .menu.level-2.submenu li a:hover:before, #hamburger-navigation .main-menu .menu.level-2.submenu li a.active:before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu li a {
    padding: 0 0 0 30px;
  }
  #hamburger-navigation .main-menu .menu.level-2.submenu li a:before {
    opacity: 1;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-2.submenu {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: none;
    padding-left: 0;
  }
}
#hamburger-navigation .main-menu .parent {
  padding-right: 60px;
}
#hamburger-navigation .main-menu .parent.expanded .submenu {
  opacity: 1;
  visibility: visible;
  display: block;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .plus {
    top: 0;
  }
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
}
#hamburger-navigation .main-menu .plus .horizontal {
  transform: translate(-50%, -50%) rotate(90deg);
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  background: #F7BC19 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
.sticky-header #hamburger-navigation {
  padding-top: 110px;
}
.sticky-header.alert-visible #hamburger-navigation {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-header.alert-visible #hamburger-navigation {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.alert-visible #hamburger-navigation {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
.booking {
  position: fixed;
  top: 0;
  right: -101%;
  left: auto;
  display: block;
  visibility: hidden;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 190px;
  background: #4D5B67;
  transition: right 200ms, visibility 200ms, padding 350ms;
  -webkit-overflow-scrolling: touch;
  z-index: 50;
}
.booking-visible .booking {
  right: 0;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .booking {
    padding-top: 90px;
  }
}
.alert-visible .booking {
  padding-top: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alert-visible .booking {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .alert-visible .booking {
    padding-top: 170px;
  }
}
.booking .center-column {
  padding: 0;
  max-width: 100%;
  height: 100%;
  margin: 0 60px;
  border-top: 1px solid #536472;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .center-column {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .booking .center-column {
    margin: 0;
    padding: 30px 10px 0 10px;
  }
}
.booking form {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  padding: 60px 20px 50px 20px;
}
@media only screen and (max-width: 767px) {
  .booking form {
    padding: 0;
    max-width: 100%;
  }
}
.booking .column {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.booking label {
  display: none;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
}
.booking input[type=text], .booking input[type=date], .booking select, .booking .booking-placeholder {
  font: 700 16px/54px "Akkurat", sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  height: 54px;
  padding: 0 20px;
  background: #4D5B67;
  border: 2px solid #fff;
  color: #fff;
}
.booking input[type=text]::-webkit-input-placeholder, .booking input[type=date]::-webkit-input-placeholder, .booking select::-webkit-input-placeholder, .booking .booking-placeholder::-webkit-input-placeholder {
  color: #fff;
}
.booking input[type=text]:-moz-placeholder, .booking input[type=date]:-moz-placeholder, .booking select:-moz-placeholder, .booking .booking-placeholder:-moz-placeholder {
  color: #fff;
}
.booking input[type=text]::-moz-placeholder, .booking input[type=date]::-moz-placeholder, .booking select::-moz-placeholder, .booking .booking-placeholder::-moz-placeholder {
  color: #fff;
}
.booking input[type=text]:-ms-input-placeholder, .booking input[type=date]:-ms-input-placeholder, .booking select:-ms-input-placeholder, .booking .booking-placeholder:-ms-input-placeholder {
  color: #fff;
}
.booking input[type=text]:focus::-webkit-input-placeholder, .booking input[type=date]:focus::-webkit-input-placeholder, .booking select:focus::-webkit-input-placeholder, .booking .booking-placeholder:focus::-webkit-input-placeholder {
  color: #3E4652;
}
.booking input[type=text]:focus:-moz-placeholder, .booking input[type=date]:focus:-moz-placeholder, .booking select:focus:-moz-placeholder, .booking .booking-placeholder:focus:-moz-placeholder {
  color: #3E4652;
}
.booking input[type=text]:focus::-moz-placeholder, .booking input[type=date]:focus::-moz-placeholder, .booking select:focus::-moz-placeholder, .booking .booking-placeholder:focus::-moz-placeholder {
  color: #3E4652;
}
.booking input[type=text]:focus:-ms-input-placeholder, .booking input[type=date]:focus:-ms-input-placeholder, .booking select:focus:-ms-input-placeholder, .booking .booking-placeholder:focus:-ms-input-placeholder {
  color: #3E4652;
}
.booking select {
  line-height: 50px;
}
.booking .booking-placeholder {
  cursor: pointer;
}
.booking .select-wrapper {
  width: 100%;
}
.booking .select-wrapper .select-icon {
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
}
.booking input[type=submit] {
  width: 100%;
}
.booking .additional-links {
  margin-top: 35px;
}
.booking .additional-links .additional-link {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  font: normal 24px/1.2 "Knockout";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  transition: all 350ms ease-in-out;
}
.booking .additional-links .additional-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #F7BC19;
  transition: all 350ms ease-in-out;
}
.booking .additional-links .additional-link:last-child {
  margin-bottom: 0;
}
.booking .additional-links .additional-link:hover {
  color: #F7BC19;
}
.booking .additional-links .additional-link:hover:after {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .booking .additional-links {
    margin-top: 25px;
    white-space: pre-line;
  }
  .booking .additional-links .additional-link {
    margin-bottom: 20px;
  }
}
.sticky-header .booking {
  padding-top: 110px;
}
.sticky-header.alert-visible .booking {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-header.alert-visible .booking {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.alert-visible .booking {
    padding-top: 190px;
  }
}

#booking-datepicker {
  display: block;
  position: relative;
  bottom: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
}
#booking-datepicker.visible {
  max-height: 500px;
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  background: #3E4652;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 700 16px/55px "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: 100%;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  display: none;
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #F7BC19;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D5B67;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.booking-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
}
.booking-popup .booking-popup-inner {
  width: 90%;
  max-height: 90%;
  max-width: 500px;
  background: #fff;
  padding: 30px 20px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
.booking-popup .booking-popup-inner button {
  margin: 30px 10px 0;
}

#booking-datepicker-home {
  display: none;
  position: absolute;
  left: 0;
  bottom: 54px;
  z-index: 7;
}
.booking-datepicker-under #booking-datepicker-home {
  bottom: auto;
  top: 54px;
}
#booking-datepicker-home.visible {
  display: block;
}
#booking-datepicker-home .arrival-departure-status {
  overflow: hidden;
  background: #3E4652;
  text-align: center;
  width: 100%;
}
#booking-datepicker-home .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker-home .arrival-departure-status .arrival, #booking-datepicker-home .arrival-departure-status .departure {
  opacity: 0;
  font: 700 16px/55px "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker-home .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker-home .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker-home.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker-home.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker-home .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker-home .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
#booking-datepicker-home .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
#booking-datepicker-home .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker-home .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker-home .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker-home .ui-datepicker-prev, #booking-datepicker-home .ui-datepicker-next {
  top: 70px;
}
#booking-datepicker-home .ui-datepicker-prev {
  left: 20px;
}
#booking-datepicker-home .ui-datepicker-next {
  right: 20px;
}
#booking-datepicker-home.checkin-step td a, #booking-datepicker-home.checkout-step td a, #booking-datepicker-home td.checkin-date a, #booking-datepicker-home td.checkout-date a {
  position: relative;
}
#booking-datepicker-home.checkin-step td a:before, #booking-datepicker-home.checkout-step td a:before, #booking-datepicker-home td.checkin-date a:before, #booking-datepicker-home td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #F7BC19;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D5B67;
}
#booking-datepicker-home.checkin-step td a:hover:before, #booking-datepicker-home td.checkin-date a:before {
  content: "in";
}
#booking-datepicker-home.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker-home td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Akkurat", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #F7BC19;
  border-bottom-color: #F7BC19;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: "Knockout";
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Knockout";
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #F7BC19;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #F7BC19;
}

.admin #preview-template-b {
  position: relative;
}

.merchandising-tile {
  position: fixed;
  bottom: 85px;
  right: -600px;
  width: 450px;
  height: 200px;
  background: transparent;
  color: white;
  z-index: 48;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile {
    width: 100%;
    bottom: 50px;
  }
}
.admin .preview-item .merchandising-tile {
  position: relative;
  top: 0;
  left: 0;
}
.merchandising-tile .img-overlay {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merchandising-tile .promo-name {
  font: 24px/26px "Knockout";
  text-align: center;
  text-transform: uppercase;
}
.merchandising-tile .promo-text {
  padding: 10px 0 30px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile .promo-text {
    padding: 10px 0 20px;
  }
}
.merchandising-tile .promo-content {
  text-align: center;
  padding: 30px 90px 30px 40px;
}
@media only screen and (max-width: 767px) {
  .merchandising-tile .promo-content {
    padding: 30px 70px 30px 20px;
  }
}
.merchandising-tile .promo-content .button {
  height: auto;
  padding: 0;
  color: #fff;
  font: 20px/22px "Knockout";
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 5px solid #fff;
}
.merchandising-tile.merchandising-tile-active {
  right: 0;
}

.merchandising-open-btn {
  width: 40px;
  height: 200px;
  background-color: #4D5B67;
  position: fixed;
  bottom: 85px;
  right: 0;
  z-index: 49;
  float: right;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 50px;
  }
}
.admin #preview-template-b .merchandising-open-btn {
  position: absolute;
  top: 20px;
  left: 470px;
  right: auto;
}
.merchandising-open-btn .arrow-rotate {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 2px;
  transform: translate(-25%, -50%) rotate(-45deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: translate(-50%, -50%) rotate(140deg);
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Knockout";
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #F7BC19;
  border-bottom-color: #F7BC19;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Knockout";
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Knockout";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Akkurat", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms {
  margin: 60px 0 30px;
  padding: 60px 0;
  background-color: #F6F7F7;
}
@media only screen and (max-width: 767px) {
  .rooms {
    padding: 30px 0;
  }
}
.rooms .category-selector {
  margin: 0 10px 90px;
}
@media only screen and (max-width: 1023px) {
  .rooms .category-selector {
    margin-bottom: 30px;
  }
}
.rooms .category-selector .button {
  margin: 10px 15px;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
  padding-bottom: 40px;
}
.rooms .rooms-list.center-column {
  padding-left: 0;
  padding-right: 0;
}

/* TEMPLATE 1 - 1 */
.rooms-entry {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 665px;
  margin-bottom: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-entry {
    min-height: 450px;
  }
}
.rooms-entry:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .rooms-entry {
    display: block;
    min-height: auto;
  }
}
.rooms-entry .thumbnail {
  position: relative;
  float: none;
  width: 50%;
  height: 100%;
  margin: 0;
}
.rooms-entry .thumbnail img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .thumbnail {
    width: 100%;
  }
}
.rooms-entry .description {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 60px;
  text-align: left;
}
.rooms-entry .description h2 {
  font-weight: 400;
}
.rooms-entry .description p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .description {
    padding: 0 30px;
  }
  .rooms-entry .description p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry .description {
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 16px;
  }
}
.rooms-entry .features {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .features {
    margin-bottom: 20px;
  }
}
.rooms-entry .features span {
  display: block;
}
.rooms-entry .features span strong {
  text-transform: uppercase;
}
.rooms-entry .amenities {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .amenities {
    margin-bottom: 20px;
  }
}
.rooms-entry .amenities .main-list {
  position: relative;
}
.rooms-entry .amenities span {
  display: inline-block;
  font-size: 35px;
  letter-spacing: 15px;
  line-height: 1.7;
  vertical-align: middle;
}
.rooms-entry .links {
  margin-top: auto;
}
.rooms-entry .button.rooms-item-gallery {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.rooms-entry .button.rooms-item-gallery svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 22px;
  fill: #3E4652;
  transform: translate(-50%, -50%);
}
.rooms-entry .view-tour {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../images/360-icon-room.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Knockout";
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Knockout";
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#footer-newsletter {
  background: #F6F7F7;
  padding: 46px 0 60px 0;
}
#footer-newsletter h3, #footer-newsletter .h3 {
  font: 36px/1 "Knockout";
  color: #3E4652;
  text-transform: uppercase;
  margin-bottom: 26px;
  border: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer-newsletter h3, #footer-newsletter .h3 {
    font-size: 6vw;
  }
}
#footer-newsletter form {
  margin: 0;
}
#footer-newsletter form fieldset.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer-newsletter form fieldset.main {
    flex-wrap: wrap;
  }
}
#footer-newsletter form fieldset.main p {
  position: relative;
  display: inline-block;
  width: calc((100% - 190px) / 3);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer-newsletter form fieldset.main p {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
#footer-newsletter form fieldset.main p.required:before {
  content: "*";
  position: absolute;
  top: 12px;
  left: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #f60011;
}
#footer-newsletter form fieldset.main p.zip-code {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  #footer-newsletter form fieldset.main p.zip-code {
    width: calc(50% - 5px);
  }
}
#footer-newsletter form fieldset.main p label {
  display: none;
}
#footer-newsletter form fieldset.main p input[type=text] {
  border: 2px solid #3E4652;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  color: #3E4652;
  font-size: 16px;
  font-weight: normal;
}
#footer-newsletter form fieldset.main p input[type=text]::-webkit-input-placeholder {
  color: #3E4652;
}
#footer-newsletter form fieldset.main p input[type=text]:-moz-placeholder {
  color: #3E4652;
}
#footer-newsletter form fieldset.main p input[type=text]::-moz-placeholder {
  color: #3E4652;
}
#footer-newsletter form fieldset.main p input[type=text]:-ms-input-placeholder {
  color: #3E4652;
}
#footer-newsletter form fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  color: #828282;
}
#footer-newsletter form fieldset.main p input[type=text]:focus:-moz-placeholder {
  color: #828282;
}
#footer-newsletter form fieldset.main p input[type=text]:focus::-moz-placeholder {
  color: #828282;
}
#footer-newsletter form fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  color: #828282;
}
#footer-newsletter form fieldset.controls, #footer-newsletter form fieldset.consent {
  text-align: center;
  margin-top: 20px;
}
#footer-newsletter form fieldset.controls {
  margin: 20px 0 30px 0;
}
#footer-newsletter form fieldset.controls p {
  padding: 0;
  margin: 0;
}
#footer-newsletter form fieldset.controls p .button {
  margin: 0;
}
#footer-newsletter form fieldset.consent p {
  margin: 0;
}
#footer-newsletter form fieldset.consent label {
  width: 88%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer-newsletter form fieldset.consent label {
    width: 100%;
  }
}
#footer-newsletter form fieldset.consent input {
  margin-right: 8px;
}
#footer-newsletter form fieldset.consent em {
  left: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #f60011;
}
#footer-newsletter .success-message {
  position: relative;
  margin: 0 auto;
  font-family: "Knockout";
  color: #F7BC19;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
#footer-newsletter .success-message.visible {
  opacity: 1;
}

.footer {
  position: relative;
  font-family: "Akkurat", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #4D5B67;
  padding: 90px 0 80px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 40px;
  }
}
.footer a {
  color: #4D5B67;
}
.footer a:hover {
  color: #000;
}
.footer .copyright {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.footer .footer-columns-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-columns-wrapper {
    display: block;
    justify-content: unset;
  }
}
.footer .footer-column {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.footer .footer-column .footer-text {
  font: normal 18px/1.4 "Akkurat", sans-serif;
  display: block;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column .footer-text {
    font-size: 14px;
  }
}
.footer .footer-column .button.transparent {
  min-width: 220px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column .button.transparent {
    margin-bottom: 20px;
  }
}
.footer .footer-column.column-left {
  width: 36%;
  text-align: left;
  padding-right: 5%;
}
.footer .footer-column.column-left .logo-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-column.column-left .logo-wrapper .logo-footer {
  display: block;
  width: 285px;
  height: auto;
}
.footer .footer-column.column-left .logo-wrapper .logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-column.column-left .footer-contacts {
  font: 700 16px/1.5 "Akkurat", sans-serif;
  display: block;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-column.column-left .logo-wrapper .logo-footer {
    width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-left .logo-wrapper .logo-footer {
    width: 140px;
    margin: 0 auto;
  }
  .footer .footer-column.column-left .footer-contacts {
    margin-bottom: 20px;
  }
}
.footer .footer-column.column-left .aaa-logo {
  fill: #4D5B67;
  width: 50%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-column.column-left .aaa-logo {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-left .aaa-logo {
    width: 30%;
    margin: 30px auto;
  }
}
.footer .footer-column.column-center {
  width: 30%;
  text-align: left;
  padding-right: 10%;
}
.footer .footer-column.column-center .logo-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-column.column-center .logo-wrapper .logo-independent {
  display: block;
  width: 235px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-center .logo-wrapper .logo-independent {
    margin: 0 auto;
  }
}
.footer .footer-column.column-center .logo-wrapper .logo-independent img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-column.column-center .phone {
  display: block;
  font: bold 16px/1.2 "Akkurat", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
}
.footer .footer-column.column-center .phone .phone-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .footer-column.column-center .phone a {
  font-size: 14px;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-center .phone {
    margin-bottom: 20px;
  }
}
.footer .footer-column.column-center .footer-menu {
  margin-bottom: 25px;
  font-size: 0;
}
.footer .footer-column.column-center .footer-menu li {
  display: block;
  margin-bottom: 15px;
}
.footer .footer-column.column-center .footer-menu a {
  display: block;
  font: bold 16px/1.2 "Akkurat", sans-serif;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-center .footer-menu {
    margin-bottom: 20px;
  }
}
.footer .footer-column.column-center .socials {
  margin: 0 0 20px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-column.column-center .socials li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.footer .footer-column.column-center .socials li:last-child {
  margin-right: 0;
}
.footer .footer-column.column-center .socials a {
  text-indent: -9999px;
  font-size: 0;
}
.footer .footer-column.column-center .socials a svg {
  width: 26px;
  height: 26px;
  fill: #4D5B67;
  transition: fill 350ms ease-in-out;
}
.footer .footer-column.column-center .socials a:hover svg {
  fill: #000;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-center .socials {
    float: none;
    margin: 0 auto 20px;
  }
}
.footer .footer-column.column-right {
  width: 30%;
  text-align: left;
  float: right;
}
.footer .footer-column.column-right .logo-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-column.column-right .logo-wrapper .logo-bonvoy {
  display: block;
  width: 192px;
  height: auto;
}
.footer .footer-column.column-right .logo-wrapper .logo-bonvoy img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .footer .footer-column.column-left, .footer .footer-column.column-center, .footer .footer-column.column-right {
    width: 100%;
    text-align: center;
    padding-right: 0;
    display: flex;
    flex-flow: column;
  }
  .footer .footer-column.column-right .logo-wrapper {
    margin-bottom: 20px;
  }
  .footer .footer-column.column-right .logo-wrapper .logo-bonvoy {
    width: 140px;
    margin: 0 auto;
  }
  .footer .footer-column.column-right .button {
    margin-bottom: 0;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  color: #132929;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #F7BC19;
  border-bottom-color: #F7BC19;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .category-selector {
  margin: 40px 0;
}
.specials .image-list-item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 40px;
  font-size: 16px;
  text-align: left;
  background-color: #F6F7F7;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    flex-direction: column-reverse;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-top: 3px solid #3E4652;
  border-bottom: 3px solid #3E4652;
  z-index: 10;
  pointer-events: none;
}
.specials .image-list-item .background {
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 300px;
  margin-left: 40px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .background {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.specials .image-list-item .description {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .description {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #F7BC19;
}
.specials .image-list-item .description nav {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
  }
}

.single-special {
  margin: 20px 0;
  padding: 40px 0 20px;
  text-align: left;
  border-top: 3px solid #3E4652;
  border-bottom: 3px solid #3E4652;
}
@media only screen and (max-width: 767px) {
  .single-special {
    padding-top: 0;
    text-align: center;
  }
}
.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #F7BC19;
  border-bottom-color: #F7BC19;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #F6F7F7;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Knockout";
  text-transform: uppercase;
  color: #F7BC19;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(62, 70, 82, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  min-width: 300px;
}
.map-content h3, .map-content p {
  margin-top: 0;
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 24px/28px "Knockout";
  color: #F7BC19;
}
.map-content a:not(.button) {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #F7BC19;
  padding: 20px 0;
  background-color: #F6F7F7;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4, .pressroom .pressroom-item .h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  color: #F7BC19;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(62, 70, 82, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #F7BC19;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Akkurat", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4D5B67;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label.checkbox-label {
  margin: 0 auto;
  float: none;
  display: block;
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form label.checkbox-label {
    width: 100%;
  }
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  font-weight: bold;
  background: #fff;
  color: #53565a;
  height: 50px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 2px solid #4D5B67;
  font-size: 14px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form select {
  line-height: 46px;
}
.form .input-overlay {
  opacity: 0;
  margin-top: -50px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 4px;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Knockout";
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #F7BC19;
  height: 22px;
  width: 22px;
  margin-left: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #4D5B67;
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #4D5B67;
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
  margin-top: 25px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -52px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 52px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -4px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -4px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -4px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -4px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -4px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -4px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -4px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -4px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -4px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -4px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -4px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -4px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -4px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -4px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -4px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -4px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -4px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -4px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -4px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -4px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -4px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -4px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -4px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -4px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -4px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -4px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -4px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -4px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -4px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -4px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -4px;
}

.leaflet-popup-content {
  margin: 0 !important;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 0 !important;
}

.leaflet-popup-tip-container {
  display: none !important;
}

.leaflet-control-attribution.leaflet-control {
  font-size: 11px;
}

.leaflet-container a.button {
  color: #3E4652;
}
.leaflet-container a.button:hover, .leaflet-container a.button.active {
  color: #3E4652;
}

#calendar-header {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #calendar-header {
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-bottom: 30px;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    margin-left: 0;
  }
}

#calendar-views {
  display: flex;
  align-items: center;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    margin-bottom: 30px;
  }
}
#calendar-views li {
  display: block;
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  font-family: "Knockout";
  text-decoration: none;
  text-transform: uppercase;
  color: #4D5B67;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #F7BC19;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  font-family: "Knockout";
  color: #3E4652;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}
#calendar-breadcrumb dt {
  color: #000;
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #3E4652;
  font-family: "Knockout";
  color: #3E4652;
}
#calendar-year a:hover {
  color: #F7BC19;
}
#calendar-year .active a {
  border-color: #F7BC19;
  color: #F7BC19;
}
#calendar-year .active a:hover {
  border-color: #000;
  color: #000;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #F7BC19;
  color: #fff;
}
#calendar-month a.active {
  background: #F7BC19;
  color: black;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #F7BC19;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Knockout";
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: #F6F7F7;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  font-family: "Knockout";
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(62, 70, 82, 0.05);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  display: block;
  padding: 0.5em 1em;
  font-family: "Knockout";
  color: #000;
  text-align: center;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: rgba(62, 70, 82, 0.07);
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(62, 70, 82, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(62, 70, 82, 0.5);
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Knockout";
  letter-spacing: 0.7px;
  font-size: 0.8em;
  background: #F7BC19;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #4D5B67;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #000;
  font-family: "Knockout";
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  font-family: "Knockout";
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .wrapper {
  text-align: left;
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Knockout";
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #54baba;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #content-submenu {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
