@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: 20px 70px;
  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);
    margin-top: 10px;
    padding: 0;
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #0A0A82;
  font-family: "Savate", "Arial", sans-serif;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 41px;
  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: 0;
  top: 0;
  width: 41px;
  height: 41px;
  transition: border-color 350ms ease-in-out;
  background: url("../images/sprite.svg");
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  background-position: -368px -10px;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:after {
  background-position: -305px -10px;
}

.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 thead {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f2f1;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0px;
}
.ui-datepicker-calendar th {
  font-size: 11px;
  font-family: "Lato", "Arial", sans-serif;
  color: #0A0A82;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 13px;
  color: #0A0A82;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #0A0A82;
  opacity: 0.2;
}
.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: 45px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.booking-popup .ui-datepicker-calendar a {
  width: 30px;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ffe9d9;
  border-radius: 100%;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month) {
  position: relative;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month):before, .ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f3ef;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkin-date:before {
  display: none;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkin-date:after {
  width: 50%;
  left: auto;
  right: 0;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkout-date:before {
  width: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month).checkout-date:after {
  display: none;
}
.ui-datepicker-calendar .ui-datepicker-highlight:not(.ui-datepicker-other-month) a {
  z-index: 1;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #f4f3ef;
  color: #0A0A82;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date {
  z-index: 2;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 18px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -110px -120px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -110px -91px;
}

.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;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

@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: "";
}

@media only screen and (max-width: 767px) {
  html.booking-popup-visible {
    overflow: hidden;
  }
}
.booking {
  max-height: 100%;
}
.booking .booking-heading {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5aa91;
}
@media only screen and (max-width: 767px) {
  .booking .booking-heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
}
.booking form {
  font-size: 0;
  display: block;
}
.booking form fieldset {
  position: relative;
  padding-right: 220px;
}
.booking-popup .booking form fieldset {
  padding-right: 0;
}
.booking .column {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.booking .column + .column {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking .column + .column {
    margin-left: 0;
  }
}
.booking .column.dates .ui-datepicker-trigger {
  position: absolute;
  top: auto;
  margin-top: auto;
}
.booking label {
  padding-bottom: 0;
  text-align: left;
  font-family: "Lato", "Arial", sans-serif;
  color: #0A0A82;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 100;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking label {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.booking input[type=text], .booking input[type=date], .booking select, .booking .input-overlay {
  display: block;
  font-size: 14px;
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 600;
  width: 100%;
}
.booking .input-overlay {
  opacity: 0;
  display: block;
}
.booking #booking-dates {
  width: 100%;
}
.booking .select-wrapper {
  width: 100%;
}
.booking select {
  width: 100%;
}
.booking input[type=submit], .booking button[type=submit] {
  width: 100%;
}
.booking select {
  font-weight: 600;
}
.booking .select-wrapper {
  display: inline-block;
  position: relative;
}
.booking .select-wrapper .select-icon {
  margin-top: -4px;
  top: 50%;
}
.booking .select-wrapper .select-icon svg {
  height: 7px;
  width: 12px;
}

.booking-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 50px;
  width: 100%;
  z-index: 205;
  background: rgba(255, 255, 255, 0.9);
  transition: right 400ms ease;
}
@media only screen and (max-width: 1023px) {
  .booking-popup {
    z-index: 200;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-popup {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-popup {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 449px) {
  .booking-popup {
    top: 65px;
  }
}
.booking-popup-visible .booking-popup {
  right: 0;
}
.keyboard-navigation .booking-popup {
  display: none;
  transition: none;
}
.keyboard-navigation.booking-popup-visible .booking-popup {
  display: flex;
}
.booking-popup .close-booking-trigger {
  position: absolute;
  top: 0px;
  right: 10%;
  width: 42px;
  height: 42px;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-popup .close-booking-trigger {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-popup .close-booking-trigger {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}
.booking-popup .close-booking-trigger:before, .booking-popup .close-booking-trigger:after {
  content: "";
  width: 80%;
  height: 3px;
  background: #0A0A82;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  .booking-popup .close-booking-trigger:before, .booking-popup .close-booking-trigger:after {
    height: 2px;
  }
}
.booking-popup .close-booking-trigger:before {
  transform: translate(-50%) rotate(-45deg);
}
.booking-popup .close-booking-trigger:after {
  transform: translate(-50%) rotate(45deg);
}
.booking-popup .close-booking-trigger:hover:before, .booking-popup .close-booking-trigger:hover:after {
  background: #000;
}
.booking-popup .close-booking-trigger.desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .booking-popup .close-booking-trigger.desktop {
    display: none;
  }
}
.booking-popup .close-booking-trigger.mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .booking-popup .close-booking-trigger.mobile {
    display: none;
  }
}
.booking-popup .booking {
  max-width: 777px;
  background: #fff;
  padding: 55px 65px;
  max-height: 100%;
  color: #000;
  position: relative;
  /*display: none;*/
}
@media only screen and (max-width: 1023px) {
  .booking-popup .booking {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-popup .booking {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 449px) {
  .booking-popup .booking {
    overflow: scroll;
  }
}
.booking-popup .booking .column {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column {
    margin-top: 10px;
  }
}
.booking-popup .booking .column + .column {
  margin-left: 0;
}
.booking-popup .booking .column.dates, .booking-popup .booking .column.promo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.dates, .booking-popup .booking .column.promo {
    width: 100%;
  }
}
.booking-popup .booking .column.guests-column, .booking-popup .booking .column.rooms-column {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.guests-column, .booking-popup .booking .column.rooms-column {
    width: 100%;
  }
}
.booking-popup .booking .column.guests-column {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.guests-column {
    margin-left: 0;
  }
}
.booking-popup .booking .column + .column.promo {
  margin-left: 0;
}
.booking-popup .booking .column.dates .ui-datepicker-trigger {
  right: 22px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .column.dates .ui-datepicker-trigger {
    right: 10px;
  }
}
.booking-popup .booking input[type=text], .booking-popup .booking input[type=date], .booking-popup .booking select, .booking-popup .booking .input-overlay {
  padding: 0 45px 0 22px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #f5aa91;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking input[type=text], .booking-popup .booking input[type=date], .booking-popup .booking select, .booking-popup .booking .input-overlay {
    padding: 0 30px 0 10px;
  }
}
.booking-popup .booking .input-overlay {
  margin-top: -58px;
}
.booking-popup .booking .select-wrapper {
  width: 100%;
}
.booking-popup .booking .select-wrapper .select-icon {
  right: 22px;
}
@media only screen and (max-width: 767px) {
  .booking-popup .booking .select-wrapper .select-icon {
    right: 10px;
  }
}
.booking-popup .booking .submit-button {
  margin-top: 20px;
}
.booking-popup .booking input[type=submit] {
  font-size: 16px;
  line-height: 54px;
  height: 58px;
}
.booking-popup .ui-datepicker-calendar th, .booking-popup .ui-datepicker-calendar td {
  line-height: 30px;
}
.booking-popup .booking-datepicker td.checkout-date a, .booking-popup .booking-datepicker td.checkin-date a {
  border-radius: 0;
  width: 30px;
}
.booking-popup .booking-datepicker td.checkin-date a:after, .booking-popup .booking-datepicker td.checkout-date a:after {
  border-radius: 0;
}

.horizontal-booking {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -7em;
  display: block;
  z-index: 60;
}
html:not(.home) .horizontal-booking {
  margin-top: -4em;
}
#single-room .horizontal-booking {
  margin: 40px auto;
}
#single-room .horizontal-booking .booking {
  box-shadow: 5px 5px 50px -8px #000000;
}
.home.booking-popup-visible .horizontal-booking {
  top: 60px;
  margin-top: 0;
}
.booking-popup-visible .horizontal-booking {
  position: fixed;
  top: 50px;
  margin-top: 0 !important;
  z-index: 205;
}
.booking-popup-visible .horizontal-booking .booking {
  box-shadow: 0px 2px 40px -8px #000000;
}
.booking-popup-visible .horizontal-booking .booking .booking-datepicker {
  bottom: auto;
  width: 990px;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 20px);
}
.booking-popup-visible .horizontal-booking .booking .booking-datepicker:before {
  bottom: auto;
  top: -14px;
  z-index: 1;
}
.booking-popup-visible .horizontal-booking .booking .pseudo-select {
  bottom: auto;
  filter: drop-shadow(-1mm 1mm 4mm rgba(0, 0, 0, 0.5));
  top: calc(100% + 40px);
}
.booking-popup-visible .horizontal-booking .booking .pseudo-select:before {
  z-index: 1;
  bottom: auto;
  top: -14px;
}
.booking-popup-visible .horizontal-booking .booking .promo-popup {
  bottom: auto;
  top: calc(100% + 50px);
}
.booking-popup-visible .horizontal-booking .booking .promo-popup:before {
  bottom: auto;
  top: -14px;
}
.booking-popup-visible .horizontal-booking .booking .reset-calendar {
  right: auto;
}
.horizontal-booking-active .horizontal-booking {
  z-index: 205;
}
@media only screen and (max-width: 1023px) {
  .horizontal-booking {
    display: none;
  }
}
.horizontal-booking .ui-datepicker {
  padding: 28px 70px 55px;
}
.horizontal-booking .reset-calendar {
  position: absolute;
  bottom: 13px;
  right: 0;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
}
.horizontal-booking .reset-calendar:hover {
  color: #f5aa91;
}
.horizontal-booking .booking-datepicker:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  background-color: #fff;
  height: 30px;
  left: 70px;
  z-index: 1;
  bottom: -14px;
  transform: rotate(45deg);
}
.horizontal-booking .booking {
  max-width: none;
  display: inline-block;
  filter: drop-shadow(-1mm 0mm 7mm rgba(0, 0, 0, 0.3));
}
.booking-popup-visible .horizontal-booking .booking {
  filter: none;
}
.horizontal-booking .booking .booking-heading {
  display: none;
}
.horizontal-booking .booking .inner-wrapper {
  display: flex;
  position: relative;
  background-color: #fff;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .horizontal-booking .booking .inner-wrapper {
    max-width: 1000px;
  }
}
.horizontal-booking .booking .booking-options-wrapper {
  display: flex;
  padding: 21px 10px 21px 20px;
  align-items: center;
}
.horizontal-booking .booking .border-wrapper {
  position: absolute;
  top: 0;
  left: -13px;
  border-top: 89px solid #fff;
  border-right: 10px solid #fff;
  border-left: 8px solid transparent;
}
.horizontal-booking .booking .column {
  margin: 0 30px;
  position: relative;
}
.horizontal-booking .booking .column:first-of-type {
  margin-left: 20px;
}
.horizontal-booking .booking .column:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #f5aa91;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.horizontal-booking .booking .column.dates {
  width: 270px;
}
.horizontal-booking .booking .column.dates .ui-datepicker-trigger {
  position: absolute;
  right: -5px;
  top: auto;
  bottom: 4px;
  margin-top: auto;
  margin-bottom: 0;
}
.horizontal-booking .booking .column.guests-column, .horizontal-booking .booking .column.rooms-column {
  width: 80px;
}
.horizontal-booking .booking .column.guests-column .form-control, .horizontal-booking .booking .column.rooms-column .form-control {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal-booking .booking .column.promo {
  width: 80px;
  text-align: center;
}
.horizontal-booking .booking .column.promo::after {
  display: none;
}
.horizontal-booking .booking .column.promo label {
  display: none;
}
.horizontal-booking .booking input[type=text], .horizontal-booking .booking input[type=date],
.horizontal-booking .booking select, .horizontal-booking .booking .input-overlay {
  height: 22px;
  line-height: 22px;
  padding: 0 10px 0 0;
  border: none;
  background: none;
  text-transform: none;
}
.horizontal-booking .booking #booking-promo {
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.horizontal-booking .booking #booking-promo::-webkit-input-placeholder {
  color: #0A0A82;
}
.horizontal-booking .booking #booking-promo:-moz-placeholder {
  color: #0A0A82;
}
.horizontal-booking .booking #booking-promo::-moz-placeholder {
  color: #0A0A82;
}
.horizontal-booking .booking #booking-promo:-ms-input-placeholder {
  color: #0A0A82;
}
.horizontal-booking .booking #booking-promo:focus::-webkit-input-placeholder {
  color: rgba(10, 10, 130, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-moz-placeholder {
  color: rgba(10, 10, 130, 0.3);
}
.horizontal-booking .booking #booking-promo:focus::-moz-placeholder {
  color: rgba(10, 10, 130, 0.3);
}
.horizontal-booking .booking #booking-promo:focus:-ms-input-placeholder {
  color: rgba(10, 10, 130, 0.3);
}
.horizontal-booking .booking .promo-open {
  font-size: 14px;
  line-height: 17px;
  color: #0A0A82;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  margin-top: 2px;
}
.horizontal-booking .booking .promo-open:hover {
  color: #f5aa91;
}
.horizontal-booking .booking .promo-popup {
  position: absolute;
  bottom: 100px;
  background: #fff;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media only screen and (min-width: 768px) {
  .promo-popup-under .horizontal-booking .booking .promo-popup {
    bottom: auto;
    top: calc(100% + 50px);
  }
  .promo-popup-under .horizontal-booking .booking .promo-popup:before {
    bottom: auto;
    top: -14px;
  }
}
.horizontal-booking .booking .promo-popup:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  background-color: #fff;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  bottom: -14px;
  transform: rotate(45deg);
}
.horizontal-booking .booking .promo-popup.visible {
  display: block;
}
.horizontal-booking .booking .promo-popup .popup-inner-wrapper {
  border: 1px solid #f5aa91;
  padding: 1px;
  width: 304px;
}
.horizontal-booking .booking .promo-popup input, .horizontal-booking .booking .promo-popup button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  vertical-align: top;
}
.horizontal-booking .booking .promo-popup input {
  width: 180px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.horizontal-booking .booking .promo-popup button {
  width: 120px;
  background: #f5aa91;
  color: #0A0A82;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.horizontal-booking .booking .promo-popup button:hover {
  background: #0A0A82;
  color: #f5aa91;
}
.horizontal-booking .booking .input-overlay {
  margin-top: -22px;
}
.horizontal-booking .booking .booking-datepicker {
  bottom: calc(100% + 40px);
  left: 0px;
  right: 90px;
  width: 970px;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under .horizontal-booking .booking .booking-datepicker {
    bottom: auto;
    top: calc(100% + 20px);
  }
  .booking-datepicker-under .horizontal-booking .booking .booking-datepicker:before {
    bottom: auto;
    top: -14px;
  }
}
.horizontal-booking .booking .pseudo-select {
  position: absolute;
  padding: 15px 0;
  bottom: 100px;
  background: #fff;
  width: 127px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pseudo-select-under .horizontal-booking .booking .pseudo-select {
    bottom: auto;
    top: calc(100% + 40px);
  }
  .pseudo-select-under .horizontal-booking .booking .pseudo-select:before {
    bottom: auto;
    top: -14px;
  }
}
.horizontal-booking .booking .pseudo-select:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  bottom: -14px;
  transform: rotate(45deg);
}
.horizontal-booking .booking .pseudo-select.visible {
  display: block;
}
.horizontal-booking .booking .pseudo-select button {
  display: block;
  color: #0A0A82;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}
.horizontal-booking .booking .pseudo-select button:hover {
  background: #f5aa91;
}
.horizontal-booking .booking .pseudo-select button:active {
  background: #f5aa91;
}
.horizontal-booking .booking .select-wrapper {
  border: none;
}
.horizontal-booking .booking .select-wrapper:first-child {
  margin-right: 20px;
}
.horizontal-booking .booking .select-wrapper .select-icon {
  right: 0;
}
.horizontal-booking .booking .select-wrapper select {
  pointer-events: none;
}
.horizontal-booking .booking button[type=submit] {
  clip-path: polygon(0 0, 100% 4%, 100% 96%, 4% 100%);
  height: 110%;
  width: 250px;
  position: absolute;
  top: -5px;
  right: 0;
  text-transform: uppercase;
  white-space: pre-wrap;
  padding: 0 10px;
  font: normal 21px/25px "Savate", "Arial", sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
}

.booking-datepicker {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.booking-datepicker.visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker {
    position: relative;
    bottom: auto;
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 400ms ease;
  }
  .booking-datepicker.visible {
    max-height: 500px;
  }
}
.booking-datepicker .arrival-departure-status {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  display: none;
}
@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 {
  color: #fff;
  text-transform: uppercase;
  font: 20px/55px "Lato", "Arial", sans-serif;
  opacity: 0;
}
.booking-datepicker .arrival-departure-status .arrival:after, .booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.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: calc(50% - 50px);
}
.booking-popup .booking-datepicker .ui-datepicker-group {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 80px;
}
.booking-popup .booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  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-calendar {
  width: 100%;
}
.booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
  top: 50%;
}
@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: 10px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-prev {
    left: 0px;
  }
}
.booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  bottom: 100%;
  left: 0;
  margin-bottom: -7px;
  width: 100%;
  height: 14px;
  background-color: #0A0A82;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7px;
  line-height: 14px;
  display: none !important;
}
.booking-datepicker td.checkin-date a, .booking-datepicker td.checkout-date a {
  z-index: 1;
  color: #0A0A82;
  background-color: #f4f3ef;
}
.booking-datepicker td.checkin-date a:after, .booking-datepicker td.checkout-date a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #f5aa91;
  z-index: -1;
}
.booking-datepicker td.checkin-date a:hover, .booking-datepicker td.checkout-date a:hover {
  color: #fff;
}
.booking-datepicker td.checkin-date a {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.booking-datepicker td.checkout-date a {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.horizontal-booking-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
}
.horizontal-booking-active .horizontal-booking-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 199;
}

.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 "Lato", "Arial", 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: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 3px solid transparent;
  border-top-color: #0A0A82;
  border-bottom-color: #0A0A82;
  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: "Savate", "Arial", sans-serif;
  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 "Savate", "Arial", sans-serif;
  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: 979px) {
  .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: #0A0A82;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Savate", "Arial", sans-serif;
  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: 979px) {
  #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: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 3px solid transparent;
  border-top-color: #0A0A82;
  border-bottom-color: #0A0A82;
  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 "Savate", "Arial", sans-serif;
  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: #0A0A82;
  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 "Savate", "Arial", sans-serif;
  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: 979px) {
  .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: "Lato", "Arial", 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: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms-acm {
  position: relative;
  padding: 0 20px;
  max-width: 1440px;
  margin: 140px auto 80px;
}
@media only screen and (max-width: 979px) {
  .rooms-acm {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm {
    margin-bottom: 80px;
    margin-top: 60px;
    padding: 0 10px;
  }
}
.rooms-acm .text-wrapper {
  position: relative;
  width: 100%;
  padding: 0 70px;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  .rooms-acm .text-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm .text-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
}
.rooms-acm .text-wrapper .watermark-text {
  right: 30px;
  transform: rotate(3deg);
}
@media only screen and (max-width: 767px) {
  .rooms-acm .text-wrapper .watermark-text {
    top: 0;
    font-size: 150px;
    transform: rotate(-11deg);
    left: -20px;
  }
}
@media only screen and (max-width: 449px) {
  .rooms-acm .text-wrapper .watermark-text {
    font-size: 100px;
  }
}
.rooms-acm .text-wrapper .header-wrapper {
  width: 45%;
}
@media only screen and (max-width: 979px) {
  .rooms-acm .text-wrapper .header-wrapper {
    width: 100%;
  }
}
.rooms-acm .text-wrapper .header-wrapper h2 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 31px;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width: 979px) {
  .rooms-acm .text-wrapper .header-wrapper h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 5px;
  }
}
.rooms-acm .text-wrapper .description-wrapper {
  width: 55%;
}
@media only screen and (max-width: 979px) {
  .rooms-acm .text-wrapper .description-wrapper {
    width: 100%;
  }
}
.rooms-acm .text-wrapper .description-wrapper p {
  font-size: 14px;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 28px;
  letter-spacing: 1.17px;
}
.rooms-acm #accommodations {
  position: relative;
  z-index: 30;
  padding: 10px 20px 50px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations {
    padding: 0px 0px;
  }
}
.rooms-acm #accommodations .slideshow {
  position: relative;
}
.rooms-acm #accommodations .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.rooms-acm #accommodations .accommodation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  --d: 50;
  --base-duration: 600ms;
  --base-ease: cubic-bezier(0.25, 0.46, 0.45, 0.84);
  transition: opacity var(--base-duration) var(--base-ease), transform var(--base-duration) var(--base-ease);
}
.rooms-acm #accommodations .accommodation.swiper-slide-active:hover {
  transform: scale(1.025) translate(calc(var(--x) / var(--d) * -1px), calc(var(--y) / var(--d) * -1px));
}
.rooms-acm #accommodations .accommodation .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
.rooms-acm #accommodations .accommodation .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.rooms-acm #accommodations .accommodation .thumbnail::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.rooms-acm #accommodations .accommodation .thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.rooms-acm #accommodations .accommodation .thumbnail .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 44px;
  right: 44px;
  background: transparent;
  transform: translateX(-50%);
  transition: background 350ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation .thumbnail .gallery-button {
    right: 0px;
    top: 20px;
  }
}
.rooms-acm #accommodations .accommodation .thumbnail .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") -160px -106px;
}
.rooms-acm #accommodations .accommodation .thumbnail .gallery-button span:hover {
  background: url("../images/sprite.svg") -217px -106px;
}
.rooms-acm #accommodations .accommodation .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation .content {
    color: #0A0A82;
    position: relative;
    padding-top: 0px;
    top: auto;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm #accommodations .accommodation .content {
    margin-top: 60px;
    padding-bottom: 0;
  }
}
.rooms-acm #accommodations .accommodation h3 {
  font-weight: 400;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 58px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .rooms-acm #accommodations .accommodation h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation h3 {
    font-size: 28px;
    line-height: 22px;
    color: #0A0A82;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm #accommodations .accommodation h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.rooms-acm #accommodations .accommodation h3 a {
  color: inherit;
  text-decoration: none;
}
.rooms-acm #accommodations .accommodation p {
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 500;
  opacity: 0;
}
.rooms-acm #accommodations .accommodation .size {
  font-size: 27px;
  line-height: 33px;
  font-family: "Lato", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 29px;
}
@media only screen and (max-width: 1023px) {
  .rooms-acm #accommodations .accommodation .size {
    font-size: 12px;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation .size {
    color: #0A0A82;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm #accommodations .accommodation .size {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms-acm #accommodations .accommodation .buttons {
  display: flex;
}
.rooms-acm #accommodations .accommodation .buttons .promo-button {
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  position: relative;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation .buttons .promo-button {
    display: none;
  }
}
.rooms-acm #accommodations .accommodation .buttons .promo-button:hover {
  color: #f5aa91;
}
.rooms-acm #accommodations .accommodation .buttons .promo-button.arrow-button::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.rooms-acm #accommodations .accommodation .buttons .divider {
  font-size: 14px;
  line-height: 47px;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .accommodation .buttons .divider {
    display: none;
  }
}
.rooms-acm #accommodations .slideshow-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .slideshow-button {
    top: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-acm #accommodations .slideshow-button {
    top: 80%;
  }
}
.rooms-acm #accommodations .slideshow-button.previous {
  left: 20px;
  background-position: -90px -278px;
}
.rooms-acm #accommodations .slideshow-button.previous:hover {
  background-position: -125px -278px;
}
.rooms-acm #accommodations .slideshow-button.previous:active {
  background-position: -125px -278px;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .slideshow-button.previous {
    background-position: -177px -278px;
  }
}
@media only screen and (max-width: 449px) {
  .rooms-acm #accommodations .slideshow-button.previous {
    left: 0;
  }
}
.rooms-acm #accommodations .slideshow-button.next {
  right: 20px;
  background-position: -90px -318px;
}
.rooms-acm #accommodations .slideshow-button.next:hover {
  background-position: -125px -318px;
}
.rooms-acm #accommodations .slideshow-button.next:active {
  background-position: -125px -318px;
}
@media only screen and (max-width: 979px) {
  .rooms-acm #accommodations .slideshow-button.next {
    background-position: -166px -318px;
  }
}
@media only screen and (max-width: 449px) {
  .rooms-acm #accommodations .slideshow-button.next {
    right: 0;
  }
}

/* COMMON STYLES */
@media only screen and (max-width: 979px) {
  #rooms-page .center-column {
    padding: 0 10px;
  }
  #rooms-page .watermark-text {
    top: -20px;
    left: 0;
    font-size: 114px;
    line-height: 125px;
    transform: rotate(-10deg);
  }
}

.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #0A0A82;
  border: 0;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #0A0A82;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

@media only screen and (max-width: 979px) {
  .room .custom-breadcrumb {
    display: none;
  }
}
.room .watermark-text {
  top: 0;
}
.room .headers {
  padding-left: 50px;
}
.room .headers-mobile {
  display: none;
}
@media only screen and (max-width: 979px) {
  .room .headers {
    display: none;
  }
  .room .headers-mobile {
    margin-top: 30px;
    text-align: center;
    display: block;
  }
  .room .headers-mobile .h2-like {
    font-size: 40px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 449px) {
  .room .headers-mobile .h2-like {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 979px) {
  .room .headers-mobile .h1-like {
    font-size: 15px;
    margin-top: 0;
    line-height: 18px;
  }
}
.room .headers .h1-like {
  padding-left: 10px;
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.17px;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .room .headers .h1-like {
    padding-left: 0;
  }
}
.room .room-overview {
  margin: 0 100px;
}
@media only screen and (max-width: 979px) {
  .room .room-overview {
    margin: 0 auto;
    text-align: left;
  }
}
.room .room-overview .upper {
  text-transform: uppercase;
}
.room .room-overview .features-amenities-wrapper h3 {
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.room .room-overview .features-amenities-wrapper .features-amenities {
  display: flex;
}
@media only screen and (max-width: 979px) {
  .room .room-overview .features-amenities-wrapper .features-amenities {
    flex-direction: column;
  }
}
.room .room-overview .features-amenities-wrapper .features-amenities .features-wrapper {
  width: 75%;
}
@media only screen and (max-width: 979px) {
  .room .room-overview .features-amenities-wrapper .features-amenities .features-wrapper {
    width: 100%;
  }
}
.room .room-overview .features-amenities-wrapper .features-amenities .features-wrapper .features {
  margin-top: 0;
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities {
  clear: both;
  margin: 0 0 30px;
  width: 25%;
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .room .room-overview .features-amenities-wrapper .features-amenities .amenities {
    width: 100%;
  }
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities .main-list {
  position: relative;
  z-index: 2;
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities .main-list span {
  margin: 10px;
  margin-left: 0;
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities h3 {
  font-size: 14px;
  margin-bottom: 9px;
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 15px;
  padding-left: 0;
}
.room .room-overview .features-amenities-wrapper .features-amenities .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.room .room-overview .in-room-media {
  display: flex;
  width: 100%;
  margin: 40px 0;
  padding: 20px 0;
  justify-content: space-between;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.room .room-overview .in-room-media h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.room .room-overview .in-room-media .learn-more {
  font-weight: 300;
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.room .room-overview .in-room-media .learn-more::after {
  transform: rotate(90deg);
  top: 5px;
  right: -2px;
}
.room .room-overview .in-room-media .learn-more .animated-underline {
  stroke-width: 4px;
}
.room .slideshow {
  position: relative;
  overflow: hidden;
}
.room .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.room .slideshow .single-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
.room .slideshow .single-gallery .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
.room .slideshow .single-gallery .thumbnail-gallery-single {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.room .slideshow .single-gallery .thumbnail-gallery-single::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.room .slideshow .single-gallery .thumbnail-gallery-single .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 5px;
  background: transparent;
  transform: translateX(-50%);
  transition: background 350ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .room .slideshow .single-gallery .thumbnail-gallery-single .gallery-button {
    bottom: 10px;
  }
}
.room .slideshow .single-gallery .thumbnail-gallery-single .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") -160px -106px;
}
.room .slideshow .single-gallery .thumbnail-gallery-single .gallery-button span:hover {
  background: url("../images/sprite.svg") -217px -106px;
}
.room .slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.room .slideshow .slideshow-button.previous {
  left: 20px;
  background-position: -90px -278px;
}
.room .slideshow .slideshow-button.previous:hover {
  background-position: -125px -278px;
}
.room .slideshow .slideshow-button.previous:active {
  background-position: -125px -278px;
}
.room .slideshow .slideshow-button.next {
  right: 20px;
  background-position: -90px -318px;
}
.room .slideshow .slideshow-button.next:hover {
  background-position: -125px -318px;
}
.room .slideshow .slideshow-button.next:active {
  background-position: -125px -318px;
}
.room .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.room .thumbnail::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.room .links {
  margin: 20px 0;
}
.room .links .button:hover {
  background-color: #f5aa91;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .template-1-1 {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .slideshow {
  position: relative;
  overflow: hidden;
}
.rooms .template-1-1 .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.rooms .template-1-1 .slideshow .rooms-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
.rooms .template-1-1 .slideshow .rooms-gallery .inner-wrapper {
  width: 100%;
  padding-top: 0;
}
.rooms .template-1-1 .slideshow .rooms-gallery .new-3d-btn .view-tour {
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  overflow: visible;
  background: #ff5a4b;
  font: 400 23px/50px "Savate", "Arial", sans-serif;
  text-transform: none;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  right: 130px;
  bottom: 40px;
}
.rooms .template-1-1 .slideshow .rooms-gallery .new-3d-btn .view-tour::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .slideshow .rooms-gallery .new-3d-btn .view-tour {
    display: inline-block;
    height: 30px;
    font: 400 16px/20px "Savate", "Arial", sans-serif;
    right: 40px;
    bottom: 10px;
  }
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms.vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 44px;
  right: 44px;
  background: transparent;
  transform: translateX(-50%);
  transition: background 350ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms .gallery-button {
    display: none;
  }
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") -160px -106px;
}
.rooms .template-1-1 .slideshow .rooms-gallery .thumbnail-gallery-rooms .gallery-button span:hover {
  background: url("../images/sprite.svg") -217px -106px;
}
.rooms .template-1-1 .slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
.rooms .template-1-1 .slideshow .slideshow-button.previous {
  left: 20px;
  background-position: -90px -278px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .slideshow .slideshow-button.previous {
    left: 5px;
  }
}
.rooms .template-1-1 .slideshow .slideshow-button.previous:hover {
  background-position: -125px -278px;
}
.rooms .template-1-1 .slideshow .slideshow-button.previous:active {
  background-position: -125px -278px;
}
.rooms .template-1-1 .slideshow .slideshow-button.next {
  right: 20px;
  background-position: -90px -318px;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .slideshow .slideshow-button.next {
    right: 0;
  }
}
.rooms .template-1-1 .slideshow .slideshow-button.next:hover {
  background-position: -125px -318px;
}
.rooms .template-1-1 .slideshow .slideshow-button.next:active {
  background-position: -125px -318px;
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.rooms .template-1-1 .thumbnail::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.rooms .template-1-1 .mobile-caption {
  display: none;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .mobile-caption {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 449px) {
  .rooms .template-1-1 .mobile-caption {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .mobile-caption h3 {
    font-family: "Savate", "Arial", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .mobile-caption .size {
    font-family: "Lato Medium", "Arial", sans-serif;
    text-transform: uppercase;
    color: #0A0A82;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .rooms .template-1-1 .mobile-caption .size p {
    margin-bottom: 0;
  }
}
.rooms .template-1-1 .description {
  display: flex;
  position: relative;
  width: 100%;
  margin: 25px 30px;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .description {
    display: none;
  }
}
.rooms .template-1-1 .description span {
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato Medium", "Arial", sans-serif;
  text-align: left;
  letter-spacing: 1.17px;
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 19px;
  font-size: 25px;
  line-height: 29px;
  text-align: left;
  text-transform: uppercase;
  color: #0A0A82;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features {
  margin-right: 40px;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .features {
    margin-right: 0;
  }
}
.rooms .template-1-1 .features .size p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Lato Medium", "Arial", sans-serif;
}
.rooms .template-1-1 .features h3 {
  margin-top: 0;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 24px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .features h3 {
    text-align: center;
  }
}
.rooms .template-1-1 .features span {
  display: block;
  margin: 0 20px 8px 0;
  text-transform: uppercase;
  color: #0A0A82;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .features span {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .features p {
  font-family: "Lato Medium", "Arial", sans-serif;
  letter-spacing: 1.17px;
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 0 0 10px;
  line-height: 30px;
  padding-left: 20px;
  border-left: 1px solid #b3b3b3;
}
@media only screen and (max-width: 979px) {
  .rooms .template-1-1 .amenities {
    border: none;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities .h2-like {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rooms .template-1-1 .amenities .main-list {
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .main-list span {
  margin: 5px;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms nav.links {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  .rooms nav.links {
    text-align: center;
    justify-content: space-around;
    margin: 0;
    padding: 0 5px;
  }
}
.rooms nav.links .button-animated {
  margin-right: 40px;
  color: #0A0A82;
}
.rooms nav.links .button-animated::after {
  border-color: #b3b3b3;
  left: -20px;
}
.rooms nav.links .button-animated:before {
  background-color: #f5aa91;
}
.rooms nav.links .button-animated:hover {
  color: #fff;
}
.rooms nav.links .button-animated:hover::before {
  background-color: #0A0A82;
}
@media only screen and (max-width: 979px) {
  .rooms nav.links .button-animated {
    margin-right: 20px;
  }
  .rooms nav.links .button-animated::before {
    width: 75px;
    height: 120px;
  }
  .rooms nav.links .button-animated::after {
    width: 140px;
    height: 70px;
    left: -15px;
  }
}
@media only screen and (max-width: 449px) {
  .rooms nav.links .button-animated {
    font-size: 12px;
    margin: 20px 5px;
  }
  .rooms nav.links .button-animated::before {
    width: 55px;
    height: 90px;
  }
  .rooms nav.links .button-animated::after {
    width: 87px;
    height: 64px;
    left: -5px;
  }
}
.rooms nav.links .learn-more {
  font-size: 14px;
}
@media only screen and (max-width: 449px) {
  .rooms nav.links .learn-more {
    font-size: 12px;
  }
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Lato", "Arial", sans-serif;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery:after {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

#home-gallery, #category-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2, #category-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Savate", "Arial", sans-serif;
  margin: 40px 0;
  color: #0A0A82;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2, #category-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper, #category-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo, #category-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, #category-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11), #category-gallery .photo:nth-child(4), #category-gallery .photo:nth-child(5), #category-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #home-gallery .photo, #category-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), #category-gallery .photo:nth-child(4), #category-gallery .photo:nth-child(5), #category-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo, #category-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), #category-gallery .photo:nth-child(4), #category-gallery .photo:nth-child(5), #category-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo, #category-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after, #category-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, #category-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Savate", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a, #category-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos, #category-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos, #category-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#category-gallery .photo {
  margin: 0 0 10px 10px;
}
#category-gallery .photo img {
  clip-path: none;
  margin: 0;
  height: 100%;
}

#feeds {
  position: relative;
  margin: 40px 0 55px 0;
  text-align: left;
  overflow: hidden;
  z-index: 10;
}
#feeds .headings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .headings {
    flex-wrap: wrap;
  }
}
#feeds .headings .watermark-text {
  top: 20px;
  left: auto;
  right: 0;
  transform: rotate(3deg);
}
@media only screen and (max-width: 767px) {
  #feeds .headings .watermark-text {
    right: auto;
    left: 0;
    transform: rotate(-3deg);
    font-size: 26vw;
  }
}
#feeds .headings h2 {
  font: 50px/1 "Savate", "Arial", sans-serif;
  margin-bottom: 0;
  color: #0A0A82;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #feeds .headings h2 {
    font-size: 26px;
    margin-left: 0;
  }
}
#feeds .headings h2 span {
  color: #f5aa91;
}
#feeds h3.instagram-link {
  font: 16px/28px "Lato", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  color: #0A0A82;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds h3.instagram-link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds h3.instagram-link {
    display: none;
  }
}
#feeds h3.instagram-link a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-left: 40px;
  transition: color 350ms ease-in-out;
}
#feeds h3.instagram-link a:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../images/feeds-sprite.svg") 0 0;
}
#feeds h3.instagram-link a:hover {
  color: #f5aa91;
}
#feeds h3.instagram-link.mobile-only {
  margin-top: 20px;
  width: 180px;
  white-space: normal;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  #feeds h3.instagram-link.mobile-only {
    display: block;
  }
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 3px solid transparent;
  border-top-color: #0A0A82;
  border-bottom-color: #0A0A82;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .feed-items .pattern {
  position: relative;
  margin-top: 20px;
}
#feeds .feed-items .pattern:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-items .pattern {
    margin-top: 10px;
  }
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Lato", "Arial", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #0A0A82;
  color: #fff;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover .feed-thumb {
  transform: scale(1.1);
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -40px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A82;
  transform: scale(1);
  transition: transform 200ms;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Lato", "Arial", sans-serif;
  text-align: left;
  color: #ffffff;
  display: none;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}
#feeds .feed-items.items-per-pattern-7 .feed-item {
  float: left;
  width: calc((60% - 60px) / 3);
  height: 0;
  padding-top: calc((60% - 60px) / 3);
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-items.items-per-pattern-7 .feed-item {
    width: calc((60% - 30px) / 3);
    padding-top: calc((60% - 30px) / 3);
    margin-left: 10px;
  }
}
#feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(1) {
  width: 40%;
  height: 0;
  padding-top: calc(40% - 20px);
  margin-left: 0;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(1) {
    padding-top: calc(40% - 10px);
  }
}
#feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(5), #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(6), #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(7) {
  margin-top: 20px;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(5), #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(6), #feeds .feed-items.items-per-pattern-7 .feed-item:nth-child(7) {
    margin-top: 10px;
  }
}
#feeds .feed-items.items-per-pattern-3 .feed-item {
  float: left;
  width: calc(40% - 5px);
  height: 0;
  padding-top: calc(40% - 5px);
  margin-left: 10px;
  margin-bottom: 0;
}
#feeds .feed-items.items-per-pattern-3 .feed-item:nth-child(1) {
  width: calc(60% - 5px);
  height: 0;
  padding-top: 80%;
  margin-left: 0;
}
#feeds .feed-items.items-per-pattern-3 .feed-item:nth-child(3) {
  margin-top: 10px;
}

/* COMMON */
.venues {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}
.venues .venues-wrapper {
  width: 70%;
}
@media (max-width: 1059px) {
  .venues .venues-wrapper {
    max-width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .venues .venues-wrapper {
    max-width: none;
    width: 100%;
  }
}
.venues .venues-wrapper.full-width {
  width: 100%;
}
.venues .venues-wrapper.full-width img {
  height: 100%;
}
.venues .venues-wrapper .category-selector .button {
  background-color: transparent;
  font-size: 30px;
  line-height: 34px;
  color: #0A0A82;
  text-transform: capitalize;
}
.venues .venues-wrapper .category-selector .button.active, .venues .venues-wrapper .category-selector .button:hover {
  border-bottom: 3px solid #f5aa91;
}
.venues .venues-wrapper .map-container {
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 75px;
}
.venues .venues-wrapper .map-container img {
  display: block;
  margin: 0;
}
.venues .venues-wrapper .map-container .map-img {
  clip-path: none;
  width: 100%;
  height: 100%;
}
.venues .venues-wrapper .map-container .empty-layer {
  position: absolute;
  top: 7.5%;
  left: 33.4%;
  width: 14.6%;
  height: 63%;
  z-index: 60;
}
.venues .venues-wrapper .map-container .empty-layer:after {
  position: absolute;
  content: "";
  bottom: -26px;
  right: 0%;
  width: 80%;
  height: 10%;
}
.venues .venues-wrapper .map-container .spot-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.venues .venues-wrapper .map-container .spot-link {
  position: absolute;
  display: flex;
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
}
.venues .venues-wrapper .map-container .spot-link:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1440px) {
  .venues .venues-wrapper .map-container .spot-link {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 979px) {
  .venues .venues-wrapper .map-container .spot-link {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.venues .venues-wrapper .map-container .spot-link__open-deck {
  top: 56%;
  left: 78%;
}
.venues .venues-wrapper .map-container .spot-link__klee-house {
  top: 54%;
  left: 61%;
}
.venues .venues-wrapper .map-container .spot-link__media-room {
  top: 30%;
  left: 93%;
  width: 100%;
  max-width: 142px;
}
.venues .venues-wrapper .map-container .spot-link__annex-room {
  top: 59%;
  left: 71%;
}
.venues .venues-wrapper .h2-like {
  font-size: 38px;
  line-height: 34px;
  text-transform: uppercase;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.venue.template1 .venue-wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .venue-wrapper {
    flex-direction: column;
  }
}
.venue.template1 .background {
  order: 2;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .background {
    order: 0;
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.venue.template1 .background .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.venue.template1 .background .slideshow .venues-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
.venue.template1 .background .slideshow .venues-gallery .inner-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 0;
  clip-path: polygon(0% 75%, 5% 0%, 96% 2%, 100% 97%, 0% 100%);
}
.venue.template1 .background .slideshow .venues-gallery .thumbnail-gallery-venues {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
.venue.template1 .background .slideshow .venues-gallery .thumbnail-gallery-venues .gallery-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 44px;
  right: 44px;
  background: transparent;
  transform: translateX(-50%);
  transition: background 350ms ease-in-out;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .background .slideshow .venues-gallery .thumbnail-gallery-venues .gallery-button {
    right: 0px;
    top: 20px;
  }
}
.venue.template1 .background .slideshow .venues-gallery .thumbnail-gallery-venues .gallery-button span {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/sprite.svg") -160px -106px;
}
.venue.template1 .background .slideshow .venues-gallery .thumbnail-gallery-venues .gallery-button span:hover {
  background: url("../images/sprite.svg") -217px -106px;
}
.venue.template1 .background .slideshow .slideshow-pagination-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 70%;
}
@media only screen and (max-width: 767px) {
  .venue.template1 .background .slideshow .slideshow-pagination-wrapper {
    left: 0;
  }
}
.venue.template1 .background .slideshow .slideshow-pagination-wrapper .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
.venue.template1 .background .slideshow .slideshow-pagination-wrapper .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.venue.template1 .background .slideshow .slideshow-pagination-wrapper .slideshow-pagination > *:hover, .venue.template1 .background .slideshow .slideshow-pagination-wrapper .slideshow-pagination > *.active {
  background: #f5aa91;
}
.venue.template1 .background .slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 449px) {
  .venue.template1 .background .slideshow .slideshow-button {
    top: 70%;
  }
}
.venue.template1 .background .slideshow .slideshow-button.previous {
  left: 20px;
  background-position: -90px -278px;
}
.venue.template1 .background .slideshow .slideshow-button.previous:hover {
  background-position: -125px -278px;
}
.venue.template1 .background .slideshow .slideshow-button.previous:active {
  background-position: -125px -278px;
}
.venue.template1 .background .slideshow .slideshow-button.next {
  right: 20px;
  background-position: -90px -318px;
}
.venue.template1 .background .slideshow .slideshow-button.next:hover {
  background-position: -125px -318px;
}
.venue.template1 .background .slideshow .slideshow-button.next:active {
  background-position: -125px -318px;
}
.venue.template1 .background .venue-thumb {
  width: 100%;
}
.venue.template1 .background .venue-thumb img {
  margin-top: 0;
  height: 100%;
  max-height: 400px;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .controlls {
  position: relative;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .controlls {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template1 .controlls {
    width: 100%;
  }
}
.venue.template1 .buttons {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }
}
.venue.template1 .buttons .button-animated {
  margin-left: 0;
  padding-left: 0;
  white-space: pre-wrap;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons .button-animated {
    font-size: 11px;
    margin-bottom: 40px;
  }
}
.venue.template1 .buttons .button-animated:hover {
  color: #0A0A82;
}
.venue.template1 .buttons .button-animated::after {
  width: 138px;
  height: 72px;
  left: -40px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons .button-animated::after {
    left: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .venue.template1 .buttons .button-animated::after {
    left: -30px;
  }
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons .button-animated::after {
    left: -40px;
  }
}
.venue.template1 .buttons .button-animated:before {
  width: 80px;
  height: 133px;
  left: -30px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons .button-animated:before {
    left: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .venue.template1 .buttons .button-animated:before {
    left: -16px;
  }
}
@media only screen and (max-width: 979px) {
  .venue.template1 .buttons .button-animated:before {
    left: -20px;
  }
}
.venue.template1 .buttons .learn-more {
  color: #0A0A82;
  overflow: visible;
  font-size: 14px;
}
.venue.template1 .buttons .learn-more::before {
  content: none;
}
.venue.template1 .buttons .learn-more:hover {
  color: #f5aa91;
}
.venue.template1 .buttons a + a {
  margin-left: 10px;
}
.venue.template1 .content {
  width: 400px;
  padding: 0px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
.venue.template1 .content.full-width {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  font-family: "Savate", "Arial", sans-serif;
  line-height: 34px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content p {
  color: #0A0A82;
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 979px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 979px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 979px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", "Arial", sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  html.side-navigation-visible {
    overflow: hidden;
  }
}
#side-navigation {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 85px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  transition: right 200ms;
  text-align: center;
  z-index: 98;
}
@media only screen and (min-width: 1440px) {
  #side-navigation {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #side-navigation {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 449px) {
  #side-navigation {
    padding-top: 65px;
  }
}
.side-navigation-visible #side-navigation {
  right: 0;
  visibility: visible;
  opacity: 1;
}
#side-navigation .side-navigation-wrapper {
  position: relative;
  background-color: #fff;
}
#side-navigation .side-navigation-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 100%;
  max-height: 10px;
  width: 100%;
  background-image: url("../images/backgrounds/menu-bottom.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  #side-navigation .side-navigation-wrapper::after {
    bottom: -5px;
  }
}
@media only screen and (max-width: 449px) {
  #side-navigation .side-navigation-wrapper::after {
    bottom: -3px;
  }
}
#side-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #side-navigation .top-menu {
    max-width: 60%;
  }
}
#side-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 500 16px/30px "Lato Medium", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #0A0A82;
}
#side-navigation .top-menu a:hover, #side-navigation .top-menu a.active {
  color: #f5aa91;
}
#side-navigation .main-menu {
  position: relative;
  max-width: 40%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #side-navigation .main-menu {
    max-width: 85%;
  }
}
#side-navigation .main-menu .menu li {
  position: relative;
}
#side-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#side-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#side-navigation .main-menu .menu.level-1 > li > a {
  font: 500 16px/30px "Lato Medium", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #0A0A82;
}
#side-navigation .main-menu .menu.level-1 > li > a:hover, #side-navigation .main-menu .menu.level-1 > li > a.active {
  color: #f5aa91;
}
#side-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#side-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#side-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #0A0A82;
}
#side-navigation .main-menu .menu.submenu a:hover, #side-navigation .main-menu .menu.submenu a.active {
  color: #f5aa91;
}
#side-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
#side-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#side-navigation .main-menu .plus .horizontal, #side-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #0A0A82;
}
#side-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#side-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#side-navigation .main-menu .parent.expanded > .plus > .vertical, #side-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #f5aa91 !important;
}
#side-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#side-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

#footer {
  position: relative;
  padding: 30px 0;
  font-size: 12px;
  color: #fff;
  font-family: "Lato Medium", "Arial", sans-serif;
  z-index: 1;
  background-color: #0A0A82;
  clip-path: polygon(16% 0, 100% 4%, 100% 100%, 0 100%, 0 3%);
}
@media only screen and (max-width: 767px) {
  #footer {
    clip-path: polygon(16% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
  }
}
@media (max-width: 1000px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #f5aa91;
}
#footer .footer-wrapper {
  padding: 60px 0 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper {
    flex-direction: column;
  }
}
#footer .footer-wrapper .left-column {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column {
    width: 100%;
    order: 0;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
#footer .footer-wrapper .left-column #newsletter .h2-like {
  font-family: "Savate", "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 39px;
  letter-spacing: 2.42px;
  line-height: 47px;
  text-transform: capitalize;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .h2-like {
    text-align: left;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset {
    justify-content: space-between;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row {
    flex-direction: column;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row.first-row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row.first-row {
    margin-bottom: 0px;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper {
  display: flex;
  width: 50%;
  margin-right: 22px;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper:last-child {
  margin-right: 0;
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper.email-wrapper {
  width: 80%;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper.email-wrapper {
    width: 100%;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper em {
  font-size: 18px;
  position: relative;
  top: -5px;
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper input[type=text] {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0;
  background: #0A0A82;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.17px;
  color: #fff;
  border: 1px solid #0A0A82;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper input[type=text] {
    width: 100%;
  }
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper input[type=text]::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-wrapper .left-column #newsletter .fieldset .newsletter-row .input-wrapper input[type=text]::placeholder {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-wrapper .left-column #newsletter .subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .subtitle {
    max-width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 26px;
  }
}
#footer .footer-wrapper .left-column #newsletter .button {
  display: block;
  background-color: transparent;
  background-image: url("../images/backgrounds/footer-submit.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  color: #0A0A82;
  width: auto;
  padding: 0 30px;
  font-size: 13px;
}
#footer .footer-wrapper .left-column #newsletter .button:hover {
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .left-column #newsletter .button {
    font-size: 11px;
    padding: 0 25px;
    background-size: 329px 44px;
    background-image: url("../images/backgrounds/mobile-footer-submit.svg");
  }
}
#footer .footer-wrapper .centered-column {
  position: relative;
  padding-left: 110px;
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .centered-column {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    justify-content: center;
    padding: 0 5px;
    border-bottom: 1px solid #fff;
  }
}
#footer .footer-wrapper .centered-column .social-block {
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .centered-column .social-block {
    display: none;
  }
}
#footer .footer-wrapper .centered-column .footer-menu {
  margin-top: 15px;
  order: 0;
  font-size: 0;
  text-align: right;
}
#footer .footer-wrapper .centered-column .footer-menu ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer-wrapper .centered-column .footer-menu ul li {
  margin: 0 36px 0 0;
}
#footer .footer-wrapper .centered-column .footer-menu ul a {
  display: block;
  font: normal 12px/28px "Lato Heavy", "Arial", sans-serif;
  margin: 0 0 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
#footer .footer-wrapper .centered-column .footer-menu ul a:hover, #footer .footer-wrapper .centered-column .footer-menu ul a.active {
  color: #ffe9d9;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .centered-column .footer-menu ul a {
    line-height: 15px;
  }
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .centered-column .footer-menu {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  #footer .footer-wrapper .centered-column .footer-menu ul {
    width: 100%;
  }
  #footer .footer-wrapper .centered-column .footer-menu ul li {
    display: block;
  }
}
@media only screen and (max-width: 449px) {
  #footer .footer-wrapper .centered-column .footer-menu {
    width: 100%;
  }
}
#footer .footer-wrapper .right-column {
  width: 20%;
  padding: 0 20px 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column {
    width: 100%;
    order: 2;
    margin-bottom: 30px;
    padding: 0 5px;
    border: none;
  }
}
#footer .footer-wrapper .right-column .right-column-wrapper {
  max-width: 204px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column .right-column-wrapper {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: start;
  }
}
#footer .footer-wrapper .right-column .right-column-wrapper .assets-column .address a {
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column .right-column-wrapper .assets-column {
    width: 50%;
  }
}
#footer .footer-wrapper .right-column .right-column-wrapper .social-column {
  display: none;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column .right-column-wrapper .social-column {
    display: block;
  }
  #footer .footer-wrapper .right-column .right-column-wrapper .social-column .socials {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    align-self: flex-end;
  }
  #footer .footer-wrapper .right-column .right-column-wrapper .social-column .socials li {
    margin-bottom: 20px;
  }
}
#footer .footer-wrapper .right-column .right-column-wrapper .logo-footer {
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
#footer .footer-wrapper .right-column .right-column-wrapper .logo-footer img {
  max-width: 147px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column .right-column-wrapper .logo-footer {
    margin-bottom: 20px;
  }
}
#footer .footer-wrapper .right-column .right-column-wrapper .address {
  max-width: 147px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
}
#footer .footer-wrapper .right-column .right-column-wrapper .copyright {
  margin-top: 95px;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  #footer .footer-wrapper .right-column .right-column-wrapper .copyright {
    margin-top: 30px;
  }
}

#footer .socials {
  margin-bottom: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 8px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.facebook {
  background-position: 0px -370px;
}
#footer .socials a.facebook:hover {
  background-position: -170px -370px;
}
#footer .socials a.twitter {
  background-position: -38px -370px;
}
#footer .socials a.twitter:hover {
  background-position: -221px -374px;
}
#footer .socials a.instagram {
  background-position: -119px -370px;
}
#footer .socials a.instagram:hover {
  background-position: -272px -370px;
}
#footer .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .socials a.youtube {
  background-position: -121px -347px;
}
#footer .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .socials a.flickr {
  background-position: -361px -347px;
}
#footer .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .socials a.pinterest:hover {
  background-position: -241px -387px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483648;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery.custom-rooms-gallery {
  background: rgba(25, 25, 26, 0.95);
}
#hebs-gallery.custom-rooms-gallery .galleria-stage {
  top: 60px;
  overflow: visible;
  left: 0px;
  right: 5px;
}
#hebs-gallery.custom-rooms-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery.custom-rooms-gallery .galleria-stage .galleria-image img {
  border: 3px solid #f5aa91;
  margin-left: -0.1px;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery.custom-rooms-gallery .galleria-stage .galleria-image img {
    width: calc(100% - 5px) !important;
  }
}
#hebs-gallery.custom-rooms-gallery .galleria-image-nav {
  position: absolute;
  max-width: 220px;
  height: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hebs-gallery.custom-rooms-gallery .galleria-image-nav .galleria-image-nav-right, #hebs-gallery.custom-rooms-gallery .galleria-image-nav .galleria-image-nav-left {
  z-index: 1;
  top: unset;
  margin-top: 0;
}
#hebs-gallery.custom-rooms-gallery .galleria-image-nav .galleria-image-nav-right {
  right: 0;
}
#hebs-gallery.custom-rooms-gallery .galleria-image-nav .galleria-image-nav-left {
  left: 0;
}
#hebs-gallery.custom-rooms-gallery .galleria-thumbnails-container {
  display: block;
  bottom: unset;
  height: auto;
  background: none;
  z-index: -1;
}
#hebs-gallery.custom-rooms-gallery .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails {
  margin: 0 auto;
}
#hebs-gallery.custom-rooms-gallery .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
  border: 2px solid #fff;
  height: 10px !important;
  width: 10px !important;
  border-radius: 100%;
}
#hebs-gallery.custom-rooms-gallery .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image img {
  display: none !important;
}
#hebs-gallery.custom-rooms-gallery .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image.active {
  background-color: #fff;
  border-color: #fff;
}
#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;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  width: 45px;
  height: 45px;
  background: url("../images/common.svg") -14px -265px no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -14px -325px;
}
#hebs-gallery .close-button:active {
  background-position: -14px -325px;
}
#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 .select-wrapper .select-icon {
  transform: rotate(-45deg) translateY(30%);
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ddf0f0;
  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: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) 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: 979px) {
  #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;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: -90px -278px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -125px -278px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -125px -278px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: -90px -318px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -125px -318px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -125px -318px;
}
#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: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 3px solid transparent;
  border-top-color: #0A0A82;
  border-bottom-color: #0A0A82;
  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: 979px) 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 #f5aa91;
}
#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;
}

.video-acm {
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .video-acm {
    padding: 20px 0;
  }
}
.video-acm .center-column {
  padding: 0px;
}
#main-content + .video-acm {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #main-content + .video-acm {
    padding-top: 0;
  }
}
.video-acm .decoration-pattern {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .video-acm .decoration-pattern {
    bottom: 11%;
  }
}
.video-acm .acm-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 979px) {
  .video-acm .acm-content-wrapper {
    background: transparent;
    border: none;
  }
}
.video-acm .video-side {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  .video-acm .video-side {
    width: 100%;
  }
}
.video-acm .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 57%;
  height: 0;
  /*background-color: $color-grey;*/
  overflow: hidden;
  clip-path: polygon(0% 75%, 5% 0%, 96% 2%, 100% 97%, 0% 100%);
  height: 540px;
}
@media only screen and (max-width: 979px) {
  .video-acm .video-wrapper {
    height: 260px;
  }
}
.video-acm .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}
.video-acm .video-wrapper .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
@media only screen and (max-width: 979px) {
  .video-acm .video-wrapper .play-button {
    width: 50px;
    height: 50px;
  }
}
.video-acm .video-wrapper .play-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-8px, -50%);
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
@media only screen and (max-width: 979px) {
  .video-acm .video-wrapper .play-button:before {
    transform: translate(-4px, -50%);
    border-left: 12px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.video-acm .video-wrapper .play-button:hover {
  background-color: #000;
}
.video-acm iframe {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-acm .text-side {
  width: 40%;
}
@media only screen and (max-width: 979px) {
  .video-acm .text-side {
    width: 100%;
    order: 2;
  }
}
.video-acm .text-wrapper {
  padding: 0px 50px 0px 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .video-acm .text-wrapper {
    padding: 40px 0px;
    background: #fff;
    margin: 0 10px;
    border: 1px solid #fff;
  }
}
.video-acm .text-wrapper h2 {
  text-align: left;
  font-size: 35px;
}
@media only screen and (max-width: 979px) {
  .video-acm .text-wrapper h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.video-acm.vertical {
  padding: 90px 0 90px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical {
    padding: 0 0 20px;
  }
}
.video-acm.vertical .center-column {
  background-color: white;
  border: 1px solid #f4f4f4;
}
.video-acm.vertical .center-column .acm-content-wrapper {
  margin: 0 auto;
  max-width: 920px;
  border: 0;
  align-items: center;
}
.video-acm.vertical .center-column .acm-content-wrapper .video-side {
  width: 40%;
  height: 600px;
  order: 1;
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical .center-column .acm-content-wrapper .video-side {
    width: 100%;
    order: 2;
  }
}
.video-acm.vertical .center-column .acm-content-wrapper .video-side .video-wrapper {
  padding-top: 163%;
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical .center-column .acm-content-wrapper .video-side .video-wrapper {
    padding-top: 0;
    height: inherit;
  }
}
.video-acm.vertical .center-column .acm-content-wrapper .text-side {
  width: 60%;
  order: 2;
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical .center-column .acm-content-wrapper .text-side {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical .center-column .acm-content-wrapper .text-side .top-decoration {
    text-align: center;
  }
}
@media only screen and (max-width: 979px) {
  .video-acm.vertical .center-column .acm-content-wrapper .text-side .top-decoration:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "Savate", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.view-wrapper {
  text-align: center;
  position: relative;
}

.view-360-section .center-column {
  max-width: 890px;
}
.home .view-360-section .center-column, .rooms-layout .view-360-section .center-column, .specials .view-360-section .center-column {
  max-width: 1300px;
}

.view-360 {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .view-360 {
    text-align: center;
  }
}
.view-360 .block {
  width: calc((100% - 42px) / 3);
  height: 264px;
  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: 979px) {
  .view-360 .block {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.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 "Lato", "Arial", 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: 18px;
  line-height: 23px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  /*background: url("../images/360-mini.svg");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 113%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list {
    width: 100%;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 387px;
  width: 420px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    margin-right: 0;
  }
}
.specials .image-list-item .hover-overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0A0A81 100%);
  z-index: 2;
  position: absolute;
  opacity: 0.8;
}
.specials .image-list-item .background {
  position: relative;
  width: 420px;
  height: 387px;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.specials .image-list-item .background img {
  clip-path: none;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
    height: 100%;
  }
}
.specials .image-list-item:hover .description nav {
  display: flex;
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 0px 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    text-align: center;
  }
  .specials .image-list-item .description p {
    font-size: 12px;
    line-height: 20px;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description h3 {
    font-size: 34px;
  }
}
.specials .image-list-item .description h3 a {
  color: #fff;
  text-decoration: none;
}
.specials .image-list-item .description nav {
  position: relative;
  margin-top: 23px;
  margin-bottom: 40px;
  display: none;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.specials .image-list-item .description nav .button {
  color: #0A0A82;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  padding: 15px 12px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 449px) {
  .specials .image-list-item .description nav .button:last-child {
    margin-bottom: 0;
  }
}

.single-special .background {
  float: right;
  width: 380px;
  height: 380px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-special .background .special-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@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: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 3px solid transparent;
  border-top-color: #0A0A82;
  border-bottom-color: #0A0A82;
  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: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Savate", "Arial", sans-serif;
  text-transform: uppercase;
  color: #327d7d;
}
.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;
}

.infoBox img {
  position: absolute;
  right: 35px;
  top: 5px;
  z-index: 1;
}

.top-border {
  position: absolute;
  transform: rotate(2.3deg);
  top: 1px;
  right: 45px;
  width: 86%;
  z-index: 2;
  height: 3px;
  background-color: #f5aa91;
  animation: infoboxBubble 0.3s ease;
}
@keyframes infoboxBubble {
  0% {
    top: 300px;
    opacity: 0;
  }
  100% {
    top: -11px;
    opacity: 1;
  }
}
@media only screen and (max-width: 979px) {
  .top-border {
    transform: rotate(1.8deg);
  }
}

.map-content-wrapper {
  top: -15px;
  right: 20px;
  position: relative;
  background-color: #fff;
  border-left: 3px solid #f5aa91;
  border-right: 3px solid #f5aa91;
  padding: 10px;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  animation: infoboxBubble 0.3s ease;
}
@keyframes infoboxBubble {
  0% {
    top: 300px;
    opacity: 0;
  }
  100% {
    top: -15px;
    opacity: 1;
  }
}

.map-content {
  position: relative;
  max-width: 250px;
  padding: 20px 20px 60px;
  background-color: #fff;
  color: #0A0A82;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .map-content {
    padding: 10px;
    top: -2px;
  }
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Savate", "Arial", sans-serif;
  color: #0A0A82;
}
.map-content p, .map-content .poi-phone {
  color: #0A0A82;
  font: 300 13px/14px "Lato", "Arial", sans-serif;
  text-transform: capitalize;
}
.map-content a {
  height: unset;
  padding: 10px;
  margin-top: 10px;
  color: #0A0A82;
}
.map-content .button {
  width: 100%;
  margin-top: 20px;
}

.bottom-border {
  right: 46px;
  position: absolute;
  bottom: 27px;
  border-bottom: 3px solid #f5aa91;
  width: 85%;
  height: 3px;
  z-index: 2;
}
.bottom-border::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 18px;
  z-index: 50;
  border: 24px solid transparent;
  border-left: 24px solid #f5aa91;
  border-top: 24px solid #f5aa91;
  animation: bottom-after 0.5s ease;
}
@keyframes bottom-after {
  0% {
    border-left-width: 0px;
    border-top-width: 0px;
  }
  100% {
    border-left-width: 24px;
    border-top-width: 24px;
  }
}
.bottom-border:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 22px;
  z-index: 100;
  border: 18px solid transparent;
  border-left: 18px solid #fff;
  border-top: 18px solid #fff;
  animation: bottom-before 0.5s ease;
}
@keyframes bottom-before {
  0% {
    border-left-width: 0px;
    border-top-width: 0px;
  }
  100% {
    border-left-width: 18px;
    border-top-width: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .bottom-border:before {
    border: 14px solid transparent;
    border-left: 14px solid #fff;
    border-top: 14px solid #fff;
  }
}

.leaflet-popup {
  left: 0px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 10px !important;
  right: 50px !important;
}

.leaflet-popup-pane {
  z-index: 10000 !important;
}

.pressroom {
  text-align: center;
}
.pressroom .category-selector .button {
  background-color: transparent;
  font-size: 30px;
  line-height: 34px;
  color: #0A0A82;
  text-transform: capitalize;
}
.pressroom .category-selector .button.active {
  border-bottom: 3px solid #f5aa91;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  clip-path: polygon(0 10.7124918px, 349.333333px -0.0141974618px, 343.281704px 394px, 95.0371338px 394px, 4.34281612px 386.904684px);
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5aa91;
  padding: 20px 0;
  background-color: #f5aa91;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    clip-path: polygon(0 2%, 100% 0, 100% 60%, 100% 100%, 26% 100%, 1% 97%);
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item img {
  clip-path: none;
  height: 100%;
  margin-top: 0;
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 22px;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description h4 {
  color: #fff;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description .button:hover {
  background-color: #0A0A82;
  color: #f5aa91;
}
.pressroom .pressroom-item .description nav {
  margin-top: 15px;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  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.rooftop-acm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  display: inline-block;
}
.galleries.rooftop-acm .gallery {
  width: auto;
  width: 100px;
  height: 100px;
  display: inline-flex;
  position: absolute;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .galleries.rooftop-acm .gallery {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .galleries.rooftop-acm .gallery {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 449px) {
  .galleries.rooftop-acm .gallery {
    width: 40px;
    height: 40px;
  }
}
.galleries.rooftop-acm .gallery::after {
  content: none;
}
.galleries.rooftop-acm .gallery::before {
  content: none;
}
.galleries.rooftop-acm .gallery.bar {
  left: 27%;
  top: 24%;
}
@media only screen and (min-width: 1024px) {
  .galleries.rooftop-acm .gallery.bar {
    left: 26%;
    top: 22%;
  }
}
@media (max-width: 566px) {
  .galleries.rooftop-acm .gallery.bar {
    left: 25%;
    top: 22%;
  }
}
.galleries.rooftop-acm .gallery.amphitheater {
  left: 42%;
  top: 10%;
}
@media only screen and (max-width: 449px) {
  .galleries.rooftop-acm .gallery.amphitheater {
    left: 40%;
  }
}
.galleries.rooftop-acm .gallery.lawn {
  left: 59%;
  top: 1%;
}
@media only screen and (min-width: 1024px) {
  .galleries.rooftop-acm .gallery.lawn {
    left: 58%;
    top: -2%;
  }
}
@media (max-width: 566px) {
  .galleries.rooftop-acm .gallery.lawn {
    left: 57%;
    top: -2%;
  }
}
.galleries.rooftop-acm .gallery.lounge-firepits {
  left: 58%;
  top: 22%;
}
@media only screen and (max-width: 449px) {
  .galleries.rooftop-acm .gallery.lounge-firepits {
    left: 55%;
    top: 20%;
  }
}
.galleries.rooftop-acm .gallery.hot-tubs {
  left: 84%;
  top: 22%;
}
.galleries.rooftop-acm .gallery.open-area {
  left: 72%;
  top: 45%;
}
@media only screen and (max-width: 979px) {
  .galleries.rooftop-acm .gallery.open-area {
    left: 74%;
    top: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .galleries.rooftop-acm .gallery.open-area {
    left: 72%;
    top: 45%;
  }
}
.galleries.rooftop-acm .gallery button {
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  opacity: 0;
  background-color: rgba(245, 170, 145, 0.5);
  clip-path: url("#stone");
}
.galleries.rooftop-acm .gallery:hover button {
  opacity: 1;
}
.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: 979px) {
  .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 "Lato", "Arial", 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: 979px) {
  .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;
}
@media only screen and (max-width: 767px) {
  .form {
    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 #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@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 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 {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@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 .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@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: 0;
}
.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;
  }
}

.nt-page-content-wrapper {
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 16%;
  position: relative;
  padding-top: 40px;
}
.nt-page-content-wrapper form {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.nt-page-content-wrapper form input[type=datepicker], .nt-page-content-wrapper form input[type=email], .nt-page-content-wrapper form input[type=number], .nt-page-content-wrapper form input[type=phone], .nt-page-content-wrapper form input[type=text], .nt-page-content-wrapper form input[type=url], .nt-page-content-wrapper form select, .nt-page-content-wrapper form textarea, .nt-page-content-wrapper form [id*=form_form_] .input-overlay, .nt-page-content-wrapper form [id*=form_form_] input[type=datepicker], .nt-page-content-wrapper form [id*=form_form_] input[type=email], .nt-page-content-wrapper form [id*=form_form_] input[type=number], .nt-page-content-wrapper form [id*=form_form_] input[type=phone], .nt-page-content-wrapper form [id*=form_form_] input[type=text], .nt-page-content-wrapper form [id*=form_form_] input[type=url], .nt-page-content-wrapper form [id*=form_form_] select, .nt-page-content-wrapper form [id*=form_form_] textarea {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  color: #53565a;
  font-size: 14px;
  height: 43px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
}
.nt-page-content-wrapper form input[type=submit], .nt-page-content-wrapper form [id*=form_form_] input[type=submit] {
  background-color: transparent;
  background-image: url(../images/backgrounds/form-submit.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #0a0a82;
  font-family: Lato Heavy, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
.nt-page-content-wrapper form input[type=submit]:hover, .nt-page-content-wrapper form [id*=form_form_] input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}
.nt-page-content-wrapper form label, .nt-page-content-wrapper form [id*=form_form_] label {
  float: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  left: 5px;
  line-height: 17px;
  margin: 12px 20px 12px 0;
  /*position: absolute;
  text-align: right;
  width: auto;*/
}
.nt-page-content-wrapper form em, .nt-page-content-wrapper form [id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  padding-right: 5px;
}
.nt-page-content-wrapper form textarea, .nt-page-content-wrapper form [id*=form_form_] textarea {
  height: 100px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
}
.nt-page-content-wrapper form .hide_nt {
  display: none;
}
.nt-page-content-wrapper .form_new_meeting_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nt-page-content-wrapper .form_new_nt_left {
  width: 35%;
  display: inline-block;
  margin: 10px;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .form_new_nt_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .form_new_nt_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt-page-content-wrapper .form_new_nt_right {
  width: 35%;
  display: inline-block;
  margin: 10px;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .form_new_nt_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .form_new_nt_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt-page-content-wrapper .form_new_meeting_box p {
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .form_new_meeting_box p {
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .form_new_meeting_box p {
    position: inherit;
  }
}
.nt-page-content-wrapper .nt_btn {
  width: 30% !important;
  background-color: transparent;
  background-image: url(../images/backgrounds/form-submit.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #0a0a82;
  font-family: Lato Heavy, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .nt_btn {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .nt_btn {
    width: 100% !important;
  }
}
.nt-page-content-wrapper .nt_btn:hover {
  background-color: transparent;
  color: #fff;
}
.nt-page-content-wrapper .datepicker-input-wrapper {
  float: left;
  width: 92%;
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .datepicker-input-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .datepicker-input-wrapper {
    width: 90%;
  }
}
.nt-page-content-wrapper .select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.nt-page-content-wrapper .form_new_nt_full {
  margin: 10px;
  width: 72%;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 979px) {
  .nt-page-content-wrapper .form_new_nt_full {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .nt-page-content-wrapper .form_new_nt_full {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px;
  }
}
.nt-page-content-wrapper .form_new_meeting {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.nt-page-content-wrapper .form_new_meeting input[type=datepicker], .nt-page-content-wrapper .form_new_meeting input[type=email], .nt-page-content-wrapper .form_new_meeting input[type=number], .nt-page-content-wrapper .form_new_meeting input[type=phone], .nt-page-content-wrapper .form_new_meeting input[type=text], .nt-page-content-wrapper .form_new_meeting input[type=url], .nt-page-content-wrapper .form_new_meeting select, .nt-page-content-wrapper .form_new_meeting textarea, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] .input-overlay, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=datepicker], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=email], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=number], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=phone], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=text], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=url], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] select, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] textarea {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  color: #53565a;
  font-size: 14px;
  height: 43px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
}
.nt-page-content-wrapper .form_new_meeting input[type=submit], .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=submit] {
  background-color: transparent;
  background-image: url(../images/backgrounds/form-submit.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #0a0a82;
  font-family: Lato Heavy, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
.nt-page-content-wrapper .form_new_meeting input[type=submit]:hover, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}
.nt-page-content-wrapper .form_new_meeting label, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] label {
  float: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  left: 5px;
  line-height: 17px;
  margin: 12px 20px 12px 0;
  /*position: absolute;
  text-align: right;
  width: auto;*/
}
.nt-page-content-wrapper .form_new_meeting em, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  padding-right: 5px;
}
.nt-page-content-wrapper .form_new_meeting textarea, .nt-page-content-wrapper .form_new_meeting [id*=form_form_] textarea {
  height: 100px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
}
.nt-page-content-wrapper .form_new_meeting .hide_nt {
  display: none;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(255, 233, 217, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_], .newsletter-form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_], .newsletter-form {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset, .newsletter-form fieldset + fieldset {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #f5aa91;
}
[id*=form_form_] fieldset + fieldset h3, .newsletter-form fieldset + fieldset h3 {
  display: none;
}
[id*=form_form_] h3, .newsletter-form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
}
[id*=form_form_] em, .newsletter-form em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label, .newsletter-form label {
  position: absolute;
  font-family: "Lato", "Arial", sans-serif;
  left: 5px;
  width: auto;
  font-size: 14px;
  line-height: 17px;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] label, .newsletter-form label {
    display: block;
    float: none;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p, .newsletter-form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] p, .newsletter-form p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after, .newsletter-form p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span, .newsletter-form p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group, .newsletter-form p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input, .newsletter-form p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label, .newsletter-form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group, .newsletter-form p span.group {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] p span.group, .newsletter-form p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label, .newsletter-form p span.group label {
  width: 50%;
  max-width: 130px;
  position: relative;
  text-align: right;
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input, .newsletter-form p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .select-wrapper, .newsletter-form .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .newsletter-form input[type=text], .newsletter-form input[type=number], .newsletter-form input[type=email], .newsletter-form input[type=phone], .newsletter-form input[type=url], .newsletter-form input[type=datepicker], .newsletter-form textarea, .newsletter-form select, .newsletter-form .input-overlay {
  background: #f1f1f1;
  color: #53565a;
  height: 43px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .newsletter-form input[type=text], .newsletter-form input[type=number], .newsletter-form input[type=email], .newsletter-form input[type=phone], .newsletter-form input[type=url], .newsletter-form input[type=datepicker], .newsletter-form textarea, .newsletter-form select, .newsletter-form .input-overlay {
    max-width: 250px;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .newsletter-form input[type=text], .newsletter-form input[type=number], .newsletter-form input[type=email], .newsletter-form input[type=phone], .newsletter-form input[type=url], .newsletter-form input[type=datepicker], .newsletter-form textarea, .newsletter-form select, .newsletter-form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error, .newsletter-form input[type=text].form_module_field_error, .newsletter-form input[type=number].form_module_field_error, .newsletter-form input[type=email].form_module_field_error, .newsletter-form input[type=phone].form_module_field_error, .newsletter-form input[type=url].form_module_field_error, .newsletter-form input[type=datepicker].form_module_field_error, .newsletter-form textarea.form_module_field_error, .newsletter-form select.form_module_field_error, .newsletter-form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .newsletter-form input[type=text], .newsletter-form input[type=number], .newsletter-form input[type=email], .newsletter-form input[type=phone], .newsletter-form input[type=url], .newsletter-form input[type=datepicker], .newsletter-form textarea, .newsletter-form select, .newsletter-form .input-overlay {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] textarea, .newsletter-form textarea {
    max-width: none;
  }
}
[id*=form_form_] input[type=submit], .newsletter-form input[type=submit] {
  background-image: url("../images/backgrounds/form-submit.svg");
  width: 100%;
  font-family: "Lato Heavy", "Arial", sans-serif;
  height: 60px;
  line-height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  color: #0A0A82;
}
[id*=form_form_] input[type=submit]:hover, .newsletter-form input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}
[id*=form_form_] textarea, .newsletter-form textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .newsletter-form input[type=checkbox],
.newsletter-form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .newsletter-form input[type=checkbox],
.newsletter-form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper, .newsletter-form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .datepicker-input-wrapper, .newsletter-form .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, .newsletter-form input[type=datepicker], .newsletter-form .input-overlay {
  float: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, .newsletter-form input[type=datepicker], .newsletter-form .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay, .newsletter-form .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .input-overlay, .newsletter-form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger, .newsletter-form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .ui-datepicker-trigger, .newsletter-form .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit], .newsletter-form input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit], .newsletter-form > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha, .newsletter-form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field, .newsletter-form .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label, .newsletter-form .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label, .newsletter-form .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden], .newsletter-form .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p, .newsletter-form .form-builder-field[class*=inputcheckbox] p, .newsletter-form .form-builder-field[class*=checkboxgroup] p, .newsletter-form .form-builder-field[class*=radiogroup] p {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p, .newsletter-form .form-builder-field[class*=inputcheckbox] p, .newsletter-form .form-builder-field[class*=checkboxgroup] p, .newsletter-form .form-builder-field[class*=radiogroup] p {
    width: auto;
    padding-left: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p .group, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p .group, [id*=form_form_] .form-builder-field[class*=radiogroup] p .group, .newsletter-form .form-builder-field[class*=inputcheckbox] p .group, .newsletter-form .form-builder-field[class*=checkboxgroup] p .group, .newsletter-form .form-builder-field[class*=radiogroup] p .group {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label, .newsletter-form .form-builder-field[class*=inputcheckbox] > label, .newsletter-form .form-builder-field[class*=checkboxgroup] > label, .newsletter-form .form-builder-field[class*=radiogroup] > label {
  position: relative;
  max-width: 300px;
  width: calc(50% - 10px);
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label, .newsletter-form .form-builder-field[class*=inputcheckbox] > label, .newsletter-form .form-builder-field[class*=checkboxgroup] > label, .newsletter-form .form-builder-field[class*=radiogroup] > label {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label, .newsletter-form .form-builder-field[class*=inputcheckbox] .radio-label, .newsletter-form .form-builder-field[class*=inputcheckbox] .checkbox-label, .newsletter-form .form-builder-field[class*=checkboxgroup] .radio-label, .newsletter-form .form-builder-field[class*=checkboxgroup] .checkbox-label, .newsletter-form .form-builder-field[class*=radiogroup] .radio-label, .newsletter-form .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #0A0A82;
  display: flex;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label, .newsletter-form .form-builder-field[class*=inputcheckbox] .radio-label, .newsletter-form .form-builder-field[class*=inputcheckbox] .checkbox-label, .newsletter-form .form-builder-field[class*=checkboxgroup] .radio-label, .newsletter-form .form-builder-field[class*=checkboxgroup] .checkbox-label, .newsletter-form .form-builder-field[class*=radiogroup] .radio-label, .newsletter-form .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p, .newsletter-form .form-builder-field[class*=inputcheckbox] p {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] p, .newsletter-form .form-builder-field[class*=inputcheckbox] p {
    padding-left: 0px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label, .newsletter-form .form-builder-field[class*=inputcheckbox] label {
  position: relative;
  width: 100%;
  padding-left: 35px;
  margin-left: 0;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label, .newsletter-form .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit], .newsletter-form .form-builder-field[class*=inputsubmit] {
  margin-left: 0px;
  padding: 20px 0 0 0%;
  width: 100%;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance, .newsletter-form .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em, .newsletter-form .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox], .newsletter-form .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label, .newsletter-form .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph], .newsletter-form .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=paragraph], .newsletter-form .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile], .newsletter-form .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file], .newsletter-form .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label, .newsletter-form .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input, .newsletter-form .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Lato", "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before, .newsletter-form .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group, .newsletter-form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 24px;
}
[id*=form_form_] .form-builder-group.without-icon .datepicker-input-wrapper, .newsletter-form .form-builder-group.without-icon .datepicker-input-wrapper {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.without-icon .datepicker-input-wrapper, .newsletter-form .form-builder-group.without-icon .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.without-icon input, .newsletter-form .form-builder-group.without-icon input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.without-icon .ui-datepicker-trigger, .newsletter-form .form-builder-group.without-icon .ui-datepicker-trigger {
  display: none;
}
[id*=form_form_] .form-builder-group.margin-bottom-none label, .newsletter-form .form-builder-group.margin-bottom-none label {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.margin-bottom-none label, .newsletter-form .form-builder-group.margin-bottom-none label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.margin-bottom-none p, .newsletter-form .form-builder-group.margin-bottom-none p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-group.right-aligned, .newsletter-form .form-builder-group.right-aligned {
  margin-bottom: 53px;
  justify-content: flex-end;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.right-aligned, .newsletter-form .form-builder-group.right-aligned {
    justify-content: flex-start;
  }
}
[id*=form_form_] .form-builder-group.right-aligned .form-builder-field, .newsletter-form .form-builder-group.right-aligned .form-builder-field {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.right-aligned .form-builder-field, .newsletter-form .form-builder-group.right-aligned .form-builder-field {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2, .newsletter-form .form-builder-group.columns-2 {
    margin-bottom: 20px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .newsletter-form .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:last-child, .newsletter-form .form-builder-group.columns-2 .form-builder-field:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .newsletter-form .form-builder-group.columns-2 .form-builder-field {
    margin-bottom: 20px;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label, .newsletter-form .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=phone], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=datepicker], .newsletter-form .form-builder-group.columns-2 .form-builder-field input[type=text], .newsletter-form .form-builder-group.columns-2 .form-builder-field input[type=email], .newsletter-form .form-builder-group.columns-2 .form-builder-field input[type=phone], .newsletter-form .form-builder-group.columns-2 .form-builder-field input[type=datepicker] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] select, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] input, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .newsletter-form .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .newsletter-form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label, .newsletter-form .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email], .newsletter-form .form-builder-group.columns-3 .form-builder-field input[type=text], .newsletter-form .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] select, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] input, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .newsletter-form .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child), .newsletter-form .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .newsletter-form .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label, .newsletter-form .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email], .newsletter-form .form-builder-group.columns-4 .form-builder-field input[type=text], .newsletter-form .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] select, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] input, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .newsletter-form .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even), .newsletter-form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even), .newsletter-form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .newsletter-form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio, .newsletter-form .custom-checkbox, .newsletter-form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 2.5em;
  padding-left: 2em;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before, .newsletter-form .custom-checkbox:before, .newsletter-form .custom-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 33px;
  height: 33px;
  background: #f1f1f1;
  transition: transform 350ms ease-in-out/2;
  border: #b3b3b3 1px solid;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before, .newsletter-form .custom-checkbox:hover:before, .newsletter-form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before, .newsletter-form .custom-checkbox:active:before, .newsletter-form .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after, .newsletter-form .custom-checkbox:after, .newsletter-form .custom-radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #0A0A82;
  border-left: 2px solid #0A0A82;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after, .newsletter-form .custom-checkbox.checked:after, .newsletter-form .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input, .newsletter-form .custom-checkbox input, .newsletter-form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active, .newsletter-form .custom-checkbox.active, .newsletter-form .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-checkbox:before, .newsletter-form .custom-checkbox:before {
  left: -5px;
  border-radius: 5px;
}
[id*=form_form_] .custom-checkbox::after, .newsletter-form .custom-checkbox::after {
  top: 7px;
  left: 4px;
  width: 18px;
  height: 10px;
}
[id*=form_form_] .custom-radio, .newsletter-form .custom-radio {
  padding-right: 10px;
}
[id*=form_form_] .custom-radio:before, .newsletter-form .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after, .newsletter-form .custom-radio:after {
  border: none;
  width: 18px;
  height: 18px;
  top: 7px;
  left: -7px;
  border-radius: 50%;
  transform: scale(2);
  background: #0A0A82;
}
[id*=form_form_] .custom-radio.checked:after, .newsletter-form .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file], .newsletter-form input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input, .newsletter-form .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive, .newsletter-form .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.newsletter-fieldset label {
  display: none;
}
.newsletter-fieldset h3 {
  font-family: "Savate", "Arial", sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 13px;
  font-size: 39px;
  letter-spacing: 2.42px;
  line-height: 47px;
  text-transform: capitalize;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-fieldset h3 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.newsletter-fieldset input[type=text], .newsletter-fieldset input[type=email] {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0;
  background: #0A0A82;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.17px;
  color: #fff;
  border: 1px solid #0A0A82;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset input[type=text], .newsletter-fieldset input[type=email] {
    width: 100%;
  }
}
.newsletter-fieldset input[type=text]::-moz-placeholder, .newsletter-fieldset input[type=email]::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-fieldset input[type=text]::placeholder, .newsletter-fieldset input[type=email]::placeholder {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.newsletter-fieldset .form-builder-group {
  display: flex;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset .form-builder-group {
    flex-direction: column;
  }
}
.newsletter-fieldset .form-builder-field[class*=inputsubmit] {
  width: 20% !important;
  padding-left: 0;
  padding-top: 10px;
}
.newsletter-fieldset .form-builder-field[class*=inputsubmit] p {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset .form-builder-field[class*=inputsubmit] {
    width: 100% !important;
  }
}
.newsletter-fieldset .form-builder-field[class*=inputsubmit] .button {
  display: block;
  background-color: transparent;
  background-image: url("../images/backgrounds/footer-submit.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  color: #0A0A82;
  width: auto;
  padding: 0 30px;
  font-size: 13px;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset .form-builder-field[class*=inputsubmit] .button {
    width: 100% !important;
    font-size: 11px;
    padding: 0 25px;
    background-size: 329px 44px;
    background-image: url("../images/backgrounds/mobile-footer-submit.svg");
  }
}
.newsletter-fieldset .form-builder-field[class*=inputtext], .newsletter-fieldset .form-builder-field[class*=inputemail] {
  border-bottom: 1px solid #fff;
}
.newsletter-fieldset .form-builder-field[class*=inputemail] {
  width: 70% !important;
}
@media only screen and (max-width: 979px) {
  .newsletter-fieldset .form-builder-field[class*=inputemail] {
    width: 100% !important;
  }
}
.newsletter-fieldset .form-builder-field[class*=inputemail] p {
  margin-bottom: 0;
  margin-top: 20px;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Savate", "Arial", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi-acm {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .poi-acm {
    display: none;
  }
}

.poi {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  padding: 0 70px;
  margin-top: 70px;
}
@media only screen and (max-width: 979px) {
  .poi {
    padding: 20px 0 15px;
    max-height: 80vh;
  }
}

.poi-link-mobile {
  display: none;
}
@media only screen and (max-width: 979px) {
  .poi-link-mobile {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "Lato Heavy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.17px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 20px 0px;
    z-index: 6;
  }
}

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

.poi-zoom {
  color: #0A0A82;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 2;
  transform: rotate(270deg);
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
@media only screen and (max-width: 979px) {
  .poi-zoom {
    display: none;
    left: 0px;
  }
}
.poi-zoom span {
  opacity: 0;
}
.poi-zoom .poi-zoom-button {
  display: block;
  vertical-align: top;
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 43px;
  width: 43px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #030355;
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #0A0A82;
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.poi-map {
  height: 600px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-wrapper {
  display: flex;
  padding: 34px 28px;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  top: 5%;
  right: 50px;
  min-width: 400px;
  max-height: 90%;
  z-index: 3;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.poi-overlay .category-wrapper .top-border-category {
  position: absolute;
  min-width: 400px;
  height: 10px;
  top: -6px;
  background-color: #fff;
  right: 0;
  clip-path: polygon(0% 0%, 101% 70%, 100% 100%, 0 99%);
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-wrapper {
    min-width: unset;
    top: 1%;
    right: 50%;
    align-items: center;
    padding: 12px 15px;
    transform: translateX(50%);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    max-height: none;
  }
  .poi-overlay .category-wrapper::after {
    display: none;
  }
}
.poi-overlay .category-wrapper .title-wrapper {
  text-align: left;
  margin-bottom: 26px;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-wrapper .title-wrapper {
    text-align: center;
    margin-bottom: 0;
  }
}
.poi-overlay .category-wrapper .title-wrapper h3 {
  font: 300 32px/38px "Savate", "Arial", sans-serif;
}
.poi-overlay .category-wrapper .title-wrapper p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 300 12px/15px "Lato", "Arial", sans-serif;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-wrapper .title-wrapper p {
    white-space: nowrap;
  }
}
.poi-overlay .category-wrapper .category-selector {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-wrapper .category-selector {
    display: none;
  }
}
.poi-overlay .category-wrapper .category-selector .button {
  height: auto;
  color: #0A0A82;
  height: 30px;
  text-align: left;
  font: 300 14px/17px "Lato", "Arial", sans-serif;
  letter-spacing: 0.5px;
  background-color: transparent;
  padding-left: 45px;
  margin-bottom: 0 5px 24px 0;
}
.poi-overlay .category-wrapper .category-selector .button:hover span, .poi-overlay .category-wrapper .category-selector .button.active span {
  border-bottom: 1px solid #0A0A82;
}
.poi-overlay .category-wrapper .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.poi-overlay .category-wrapper .category-selector .button span {
  display: block;
}
.poi-overlay .category-wrapper .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-health-wellness:before {
  background-position: -2050px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-dog-care:before {
  background-position: -2110px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-concert-venue:before {
  background-position: -2170px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-music:before {
  background-position: -2230px -10px;
}
.poi-overlay .category-wrapper .category-selector .button.icon-nightlife:before {
  background-position: -2290px -10px;
}
.poi-overlay .category-wrapper .poi-link-desktop {
  color: #fff;
  position: absolute;
  bottom: -10%;
  right: 50%;
  transform: translateX(50%);
  padding: 12px 50px;
  text-decoration: none;
  background-color: #000;
  width: 105%;
  font: 300 16px/19px "Lato Heavy", "Arial", sans-serif;
}
@media only screen and (max-width: 979px) {
  .poi-overlay .category-wrapper .poi-link-desktop {
    display: none;
  }
}
.poi-overlay .category-wrapper .poi-link-desktop:hover {
  color: #f5aa91;
  background-color: #0A0A82;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#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 {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@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: #f5aa91;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  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;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#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 #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #0A0A82;
  color: #0A0A82;
}
#calendar-year .active a:hover {
  border-color: #f5aa91;
  color: #f5aa91;
}

#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: 979px) {
  #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: #f5aa91;
  color: #fff;
}
#calendar-month a.active {
  background: #0A0A82;
  color: #fff;
}
#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: #327d7d;
  }
  #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;
  text-transform: uppercase;
  background-color: #eee;
}
#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 {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #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(0, 0, 0, 0.06);
}
@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 {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#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-size: 0.5em;
  background: #327d7d;
  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: #717272;
  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.2);
  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: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  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: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 .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: 979px) {
  .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 "Savate", "Arial", sans-serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #f5aa91;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.calendar .image-list-item .description .button:hover {
  background-color: #f5aa91;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .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;
  }
}

.main-content-block {
  margin-bottom: 50px;
}
.main-content-block.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-bottom: 100px;
}
@media only screen and (max-width: 979px) {
  .main-content-block.row {
    padding-bottom: 0;
  }
}
.main-content-block .column.content {
  width: 60%;
}
@media only screen and (min-width: 1200px) {
  .main-content-block .column.content {
    width: 65%;
  }
}
@media only screen and (max-width: 979px) {
  .main-content-block .column.content {
    width: 100%;
    text-align: left;
  }
}
#rooms-page .main-content-block .column.content {
  width: 75%;
}
@media only screen and (max-width: 979px) {
  #rooms-page .main-content-block .column.content {
    width: 100%;
  }
}
#rooms-page .main-content-block .column.content.full-width {
  width: 100%;
}
.main-content-block .column.content.full-width {
  width: 100%;
}
.main-content-block .column.content.small-width {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .main-content-block .column.content.small-width {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .main-content-block .column.content.small-width {
    width: 100%;
  }
}
.main-content-block .column-arrow {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 979px) {
  .main-content-block .column-arrow {
    padding: 0;
  }
}
.main-content-block .column-arrow:before {
  content: url("../images/arrow-down.svg");
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 45px;
}
@media only screen and (max-width: 979px) {
  .main-content-block .column-arrow:before {
    content: none;
  }
}
.main-content-block .column.thumbnail, .main-content-block .column.thumbnail-rooms {
  width: calc(34% - 100px);
  min-width: 340px;
  margin: 0;
  margin-right: -15px;
}
#rooms-page .main-content-block .column.thumbnail, #rooms-page .main-content-block .column.thumbnail-rooms {
  min-width: 240px;
}
@media only screen and (max-width: 979px) {
  .main-content-block .column.thumbnail, .main-content-block .column.thumbnail-rooms {
    width: 100%;
    min-height: 200px;
    min-width: auto;
  }
}
.main-content-block .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-content-block .image-wrapper:after {
  display: block;
  width: 100%;
  content: "";
  padding-top: 100%;
}
.main-content-block .image-wrapper.overview:after {
  position: absolute;
  top: 0;
}

.overview-page .main-content-block {
  padding-bottom: 0;
}
.overview-page .main-content-block .column.content {
  width: 34%;
}
.overview-page .main-content-block .column.content.full-width {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .overview-page .main-content-block .column.content {
    width: 100%;
  }
}
.overview-page .main-content-block .column.thumbnail {
  width: calc(58% - 85px);
}
@media only screen and (max-width: 979px) {
  .overview-page .main-content-block .column.thumbnail {
    width: 100%;
    min-height: 200px;
    min-width: auto;
  }
}

#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/virtual-popup-close.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #popup .popup-close {
    top: 1%;
  }
}

#home-main-content {
  margin-bottom: 50px;
}
#home-main-content .watermark-text {
  font-size: 280px;
  letter-spacing: -30px;
  top: -180px;
  left: -10%;
  transform: rotate(-3deg);
}
@media only screen and (max-width: 1023px) {
  #home-main-content .watermark-text {
    left: 0px;
    top: -50px;
    font-size: 100px;
    transform: rotate(3deg);
    letter-spacing: -7px;
  }
}
@media only screen and (max-width: 767px) {
  #home-main-content .watermark-text {
    max-width: 320px;
    left: -10px;
    top: -30px;
    font-size: 80px;
    transform: rotate(3deg);
    letter-spacing: -7px;
  }
}
#home-main-content .content-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
}
#home-main-content .content-wrapper .text-part {
  width: 40%;
}
@media only screen and (max-width: 979px) {
  #home-main-content .content-wrapper .text-part {
    width: 100%;
  }
}
#home-main-content .content-wrapper .text-part .header-wrapper {
  margin-bottom: 18px;
}
#home-main-content .content-wrapper .text-part .header-wrapper h2 {
  margin-bottom: 0;
}
#home-main-content .content-wrapper .text-part p {
  line-height: 28px;
  width: 90%;
}
@media only screen and (max-width: 979px) {
  #home-main-content .content-wrapper .text-part p {
    width: 100%;
  }
}
#home-main-content .content-wrapper .thumbnail {
  width: calc(59% - 100px);
  min-width: 340px;
  margin: 0;
  margin-right: -15px;
}
@media only screen and (max-width: 979px) {
  #home-main-content .content-wrapper .thumbnail {
    display: none;
  }
}
#home-main-content .content-wrapper .thumbnail .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#home-main-content .content-wrapper .information {
  margin-top: 39px;
}
@media only screen and (max-width: 979px) {
  #home-main-content .content-wrapper .information {
    margin-top: 30px;
  }
}
#home-main-content .content-wrapper .information ul {
  margin: 0;
  list-style: none;
}
#home-main-content .content-wrapper .information ul li {
  margin-bottom: 23px;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  line-height: 22px;
}
@media only screen and (max-width: 979px) {
  #home-main-content .content-wrapper .information ul li {
    margin-bottom: 30px;
  }
}
#home-main-content .content-wrapper .information ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  border-radius: 0;
}
#home-main-content .content-wrapper .information ul li.phone::before {
  background-position: -2px -499px;
}
#home-main-content .content-wrapper .information ul li.phone::before:hover {
  background-position: 0px -493px;
}
#home-main-content .content-wrapper .information ul li#weather::before {
  background-position: -36px -495px;
}
#home-main-content .content-wrapper .information ul li#weather::before:hover {
  background-position: -41px -388px;
}
#home-main-content .content-wrapper .information ul li.email::before {
  background-position: -78px -499px;
}
#home-main-content .content-wrapper .information ul li.email::before:hover {
  background-position: -41px -388px;
}
#home-main-content .content-wrapper .information ul li.map::before {
  background-position: -119px -495px;
}
#home-main-content .content-wrapper .information ul li.map::before:hover {
  background-position: -41px -388px;
}
#home-main-content .content-wrapper .information ul li a {
  font-weight: 300;
  text-decoration: none;
}
#home-main-content .content-wrapper .information ul li .info-name {
  font-weight: 700;
}

#weather {
  color: #0A0A82;
  text-align: left;
}

#content-right-bar {
  margin-top: 35px;
  color: #0A0A82;
}
#content-right-bar .heading {
  font-family: "Savate", "Arial", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 1.17px;
  color: currentColor;
  text-align: center;
}
#content-right-bar .items-wrapper {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #content-right-bar .items-wrapper {
    padding-bottom: 30px;
  }
}
#content-right-bar .items-wrapper:after {
  content: "";
  position: absolute;
  background-color: #f5aa91;
  bottom: 0;
  left: 9px;
  right: 3px;
  height: 4px;
}
#content-right-bar .items-wrapper .image-wrapper {
  max-width: 313px;
  max-height: 319px;
  margin: auto;
  position: relative;
}
#content-right-bar .items-wrapper .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 97%;
}
#content-right-bar .items-wrapper .image-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content-right-bar .items-wrapper .content-wrapper {
  margin: 0 32px 50px 50px;
}
@media only screen and (max-width: 979px) {
  #content-right-bar .items-wrapper .content-wrapper {
    margin: 30px 30px 40px;
  }
}
#content-right-bar .items-wrapper .content-wrapper .subheading {
  margin-top: 10px;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  color: currentColor;
}
#content-right-bar .items-wrapper .content-wrapper .content {
  font-family: "Lato LightItalic", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  color: currentColor;
  margin: 20px 0;
}
#content-right-bar .items-wrapper .content-wrapper .content p {
  font: inherit;
}
#content-right-bar .items-wrapper .content-wrapper .learn-more-wrapper {
  text-align: right;
}
#content-right-bar .items-wrapper .content-wrapper .learn-more-wrapper .learn-more {
  display: inline-block;
}
#content-right-bar .quotation {
  position: relative;
  padding: 20px 0 0 27px;
  margin: 50px 40px 0 40px;
}
@media only screen and (max-width: 979px) {
  #content-right-bar .quotation {
    margin: 40px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #content-right-bar .quotation {
    padding-left: 0;
  }
}
#content-right-bar .quotation .quote-sign {
  position: absolute;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 109px;
  color: rgba(245, 170, 145, 0.6);
  top: 36px;
  left: 0;
  z-index: -1;
  line-height: 29px;
}
#content-right-bar .quotation .content {
  font-family: "Lato LightItalic", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
}
#content-right-bar .quotation .content p {
  font: inherit;
}
#content-right-bar .quotation .person {
  margin-top: 30px;
  text-align: right;
  font-family: "Lato", "Arial", sans-serif;
}
#content-right-bar .quotation .person-info {
  text-align: right;
  font-family: "Lato LightItalic", "Arial", sans-serif;
}

.lightbox {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 206;
  transition: visibility 0.3s, opacity 0.3s, top 0ms, left 0ms;
}
.lightbox.visible {
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s, top 0ms, left 0ms;
}
.lightbox .lightbox-container {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 40px 0px 0px 40px;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .lightbox .lightbox-container {
    padding: 30px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-container {
    padding: 20px 0 40px 0px;
  }
}
.lightbox .lightbox-wrapper {
  position: relative;
  padding: 60px;
  padding-top: 0;
  height: 100vh;
}
@media only screen and (min-width: 1440px) {
  .lightbox .lightbox-wrapper {
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-wrapper {
    padding: 0px 10px 10px;
  }
}
.lightbox .close-button {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -30px;
  transform: translate(50%, -50%);
  display: block;
  height: 42px;
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .lightbox .close-button {
    top: -50px;
    height: -31px;
    width: -31px;
    bottom: calc(100% - 15px);
    right: -5px;
    transform: none;
  }
}
.lightbox .close-button:hover:before, .lightbox .close-button:hover:after {
  background-color: #f5aa91;
}
.lightbox .close-button::before, .lightbox .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 3px;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
.lightbox .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightbox .lightbox-image {
  position: relative;
  width: calc(39% - 100px);
  min-width: 240px;
}
@media only screen and (max-width: 979px) {
  .lightbox .lightbox-image {
    display: none;
  }
}
.lightbox .lightbox-image .thumbnail {
  margin: 0;
  margin-right: -15px;
}
.lightbox .lightbox-image .thumbnail .image-wrapper {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-image .thumbnail .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 97%;
}
.lightbox .lightbox-content {
  position: relative;
  width: 81%;
  font-size: 14px;
  line-height: 31px;
  font-family: "Lato", "Arial", sans-serif;
  margin: 0 auto;
  max-height: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 979px) {
  .lightbox .lightbox-content {
    width: 100%;
  }
}
.lightbox .lightbox-content .lightbox-header {
  position: relative;
  padding: 32px 50px 0;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .lightbox .lightbox-content .lightbox-header {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-header {
    padding: 20px;
    flex-direction: column;
  }
}
.lightbox .lightbox-content .lightbox-header .lightbox-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 17px;
}
.lightbox .lightbox-content .lightbox-header .lightbox-titles .h1-like {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
}
.lightbox .lightbox-content .lightbox-header .lightbox-titles .h2-like {
  font-size: 62px;
  line-height: 74px;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: capitalize;
}
.lightbox .lightbox-content .lightbox-header .lightbox-description {
  display: inline-block;
  margin: 15px 0 0;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.lightbox .lightbox-content .lightbox-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: #fff;
  padding: 20px 50px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .lightbox .lightbox-content .lightbox-body {
    padding: 20px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lightbox .lightbox-content .lightbox-body {
    padding: 20px 20px 0;
  }
}
.lightbox .lightbox-content .lightbox-body .lightbox-content-wrapper {
  margin-bottom: 20px;
}
.lightbox .lightbox-content .lightbox-body p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .lightbox .lightbox-content .lightbox-body input[type=text], .lightbox .lightbox-content .lightbox-body input[type=number], .lightbox .lightbox-content .lightbox-body input[type=email], .lightbox .lightbox-content .lightbox-body input[type=phone], .lightbox .lightbox-content .lightbox-body input[type=url], .lightbox .lightbox-content .lightbox-body input[type=datepicker], .lightbox .lightbox-content .lightbox-body textarea, .lightbox .lightbox-content .lightbox-body select, .lightbox .lightbox-content .lightbox-body .input-overlay {
    max-width: none;
  }
}
.lightbox .lightbox-content .lightbox-body input[type=submit] {
  margin: 0 0 0 auto;
  width: 300px;
}

.header-form-lightbox {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 206;
  transition: visibility 0.3s, opacity 0.3s, top 0ms, left 0ms;
}
.header-form-lightbox.visible {
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s, top 0ms, left 0ms;
}
.header-form-lightbox .lightbox-container {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 40px 0px 0px 40px;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header-form-lightbox .lightbox-container {
    padding: 30px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-form-lightbox .lightbox-container {
    padding: 20px 0 40px 0px;
  }
}
.header-form-lightbox .lightbox-wrapper {
  position: relative;
  padding: 60px;
  padding-top: 0;
  height: 100vh;
}
@media only screen and (min-width: 1440px) {
  .header-form-lightbox .lightbox-wrapper {
    padding: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-form-lightbox .lightbox-wrapper {
    padding: 0px 10px 10px;
  }
}
.header-form-lightbox .close-button {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -30px;
  transform: translate(50%, -50%);
  display: block;
  height: 42px;
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .header-form-lightbox .close-button {
    top: -50px;
    height: -31px;
    width: -31px;
    bottom: calc(100% - 15px);
    right: -5px;
    transform: none;
  }
}
.header-form-lightbox .close-button:hover:before, .header-form-lightbox .close-button:hover:after {
  background-color: #f5aa91;
}
.header-form-lightbox .close-button::before, .header-form-lightbox .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 3px;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
.header-form-lightbox .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-form-lightbox .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-form-lightbox .lightbox-image {
  position: relative;
  width: calc(39% - 100px);
  min-width: 240px;
}
@media only screen and (max-width: 979px) {
  .header-form-lightbox .lightbox-image {
    display: none;
  }
}
.header-form-lightbox .lightbox-image .thumbnail {
  margin: 0;
  margin-right: -15px;
}
.header-form-lightbox .lightbox-image .thumbnail .image-wrapper {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 100%;
  height: 100%;
}
.header-form-lightbox .lightbox-image .thumbnail .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 97%;
}
.header-form-lightbox .lightbox-content {
  position: relative;
  width: 81%;
  font-size: 14px;
  line-height: 31px;
  font-family: "Lato", "Arial", sans-serif;
  margin: 0 auto;
  max-height: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 979px) {
  .header-form-lightbox .lightbox-content {
    width: 100%;
  }
}
.header-form-lightbox .lightbox-content .lightbox-header {
  position: relative;
  padding: 32px 50px 0;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header-form-lightbox .lightbox-content .lightbox-header {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-form-lightbox .lightbox-content .lightbox-header {
    padding: 20px;
    flex-direction: column;
  }
}
.header-form-lightbox .lightbox-content .lightbox-header .lightbox-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 17px;
}
.header-form-lightbox .lightbox-content .lightbox-header .lightbox-titles .h1-like {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
}
.header-form-lightbox .lightbox-content .lightbox-header .lightbox-titles .h2-like {
  font-size: 62px;
  line-height: 74px;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: capitalize;
}
.header-form-lightbox .lightbox-content .lightbox-header .lightbox-description {
  display: inline-block;
  margin: 15px 0 0;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.header-form-lightbox .lightbox-content .lightbox-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: #fff;
  padding: 20px 50px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .header-form-lightbox .lightbox-content .lightbox-body {
    padding: 20px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-form-lightbox .lightbox-content .lightbox-body {
    padding: 20px 20px 0;
  }
}
.header-form-lightbox .lightbox-content .lightbox-body .lightbox-content-wrapper {
  margin-bottom: 20px;
}
.header-form-lightbox .lightbox-content .lightbox-body p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .header-form-lightbox .lightbox-content .lightbox-body input[type=text], .header-form-lightbox .lightbox-content .lightbox-body input[type=number], .header-form-lightbox .lightbox-content .lightbox-body input[type=email], .header-form-lightbox .lightbox-content .lightbox-body input[type=phone], .header-form-lightbox .lightbox-content .lightbox-body input[type=url], .header-form-lightbox .lightbox-content .lightbox-body input[type=datepicker], .header-form-lightbox .lightbox-content .lightbox-body textarea, .header-form-lightbox .lightbox-content .lightbox-body select, .header-form-lightbox .lightbox-content .lightbox-body .input-overlay {
    max-width: none;
  }
}
.header-form-lightbox .lightbox-content .lightbox-body input[type=submit] {
  margin: 0 0 0 auto;
  width: 300px;
}

.sidebar {
  font: 16px/22px "Lato Heavy", "Arial", sans-serif;
  position: relative;
  letter-spacing: 1.17px;
  color: #0A0A82;
  max-width: 27%;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 979px) {
  .sidebar {
    MAX-width: 36%;
  }
}
@media (max-width: 1050px) and (min-width: 1024px) {
  .sidebar {
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-content {
  position: sticky;
  top: 190px;
}
@media only screen and (max-width: 979px) {
  .sidebar .sidebar-content {
    top: 160px;
  }
}
.sidebar .sidebar-content .sidebar-content-wrapper {
  position: relative;
  text-align: center;
}
.sidebar .sidebar-content .sidebar-content-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  z-index: -1;
  top: -10%;
  left: 0;
  background-image: url("../images/backgrounds/rfp-background.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media (max-width: 1050px) and (min-width: 1024px) {
  .sidebar .sidebar-content .sidebar-content-wrapper::after {
    background-size: contain;
  }
}
.sidebar .sidebar-content h2 {
  position: relative;
  color: #0A0A82;
  display: inline-block;
  font: 22px/27px "Savate", "Arial", sans-serif;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  padding-bottom: 26px;
  margin-bottom: 28px;
}
.sidebar .sidebar-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background: #f5aa91;
}
.sidebar .sidebar-content h3 {
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 38px;
  margin-top: 0;
  text-transform: uppercase;
}
.sidebar .sidebar-content .button {
  background-color: transparent;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #0A0A82;
  width: 100%;
  text-transform: uppercase;
  background-image: url("../images/backgrounds/form-submit.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sidebar .sidebar-content .button:hover {
  color: #fff;
}

.rfp-block {
  position: relative;
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  .rfp-block {
    margin: 40px 0;
  }
}
.rfp-block.with-watermark {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .rfp-block.with-watermark {
    margin-top: 50px;
  }
}
.rfp-block .watermark-text {
  margin-top: -40px;
  transform: rotate(2deg);
  top: -100px;
  left: unset;
  right: 60px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .rfp-block .watermark-text {
    margin: 40px 0 0 0;
    right: 20px;
  }
}
.rfp-block .rfp-container {
  position: relative;
  clip-path: polygon(0% 3%, 75% 0%, 100% 2%, 100% 98%, 25% 100%, 0 98%);
}
.rfp-block .rfp-container .background-image {
  transition: opacity 350ms ease-in-out;
  font-size: 0;
  width: 100%;
}
.rfp-block .rfp-container .background-image img {
  position: relative;
  width: 100%;
}
.rfp-block .rfp-container .background-image .header-wrapper {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  background-color: transparent;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .rfp-block .rfp-container .background-image .header-wrapper {
    top: 20%;
  }
}
@media only screen and (max-width: 449px) {
  .rfp-block .rfp-container .background-image .header-wrapper {
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-block .rfp-container .background-image .header-wrapper {
    max-width: 300px;
  }
}
.rfp-block .rfp-container .background-image .header-wrapper.only-link {
  top: 50%;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .rfp-block .rfp-container .background-image .header-wrapper.only-link {
    top: 40%;
  }
}
.rfp-block .rfp-container .background-image .header-wrapper .h1-like, .rfp-block .rfp-container .background-image .header-wrapper .h2-like {
  color: #fff;
}
.rfp-block .rfp-container .background-image .header-wrapper .h1-like {
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.rfp-block .rfp-container .background-image .header-wrapper .h2-like {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rfp-block .rfp-container .background-image .header-wrapper .h2-like {
    line-height: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .rfp-block .rfp-container .background-image .header-wrapper .h2-like {
    font-size: 21px;
  }
}
.rfp-block .rfp-container .background-image .button {
  background-color: transparent;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #0A0A82;
  width: 100%;
  text-transform: uppercase;
  background-image: url("../images/backgrounds/form-submit.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.rfp-block .rfp-container .background-image .button:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rfp-block .rfp-container .background-image .button {
    max-width: 200px;
    right: 0;
    margin: 0 auto;
  }
}

#right-side-gallery {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  #right-side-gallery {
    width: 100%;
  }
}
#right-side-gallery .map-container {
  position: relative;
}
#right-side-gallery .map-container img {
  clip-path: none;
  margin: 0;
  height: 100%;
}

.image-slider-acm {
  padding-top: 50px;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm {
    padding-top: 25px;
  }
}
.image-slider-acm + .acm-section {
  margin-top: -130px;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm + .acm-section {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .image-slider-acm + .acm-section {
    margin-top: -80px;
  }
}
.image-slider-acm h2 {
  margin-left: 65px;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm h2 {
    margin-left: 0;
  }
}
.image-slider-acm .image-slider {
  position: relative;
}
.image-slider-acm .image-slide-img {
  position: relative;
  margin-left: 65px;
  min-height: 600px;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm .image-slide-img {
    margin: 0;
    min-height: 300px;
  }
}
.image-slider-acm .image-slide {
  position: relative;
  display: none;
}
.image-slider-acm .image-slide:first-child, .image-slider-acm .image-slide.swiper-slide {
  display: block;
}
.image-slider-acm .image-slide-content {
  width: 58%;
  position: relative;
  bottom: 200px;
  padding: 25px 60px 40px;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm .image-slide-content {
    width: 70%;
    bottom: 100px;
    padding: 25px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .image-slider-acm .image-slide-content {
    width: 100%;
    margin: 0;
  }
}
.image-slider-acm .image-slide-content.gray-background {
  background-color: #EFEFEF;
  border: 1px solid #979797;
}
.image-slider-acm .image-slide-content h3,
.image-slider-acm .image-slide-content h4 {
  font-size: 30px;
  margin-bottom: 4px;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm .image-slide-content h3,
.image-slider-acm .image-slide-content h4 {
    font-size: 20px;
  }
}
.image-slider-acm .image-slide-content p {
  font-size: 17px;
  line-height: 2.1;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm .image-slide-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.image-slider-acm .image-slide-content p:last-child {
  margin-bottom: 0;
}
.image-slider-acm .image-slider-buttons {
  position: absolute;
  right: 0;
  top: 600px;
  width: 13%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .image-slider-acm .image-slider-buttons {
    right: 20px;
    top: 300px;
  }
}
.image-slider-acm .slideshow-button {
  position: relative;
  font-size: 0;
  height: 100%;
  min-height: 60px;
  width: calc(50% - 20px);
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 50%;
}
.image-slider-acm .slideshow-button.previous {
  transform: scale(-1, 1) translateX(-2px);
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .image-slider-acm .slideshow-button {
    display: none;
  }
}
.image-slider-acm .image-slider-pagination {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  justify-content: center;
  transform: translateX(-50%);
}
.image-slider-acm .image-slider-pagination .swiper-pagination-bullet {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.image-slider-acm .image-slider-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.image-slider-acm .image-slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .image-slider-acm .image-slider-pagination {
    display: block;
  }
}

.link-block {
  text-align: center;
  margin: 70px 0 46px 0;
}
.link-block h2 {
  font-size: 56px;
  line-height: 75px;
}
.link-block .link-blocks {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link-block .block {
  overflow: hidden;
  position: relative;
  width: calc(25% - 24px);
  height: 268px;
  margin: 0 12px 24px 12px;
}
.link-block .block a {
  display: block;
}
.link-block .image,
.link-block .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.link-block .image {
  height: 100%;
  z-index: 1;
}
.link-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.link-block .content {
  z-index: 2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFF;
  padding: 25% 24px 0 24px;
  background: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0a0a81 100%);
}
.link-block .title {
  text-transform: uppercase;
  height: 50%;
  margin-bottom: 3px;
}
.link-block .caption {
  opacity: 0;
  font-size: 15px;
  line-height: 22px;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease-out;
}
.link-block .caption .inner {
  overflow: hidden;
  padding-bottom: 23px;
}
.link-block .caption .inner .link {
  display: inline-block;
  margin-top: 17px;
}
.link-block .caption .inner .link a {
  display: inline-block;
  background: #FFF;
  padding: 3px 10px 6px 10px;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #0A0A82;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.5s ease-out;
}
.link-block .caption .inner .link a:hover, .link-block .caption .inner .link a:focus {
  background: #fba78b;
  color: #FFF;
}
.link-block .block:hover .caption,
.link-block .block:focus .caption {
  opacity: 1;
  padding-top: 5px;
  grid-template-rows: 1fr;
}
.link-block.layout-2 .block {
  width: calc(33% - 24px);
  max-width: 600px;
  flex-grow: 1;
}
.link-block.layout-2 .content {
  text-align: left;
}

@media (max-width: 1024px) {
  .link-block .block {
    width: calc(33% - 24px) !important;
  }
}
@media (max-width: 768px) {
  .link-block .block {
    width: calc(50% - 24px) !important;
  }
}
@media (max-width: 640px) {
  .link-block h2 {
    font-size: 46px;
    line-height: 65px;
  }

  .link-block .block {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.rooftop-section-acm {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.rooftop-section-acm .extra-large-wrapper {
  background-color: #0A0A82;
}
.rooftop-section-acm .blue-background-special {
  max-width: 2400px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 230px;
  background-color: #0A0A82;
}
@media only screen and (max-width: 979px) {
  .rooftop-section-acm .blue-background-special {
    margin-bottom: 60px;
  }
}
.rooftop-section-acm .blue-background-special:before, .rooftop-section-acm .blue-background-special:after {
  content: "";
  display: block;
  position: absolute;
}
.rooftop-section-acm .blue-background-special:before {
  width: 96%;
  height: 40px;
  right: 9px;
  bottom: -115px;
  z-index: 1;
  background-color: #f5aa91;
  transform: rotate(-4deg);
}
@media only screen and (max-width: 979px) {
  .rooftop-section-acm .blue-background-special:before {
    bottom: -70px;
  }
}
@media only screen and (min-width: 1800px) {
  .rooftop-section-acm .blue-background-special:before {
    z-index: -1;
    bottom: -90px;
  }
}
.rooftop-section-acm .blue-background-special:after {
  width: 100%;
  left: 0;
  height: 180px;
  background-image: linear-gradient(176deg, #0A0A82 48.7%, rgba(255, 255, 255, 0) 49%);
  z-index: 1;
}
@media only screen and (min-width: 1800px) {
  .rooftop-section-acm .blue-background-special:after {
    height: 130px;
  }
}
@media only screen and (max-width: 979px) {
  .rooftop-section-acm .blue-background-special:after {
    height: 100px;
  }
}
.rooftop-section-acm img {
  position: absolute;
  width: 51.6%;
  z-index: 100;
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooftop-section-acm img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rooftop-section-acm img {
    display: none;
  }
}
.rooftop-section-acm .content-row {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.rooftop-section-acm .main-content-column {
  margin-left: auto;
  width: 55%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooftop-section-acm .main-content-column {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .rooftop-section-acm .main-content-column {
    width: 100%;
  }
}
.rooftop-section-acm h3 {
  margin-top: 115px;
  margin-bottom: 35px;
  width: 88%;
  color: #ffe9d9;
  font-size: 4vw;
  font-family: "Savate", "Arial", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 625px) {
  .rooftop-section-acm h3 {
    font-size: 25px;
  }
}
@media (min-width: 1525px) {
  .rooftop-section-acm h3 {
    font-size: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooftop-section-acm h3 {
    margin-top: 140px;
    width: 60%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooftop-section-acm h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size: 36px;
  }
}
.rooftop-section-acm .content {
  position: relative;
  padding: 45px;
  padding-right: 65px;
  background-color: #ffe9d9;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #0b0c07;
  z-index: 101;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooftop-section-acm .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooftop-section-acm .content {
    padding: 30px 15px;
  }
}
.rooftop-section-acm .content p {
  line-height: 1.9;
  margin-bottom: 20px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 500;
}
.rooftop-section-acm .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooftop-section-acm .content p {
    font-size: 16px;
  }
}

.simple-text-acm {
  position: relative;
  margin-bottom: 80px;
  background-color: #fff;
  padding-top: 50px;
  padding-left: 100px;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-left: 0;
  }
}
.simple-text-acm h2 {
  font-size: 43px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.simple-text-acm p {
  text-align: left;
  margin-bottom: 45px;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm p {
    margin-bottom: 15px;
  }
}
.simple-text-acm p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm p {
    text-align: center;
  }
}
.simple-text-acm .content-hover {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm .content-hover {
    padding-bottom: 30px;
  }
}
.simple-text-acm .content-hover:before {
  content: url("../images/cat.svg");
  position: absolute;
  right: 0;
  top: -180px;
  opacity: 0;
}
@media only screen and (max-width: 979px) {
  .simple-text-acm .content-hover:before {
    content: none;
  }
}
.simple-text-acm .content-hover:hover:before {
  opacity: 1;
  transition: 350ms ease-in-out;
}

.specials-acm {
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 60px 0;
  width: 100%;
  position: relative;
  background-image: url("../images/backgrounds/bitmap.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
}
.specials-acm:before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ffe9d9;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.specials-acm:after {
  content: "";
  background-image: url("../images/backgrounds/specials-bottom.svg");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  z-index: -1;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .specials-acm {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.specials-acm .watermark-text {
  color: #ebb7a1;
  width: 100%;
  opacity: 0.3;
  left: 5%;
  z-index: 0;
  top: 100%;
  position: absolute;
  transform: rotate(-89deg);
  transform-origin: 0 50%;
}
.specials-acm .watermark-text.active:before, .specials-acm .watermark-text.active:after {
  color: #f5aa91;
}
@media only screen and (max-width: 979px) {
  .specials-acm .watermark-text {
    top: 80%;
    font-size: 114px;
    letter-spacing: -3.6px;
  }
}
.specials-acm .center-column {
  text-align: center;
  margin-bottom: 15px;
}
.specials-acm .center-column .h1-like {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .specials-acm .center-column .h1-like {
    margin-bottom: 15px;
  }
}
.specials-acm .center-column .h2-like {
  margin-bottom: 0;
}
.specials-acm .slideshow-container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.specials-acm .slideshow {
  margin: 0 auto;
  position: relative;
  max-width: 1060px;
  overflow: hidden;
  z-index: 2;
}
.specials-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-acm .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(33.334% - 20px);
  margin: 0 10px;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials-acm .slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide {
    width: calc(80% - 20px);
    margin: 0 20px;
    text-align: center;
  }
}
.specials-acm .slide.even .inner-wrapper {
  clip-path: polygon(100% 2%, 100% 27%, 100% 97%, 74% 99%, 0 98.5%, 0% 60%, 0 0);
}
.specials-acm .slide .inner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  clip-path: polygon(0 10.7124918px, 349.333333px -0.0141974618px, 343.281704px 394px, 95.0371338px 394px, 4.34281612px 386.904684px);
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .inner-wrapper {
    clip-path: polygon(0 2%, 100% 0, 100% 60%, 100% 100%, 26% 100%, 1% 97%);
    height: auto;
  }
}
.specials-acm .slide .inner-wrapper .button {
  font-weight: 400;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: 335px;
  }
}
@media only screen and (max-width: 449px) {
  .specials-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: 210px;
  }
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper .button-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  background: rgba(245, 170, 145, 0.8);
  font-size: 14px;
  line-height: 1.5;
  color: #0A0A82;
  transition: all 350ms ease-in-out;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 99%;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered .buttons .button {
  height: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
}
.specials-acm .slide .inner-wrapper .thumbnail-wrapper:hover .button-wrapper {
  z-index: 3;
  opacity: 1;
}
.specials-acm .slide .inner-wrapper .slide-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0A0A82;
}
.specials-acm .slide .slide-content {
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 200px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}
.specials-acm .slide .slide-content h3 {
  margin-bottom: 12px;
  font: 600 18px/24px "Lato SemiBold", "Arial", sans-serif;
  text-transform: uppercase;
}
.specials-acm .slide .slide-content h3 a {
  text-decoration: none;
}
.specials-acm .slide .slide-content h3 a:hover {
  text-decoration: underline;
}
.specials-acm .slide .slide-content .slide-text {
  font-size: 16px;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 19px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .specials-acm .slide .slide-content h3 {
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
  }
  .specials-acm .slide .slide-content .slide-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials-acm .slide .slide-content .slide-text {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .slide .slide-content {
    text-align: center;
  }
  .specials-acm .slide .slide-content .slide-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.specials-acm .slideshow-button {
  position: absolute;
  top: 40%;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  text-indent: -100em;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .specials-acm .slideshow-button {
    top: 166px;
  }
}
@media only screen and (max-width: 449px) {
  .specials-acm .slideshow-button {
    top: 106px;
  }
}
.specials-acm .slideshow-button:hover {
  border-color: #aaa;
}
.specials-acm .slideshow-button.previous {
  left: 10px;
  background-position: -177px -278px;
}
.specials-acm .slideshow-button.previous:hover {
  background-position: -90px -278px;
}
.specials-acm .slideshow-button.previous:active {
  background-position: -90px -278px;
}
@media screen and (max-width: 1300px) {
  .specials-acm .slideshow-button.previous {
    left: 30px;
    background-position: -90px -278px;
  }
  .specials-acm .slideshow-button.previous:hover {
    background-position: -177px -278px;
  }
  .specials-acm .slideshow-button.previous:active {
    background-position: -177px -278px;
  }
}
@media only screen and (max-width: 979px) {
  .specials-acm .slideshow-button.previous {
    left: 30px;
  }
}
.specials-acm .slideshow-button.next {
  right: 10px;
  background-position: -177px -318px;
}
.specials-acm .slideshow-button.next:hover {
  background-position: -90px -318px;
}
.specials-acm .slideshow-button.next:active {
  background-position: -90px -318px;
}
@media screen and (max-width: 1300px) {
  .specials-acm .slideshow-button.next {
    right: 30px;
    background-position: -90px -318px;
  }
  .specials-acm .slideshow-button.next:hover {
    background-position: -177px -318px;
  }
  .specials-acm .slideshow-button.next:active {
    background-position: -177px -318px;
  }
}
@media only screen and (max-width: 979px) {
  .specials-acm .slideshow-button.next {
    right: 30px;
  }
}

.meet-celebrate-new {
  background-image: none;
}
.meet-celebrate-new:before {
  background-color: #fff;
}
.meet-celebrate-new::after {
  background-image: none;
}
.meet-celebrate-new .slideshow-button.previous {
  left: 30px;
  background-position: -175px -278px;
}
.meet-celebrate-new .slideshow-button.next {
  right: 30px;
  background-position: -169px -318px;
}
.meet-celebrate-new .promo_nt_b {
  display: block;
  margin: 10px 0 0 0;
}

.promo_nt_b {
  display: block;
  margin: 10px 0 0 0;
}

.amenities-sec-new {
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 60px 0;
  width: 100%;
  position: relative;
  background-image: url("../images/backgrounds/bitmap.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
  min-height: 680px;
  margin: 80px 0px 110px 0px;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new {
    min-height: 900px;
    margin: 0px 0px 80px 0px;
  }
}
.amenities-sec-new .main_area {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new .main_area {
    flex-wrap: wrap;
  }
}
.amenities-sec-new .main_area .left_sec {
  width: 35%;
  order: 1;
  margin: 87px 46px 0 0px;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new .main_area .left_sec {
    width: 100%;
    order: 1;
    margin: 0px 0px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .amenities-sec-new .main_area .left_sec {
    margin: 87px 0px 0 40px !important;
  }
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt h3 {
  color: #0a0a81;
  font-family: Savate;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item {
  border-bottom: 1px solid #f5aa91;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-header {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  align-items: center;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-header .amenities-heading {
  width: 90%;
  color: #0a0a82;
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
  text-transform: capitalize;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-header .icon_amenities {
  width: 16px;
  height: 16px;
  display: flex;
  margin-right: 12px;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-header .icon_amenities img {
  width: 100%;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-content {
  display: none;
  padding: 15px 20px;
  text-align: left;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .accordion-content p {
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  letter-spacing: 0.75px;
}
.amenities-sec-new .main_area .left_sec .amenities_nw_nt .accordion .accordion-item .icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.amenities-sec-new .main_area .right_sec {
  width: 65%;
  order: 2;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new .main_area .right_sec {
    width: 100%;
    order: 2;
    position: relative;
    display: flex;
    height: 300px;
  }
}
.amenities-sec-new .main_area .right_sec .image_up_side {
  width: 600px;
  height: 430px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  display: flex;
  z-index: 2;
  top: -100px;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new .main_area .right_sec .image_up_side {
    width: 294px;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    display: flex;
    z-index: 2;
    top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .amenities-sec-new .main_area .right_sec .image_up_side {
    width: 90%;
    height: auto;
  }
}
.amenities-sec-new .main_area .right_sec .image_up_side img {
  width: 100%;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}
.amenities-sec-new .main_area .right_sec .image_down_side {
  width: 600px;
  height: 430px;
  flex-shrink: 0;
  position: absolute;
  left: 99px;
  display: flex;
  top: 250px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .amenities-sec-new .main_area .right_sec .image_down_side {
    width: 294px;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    left: 50px;
    display: flex;
    top: 160px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .amenities-sec-new .main_area .right_sec .image_down_side {
    width: 80%;
    left: 99px;
    display: flex;
    top: 150px;
    height: auto;
  }
}
.amenities-sec-new .main_area .right_sec .image_down_side img {
  width: 100%;
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 0, 99% 98%, 45% 100%, 2% 98%, 0 35%, 2% 0);
}

.align-right-left .main_area .left_sec {
  width: 30%;
  order: 2;
  margin: 87px 46px 0 0px;
}
@media only screen and (max-width: 767px) {
  .align-right-left .main_area .left_sec {
    width: 100%;
    order: 1;
    margin: 0px 0px 0 0px;
  }
}
.align-right-left .main_area .right_sec {
  width: 70%;
  order: 1;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .align-right-left .main_area .right_sec {
    width: 100%;
    order: 2;
    position: relative;
    display: flex;
  }
}

.circle-room {
  width: 100%;
}
.circle-room .main_circle_row {
  width: 100%;
}
.circle-room .main_circle_row ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.circle-room .main_circle_row ul li {
  max-width: 480px;
  margin: 0px 110px 30px 0px;
  text-align: center;
  /* max-height: 480px; */
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .circle-room .main_circle_row ul li {
    width: 100%;
    margin: 15px 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .circle-room .main_circle_row ul li {
    width: 41%;
  }
}
.circle-room .main_circle_row ul li:nth-child(3) {
  margin: 0px 110px 30px 0px;
}
@media only screen and (max-width: 767px) {
  .circle-room .main_circle_row ul li:nth-child(3) {
    order: 1;
    margin: 0px 0px 30px 0px;
  }
}
.circle-room .main_circle_row ul li:nth-child(even) {
  margin: 60px 0px 30px 120px;
}
@media only screen and (max-width: 767px) {
  .circle-room .main_circle_row ul li:nth-child(even) {
    margin: 30px 0px;
  }
}
.circle-room .main_circle_row ul li h3 {
  color: #0A0A82;
  text-align: center;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 150% */
  margin: 30px 0 0px 0;
}
.circle-room .main_circle_row ul li p {
  color: #0A0A82;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  letter-spacing: 0.75px;
  margin: 20px 0 20px 0;
}
.circle-room .main_circle_row ul .small_cir {
  max-width: 320px;
  /* max-height: 311px; */
  /* align-items: center; */
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .circle-room .main_circle_row ul .small_cir {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .circle-room .main_circle_row ul .small_cir {
    padding: 30px;
  }
}

.small_head_nt {
  color: #0a0a81;
  font-family: "Lato Heavy", "Arial", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 1px;
}
.small_head_nt::after {
  content: "";
  width: 64px;
  height: 4px;
  background-color: #f5ab92;
  display: block;
  margin-top: 34px;
}

.hotel-amenities .main-content-block.row {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tiles-slider-acm {
  position: relative;
  padding: 60px 0;
  margin-top: 100px;
  margin-bottom: 150px;
  background-color: #0A0A82;
}
@media only screen and (max-width: 979px) {
  .tiles-slider-acm {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.tiles-slider-acm::before {
  position: absolute;
  content: "";
  top: -4vw;
  left: 0;
  height: calc(100% + 8vw);
  width: 100%;
  border-bottom: 4vw solid transparent;
  border-right: calc(100vw - 6px) solid #0A0A82;
  border-top: 4vw solid transparent;
  z-index: -1;
}
.tiles-slider-acm::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 100px;
  bottom: calc(-30px - 2vw);
  right: 10px;
  background-color: #f5aa91;
  transform: rotate(2.28deg);
  z-index: -2;
}
.tiles-slider-acm h2.light {
  color: #f5aa91;
  letter-spacing: 2px;
  text-align: center;
}
.tiles-slider-acm .tile-slider {
  position: relative;
}
.tiles-slider-acm .tile-slider-pagination {
  display: none;
  justify-content: center;
}
@media (max-width: 1199px) {
  .tiles-slider-acm .tile-slider-pagination {
    display: flex;
  }
}
.tiles-slider-acm .tile-slider .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  padding: 3px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #fff;
  outline: none;
}
.tiles-slider-acm .tile-slider .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background-color: transparent;
}
.tiles-slider-acm .tile-slider .swiper-pagination-bullet-active::after {
  background-color: #f5aa91;
}
.tiles-slider-acm .tile-slide {
  width: calc((100% - 60px) / 4);
  margin-bottom: 40px;
  outline: none;
}
.tiles-slider-acm .tile-slide:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .tiles-slider-acm .tile-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tiles-slider-acm .tile-slide {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .tiles-slider-acm .tile-slide {
    width: 75%;
  }
}
@media only screen and (max-width: 449px) {
  .tiles-slider-acm .tile-slide {
    width: 100%;
  }
}
.tiles-slider-acm .tile-slide:nth-child(2n-1) {
  position: relative;
  top: 28px;
}
.tiles-slider-acm .tile-slide-img {
  height: 370px;
  margin-bottom: 16px;
}
.tiles-slider-acm .tile-slide-img img {
  width: 100%;
  position: relative;
}
.tiles-slider-acm .tile-slide h3 {
  margin-bottom: 6px;
  color: #f5aa91;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 42px;
  font-weight: 900;
}
@media only screen and (max-width: 979px) {
  .tiles-slider-acm .tile-slide h3 {
    font-size: 32px;
  }
}
.tiles-slider-acm .tile-slide p {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .tiles-slider-acm .tile-slide p {
    font-size: 20px;
  }
}
.tiles-slider-acm .slideshow-wrapper {
  outline: none;
}

.content-acm {
  position: relative;
  margin: 100px auto;
}
@media only screen and (max-width: 979px) {
  .content-acm {
    margin: 0;
    overflow: hidden;
  }
}
.content-acm .watermark-text {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1440px) {
  .content-acm .watermark-text {
    left: -5%;
    top: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-acm .watermark-text {
    left: -20%;
    top: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-acm .watermark-text {
    left: -20%;
    top: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .content-acm .watermark-text {
    font-size: 114px;
    line-height: 137px;
    transform: rotate(3deg);
    left: 0%;
    letter-spacing: -3.6px;
    top: 500px;
  }
}
@media (max-width: 530px) {
  .content-acm .watermark-text {
    top: 40%;
  }
}
.content-acm .content-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper {
    flex-direction: column;
    margin: 0 20px 80px;
  }
}
.content-acm .content-wrapper .thumbnail {
  width: 50%;
  margin-right: 50px;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .thumbnail {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
}
.content-acm .content-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-acm .content-wrapper .image-wrapper {
  position: relative;
}
.content-acm .content-wrapper .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 97%;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .image-wrapper {
    order: -1;
    width: 100%;
    margin-left: 0;
  }
  .content-acm .content-wrapper .image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f5aa91;
    bottom: 20px;
    left: 0;
    z-index: -1;
  }
}
.content-acm .content-wrapper .image-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-acm .content-wrapper .text-part {
  width: 50%;
  max-width: 400px;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .text-part {
    width: 100%;
    max-width: none;
  }
}
.content-acm .content-wrapper .text-part:only-child {
  width: 100%;
  max-width: none;
}
.content-acm .content-wrapper .text-part .header-wrapper {
  margin-bottom: 19px;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .text-part .header-wrapper {
    margin-top: 20px;
    text-align: left;
  }
}
.content-acm .content-wrapper .text-part .header-wrapper .h1-like {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .text-part .header-wrapper .h1-like {
    font-size: 16px;
    line-height: 19px;
  }
}
.content-acm .content-wrapper .text-part .header-wrapper .h2-like {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .content-acm .content-wrapper .text-part .header-wrapper .h2-like {
    margin-top: 11px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .content-acm .content-wrapper .text-part .header-wrapper .h2-like {
    line-height: 48px;
  }
}
.content-acm .content-wrapper .text-part p {
  font-size: 14px;
  line-height: 28px;
  font-family: "Lato Medium", "Arial", sans-serif;
  text-align: left;
}
.content-acm .content-wrapper .text-part .links-wrapper {
  margin-top: 20px;
}
.content-acm .content-wrapper .text-part .links-wrapper .learn-more {
  margin-left: 30px;
  font-size: 14px;
}
.content-acm .content-wrapper .text-part .links-wrapper .button-animated {
  color: #0A0A82;
}
.content-acm .content-wrapper .text-part .links-wrapper .button-animated::before {
  background-color: #f5aa91;
}
.content-acm .content-wrapper .text-part .links-wrapper .button-animated::after {
  left: -20px;
}

.map-acm {
  position: relative;
  margin-bottom: 150px;
  background-color: #fff;
  padding-top: 50px;
}
@media only screen and (max-width: 979px) {
  .map-acm {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
.map-acm h2 {
  color: #0A0A82;
  margin-bottom: 0px;
}
@media only screen and (max-width: 979px) {
  .map-acm h2 {
    font-size: 40px;
  }
}
.map-acm .subtitle {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  color: #0A0A82;
  font-size: 17px;
}
.map-acm .subtitle p {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .map-acm .subtitle p {
    margin-bottom: 5px;
  }
}
.map-acm .subtitle p:first-child {
  margin-right: 5px;
}
.map-acm .content {
  position: relative;
  z-index: 101;
}
.map-acm .content:after {
  position: absolute;
  bottom: -20px;
  right: 24px;
  width: 620px;
  height: 410px;
  content: "";
  background-color: #f5aa91;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .map-acm .content:after {
    display: none;
  }
}
.map-acm .hotel-location-map {
  height: 640px;
  width: 98%;
}
@media only screen and (max-width: 979px) {
  .map-acm .hotel-location-map {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .map-acm .hotel-location-map {
    height: 400px;
  }
}
.map-acm .map-content {
  display: block;
  background-color: #0b0c07;
  height: 100px;
  width: 100px;
}
.map-acm .marker-info-box {
  position: relative;
  top: -20px;
  left: -4px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #f5aa91;
  border-bottom-width: 4px;
  color: #0A0A82;
  font-family: "Savate", "Arial", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .map-acm .marker-info-box {
    padding: 10px;
    top: -2px;
  }
}
.map-acm .marker-info-box-content {
  font-size: 20px;
}
@media only screen and (max-width: 979px) {
  .map-acm .marker-info-box-content {
    font-size: 16px;
  }
}
.map-acm .marker-info-box-content span {
  text-transform: none;
}
.map-acm .marker-info-box::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 18px;
  z-index: 50;
  border: 24px solid transparent;
  border-left: 24px solid #f5aa91;
  border-top: 24px solid #f5aa91;
}
@media only screen and (max-width: 979px) {
  .map-acm .marker-info-box::after {
    border: 20px solid transparent;
    border-left: 20px solid #f5aa91;
    border-top: 20px solid #f5aa91;
  }
}
.map-acm .marker-info-box:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 22px;
  z-index: 100;
  border: 18px solid transparent;
  border-left: 18px solid #fff;
  border-top: 18px solid #fff;
}
@media only screen and (max-width: 979px) {
  .map-acm .marker-info-box:before {
    border: 14px solid transparent;
    border-left: 14px solid #fff;
    border-top: 14px solid #fff;
  }
}
.map-acm .marker-info-title {
  font-size: 36px;
}
@media only screen and (max-width: 979px) {
  .map-acm .marker-info-title {
    font-size: 20px;
  }
}

.leaflet-pane {
  z-index: 1;
}

.form-block-acm {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 979px) {
  .form-block-acm {
    margin-bottom: 50px;
    padding-top: 25px;
  }
}
.form-block-acm p {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
}
.form-block-acm .require-hint {
  position: absolute;
  top: 18px;
  right: 50px;
  font-size: 12px;
  color: #0A0A82;
}
.form-block-acm .require-hint em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form-block-acm .content-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .form-block-acm .content-wrapper {
    margin-bottom: 15px;
  }
}
.form-block-acm h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .form-block-acm h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
.form-block-acm p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .form-block-acm p {
    font-size: 14px;
  }
}
.form-block-acm .form-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 35px;
  max-width: 900px;
  background-color: #ffe9d9;
  border: 8px solid #f5aa91;
}
@media only screen and (max-width: 449px) {
  .form-block-acm .form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-block-acm .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.form-block-acm legend {
  display: none;
}
.form-block-acm legend + h3 {
  display: none;
}
.form-block-acm #contact-general {
  width: 100%;
  margin-bottom: 5px;
}
.form-block-acm #contact-general .type_text {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 35px;
  width: calc(50% - 20px);
}
.form-block-acm #contact-general .type_text:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-general .type_text {
    margin-right: 0;
    width: 100%;
  }
}
.form-block-acm #contact-general label {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  width: auto;
  transform: translateY(-50%);
}
.form-block-acm #contact-general input {
  padding: 5px 30px;
  height: auto;
  width: 100%;
  border: 1px solid #989898;
}
.form-block-acm #contact-radio {
  width: 100%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio {
    margin-bottom: 30px;
  }
}
.form-block-acm #contact-radio .type_radio {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #989898;
}
.form-block-acm #contact-radio .type_radio:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio .type_radio {
    margin-bottom: 30px;
  }
}
.form-block-acm #contact-radio label {
  margin: 0;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio label {
    width: 50%;
  }
}
.form-block-acm #contact-radio .radio-group {
  display: flex;
  float: none;
  margin: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio .radio-group {
    flex-direction: column;
  }
}
.form-block-acm #contact-radio .radio-group label {
  position: relative;
  margin-right: 30px;
  margin-left: 0;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio .radio-group label {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.form-block-acm #contact-radio .radio-group label:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio .radio-group label:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-block-acm #contact-radio .radio-group label {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.form-block-acm #contact-radio .radio-group label > input {
  position: absolute;
  left: -999px;
  opacity: 0;
}
.form-block-acm #contact-radio .radio-group label > input:focus + span:before {
  box-shadow: 0 0 5px 0 #0A0A82;
}
.form-block-acm #contact-radio .radio-group label > input:checked + span:before {
  background-color: #0A0A82;
  border-color: #0A0A82;
}
.form-block-acm #contact-radio .radio-group label > input:checked + span:after {
  content: url("../images/radio-checked.svg");
  display: block;
  position: absolute;
  right: 5px;
  top: 1px;
}
.form-block-acm #contact-radio .radio-group label span {
  position: relative;
  padding-right: 45px;
  width: 69px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.form-block-acm #contact-radio .radio-group label span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #989898;
  border-radius: 50%;
  transform: translateY(-50%);
}
.form-block-acm .terms-privacy {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 55%;
  margin-bottom: 0;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .form-block-acm .terms-privacy {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-block-acm .terms-privacy #contact-compliance {
  position: absolute;
  left: -999px;
  opacity: 0;
}
.form-block-acm .terms-privacy #contact-compliance:focus ~ .tos-text:before {
  box-shadow: 0 0 5px 0 #0A0A82;
}
.form-block-acm .terms-privacy #contact-compliance:checked ~ .tos-text:before {
  background-color: #0A0A82;
  border-color: #0A0A82;
}
.form-block-acm .terms-privacy #contact-compliance:checked ~ .tos-text:after {
  content: url("../images/radio-checked.svg");
  display: block;
  position: absolute;
  left: 2px;
  top: 10px;
}
.form-block-acm .terms-privacy .tos-text {
  position: relative;
  display: block !important;
  padding-left: 25px;
  width: 100%;
  text-align: left;
  margin: 0;
  line-height: 1.6;
}
.form-block-acm .terms-privacy .tos-text:focus {
  outline: none;
}
.form-block-acm .terms-privacy .tos-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #989898;
  border-radius: 5px;
}
.form-block-acm .controls {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .form-block-acm .controls {
    margin: 0 auto;
    min-width: 200px;
  }
}
.form-block-acm .controls .button {
  margin: 0;
  padding: 0;
  width: 100%;
}
.form-block-acm .controls .button:focus {
  box-shadow: 0 0 5px 0 #0A0A82;
}
.form-block-acm .controls p {
  margin: 0;
  padding: 0;
}

.text-with-blue-background-acm {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  .text-with-blue-background-acm {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
.text-with-blue-background-acm p {
  font-family: "Savate", "Arial", sans-serif;
  color: #f5aa91;
  font-size: 5vw;
  line-height: 2.5;
  text-transform: uppercase;
}
@media (max-width: 280px) {
  .text-with-blue-background-acm p {
    font-size: 14px;
  }
}
@media (min-width: 500px) {
  .text-with-blue-background-acm p {
    font-size: 25px;
  }
}
.text-with-blue-background-acm p:last-child {
  margin-bottom: 0;
}

.testimonials {
  background-color: #0A0A82;
  color: #fff;
  padding: 85px 0 180px 0;
  margin: 140px 0 30px 0;
  clip-path: polygon(0% 3%, 15% 0%, 100% 6%, 100% 100%, 82% 95%, 0 100%);
}
@media only screen and (max-width: 979px) {
  .testimonials {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials {
    clip-path: polygon(0% 1%, 15% 0%, 100% 2%, 100% 100%, 65% 98%, 0 100%);
  }
}
@media only screen and (max-width: 1023px) {
  .testimonials .center-column {
    max-width: 100%;
  }
}
.testimonials .center-column .heading {
  position: relative;
  z-index: 2;
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: currentColor;
}
@media only screen and (max-width: 979px) {
  .testimonials .center-column .heading {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonials .center-column .subheading {
  position: relative;
  z-index: 2;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 70px;
  line-height: 84px;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  color: currentColor;
}
@media only screen and (max-width: 979px) {
  .testimonials .center-column .subheading {
    font-size: 50px;
    line-height: 64px;
  }
}
.testimonials .center-column .testimonials-slider {
  position: relative;
  z-index: 2;
  margin: 40px 103px 0 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials .center-column .testimonials-slider {
    margin: 30px 0 0 0;
  }
}
.testimonials .center-column .testimonials-slider .quote-sign {
  position: absolute;
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 80px;
  line-height: 60px;
  top: 0;
  left: 0;
}
.testimonials .center-column .testimonials-slider .content {
  font-family: "Lato LightItalic", "Arial", sans-serif;
  font-size: 28px;
  line-height: 47px;
  letter-spacing: 1px;
  margin: 10px 0 15px 40px;
}
@media only screen and (max-width: 979px) {
  .testimonials .center-column .testimonials-slider .content {
    font-size: 22px;
    line-height: 36px;
  }
}
.testimonials .center-column .testimonials-slider .person {
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 23px;
  letter-spacing: 2.28px;
  margin-left: 68.5%;
}
@media only screen and (max-width: 979px) {
  .testimonials .center-column .testimonials-slider .person {
    font-size: 18px;
    margin-left: 50%;
  }
}
.testimonials .center-column .testimonials-slider .person-info {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 19px;
  letter-spacing: 2.28px;
  margin-left: 68.5%;
}
@media only screen and (max-width: 979px) {
  .testimonials .center-column .testimonials-slider .person-info {
    font-size: 16px;
    margin-left: 50%;
  }
}
.testimonials .center-column .image-slider-buttons {
  top: -20%;
  right: -60px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .testimonials .center-column .image-slider-buttons {
    position: static;
    top: unset;
    bottom: unset;
    right: unset;
    text-align: right;
    margin-top: 20px;
    margin-right: 10px;
  }
}
.testimonials .center-column .image-slider-buttons .slideshow-button:before, .testimonials .center-column .image-slider-buttons .slideshow-button:after {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .testimonials .center-column .image-slider-buttons .slideshow-button {
    top: auto;
  }
}
.testimonials .center-column .image-slider-buttons .slideshow-button .progress-circle, .testimonials .center-column .image-slider-buttons .slideshow-button .progress-path {
  fill: none;
  stroke: #979797;
  stroke-width: 2px;
}
.testimonials .center-column .image-slider-buttons .slideshow-button .progress-path {
  stroke-width: 4px;
  stroke: #f5aa91;
}
@media only screen and (max-width: 767px) {
  .testimonials .center-column .image-slider-buttons .slideshow-button.prev {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .center-column .image-slider-buttons .slideshow-button.next {
    right: 10%;
  }
}
#content .testimonials .watermark-text {
  z-index: 1;
  color: #4848c7;
  left: -30px;
  top: 0;
}
#content .testimonials .watermark-text.active:before, #content .testimonials .watermark-text.active:after {
  color: #4848c7;
}
@media only screen and (max-width: 767px) {
  #content .testimonials .watermark-text {
    left: 20px;
  }
}

.playrooms {
  background-color: #0A0A82;
  color: #fff;
  padding: 85px 0 180px 0;
  margin: 140px 0 30px 0;
  clip-path: polygon(0% 3%, 15% 0%, 100% 6%, 100% 100%, 82% 95%, 0 100%);
}
@media only screen and (max-width: 979px) {
  .playrooms {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .playrooms {
    margin-top: 60px;
    clip-path: polygon(0% 1%, 15% 0%, 100% 2%, 100% 100%, 65% 98%, 0 100%);
  }
}
@media only screen and (max-width: 1023px) {
  .playrooms .center-column {
    max-width: 100%;
  }
}
.playrooms .center-column .heading-wrapper {
  margin: 40px 103px 0 40px;
}
@media only screen and (max-width: 979px) {
  .playrooms .center-column .heading-wrapper {
    margin: 30px 0 0 0;
  }
}
.playrooms .center-column .heading-wrapper .heading {
  position: relative;
  z-index: 2;
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #ffe9d9;
}
@media only screen and (max-width: 979px) {
  .playrooms .center-column .heading-wrapper .heading {
    font-size: 16px;
    line-height: 20px;
  }
}
.playrooms .center-column .heading-wrapper .subheading {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 70px;
  line-height: 84px;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  color: currentColor;
}
@media only screen and (max-width: 979px) {
  .playrooms .center-column .heading-wrapper .subheading {
    font-size: 50px;
    line-height: 64px;
  }
}
.playrooms .center-column .heading-wrapper .link-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .heading-wrapper .link-wrapper {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
  }
}
.playrooms .center-column .heading-wrapper .link-wrapper .learn-more {
  white-space: nowrap;
  color: #ffe9d9;
}
.playrooms .center-column .heading-wrapper .link-wrapper .learn-more:hover {
  color: #f5aa91;
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .heading-wrapper .link-wrapper .learn-more .animated-underline {
    display: none;
  }
}
.playrooms .center-column .playrooms-slider {
  position: relative;
  z-index: 2;
  margin: 20px 103px 0 40px;
}
@media only screen and (max-width: 979px) {
  .playrooms .center-column .playrooms-slider {
    margin: 30px 0 0 0;
  }
}
.playrooms .center-column .playrooms-slider .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide + .image-slide::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  width: 100%;
  height: 97%;
  background-color: rgba(0, 0, 0, 0.5);
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide + .image-slide > .slide-content {
  display: none;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide + .image-slide > .inner-wrapper {
  clip-path: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    width: 100%;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide > .slide-content {
    display: none;
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide + .image-slide > .inner-wrapper {
    clip-path: none;
  }
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    width: 100%;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide > .slide-content {
    display: none;
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide + .image-slide > .inner-wrapper {
    clip-path: none;
  }
}
@media only screen and (max-width: 449px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    width: 100%;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide > .slide-content {
    display: none;
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.swiper-slide-active + .image-slide > .inner-wrapper {
    clip-path: none;
  }
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(20% + 9px);
  margin: 0 10px;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide {
    width: calc(28% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide {
    width: calc(48% - 50px);
    margin: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 449px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide {
    width: calc(90% - 24px);
  }
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide.even .inner-wrapper {
  clip-path: polygon(100% 2%, 100% 17%, 100% 60%, 100% 98%, 0 100%, 1% 51%, 0 0);
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .inner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 17%, 99% 48%, 100% 100%, 0 99%, 0 48%, 0 2%);
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .inner-wrapper {
    height: auto;
  }
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 260px;
  position: relative;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .inner-wrapper .thumbnail-wrapper {
    height: 265px;
  }
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .inner-wrapper .slide-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0A0A82;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content {
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 200px;
  text-align: left;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content h3 {
  font: 600 16px/24px "Lato SemiBold", "Arial", sans-serif;
  text-transform: uppercase;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content h3 a {
  text-decoration: none;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content h3 a:hover {
  text-decoration: underline;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content .slide-descr {
  font-size: 14px;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 21px;
  width: 100%;
}
.playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content .learn-more {
  margin-top: 26px;
}
@media only screen and (max-width: 979px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content h3 {
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content .slide-descr {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content .slide-descr {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content {
    text-align: left;
  }
  .playrooms .center-column .playrooms-slider .slideshow .slideshow-wrapper .image-slide .slide-content .slide-descr {
    font-size: 14px;
    line-height: 1.3;
  }
}
.playrooms .center-column .image-slider-buttons {
  top: -20%;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .playrooms .center-column .image-slider-buttons {
    width: 53px;
  }
}
.playrooms .center-column .image-slider-buttons .slideshow-button:before, .playrooms .center-column .image-slider-buttons .slideshow-button:after {
  background-color: #fff;
}
.playrooms .center-column .image-slider-buttons .slideshow-button .progress-circle,
.playrooms .center-column .image-slider-buttons .slideshow-button .progress-path {
  fill: none;
}
.playrooms .center-column .image-slider-buttons .slideshow-button .progress-path {
  stroke-width: 6px;
}
#content .playrooms .watermark-text {
  z-index: -1;
  color: #4848c7;
  left: -30px;
  top: 0;
}
#content .playrooms .watermark-text.active:before, #content .playrooms .watermark-text.active:after {
  color: #4848c7;
}
@media only screen and (max-width: 767px) {
  #content .playrooms .watermark-text {
    transform: rotate(-90deg);
    top: 42%;
    left: -150px;
    font-size: 120px;
  }
}
.playrooms .learn-more .animated-underline {
  stroke: #fff;
}

.playroom-pink {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 60px 0;
  width: 100%;
  position: relative;
  background-image: url("../images/backgrounds/bitmap.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
}
.playroom-pink::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ffe9d9;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.playroom-pink::after {
  content: "";
  background-image: url("../images/backgrounds/specials-bottom.svg");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  z-index: -1;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .playroom-pink {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.playroom-pink .watermark-text {
  color: #ebb7a1;
  width: 100%;
  opacity: 0.3;
  left: 5%;
  z-index: 0;
  top: 100%;
  position: absolute;
  transform: rotate(-89deg);
  transform-origin: 0 50%;
}
.playroom-pink .watermark-text.active::before, .playroom-pink .watermark-text.active::after {
  color: #f5aa91;
}
@media only screen and (max-width: 979px) {
  .playroom-pink .watermark-text {
    top: 80%;
    font-size: 114px;
    letter-spacing: -3.6px;
  }
}
.playroom-pink .center-column {
  text-align: center;
  margin-bottom: 15px;
}
.playroom-pink .center-column .h1-like {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .playroom-pink .center-column .h1-like {
    margin-bottom: 15px;
  }
}
.playroom-pink .center-column .h2-like {
  margin-bottom: 0;
}
.playroom-pink .slideshow-container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.playroom-pink .slideshow {
  margin: 0 auto;
  position: relative;
  max-width: 1060px;
  overflow: hidden;
  z-index: 2;
}
.playroom-pink .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.playroom-pink .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(33.334% - 20px);
  margin: 0 10px;
  background-color: transparent;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .playroom-pink .slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .playroom-pink .slide {
    width: calc(80% - 20px);
    margin: 0 20px;
    text-align: center;
  }
}
.playroom-pink .slide.even .inner-wrapper {
  clip-path: polygon(100% 2%, 100% 27%, 100% 97%, 74% 99%, 0 98.5%, 0% 60%, 0 0);
}
.playroom-pink .slide .inner-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  clip-path: polygon(0 10.7124918px, 349.333333px -0.0141974618px, 343.281704px 394px, 95.0371338px 394px, 4.34281612px 386.904684px);
}
@media only screen and (max-width: 767px) {
  .playroom-pink .slide .inner-wrapper {
    clip-path: polygon(0 2%, 100% 0, 100% 60%, 100% 100%, 26% 100%, 1% 97%);
    height: auto;
  }
}
.playroom-pink .slide .inner-wrapper .button {
  font-weight: 400;
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .playroom-pink .slide .inner-wrapper .thumbnail-wrapper {
    height: 335px;
  }
}
@media only screen and (max-width: 449px) {
  .playroom-pink .slide .inner-wrapper .thumbnail-wrapper {
    height: 210px;
  }
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper .button-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 0 20px;
  text-align: center;
  background: rgba(245, 170, 145, 0.8);
  font-size: 14px;
  line-height: 1.5;
  color: #0A0A82;
  transition: all 350ms ease-in-out;
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 99%;
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper .button-wrapper .centered .buttons .button {
  height: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
}
.playroom-pink .slide .inner-wrapper .thumbnail-wrapper:hover .button-wrapper {
  z-index: 3;
  opacity: 1;
}
.playroom-pink .slide .inner-wrapper .slide-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0A0A82;
}
.playroom-pink .slide .slide-content {
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 200px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}
.playroom-pink .slide .slide-content h3 {
  margin-bottom: 12px;
  font: 600 18px/24px "Lato SemiBold", "Arial", sans-serif;
  text-transform: uppercase;
}
.playroom-pink .slide .slide-content h3 a {
  text-decoration: none;
}
.playroom-pink .slide .slide-content h3 a:hover {
  text-decoration: underline;
}
.playroom-pink .slide .slide-content .slide-text {
  font-size: 16px;
  font-family: "Lato Medium", "Arial", sans-serif;
  line-height: 19px;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .playroom-pink .slide .slide-content h3 {
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
  }
  .playroom-pink .slide .slide-content .slide-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .playroom-pink .slide .slide-content .slide-text {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .playroom-pink .slide .slide-content {
    text-align: center;
  }
  .playroom-pink .slide .slide-content .slide-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.playroom-pink .slideshow-button {
  position: absolute;
  top: 40%;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  text-indent: -100em;
  width: 35px;
  z-index: 1;
  height: 37px;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .playroom-pink .slideshow-button {
    top: 166px;
  }
}
@media only screen and (max-width: 449px) {
  .playroom-pink .slideshow-button {
    top: 106px;
  }
}
.playroom-pink .slideshow-button:hover {
  border-color: #aaa;
}
.playroom-pink .slideshow-button.previous {
  left: 10px;
  background-position: -177px -278px;
}
.playroom-pink .slideshow-button.previous:hover {
  background-position: -90px -278px;
}
.playroom-pink .slideshow-button.previous:active {
  background-position: -90px -278px;
}
@media screen and (max-width: 1300px) {
  .playroom-pink .slideshow-button.previous {
    left: 30px;
    background-position: -90px -278px;
  }
  .playroom-pink .slideshow-button.previous:hover {
    background-position: -177px -278px;
  }
  .playroom-pink .slideshow-button.previous:active {
    background-position: -177px -278px;
  }
}
@media only screen and (max-width: 979px) {
  .playroom-pink .slideshow-button.previous {
    left: 30px;
  }
}
.playroom-pink .slideshow-button.next {
  right: 10px;
  background-position: -177px -318px;
}
.playroom-pink .slideshow-button.next:hover {
  background-position: -90px -318px;
}
.playroom-pink .slideshow-button.next:active {
  background-position: -90px -318px;
}
@media screen and (max-width: 1300px) {
  .playroom-pink .slideshow-button.next {
    right: 30px;
    background-position: -90px -318px;
  }
  .playroom-pink .slideshow-button.next:hover {
    background-position: -177px -318px;
  }
  .playroom-pink .slideshow-button.next:active {
    background-position: -177px -318px;
  }
}
@media only screen and (max-width: 979px) {
  .playroom-pink .slideshow-button.next {
    right: 30px;
  }
}

.acm-section.playroom-page {
  margin-bottom: 280px;
}
@media only screen and (max-width: 767px) {
  .acm-section.playroom-page {
    margin-bottom: 100px;
  }
}
.acm-section.playroom-page .center-column {
  display: flex;
  flex-wrap: nowrap;
}
.acm-section.playroom-page .sidebar {
  font: 16px/22px "Lato Heavy", "Arial", sans-serif;
  letter-spacing: 1.17px;
  color: #0A0A82;
  width: 200px;
  margin-left: 40px;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .acm-section.playroom-page .sidebar {
    display: none;
  }
}
.acm-section.playroom-page .sidebar .sidebar-content {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .sidebar .sidebar-content {
    top: 160px;
  }
}
.acm-section.playroom-page .sidebar .sidebar-content h2 {
  position: relative;
  color: #0A0A82;
  font: 22px/27px "Savate", "Arial", sans-serif;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  padding-bottom: 36px;
}
.acm-section.playroom-page .sidebar .sidebar-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 4px;
  background: #f5aa91;
  margin-bottom: 20px;
}
.acm-section.playroom-page .sidebar .sidebar-content .sidebar-nav li {
  position: relative;
  padding-left: 23px;
}
.acm-section.playroom-page .sidebar .sidebar-content .sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #f5aa91;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
}
.acm-section.playroom-page .sidebar .sidebar-content .sidebar-nav li a {
  text-decoration: none;
  transition: 350ms ease-in-out;
}
.acm-section.playroom-page .sidebar .sidebar-content .sidebar-nav li + li {
  margin-top: 24px;
}
.acm-section.playroom-page .sidebar .sidebar-content .sidebar-nav li.active:before {
  opacity: 1;
  visibility: visible;
}
.acm-section.playroom-page .playroom-blocks {
  order: 1;
}
.acm-section.playroom-page .playroom-blocks .playroom-block {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  min-height: 398px;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block {
    flex-wrap: wrap;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block + .playroom-block {
  margin-top: 74px;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block + .playroom-block {
    margin-top: 50px;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even img.border.odd {
  display: none;
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even img.border.even {
  display: block;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block.even img.border.even {
    display: none;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even .thumbnail {
  order: 1;
  margin-left: 0;
  margin-right: 30px;
  clip-path: polygon(5% 3%, 95% 0, 100% 74%, 100% 100%, 0 100%);
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block.even .thumbnail {
    margin-right: 0;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even .content {
  order: 2;
  padding-left: 0;
  padding-top: 42px;
  padding-right: 36px;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block.even .content {
    padding-left: 36px;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even .content img.border.odd {
  display: none;
}
.acm-section.playroom-page .playroom-blocks .playroom-block.even .content img.border.even {
  display: none;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block.even .content img.border.even {
    display: block;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block img.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block img.border {
    display: none;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block img.border.even {
  display: none;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail {
  position: relative;
  flex-shrink: 0;
  order: 2;
  width: 420px;
  margin-left: 30px;
  background-color: #f1f2f1;
  clip-path: polygon(0 75%, 5% 0, 96% 2%, 100% 97%, 0 100%);
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail {
    width: 100%;
    height: 300px;
    margin-left: 0;
    margin-bottom: 20px;
    order: 1;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  z-index: 1;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow .slideshow-wrapper .slide {
  width: 100%;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow .slideshow-pagination button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: thin solid #fff;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: -1000em;
  margin: 4px;
  transition: background 350ms ease-in-out;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .thumbnail .slideshow .slideshow-pagination button.active {
  background: #f5aa91;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content {
  position: relative;
  order: 1;
  flex-grow: 1;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 36px;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block .content {
    padding-right: 36px;
    order: 2;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content img.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 979px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block .content img.border {
    display: block;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content img.border.even {
  display: none;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content .h2-like {
  font-size: 32px;
  line-height: 38px;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content .description {
  font: 14px/22px "Lato Heavy", "Arial", sans-serif;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content ul.list {
  margin: 20px 0 0 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1100px) {
  .acm-section.playroom-page .playroom-blocks .playroom-block .content ul.list {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content ul.list li {
  margin: 0 0 20px;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content ul.list li:before {
  margin-right: 18px;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav {
  margin-top: 20px;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav .button-animated {
  color: #0A0A82;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav .button-animated:before {
  background-color: #f5aa91;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav .button-animated:after {
  border-color: #B3B3B3;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav .button-animated:hover {
  color: #fff;
}
.acm-section.playroom-page .playroom-blocks .playroom-block .content nav .button-animated:hover:before {
  background-color: #0A0A82;
}

.content-with-slider {
  position: relative;
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .content-with-slider {
    margin: 40px 0;
    flex-wrap: wrap;
  }
}
.content-with-slider .acm-slider-wrapper {
  display: flex;
  flex-grow: 1;
  padding-left: 0px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper {
    position: relative;
    overflow: hidden;
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-with-slider .acm-slider-wrapper {
    display: flex;
    flex-grow: 1;
    padding-left: 0px;
    overflow: visible;
  }
}
.content-with-slider .acm-slider-wrapper .acm-slider {
  width: 82%;
  position: relative;
}
.content-with-slider .acm-slider-wrapper .acm-slider:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper .acm-slider::before {
    content: none;
  }
}
@media only screen and (min-width: 1440px) {
  .content-with-slider .acm-slider-wrapper .acm-slider {
    width: 100%;
    position: relative;
  }
  .content-with-slider .acm-slider-wrapper .acm-slider:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .content-with-slider .acm-slider-wrapper .acm-slider {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper .acm-slider {
    position: static;
    width: 66%;
  }
  .content-with-slider .acm-slider-wrapper .acm-slider:not(.swiper-init) {
    width: 100%;
    text-align: center;
  }
}
.content-with-slider .acm-slider-wrapper .acm-slider .swiper-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  overflow: hidden;
}
.content-with-slider .acm-slider-wrapper .acm-slider .swiper-container .slideshow-wrapper {
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper .acm-slider .swiper-container {
    overflow: visible;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .content-with-slider .acm-slider-wrapper .acm-slider .swiper-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    overflow: hidden;
  }
  .content-with-slider .acm-slider-wrapper .acm-slider .swiper-container .slideshow-wrapper {
    height: 100%;
    display: flex;
  }
}
.content-with-slider .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide {
  position: relative;
  width: 47%;
  margin: 0 20px;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .content-with-slider .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide {
    position: relative;
    width: 50%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 48%;
    margin: 0 10px;
    height: 100%;
    position: relative;
  }
}
.content-with-slider .acm-slider-wrapper .acm-slider .image-slide img {
  clip-path: polygon(0% 75%, 5% 0%, 96% 2%, 100% 97%, 0% 100%);
  margin: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .acm-slider-wrapper .acm-slider .image-slide img {
    max-width: calc(100% - 40px);
  }
}
.content-with-slider .content-wrapper {
  width: calc(55% - 140px);
  margin: 0 70px;
  flex-shrink: 0;
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .content-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
    text-align: center;
  }
}
.content-with-slider .content-wrapper .heading {
  font-family: "Savate", "Arial", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: currentColor;
  margin-bottom: 30px;
}
.content-with-slider .content-wrapper .content {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.17px;
  color: currentColor;
}
.content-with-slider .content-wrapper .content p {
  margin-bottom: 20px;
}
.content-with-slider .content-wrapper .content b,
.content-with-slider .content-wrapper .content strong {
  font-weight: bold;
}
.content-with-slider .content-wrapper .content i,
.content-with-slider .content-wrapper .content em {
  font-style: italic;
}
.content-with-slider .content-wrapper .learn-more-wrapper {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .content-wrapper .learn-more-wrapper {
    text-align: center;
  }
}
.content-with-slider .content-wrapper .learn-more-wrapper .learn-more {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content-with-slider .content-wrapper .learn-more-wrapper .learn-more {
    margin: 40px;
  }
}
.content-with-slider.content-slider .acm-slider-wrapper {
  order: 1;
}
.content-with-slider.content-slider .acm-slider-wrapper .swiper-container {
  left: 0;
}
.content-with-slider.content-slider .acm-slider .image-slider-buttons {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.content-slider .acm-slider .image-slider-buttons {
    left: unset;
    right: 20px;
  }
}
.content-with-slider.slider-content .watermark-text {
  left: unset;
  right: 30px;
  transform: rotate(3deg);
}
.content-with-slider.slider-content .acm-slider {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.slider-content .acm-slider {
    margin-left: unset;
  }
}
.content-with-slider.slider-content .acm-slider .image-slider-buttons {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.slider-content .acm-slider .image-slider-buttons {
    right: 20px;
  }
}
.content-with-slider.plus-gallery {
  justify-content: space-between;
}
.content-with-slider.plus-gallery .content-wrapper {
  width: 43%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .content-wrapper {
    width: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper {
  width: 100%;
  overflow: hidden;
  max-width: 610px;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper {
    margin: 0;
    max-width: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider {
  width: 100%;
  height: 435px;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider {
    height: 0;
    padding-bottom: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider:before {
  display: none;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slide {
  margin: 0;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slide img {
  width: 100%;
  margin: 0;
  clip-path: polygon(100% 2%, 99% 98%, 34% 100%, 1% 98%, 0 32%, 1% 0);
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slide img {
    max-width: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container {
    padding-bottom: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide {
    padding-bottom: 100%;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide button {
  position: absolute;
  bottom: 38px;
  right: 39px;
  width: 35px;
  height: 35px;
  background: none;
  font-size: 0;
  text-indent: -9999em;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide button {
    right: 20px;
    bottom: 20px;
  }
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .swiper-container .swiper-slide button:hover svg path {
  fill: #4848c7;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons {
  width: 100%;
  left: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -25px;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button {
  top: 0;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button:hover:before, .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button:hover:after {
  background: #4848c7;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button:before, .content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button:after {
  background: #fff;
  width: 33px;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button.previous {
  left: 6px;
  right: auto;
}
.content-with-slider.plus-gallery .acm-slider-wrapper .acm-slider .image-slider-buttons .slideshow-button.next {
  right: 0;
  left: auto;
}
.content-with-slider.plus-gallery.slider-content .acm-slider-wrapper {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .content-with-slider.plus-gallery.slider-content .acm-slider-wrapper {
    margin: 0;
  }
}

.content-with-slider-nt {
  margin: 0 auto;
  overflow: hidden;
}
.content-with-slider-nt .clear {
  clear: both;
  margin: 10px 0;
}
.content-with-slider-nt .content-img-overlay {
  position: absolute;
  bottom: 0%;
  z-index: 999;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 245px 8% 60px 9%;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0a0a81 100%);
  clip-path: polygon(0% 79%, 5% 0%, 96% 2%, 100% 100%, 0% 100%);
  left: 20px;
  text-align: center;
}
.content-with-slider-nt .content-img-overlay h3 {
  font-family: "Savate", "Arial", sans-serif;
  font-size: 40px;
  color: #fff;
}
.content-with-slider-nt .content-img-overlay .area-size {
  width: 100%;
  display: block;
  color: #fff;
}
.content-with-slider-nt .content-img-overlay .area-size .area {
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: 500;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  margin: 0 30px 0 0;
}
.content-with-slider-nt .content-img-overlay .area-size .size {
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: 500;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
}
.content-with-slider-nt .content-img-overlay .area-size .area_icon {
  display: inline-block;
  width: 21px;
  margin: 0px 10px 0 0;
  float: left;
}
.content-with-slider-nt .content-img-overlay .area-size .area_icon img {
  width: 100%;
  margin: 0px 18px 0 0;
}
.content-with-slider-nt .content-img-overlay p {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  color: #fff;
}
.content-with-slider-nt .content-img-overlay .btn {
  display: none;
}
.content-with-slider-nt .content-img-overlay .btn .btn-left-nt {
  position: relative;
  display: inline-block;
  height: 44px;
  margin: 0 10px 0 0px;
  padding: 15px 0px;
  overflow: visible;
  color: #0A0A81;
  background: #fff;
  font: 900 12px/14px "Lato", "Arial", sans-serif;
  text-transform: none;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  clip-path: polygon(1% 69%, 3% 7%, 100% 4%, 99% 100%, 0% 88%);
  width: 144px;
}
.content-with-slider-nt .content-img-overlay .btn-right-nt {
  margin: 0 0px 0 10px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.content-with-slider-nt .content-img-overlay .btn-right-nt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0 auto 3px;
  border: 3px solid transparent;
  border-left: 6px solid #f5aa91;
  width: 12px;
  height: 6px;
}
.content-with-slider-nt .content-img-overlay:hover .btn {
  display: block;
}
.content-with-slider-nt .swiper-slide {
  width: 419px !important;
  margin: 0 20px !important;
}
.content-with-slider-nt .image-slider-buttons {
  left: 10px !important;
  z-index: 99;
}
.content-with-slider-nt .content-wrapper {
  width: calc(52% - 200px) !important;
  margin: 0 65px !important;
}
.content-with-slider-nt .heading {
  font-family: "Savate", "Arial", sans-serif;
  font-size: 48px !important;
  line-height: 48px !important;
  font-weight: 400;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content-with-slider-nt {
    overflow: hidden;
    margin: 40px 0;
    flex-wrap: wrap;
  }
  .content-with-slider-nt .content-img-overlay {
    padding: 165px 8% 60px 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content-with-slider-nt .content-wrapper {
    width: calc(100% - 0px) !important;
    margin: 0 0px !important;
    text-align: left;
  }
  .content-with-slider-nt .heading {
    font-size: 40px !important;
    line-height: 23px !important;
    font-weight: 400;
    letter-spacing: 0.5px !important;
  }
  .content-with-slider-nt .image-slider-buttons {
    left: inherit !important;
    right: 0px !important;
  }
  .content-with-slider-nt .swiper-slide {
    width: 276px !important;
    margin: 0 22px !important;
  }
  .content-with-slider-nt .content-img-overlay h3 {
    font-family: "Savate", "Arial", sans-serif;
    font-size: 32px;
  }
  .content-with-slider-nt .content-img-overlay {
    bottom: 0;
    z-index: 999;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 7% 60px 3%;
    opacity: 1;
    background-image: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0a0a81 100%);
    clip-path: polygon(0% 79%, 5% 0%, 96% 2%, 100% 97%, 0% 100%);
    left: 0;
  }
  .content-with-slider-nt .image-slide img {
    max-width: calc(100% - 0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-with-slider-nt .content-wrapper {
    width: calc(100% - 0px) !important;
    margin: 0 0px !important;
    text-align: left;
  }
  .content-with-slider-nt .heading {
    font-size: 40px !important;
    font-weight: 400;
    letter-spacing: 0.5px !important;
  }
  .content-with-slider-nt .image-slider-buttons {
    left: inherit !important;
    right: -10px !important;
  }
  .content-with-slider-nt .swiper-slide {
    width: 276px !important;
    margin: 0 22px !important;
  }
  .content-with-slider-nt .content-img-overlay h3 {
    font-family: "Savate", "Arial", sans-serif;
    font-size: 32px;
  }
  .content-with-slider-nt .content-img-overlay {
    bottom: 0;
    z-index: 999;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 85px 7% 60px 3%;
    opacity: 1;
    background-image: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0a0a81 100%);
    clip-path: polygon(0% 79%, 5% 0%, 96% 2%, 100% 97%, 0% 100%);
    left: 0;
  }
  .content-with-slider-nt .image-slide img {
    max-width: calc(100% - 0px) !important;
  }
}

/*========CSS for new Meeting page======*/
.meet-nt-box-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.meet-nt-box-area .cele-box-1 {
  width: 500px;
  height: 620px;
  margin: 0 20px 0 40px;
  position: relative;
}
.meet-nt-box-area .cele-box-1:hover .btn {
  display: block;
}
.meet-nt-box-area .content-img-overlay {
  position: absolute;
  top: 0%;
  z-index: 1;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(10, 10, 129, 0) 0%, #0a0a81 100%);
  clip-path: polygon(0% 78%, 0% 0%, 100% 2%, 100% 100%, 0% 100%);
  left: 0px;
  text-align: center;
  color: #fff;
  height: 100%;
}
.meet-nt-box-area img {
  margin: 0 !important;
}
.meet-nt-box-area h3 {
  font-family: "Savate", "Arial", sans-serif !important;
  font-size: 40px !important;
  color: #fff !important;
  line-height: 60px;
  font-weight: 400;
}
.meet-nt-box-area p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-weight: 400;
}
.meet-nt-box-area .btn {
  display: none;
}
.meet-nt-box-area .btn-left-nt {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: 0 10px 0 0px;
  padding: 15px 0px;
  overflow: visible;
  color: #0A0A81;
  background: #fff;
  font: 900 12px/14px "Lato", "Arial", sans-serif;
  text-transform: none;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  clip-path: polygon(1% 69%, 3% 7%, 100% 4%, 99% 100%, 0% 88%);
  width: 142px;
  height: 44px;
}
.meet-nt-box-area .btn-right-nt {
  margin: 0 0px 0 10px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.meet-nt-box-area .btn-right-nt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0 auto 3px;
  border: 3px solid transparent;
  border-left: 6px solid #f5aa91;
  width: 12px;
  height: 6px;
}
.meet-nt-box-area .bottom-content-align {
  position: absolute;
  bottom: 60px;
  padding: 0 90px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .meet-nt-box-area .cele-box-1 {
    width: 42%;
    margin: 0 0px 30px 50px;
    height: auto;
  }
  .meet-nt-box-area .cele-box-1 img {
    width: 100%;
  }
  .meet-nt-box-area .bottom-content-align {
    bottom: 48px;
    padding: 0 20px;
  }
  .meet-nt-box-area .btn-right-nt {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .meet-nt-box-area .content-img-overlay {
    padding: 165px 8% 60px 9%;
  }
}
@media only screen and (width: 1024px) and (resolution: 163dpi) {
  .meet-nt-box-area .content-img-overlay {
    padding: 165px 8% 60px 9%;
  }
}
@media only screen and (max-width: 767px) {
  .meet-nt-box-area .cele-box-1 {
    width: 100%;
    margin: 0 0px 30px 0px;
    height: auto;
  }
  .meet-nt-box-area .cele-box-1 img {
    width: 100%;
  }
  .meet-nt-box-area .bottom-content-align {
    bottom: 48px;
    padding: 0 20px;
  }
}

.video-block {
  position: relative;
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  .video-block {
    margin: 40px 0;
  }
}
.video-block.with-watermark {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .video-block.with-watermark {
    margin-top: 100px;
  }
}
.video-block .watermark-text {
  margin-top: -40px;
  transform: rotate(2deg);
  top: -100px;
  left: unset;
  right: 60px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .video-block .watermark-text {
    margin: 40px 0;
    right: 20px;
  }
}
.video-block .video-container {
  position: relative;
  clip-path: polygon(0% 3%, 75% 0%, 100% 2%, 100% 98%, 25% 100%, 0 98%);
}
.video-block .video-container .play-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 350ms ease-in-out;
}
.video-block .video-container .play-video .circle {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #f1f2f1;
  border-radius: 50%;
  transition: border-color 350ms ease-in-out;
}
.video-block .video-container .play-video .arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.73);
  border-radius: 50%;
  transition: background-color 350ms ease-in-out;
}
.video-block .video-container .play-video .arrow:before, .video-block .video-container .play-video .arrow:after {
  content: "";
  position: absolute;
  margin-left: -12px;
  margin-top: 25px;
  display: inline-block;
  width: 21px;
  height: 4px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #0A0A82;
  transition: background-color 350ms ease-in-out;
  transform-origin: right center;
  transform: rotate(45deg);
}
.video-block .video-container .play-video .arrow:after {
  margin-top: 23px;
  transform: rotate(-45deg);
}
.video-block .video-container .play-video:hover .circle {
  border-color: #f5aa91;
}
.video-block .video-container .play-video:hover .arrow {
  background-color: rgba(245, 170, 145, 0.6);
}
.video-block .video-container .play-video:hover .arrow:before, .video-block .video-container .play-video:hover .arrow:after {
  background-color: #fff;
}
.video-block .video-container .video-preview {
  transition: opacity 350ms ease-in-out;
  font-size: 0;
  width: 100%;
}
.video-block .video-container .video-preview img {
  width: 100%;
}
.video-block .video-container.video-init .play-video {
  opacity: 0;
}
.video-block .video-container.video-init .video-preview {
  opacity: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.video-block .video-container video {
  display: block;
  width: 100%;
  height: auto;
}

.meetings-and-events {
  margin: 140px 0 70px 0;
}
@media only screen and (max-width: 979px) {
  .meetings-and-events {
    margin: 40px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 979px) {
  .meetings-and-events .main-content {
    flex-wrap: wrap;
  }
}
.meetings-and-events .left-column {
  width: 35%;
  color: #0A0A82;
}
@media only screen and (max-width: 979px) {
  .meetings-and-events .left-column {
    width: 100%;
  }
}
.meetings-and-events .left-column .watermark-text {
  top: -110px;
  right: 5px;
  text-align: right;
  font-size: 160px;
  transform: rotate(3deg);
}
.meetings-and-events .left-column .watermark-text:before, .meetings-and-events .left-column .watermark-text:after {
  right: 0;
  left: unset;
}
.meetings-and-events .left-column .watermark-text.active::before {
  transform: translate3d(-9px, -10px, 0);
}
@media only screen and (max-width: 979px) {
  .meetings-and-events .left-column .watermark-text {
    text-align: left;
    font-size: 114px;
    line-height: 137px;
    letter-spacing: -3.6px;
    text-align: left;
    transform: rotate(-3deg);
    top: 500px;
  }
}
@media (max-width: 530px) {
  .meetings-and-events .left-column .watermark-text {
    top: 30%;
  }
}
.meetings-and-events .left-column .heading {
  font-family: "Savate", "Arial", sans-serif;
  font-size: 70px;
  line-height: 84px;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  color: currentColor;
}
@media only screen and (max-width: 767px) {
  .meetings-and-events .left-column .heading {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.meetings-and-events .left-column .items-menu {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .meetings-and-events .left-column .items-menu {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
}
.meetings-and-events .left-column .items-menu .item-menu {
  position: relative;
  font-family: "Lato SemiBold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.17px;
  overflow: hidden;
  color: currentColor;
  text-transform: capitalize;
}
.meetings-and-events .left-column .items-menu .item-menu + .item-menu {
  margin-left: 23px;
}
.meetings-and-events .left-column .items-menu .item-menu:hover {
  outline: none;
}
.meetings-and-events .left-column .items-menu .item-menu:hover .animated-underline {
  display: block;
  transform: translate3d(-66.6%, 0, 0);
}
.meetings-and-events .left-column .items-menu .item-menu:hover::before {
  content: "";
}
.meetings-and-events .left-column .items-menu .item-menu::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.meetings-and-events .left-column .items-menu .item-menu .animated-underline {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: #0A0A82;
  stroke-width: 5px;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.meetings-and-events .left-column .items-menu .item-menu.active .animated-underline {
  display: block;
}
.meetings-and-events .left-column .items-content {
  position: relative;
  padding-bottom: 42px;
}
.meetings-and-events .left-column .items-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 110%;
  height: 1px;
  background-color: #f5aa91;
}
@media only screen and (max-width: 979px) {
  .meetings-and-events .left-column .items-content:after {
    content: none;
  }
}
.meetings-and-events .left-column .items-content .item-wrapper {
  position: absolute;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  top: 0;
  z-index: -1;
}
.meetings-and-events .left-column .items-content .item-wrapper.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.meetings-and-events .left-column .items-content .item-wrapper .item-content {
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.17px;
}
.meetings-and-events .left-column .items-content .item-wrapper .item-content p {
  margin-bottom: 20px;
}
.meetings-and-events .left-column .items-content .item-wrapper .item-content ul, .meetings-and-events .left-column .items-content .item-wrapper .item-content ol {
  font-family: "Lato SemiBold", "Arial", sans-serif;
  list-style: initial;
  margin: 25px 15px;
}
.meetings-and-events .left-column .items-content .item-wrapper .item-content ul li, .meetings-and-events .left-column .items-content .item-wrapper .item-content ol li {
  line-height: 22px;
  letter-spacing: 0.4px;
  margin: 5px 0 10px 0;
}
.meetings-and-events .left-column .items-content .item-wrapper nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.meetings-and-events .left-column .items-content .item-wrapper nav .book-event-wrapper .book-event {
  position: relative;
  display: inline-block;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  color: currentColor;
  text-decoration: none;
  transition: color 350ms ease-in-out;
  margin-right: 12px;
}
.meetings-and-events .left-column .items-content .item-wrapper nav .book-event-wrapper .book-event:hover {
  color: #f5aa91;
}
.meetings-and-events .left-column .items-content .item-wrapper nav .book-event-wrapper + .learn-more-wrapper {
  display: flex;
  margin-left: 30px;
}
.meetings-and-events .right-column {
  position: relative;
  width: calc(65% - 35px);
  margin-left: 35px;
}
@media only screen and (max-width: 979px) {
  .meetings-and-events .right-column {
    order: -1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .meetings-and-events .right-column::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f5aa91;
    bottom: 20px;
    z-index: -1;
  }
}
.meetings-and-events .right-column .item-image {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  top: 0;
  z-index: -1;
}
.meetings-and-events .right-column .item-image.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.meetings-and-events .right-column .item-image.active::after {
  content: "";
  display: block;
  padding-top: 97%;
}
.meetings-and-events .right-column .item-image.active svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.venues-table {
  margin-top: 60px;
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .venues-table .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.venues-table table {
  border-bottom: 1px solid #f5aa91;
}
.venues-table th {
  padding: 0 20px;
  padding-bottom: 26px;
  color: #0A0A82;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 17px;
}
@media only screen and (min-width: 1024px) {
  .venues-table th {
    padding: 0 8px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .venues-table th {
    padding: 0 8px;
    font-size: 12px;
  }
}
.venues-table td {
  padding: 10px 5px;
  text-align: center;
}
.venues-table td,
.venues-table .even td {
  background: none;
  border-top: 1px solid #f5aa91;
}
@media only screen and (max-width: 979px) {
  .venues-table td,
.venues-table .even td {
    padding: 5px;
    text-align: center;
  }
}
.venues-table td:nth-child(even) {
  background-color: #ffe9d9;
}

.acm-section.venues-section-acm .venues {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.acm-section.venues-section-acm .venues .categories-descr .category-descr {
  display: none;
}
.acm-section.venues-section-acm .venues .categories-descr .category-descr.active {
  display: block;
}
.acm-section.venues-section-acm .venues .venues-wrapper {
  width: 70%;
}
@media (max-width: 1059px) {
  .acm-section.venues-section-acm .venues .venues-wrapper {
    max-width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.venues-section-acm .venues .venues-wrapper {
    max-width: none;
    width: 100%;
  }
}
.acm-section.venues-section-acm .venues .venues-wrapper.full-width {
  width: 100%;
}
.acm-section.venues-section-acm .venues .venues-wrapper.full-width img {
  height: 100%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .category-selector .button {
  background-color: transparent;
  font-size: 30px;
  line-height: 34px;
  color: #0A0A82;
  text-transform: capitalize;
}
.acm-section.venues-section-acm .venues .venues-wrapper .category-selector .button.active, .acm-section.venues-section-acm .venues .venues-wrapper .category-selector .button:hover {
  border-bottom: 3px solid #f5aa91;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container {
  display: flex;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 75px;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .map-img {
  clip-path: none;
  width: 100%;
  height: 100%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .empty-layer {
  position: absolute;
  top: 7.5%;
  left: 33.4%;
  width: 14.6%;
  height: 63%;
  z-index: 60;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .empty-layer:after {
  position: absolute;
  content: "";
  bottom: -26px;
  right: 0%;
  width: 80%;
  height: 10%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link {
  position: absolute;
  display: flex;
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1440px) {
  .acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 979px) {
  .acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link__open-deck {
  top: 56%;
  left: 78%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link__klee-house {
  top: 54%;
  left: 61%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link__dining-room {
  top: 30%;
  left: 93%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link__media-room {
  top: 59%;
  left: 71%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .map-container .spot-link__Retail {
  top: 70%;
  left: 78%;
}
.acm-section.venues-section-acm .venues .venues-wrapper .h2-like {
  font-size: 38px;
  line-height: 34px;
  text-transform: uppercase;
}
.acm-section.venues-section-acm .rfp-right-sidebar {
  font: 16px/22px "Lato Heavy", "Arial", sans-serif;
  position: relative;
  letter-spacing: 1.17px;
  color: #0A0A82;
  max-width: 27%;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 979px) {
  .acm-section.venues-section-acm .rfp-right-sidebar {
    MAX-width: 36%;
  }
}
@media (max-width: 1050px) and (min-width: 1024px) {
  .acm-section.venues-section-acm .rfp-right-sidebar {
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.venues-section-acm .rfp-right-sidebar {
    display: none;
  }
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content {
  position: sticky;
  top: 190px;
}
@media only screen and (max-width: 979px) {
  .acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content {
    top: 160px;
  }
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content .sidebar-content-wrapper {
  position: relative;
  text-align: center;
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content .sidebar-content-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  z-index: -1;
  top: -10%;
  left: 0;
  background-image: url("../images/backgrounds/rfp-background.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media (max-width: 1050px) and (min-width: 1024px) {
  .acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content .sidebar-content-wrapper::after {
    background-size: contain;
  }
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content h2 {
  position: relative;
  color: #0A0A82;
  display: inline-block;
  font: 22px/27px "Savate", "Arial", sans-serif;
  letter-spacing: 1.17px;
  text-transform: capitalize;
  padding-bottom: 26px;
  margin-bottom: 28px;
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background: #f5aa91;
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content h3 {
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 38px;
  margin-top: 0;
  text-transform: uppercase;
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content .button {
  background-color: transparent;
  font-family: "Lato Heavy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 50px;
  color: #0A0A82;
  width: 100%;
  text-transform: uppercase;
  background-image: url("../images/backgrounds/form-submit.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.acm-section.venues-section-acm .rfp-right-sidebar .sidebar-content .button:hover {
  color: #fff;
}

.veneu_nt_wrapper_full {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .veneu_nt_wrapper_full {
    margin-top: 20px;
  }
}
.veneu_nt_wrapper_full .room_nt_spec {
  display: flex;
  margin: 0;
}
.veneu_nt_wrapper_full .room_nt_spec li {
  width: auto;
  margin: 0 10px 0 0px;
  font-size: 13px;
  line-height: 14px;
}
.veneu_nt_wrapper_full .room_nt_spec li:first-child {
  order: 2;
}
.veneu_nt_wrapper_full .room_nt_spec li:nth-child(2)::before {
  display: none;
}
.veneu_nt_wrapper_full .venue_room_info_box {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
.veneu_nt_wrapper_full .venue_room_info_box .btn-right-nt {
  margin: 0 0px 0 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.veneu_nt_wrapper_full .venue_room_info_box .btn-right-nt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0 auto 3px;
  border: 3px solid transparent;
  border-left: 6px solid #f5aa91;
  width: 12px;
  height: 6px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
  padding-right: 60px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt .clear {
  clear: both;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Savate", "Arial", sans-serif;
  padding-top: 16px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt p {
  line-height: 24px;
  font-size: 14px;
  font-family: "Lato", "Arial", sans-serif;
  letter-spacing: 0.75px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt .btn_sec_venue {
  width: 100%;
  margin: 15px 0 0 0;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt {
  width: 50%;
  display: inline-block;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .view-tour {
  position: absolute;
  bottom: 20px;
  right: 80px;
  z-index: 9;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slideshow-button:before, .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slideshow-button:after {
  background-color: #fff;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slide .thumbnail-gallery-venues {
  width: 100%;
  margin: 0;
  clip-path: polygon(100% 2%, 99% 98%, 34% 100%, 1% 98%, 0 32%, 1% 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .previous {
  left: 20px;
  background-position: -90px -278px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slideshow {
  position: relative;
  overflow: hidden;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .next {
  right: 20px;
  background-position: -90px -318px;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .image-slider-buttons {
  z-index: 1;
  width: 100%;
}
.veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .image-slider-buttons .slideshow-button.next, .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .image-slider-buttons .slideshow-button.previous {
  top: calc(40% - 0px);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt {
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .veneu_nt_wrapper_full .venue_room_info_box {
    flex-wrap: wrap;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt {
    order: 1;
    width: 100%;
    position: relative;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .view-tour {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slide .thumbnail-gallery-venues {
    min-height: 260px;
  }
  .veneu_nt_wrapper_full .button, .veneu_nt_wrapper_full input[type=submit].button {
    font: 400 19px/50px "Savate", "Arial", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_content_left_nt {
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .veneu_nt_wrapper_full .venue_room_info_box {
    flex-wrap: wrap;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt {
    order: 1;
    width: 100%;
    position: relative;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .view-tour {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
  }
  .veneu_nt_wrapper_full .venue_room_info_box .veneu_gallery_right_nt .slide .thumbnail-gallery-venues {
    min-height: 260px;
  }
  .veneu_nt_wrapper_full .button, .veneu_nt_wrapper_full input[type=submit].button {
    font: 400 19px/50px "Savate", "Arial", sans-serif;
  }
}

html {
  scroll-behavior: smooth;
}

.gallery-section {
  text-align: center;
  background: none;
}
.spa .gallery-section {
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .gallery-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section {
    padding: 50px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .page-content {
    padding: 0 15px;
  }
}
.gallery-section .home-gallery {
  text-align: center;
  font-size: 0;
  max-width: 1620px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-section .photo-wrapper {
  width: calc(25% - 60px);
  height: calc(25% - 60px);
  display: inline-block;
  vertical-align: top;
  margin: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .gallery-section .photo-wrapper {
    margin: 15px;
    width: calc(25% - 30px);
    height: calc(25% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .photo-wrapper {
    margin: 5px;
    width: calc(25% - 10px);
    height: calc(25% - 10px);
  }
}
.gallery-section .photo-wrapper .photo {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  border: none;
}
.gallery-section .load-more {
  margin-top: 30px;
}

.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 40px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 16px/1 "Lato", "Arial", sans-serif;
  position: absolute;
  top: 50%;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 12px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #9A9A9A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 979px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "Lato", "Arial", sans-serif;
  text-decoration: none;
  color: #0A0A82;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #f5aa91;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #0A0A82;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 979px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #0A0A82;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #0A0A82;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #0A0A82;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #0A0A82 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  display: flex;
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #0A0A82;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #0A0A82 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .featured-posts-slider {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1096px;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "Lato", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #0A0A82;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #EDEDED;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #6A6A6A;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #0A0A82;
  font-weight: 400;
  font-family: "Savate", "Arial", sans-serif;
  font-size: 58px;
  line-height: 70px;
  text-transform: uppercase;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #0A0A82;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    margin: 0 0 15px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-family: "Lato Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link {
  color: #0A0A82;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link:hover {
  background-color: #0A0A82;
  color: #f5aa91;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #EDEDED;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 4px 0 0 -11px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #0A0A82;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #0A0A82;
  color: #0A0A82;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Lato", "Arial", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #0A0A82;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #0A0A82;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #6A6A6A;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: normal 28px/1 "Lato", "Arial", sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #0A0A82;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #6A6A6A;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out, right 0.35s;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #6A6A6A;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "Lato", "Arial", sans-serif;
  color: #0A0A82;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "Savate", "Arial", sans-serif;
  text-align: center;
  color: #0A0A82;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  border-radius: 60px 16px 16px 16px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #0A0A82;
  border-radius: 60px 16px 16px 16px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  background: linear-gradient(180deg, rgba(0, 46, 50, 0) 0%, #002E32 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #0A0A82;
  font-size: 13px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "Lato SemiBold", "Arial", sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 12px;
  font-weight: normal;
  border-radius: 14px;
  line-height: 30px;
  background-color: #0A0A82;
  color: #fff;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}

.footer-blog {
  font-family: "Lato", "Arial", sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 979px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #fff;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 979px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #0A0A82;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #f5aa91;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 979px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "Lato", "Arial", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "Lato", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #0A0A82;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #0A0A82;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #0A0A82;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Savate", "Arial", sans-serif;
  color: #0A0A82;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "Lato Medium", "Arial", sans-serif;
  color: #0A0A82;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #0A0A82;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #6A6A6A;
  border: 1px solid #6A6A6A;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #0A0A82;
  border-color: #0A0A82;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #0A0A82;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #0A0A82;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0A0A82;
  height: 415px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "Lato", "Arial", sans-serif;
  background-color: #0A0A82;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  max-width: 890px;
  min-width: 500px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 62, 102, 0.8);
    min-width: 100%;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 22px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 15px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 50px/1 "Savate", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #fff;
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 10px;
    top: 10px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  padding: 0 285px 0 35px;
  position: relative;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 18px/1.2 "Lato", "Arial", sans-serif;
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Lato", "Arial", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Lato", "Arial", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #0A0A82;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #0A0A82;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "Lato", "Arial", sans-serif;
  color: #0A0A82;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font: normal 60px/1 "Lato", "Arial", sans-serif;
  color: #0A0A82;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Lato", "Arial", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #0A0A82;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "Lato", "Arial", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #0A0A82;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "Lato", "Arial", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #0A0A82;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block .month-archive-inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "Lato", "Arial", sans-serif;
  color: #0A0A82;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #0A0A82;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

@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;
  }
}
