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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font: 700 22px/32px "Loew", sans-serif;
  color: #000;
  letter-spacing: 2.16px;
  text-align: center;
}

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

.ui-datepicker-prev {
  left: 0px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #CE3262;
  border-bottom: 2px solid #CE3262;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #104C97;
  border-left-color: #104C97;
}
.ui-datepicker-prev.ui-state-disabled {
  display: none;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 280px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar thead {
  border-bottom: 1px solid #104C97;
  margin-bottom: 4px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 4px;
}
.ui-datepicker-calendar td {
  padding-bottom: 4px;
  font-size: 14px;
  color: #222;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #EDE7E6;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #104C97;
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #257ce8;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 0 0 0 10px;
  width: 18px;
  height: 40px;
  overflow: hidden;
}
.ui-datepicker-trigger svg {
  fill: #104C97;
}
.ui-datepicker-trigger:hover svg {
  fill: #257ce8;
}

.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::-webkit-input-placeholder {
  color: #000;
}
.ui-selectmenu-button:-moz-placeholder {
  color: #000;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #000;
}
.ui-selectmenu-button:-ms-input-placeholder {
  color: #000;
}
.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: #104C97;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#form_module_container_errors,
#form_module_container_success {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background-color: rgba(16, 76, 151, 0.1);
}
#form_module_container_errors p,
#form_module_container_success p {
  margin-bottom: 0;
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: #104C97;
}

.assertive-message {
  display: block;
  width: 100%;
  font-size: 18px !important;
  text-align: center;
}

[id*=form_form_], .form {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 0 36px 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_], .form {
    margin-bottom: 20px;
  }
}
[id*=form_form_] fieldset.custom-radio-group h3, [id*=form_form_] fieldset.custom-checkbox-group h3, .form fieldset.custom-radio-group h3, .form fieldset.custom-checkbox-group h3 {
  display: none;
}
[id*=form_form_] fieldset + fieldset, .form fieldset + fieldset {
  margin-top: 30px;
}
[id*=form_form_] fieldset + fieldset.custom-radio-group, [id*=form_form_] fieldset + fieldset.custom-checkbox-group, .form fieldset + fieldset.custom-radio-group, .form fieldset + fieldset.custom-checkbox-group {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] fieldset + fieldset, .form fieldset + fieldset {
    margin-top: 20px;
  }
}
[id*=form_form_] h3, .form h3 {
  margin-bottom: 0;
}
[id*=form_form_] em, .form em {
  margin-left: -10px;
  color: #b31919;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 0;
}
[id*=form_form_] label, .form label {
  display: block;
  width: 100%;
  font: 14px/1.2 "Loew", sans-serif;
  text-transform: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] label, .form label {
    font-size: 12px;
  }
}
[id*=form_form_] .hide-label label, .form .hide-label label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}
[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, .form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=phone],
.form input[type=url],
.form input[type=datepicker],
.form textarea, .form select,
.form .input-overlay {
  font: 14px/38px "Loew", sans-serif;
  text-transform: none;
  color: #000;
  background: #fff;
  min-height: 38px;
  padding: 0 20px;
  resize: none;
  width: 100%;
  border: 1px solid #D0D0D0;
}
[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, .form input[type=text].form_module_field_error,
.form input[type=number].form_module_field_error,
.form input[type=email].form_module_field_error,
.form input[type=phone].form_module_field_error,
.form input[type=url].form_module_field_error,
.form input[type=datepicker].form_module_field_error,
.form textarea.form_module_field_error, .form select.form_module_field_error,
.form .input-overlay.form_module_field_error {
  border-color: red;
}
[id*=form_form_] input[type=text]::-webkit-input-placeholder,
[id*=form_form_] input[type=number]::-webkit-input-placeholder,
[id*=form_form_] input[type=email]::-webkit-input-placeholder,
[id*=form_form_] input[type=phone]::-webkit-input-placeholder,
[id*=form_form_] input[type=url]::-webkit-input-placeholder,
[id*=form_form_] input[type=datepicker]::-webkit-input-placeholder,
[id*=form_form_] textarea::-webkit-input-placeholder, [id*=form_form_] select::-webkit-input-placeholder,
[id*=form_form_] .input-overlay::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=phone]::-webkit-input-placeholder,
.form input[type=url]::-webkit-input-placeholder,
.form input[type=datepicker]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder,
.form .input-overlay::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
[id*=form_form_] input[type=text]:-moz-placeholder,
[id*=form_form_] input[type=number]:-moz-placeholder,
[id*=form_form_] input[type=email]:-moz-placeholder,
[id*=form_form_] input[type=phone]:-moz-placeholder,
[id*=form_form_] input[type=url]:-moz-placeholder,
[id*=form_form_] input[type=datepicker]:-moz-placeholder,
[id*=form_form_] textarea:-moz-placeholder, [id*=form_form_] select:-moz-placeholder,
[id*=form_form_] .input-overlay:-moz-placeholder, .form input[type=text]:-moz-placeholder,
.form input[type=number]:-moz-placeholder,
.form input[type=email]:-moz-placeholder,
.form input[type=phone]:-moz-placeholder,
.form input[type=url]:-moz-placeholder,
.form input[type=datepicker]:-moz-placeholder,
.form textarea:-moz-placeholder, .form select:-moz-placeholder,
.form .input-overlay:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
[id*=form_form_] input[type=text]::-moz-placeholder,
[id*=form_form_] input[type=number]::-moz-placeholder,
[id*=form_form_] input[type=email]::-moz-placeholder,
[id*=form_form_] input[type=phone]::-moz-placeholder,
[id*=form_form_] input[type=url]::-moz-placeholder,
[id*=form_form_] input[type=datepicker]::-moz-placeholder,
[id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder,
[id*=form_form_] .input-overlay::-moz-placeholder, .form input[type=text]::-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=phone]::-moz-placeholder,
.form input[type=url]::-moz-placeholder,
.form input[type=datepicker]::-moz-placeholder,
.form textarea::-moz-placeholder, .form select::-moz-placeholder,
.form .input-overlay::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
[id*=form_form_] input[type=text]:-ms-input-placeholder,
[id*=form_form_] input[type=number]:-ms-input-placeholder,
[id*=form_form_] input[type=email]:-ms-input-placeholder,
[id*=form_form_] input[type=phone]:-ms-input-placeholder,
[id*=form_form_] input[type=url]:-ms-input-placeholder,
[id*=form_form_] input[type=datepicker]:-ms-input-placeholder,
[id*=form_form_] textarea:-ms-input-placeholder, [id*=form_form_] select:-ms-input-placeholder,
[id*=form_form_] .input-overlay:-ms-input-placeholder, .form input[type=text]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=phone]:-ms-input-placeholder,
.form input[type=url]:-ms-input-placeholder,
.form input[type=datepicker]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder,
.form .input-overlay:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
[id*=form_form_] textarea, .form textarea {
  height: 125px;
  overflow: auto;
  line-height: 1.2;
  padding: 10px;
  border: 1px solid #D0D0D0;
  resize: vertical;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .form input[type=checkbox],
.form input[type=radio] {
  padding: 0;
  margin-top: 6px;
  margin-right: 6px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio], .form input[type=checkbox],
  .form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, .form input[type=datepicker], .form .input-overlay {
  width: calc(100% - 30px);
  float: left;
}
[id*=form_form_] .input-overlay, .form .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger, .form .ui-datepicker-trigger {
  float: left;
  position: static;
}
[id*=form_form_] .select-wrapper, .form .select-wrapper {
  width: 100%;
}
[id*=form_form_] .select-wrapper select, .form .select-wrapper select {
  padding-right: 30px;
}
[id*=form_form_] .select-wrapper .select-icon, .form .select-wrapper .select-icon {
  right: 10px;
}
[id*=form_form_] [type=submit], .form [type=submit] {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
}
[id*=form_form_] > [type=submit], .form > [type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha, .form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .g-recaptcha > div, .form .g-recaptcha > div {
  transition: box-shadow 1750ms;
}
[id*=form_form_] .g-recaptcha > div.error, .form .g-recaptcha > div.error {
  box-shadow: 0 0 0 2px red;
  transition: box-shadow 0ms;
}
[id*=form_form_] .form-builder-field, .form .form-builder-field {
  position: relative;
  width: 100%;
  margin: 16px 0 0 20px;
  clear: both;
}
[id*=form_form_] .form-builder-field.g-recaptcha-response, .form .form-builder-field.g-recaptcha-response {
  display: none;
}
[id*=form_form_] .form-builder-field p, .form .form-builder-field p {
  margin-bottom: 0;
  padding-bottom: 0;
}
[id*=form_form_] .form-builder-field[class*=inputhidden], .form .form-builder-field[class*=inputhidden] {
  display: none;
}
[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, .form .form-builder-field[class*=inputcheckbox] > label, .form .form-builder-field[class*=checkboxgroup] > label, .form .form-builder-field[class*=radiogroup] > label {
  position: relative;
  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, .form .form-builder-field[class*=inputcheckbox] .radio-label, .form .form-builder-field[class*=inputcheckbox] .checkbox-label, .form .form-builder-field[class*=checkboxgroup] .radio-label, .form .form-builder-field[class*=checkboxgroup] .checkbox-label, .form .form-builder-field[class*=radiogroup] .radio-label, .form .form-builder-field[class*=radiogroup] .checkbox-label {
  text-transform: none;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  [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, .form .form-builder-field[class*=inputcheckbox] .radio-label, .form .form-builder-field[class*=inputcheckbox] .checkbox-label, .form .form-builder-field[class*=checkboxgroup] .radio-label, .form .form-builder-field[class*=checkboxgroup] .checkbox-label, .form .form-builder-field[class*=radiogroup] .radio-label, .form .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[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, .form .form-builder-field[class*=inputcheckbox] > p, .form .form-builder-field[class*=checkboxgroup] > p, .form .form-builder-field[class*=radiogroup] > p {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field .compliance, .form .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em, .form .form-builder-field .compliance em {
  margin: 14px 0 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox], .form .form-builder-field .compliance input[type=checkbox] {
  margin: 5px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label, .form .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
[id*=form_form_] .form-builder-group, .form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0 0 -20px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .form .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .form .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .form .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}

.custom-checkbox, .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
.custom-checkbox:before, .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  transition: transform 175ms;
  border: 1px solid #D0D0D0;
}
@media only screen and (min-width: 1024px) {
  .custom-checkbox:hover:before, .custom-radio:hover:before {
    transform: scale(1.1);
  }
  .custom-checkbox:active:before, .custom-radio:active:before {
    transform: scale(1);
  }
}
.custom-checkbox:after, .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 175ms 116.6666666667ms, opacity 175ms, visibility 175ms;
  pointer-events: none;
}
.custom-checkbox.checked:after, .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 116.6666666667ms, opacity 116.6666666667ms, visibility 116.6666666667ms;
}
.custom-checkbox input, .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox.active, .custom-radio.active {
  color: #000;
}

.custom-radio:before {
  border-radius: 50%;
}
.custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #000;
}
.custom-radio.checked:after {
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  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: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-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: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 400 26px/30px "Loew", sans-serif;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #104C97;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 700 32px/1.2 "Loew", sans-serif;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #104C97;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#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;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font: 400 26px/32px "Loew", sans-serif;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #104C97;
}
#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;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #000;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 14px;
  height: 2px;
  margin-left: 10px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 14px;
  margin-left: 16px;
  margin-top: 9px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #104C97 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .main-menu .virtual-tour {
  margin-top: 20px;
  margin-right: 0px;
}

#hamburger-navigation-trigger {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  width: 43px;
  height: 100%;
  transition: background 350ms ease-in-out, top 350ms ease-in-out, right 350ms ease-in-out;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-trigger {
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation-trigger {
    display: block;
  }
}
.home:not(.scrolled-header):not(.hamburger-navigation-visible):not(.custom-map-visible) #hamburger-navigation-trigger {
  right: 40px;
}
.home:not(.scrolled-header):not(.hamburger-navigation-visible):not(.custom-map-visible) #hamburger-navigation-trigger .smart-icon span {
  background-color: #fff;
}
#hamburger-navigation-trigger .smart-icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  transform: translateY(-50%);
}
#hamburger-navigation-trigger .smart-icon span {
  display: block;
  width: 30px;
  height: 5px;
  margin: 5px 0;
  background: #104C97;
  border-radius: 6px;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transform-origin: 50% 50%;
}
.new-hero-section #hamburger-navigation-trigger .smart-icon span {
  background: #fff;
}
.new-hero-section.scrolled-header #hamburger-navigation-trigger .smart-icon span {
  background: #104C97;
}
#hamburger-navigation-trigger .smart-icon span:nth-child(2) {
  width: 40px;
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span {
  transform: scale(0) rotate(90deg);
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span:first-child {
  transform: translate(0, 12px) rotate(45deg);
}
.hamburger-navigation-visible #hamburger-navigation-trigger .smart-icon span:last-child {
  transform: translate(0, -8px) rotate(135deg);
}

.popup-booking-widget .booking-widget {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 66px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  overflow-y: auto;
  visibility: visible;
  z-index: 999999;
}
@media only screen and (min-width: 1024px) {
  .popup-booking-widget .booking-widget {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-widget {
    padding: 60px 20px 80px;
    background-color: #fff;
  }
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
}
.close-button svg {
  fill: #104C97;
}
.close-button:hover svg {
  fill: #061e3b;
}
@media only screen and (max-width: 767px) {
  .close-button {
    top: 20px;
    right: 20px;
  }
}
.popup-booking-widget .close-button.booking-widget-close-button {
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .close-button.booking-widget-close-button {
    top: -40px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel-visible .close-button.dates-selection-panel-close-button {
    display: block;
  }
}

.popup-booking-widget .booking-form-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 60px;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form-wrapper {
    height: 100%;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.booking-heading {
  padding: 28px 36px;
  font: 700 35px/46px "Loew", sans-serif;
  text-align: center;
  color: #000;
}
.popup-booking-widget .booking-heading {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking-heading {
    padding: 0 40px;
  }
}

.popup-booking-widget .booking-columns {
  padding: 0 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget .booking-columns {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-columns {
    padding: 30px 15px;
  }
}

.popup-booking-widget .column {
  margin: 0;
  border: 2px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget .column {
    margin: 0;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-form .dates-col {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .dates-col {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .dates-col .form-element {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .booking-form .dates-col .form-element:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .dates-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-form .options-col {
    margin: 0 0 30px;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}

.selectmenu-wrapper {
  z-index: 10;
  position: absolute;
  bottom: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-height: 230px;
  width: 100%;
  min-width: 127px;
  max-width: 150px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .selectmenu-wrapper {
    top: calc(100% - 15px);
    bottom: auto;
    max-width: none;
    box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.5);
  }
}
.selectmenu-wrapper::after {
  content: "";
  position: absolute;
  top: calc(100% - 14px);
  left: calc(50% - 14px);
  display: block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .selectmenu-wrapper::after {
    display: none;
  }
}
.selectmenu-wrapper.visible {
  visibility: visible;
  opacity: 1;
}
.booking-datepicker-under .selectmenu-wrapper, .collapsed-booking .selectmenu-wrapper {
  top: calc(100% + 40px);
  bottom: auto;
  box-shadow: 0px 22px 13px -20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1023px) {
  .booking-datepicker-under .selectmenu-wrapper, .collapsed-booking .selectmenu-wrapper {
    top: calc(100% - 15px);
    box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.5);
  }
}
.booking-datepicker-under .selectmenu-wrapper::after, .collapsed-booking .selectmenu-wrapper::after {
  top: auto;
  bottom: calc(100% - 14px);
}

.popup-booking-widget .dates-col {
  padding: 12px 0 11px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-booking-widget .dates-col {
    padding: 0;
  }
}
.popup-booking-widget .dates-col .form-element:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .dates-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
.popup-booking-widget .dates-col .booking-dates-trigger {
  min-width: 121px;
}

.popup-booking-widget .options-col {
  padding: 12px 0 11px 30px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .options-col {
    padding: 0;
  }
}
.popup-booking-widget .options-col .form-element {
  padding: 0;
  border: none;
}
.popup-booking-widget .options-col .form-element:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}

.selection-panels {
  padding: 24px 36px;
}
.desktop.popup-booking-widget .selection-panels, .tablet.popup-booking-widget .selection-panels, .dates-selection-panel-visible .selection-panels {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop.popup-booking-widget .selection-panels, .tablet.popup-booking-widget .selection-panels, .dates-selection-panel-visible .selection-panels {
    padding: 0;
  }
}
.selection-panels .selection-panel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .selection-panels .selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 80px 40px 30px;
    overflow-y: auto;
  }
}
.desktop.popup-booking-widget .selection-panels .selection-panel, .tablet.popup-booking-widget .selection-panels .selection-panel {
  display: block !important;
  position: relative;
  width: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}
.dates-selection-panel-visible .selection-panels .selection-panel {
  display: block;
}

.dates-selection-panel {
  position: absolute;
  bottom: 95px;
  left: 0;
  width: calc(100% - 285px);
  height: 0;
  visibility: hidden;
  background: #fff;
}
.dates-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 218px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup-booking-widget .dates-selection-panel::before {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .dates-selection-panel::before {
    left: 184px;
  }
}
.desktop.popup-booking-widget .dates-selection-panel, .tablet.popup-booking-widget .dates-selection-panel {
  display: block !important;
  height: auto;
  visibility: visible;
  transform: none;
}
.dates-selection-panel-visible .dates-selection-panel {
  display: block;
  height: auto;
  visibility: visible;
  transform: none;
}

.booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 30px 15px;
  box-shadow: none;
  background: none;
}
.popup-booking-widget .booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker {
    display: flex;
    flex-direction: column;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin: 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin: 30px 0 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 12px;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar th,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar th,
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
    line-height: 30px;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header {
  margin-bottom: 18px;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font: 700 22px/1.2 "Loew", sans-serif;
  letter-spacing: 2.16px;
  text-transform: initial;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  top: 6px;
  height: 14px;
  width: 14px;
  border-color: #000;
}

.virtual-tour-popup {
  display: none;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  position: fixed;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.64);
}
.virtual-tour-popup .content-lightbox-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-popup .content-lightbox-wrapper {
    padding-top: 0;
  }
}
.virtual-tour-popup .content-lightbox-container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  width: calc(100% - 8em);
  height: 0;
  padding-top: calc((100% - 8em) * 0.5625);
}
@media (min-aspect-ratio: 16/9) {
  .virtual-tour-popup .content-lightbox-container {
    width: 0;
    height: calc(100vh - 8em);
    padding-top: 0;
    padding-left: calc((100vh - 8em) * 1.7778);
  }
}
@media only screen and (max-width: 767px) {
  .virtual-tour-popup .content-lightbox-container {
    width: calc(100% - 2em);
    padding-top: calc((100% - 2em) * 0.5625);
  }
}
.virtual-tour-popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.virtual-tour-popup .content-lightbox-close-button {
  top: -80px;
  position: absolute;
  right: 0;
  background: #104C97;
  width: 80px;
  height: 80px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-popup .content-lightbox-close-button {
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
  }
}
.virtual-tour-popup .content-lightbox-close-button:hover {
  background: #fff;
}
.virtual-tour-popup .content-lightbox-close-button:hover .close-message {
  color: #104C97;
}
.virtual-tour-popup .content-lightbox-close-button:hover .close-icon:before, .virtual-tour-popup .content-lightbox-close-button:hover .close-icon:after {
  background: #104C97;
}
.virtual-tour-popup .content-lightbox-close-button .close-message {
  color: #fff;
  display: block;
  margin: 0 0 5px;
  font-family: "Loew", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .virtual-tour-popup .content-lightbox-close-button .close-message {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .virtual-tour-popup .content-lightbox-close-button .close-message {
    display: none;
  }
}
.virtual-tour-popup .content-lightbox-close-button .close-icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
}
.virtual-tour-popup .content-lightbox-close-button .close-icon:before, .virtual-tour-popup .content-lightbox-close-button .close-icon:after {
  position: absolute;
  content: "";
  height: 36px;
  width: 2px;
  background-color: #ffffff;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .virtual-tour-popup .content-lightbox-close-button .close-icon:before, .virtual-tour-popup .content-lightbox-close-button .close-icon:after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .virtual-tour-popup .content-lightbox-close-button .close-icon:before, .virtual-tour-popup .content-lightbox-close-button .close-icon:after {
    height: 26px;
    top: calc(50% - 10px);
  }
}
.virtual-tour-popup .content-lightbox-close-button .close-icon:before {
  transform: rotate(-45deg);
}
.virtual-tour-popup .content-lightbox-close-button .close-icon:after {
  transform: rotate(45deg);
}

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

#merchandising-tile {
  position: fixed;
  bottom: 90px;
  right: -600px;
  width: 525px;
  z-index: 9998;
  background: transparent;
  color: #fff;
  height: 220px;
  transition: 1s;
}
.admin .preview-item #merchandising-tile {
  display: block !important;
  padding: 20px;
  position: relative;
  right: 0;
  bottom: auto;
  transform: none;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile .img-overlay {
    bottom: 0;
    transform: none;
  }
}
.admin .preview-item #merchandising-tile .img-overlay {
  bottom: 50%;
  transform: translateY(50%);
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-family: "Loew", sans-serif;
  color: #fff;
  margin-top: 0;
}
#merchandising-tile .promo-text {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-family: "Loew", sans-serif;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-right: 0;
}
#merchandising-tile .promo-content .inner-wrap {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
#merchandising-tile .promo-content .button {
  margin-top: 10px;
  width: 100%;
  max-width: 240px;
  position: relative;
  display: inline-block;
  min-width: 180px;
  height: 58px;
  padding: 0 20px;
  color: #fff;
  font: 700 20px/50px "Loew", sans-serif;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #104C97;
  border: 1px solid #104C97;
  transition: background-color 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#merchandising-tile .promo-content .button:hover {
  color: #fff;
  background-color: #828282;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #104C97;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 9999;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin .preview-item .merchandising-open-btn {
  display: none;
}
.merchandising-open-btn .arrow-rotate {
  background: url("../images/right_arrow.svg") no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
  transform: scaleX(1);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: scaleX(-1);
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Loew", sans-serif;
  margin: 15px;
  color: #104C97;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #104C97;
  border-bottom-color: #104C97;
  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 "Loew", sans-serif;
  color: #104C97;
  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: #104C97;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #CE3262;
}

.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 "Loew", sans-serif;
  margin-bottom: 30px;
  color: #104C97;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Loew", 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;
}

.rooms-section {
  position: relative;
  padding: 100px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-section {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section {
    padding-top: 60px;
  }
}
.rooms-section .rooms-section-heading {
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms-section-heading {
    margin-bottom: 30px;
  }
}
.rooms-section .rooms-section-heading h2 {
  margin: 0;
  padding: 0;
}
.rooms-section .rooms-section-background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-section .rooms-section-background {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-section .rooms-section-background {
    width: 70%;
  }
}
.rooms-section .rooms-section-background::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rooms-section .rooms-section-background .rooms-section-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200%;
  width: 200%;
  background: radial-gradient(circle, #e3d7e2 0%, #e5eefa 43.65%, #ffffff 66.67%) center no-repeat;
}

.rooms-entry {
  display: flex;
  margin: 0 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-entry {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.rooms-entry:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .rooms-entry:nth-child(even) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .rooms-entry:nth-child(even) .description {
    padding: 65px 65px 65px 100px;
  }
}
.rooms-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-entry:last-child {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry:last-child {
    padding-bottom: 0;
  }
}
.rooms-entry .rooms-entry-images {
  display: flex;
  width: 58%;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .rooms-entry-images {
    width: 100%;
  }
}
.rooms-entry .rooms-entry-images::before {
  content: "";
  display: block;
  padding-bottom: 65%;
  max-width: 0;
  overflow: hidden;
}
.rooms-entry .rooms-entry-images .room-gallery {
  position: relative;
  width: 100%;
}
.rooms-entry .rooms-entry-images .room-gallery .slideshow {
  height: 100%;
}
.rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
.rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet {
  border-color: #fff;
}
.rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet:hover, .rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.rooms-entry .description {
  width: 42%;
  padding: 65px 100px 65px 65px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-entry .description {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry .description {
    width: 100%;
    padding: 20px;
  }
}
.rooms-entry .description > * {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .description > * {
    margin-bottom: 20px;
  }
}
.rooms-entry .description > *:last-child {
  margin-bottom: 0;
}
.rooms-entry .description h3 {
  padding: 0;
  font-family: "Spinnaker", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}
.rooms-entry .description p {
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
}
.rooms-entry .description .links {
  display: flex;
  flex-wrap: wrap;
}
.rooms-entry .description a {
  margin: 0;
  padding: 0 20px;
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #104C97;
  border-left: 2px solid #EDE7E6;
  transition: color 350ms ease-in-out;
}
.rooms-entry .description a:hover {
  color: #061e3b;
}
.rooms-entry .description a:first-child {
  padding-left: 0;
  border: none;
}
.rooms-entry .description a:last-child {
  padding-right: 0;
}

.room {
  margin-bottom: 40px;
}
.room .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .room .thumb {
    margin: 20px 0;
  }
}
.page-content .room .room-opt-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.page-content .room .room-opt-list ul li {
  width: 25%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content .room .room-opt-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .room .room-opt-list ul li {
    width: 100%;
  }
}
.room .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px 0;
}
.room .links a {
  margin: 0 20px 10px 0;
}
.room .price {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.room .price span {
  display: inline-block;
  margin: 0 4px;
  color: #104C97;
  font: 700 34px/58px "Loew", sans-serif;
  letter-spacing: 0;
}
.room .price .prefix, .room .price .suffix {
  color: #000;
  font: 700 16px/58px "Loew", sans-serif;
  letter-spacing: 0;
}

.room-nt-new .rooms-entry {
  display: inline-block;
  margin: 0 20px 56px 20px;
  width: 45%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-nt-new .rooms-entry {
    margin-bottom: 60px;
    width: 100%;
    margin: 0 0px 56px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .room-nt-new .rooms-entry {
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 0px 48px 0px;
  }
}
.room-nt-new .rooms-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-nt-new .rooms-entry:last-child {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .room-nt-new .rooms-entry:last-child {
    padding-bottom: 0;
  }
}
.room-nt-new .rooms-entry .rooms-entry-images {
  display: flex;
  width: 100%;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .room-nt-new .rooms-entry .rooms-entry-images {
    width: 100%;
  }
}
.room-nt-new .rooms-entry .rooms-entry-images::before {
  content: "";
  display: block;
  padding-bottom: 65%;
  max-width: 0;
  overflow: hidden;
}
.room-nt-new .rooms-entry .rooms-entry-images .room-gallery {
  position: relative;
  width: 100%;
}
.room-nt-new .rooms-entry .rooms-entry-images .room-gallery .slideshow {
  height: 100%;
}
.room-nt-new .rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
.room-nt-new .rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet {
  border-color: #fff;
}
.room-nt-new .rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet:hover, .room-nt-new .rooms-entry .rooms-entry-images .room-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.room-nt-new .rooms-entry .description {
  width: 100%;
  padding: 24px 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-nt-new .rooms-entry .description {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .room-nt-new .rooms-entry .description {
    width: 100%;
    padding: 20px;
  }
}
.room-nt-new .rooms-entry .description > * {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .room-nt-new .rooms-entry .description > * {
    margin-bottom: 20px;
  }
}
.room-nt-new .rooms-entry .description > *:last-child {
  margin-bottom: 0;
}
.room-nt-new .rooms-entry .description h3 {
  padding: 0;
  font-family: "Spinnaker", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}
.room-nt-new .rooms-entry .description p {
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
}
.room-nt-new .rooms-entry .description .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.room-nt-new .rooms-entry .description a {
  margin: 0;
  padding: 0 20px;
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #104C97;
  border-left: 1px solid #061e3b;
  transition: color 350ms ease-in-out;
}
.room-nt-new .rooms-entry .description a:hover {
  color: #061e3b;
}
.room-nt-new .rooms-entry .description a:first-child {
  padding-left: 0;
  border: none;
}
.room-nt-new .rooms-entry .description a:last-child {
  padding-right: 0;
}
.room-nt-new .nt_room_link {
  height: auto;
  padding: 14px !important;
  color: #FFF !important;
}
@media only screen and (max-width: 767px) {
  .room-nt-new .nt_room_link {
    min-width: 150px;
  }
}
.room-nt-new .nt_room_link:hover {
  color: #FFF;
}
.room-nt-new .nt_room_link_1 {
  height: auto;
  background: #fff;
  padding: 14px !important;
  margin: 0 0 0 8px !important;
}
@media only screen and (max-width: 767px) {
  .room-nt-new .nt_room_link_1 {
    min-width: 150px;
  }
}
.room-nt-new .nt_room_link_1:hover {
  color: #FFF !important;
  background: #828282;
}
@media only screen and (max-width: 767px) {
  .room-nt-new .category-selector .select-wrapper {
    width: 100%;
  }
}
.room-nt-new .category-selector .button {
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #104C97;
  border-left: 1px solid #061e3b;
  transition: color 350ms ease-in-out;
  height: auto;
  padding: 14px 20px !important;
  margin: 0 0 0 8px !important;
  border: solid thin #104C97 !important;
}
.room-nt-new .category-selector .button:hover {
  color: #fff;
}
.room-nt-new .category-selector .active {
  background: #104C97;
  color: #fff;
}
.room-nt-new .category-selector {
  text-align: center;
  font-size: 0;
  margin: 0 0 60px 0;
}

.beach_menu {
  display: inline-block !important;
}
.beach_menu .icon_beach {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0px;
}
.beach_menu .icon_beach svg {
  fill: #fff;
}
.beach_menu a {
  display: inline-block !important;
}

.scrolled-header #header .icon_beach {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0px;
  fill: #333;
}
.scrolled-header #header .icon_beach svg {
  fill: #333;
}

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

#feeds {
  position: relative;
  padding: 0 70px;
  margin-bottom: 70px;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  #feeds {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #feeds {
    margin-bottom: 40px;
  }
}
#feeds .page-content {
  margin-bottom: 45px;
}
#feeds.loading {
  min-height: 500px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #104C97;
  border-bottom-color: #104C97;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .category-selector button {
  position: relative;
  padding-left: 34px;
  margin: 0 18px;
  line-height: 40px;
  font-size: 15px;
  color: #104C97;
}
#feeds .category-selector button:hover, #feeds .category-selector button.active {
  color: #CE3262;
}
#feeds .category-selector button:before {
  background: url("../images/sprite.svg") no-repeat -9px -237px;
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 0;
}
#feeds .category-selector button.instagram-button:before {
  top: 0;
  width: 30px;
  height: 35px;
  background-position: -280px -260px;
}
#feeds .category-selector button.facebook-button:before {
  top: 0;
  width: 30px;
  height: 35px;
  background-position: 0 -260px;
}
#feeds .category-selector button.blog-button:before {
  background-position: -108px -242px;
}
#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 .pattern {
  position: relative;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  float: left;
  font: 14px/18px "Loew", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #fafafa;
  color: #975700;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item {
    transition: none;
  }
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  background: url("images/feeds-sprite.svg") 0px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  padding: 5px 20px;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  font-size: 14px;
  color: #975700;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
  padding-right: 30px;
  transition: all 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #feeds .feed-item .feed-title {
    transition: none;
  }
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Loew", sans-serif;
  font-weight: 400;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-image: url("../images/instagram.svg");
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.instagram:hover .feed-descr {
  opacity: 1;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-item.blog h3 {
  color: #975700;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3em;
  font-weight: 400;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-items.items-per-pattern-4 {
  margin: 0 0px 20px;
}
#feeds .feed-items.items-per-pattern-4 .feed-item {
  width: calc(50% - 5px);
  padding: calc(50% - 20px) 0 0 0;
  margin: 0 10px 10px 0px;
}
#feeds .feed-items.items-per-pattern-4 .feed-item:nth-child(2n) {
  margin-right: 0;
}
#feeds .feed-items.items-per-pattern-9 {
  margin: 0 0px 20px;
}
#feeds .feed-items.items-per-pattern-9 .feed-item {
  width: calc(16.6666666667% - 20px);
  padding: calc(16.6666666667% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-9 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  margin-bottom: 20px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .pattern {
  padding-bottom: 31.8%;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(1) {
  top: 0;
  right: calc(83.33% + 10px);
  bottom: calc(50% + 10px);
  left: 0px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(83.33% + 10px);
  bottom: 0;
  left: 0px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(3) {
  top: 0;
  right: calc(66.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(66.66% + 10px);
  bottom: 0;
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) {
  top: 0;
  right: calc(33.33% + 10px);
  bottom: 0;
  left: calc(33.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(6) {
  top: 0;
  right: calc(16.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(16.66% + 10px);
  bottom: 0;
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(8) {
  top: 0;
  right: 0px;
  bottom: calc(50% + 10px);
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: 0px;
  bottom: 0;
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

.venues-categories-acm {
  background-color: #F5F5F5;
  padding: 100px 0px 50px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-acm {
    padding-top: 70px;
  }
}
.venues-categories-acm .section-content .center-column {
  max-width: 900px;
}
.venues-categories-acm .content {
  padding: 25px 0px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-acm .content {
    padding: 5px 0px;
  }
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}
.venues .category-selector {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .venues .category-selector .select-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .venues .category-selector .select-wrapper select {
    border: 1px solid #104C97;
    color: #104C97;
    font-weight: 700;
  }
}
.venues .category-selector button {
  text-decoration: none;
  margin: 0px;
  padding: 5px 20px;
  border-right: 0px;
  border-right: 2px solid #104C97 !important;
}
.venues .category-selector button:last-of-type {
  border-right: none !important;
}
.venues .category-selector button:hover {
  color: #CE3262;
  background: transparent;
}
.venues .category-selector button.active {
  color: #104C97;
}
.venues .category-selector button.active::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #104C97;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px) !important;
}
.venues.visible .category-selector button.active:after {
  width: 100%;
}

.venues-layout .additional-content {
  text-align: center;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
  position: relative;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .single-venue .venue-thumb img {
    height: 250px;
  }
}
.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: #104C97;
}
.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;
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .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.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: 1023px) {
  .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: #104C97;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #104C97;
  font-size: 14px;
  line-height: 1.3;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .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: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #104C97;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.venue.template1 .content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.venue.template1 .content .amenities li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .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;
  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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: #104C97;
}
.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: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

.venue.custom-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  min-height: 400px;
}
.venue.custom-template:nth-child(even) .image-sidebar {
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .venue.custom-template {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .venue.custom-template {
    margin-bottom: 30px;
  }
}
.venue.custom-template.hide {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.venue.custom-template .image-sidebar {
  min-height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.custom-template .image-sidebar {
    height: 300px;
  }
}
.venue.custom-template .image-sidebar .thumbnail,
.venue.custom-template .image-sidebar .slideshow {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.venue.custom-template .image-sidebar .thumbnail img,
.venue.custom-template .image-sidebar .slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.venue.custom-template .image-sidebar .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  height: 100px;
  width: 40px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0px;
}
.venue.custom-template .image-sidebar .slideshow-button:hover {
  background-color: #104C97;
}
.venue.custom-template .image-sidebar .slideshow-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-25%, -50%) rotate(-135deg);
}
.venue.custom-template .image-sidebar .slideshow-button.next {
  left: auto;
  right: 0;
}
.venue.custom-template .image-sidebar .slideshow-button.next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.venue.custom-template .image-sidebar .thumbnail.placeholder img {
  padding: 25px;
}
.venue.custom-template .content {
  background-color: #fff;
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .content {
    padding: 20px;
    text-align: left;
  }
}
.venue.custom-template .content .virtual-tour-iframe-code {
  display: none;
}
.venue.custom-template .content h3 {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 20px;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.venue.custom-template .content .capacities {
  margin-bottom: 20px;
}
.venue.custom-template .content .capacity {
  display: inline-flex;
  align-items: center;
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.venue.custom-template .content .capacity + .capacity {
  margin-left: 30px;
}
.venue.custom-template .content .capacity svg {
  stroke: none;
  fill: currentColor;
  margin-right: 8px;
}
.venue.custom-template .content .description {
  margin-bottom: 30px;
  text-align: left;
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .content .description {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.venue.custom-template .content .buttons {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .content .buttons {
    justify-content: space-between;
  }
}
.venue.custom-template .content .button {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .content .button {
    margin: 0px;
    width: 48%;
    min-width: auto;
    font-size: 15px;
    padding: 0px;
  }
}
.venue.custom-template .content .button.transparent {
  color: #104C97;
  background: transparent;
}
.venue.custom-template .content .button.transparent:hover {
  background-color: #104C97;
  color: #fff;
}
.venue.custom-template .venue-location {
  font-family: "Loew", sans-serif;
  font-size: 14px;
  line-height: 1.785;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #104C97;
}
.venue.custom-template .venue-location svg {
  flex-shrink: 0;
  margin-right: 4px;
  height: 25px;
  width: 28px;
  stroke: none;
  display: inline-block;
  vertical-align: top;
  fill: #104C97;
}
.venue.custom-template .venue-location span {
  display: inline-block;
  vertical-align: top;
}
.venue.custom-template .virtual-tour {
  color: #104C97;
  font: 700 18px/1.2 "Loew", sans-serif;
  background: none;
  border: none;
  padding: 0;
  height: auto;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin: 0 20px 35px 0;
  text-transform: uppercase;
}
.venue.custom-template .virtual-tour svg {
  fill: currentColor;
  margin-right: 4px;
}
.venue.custom-template .virtual-tour:hover {
  color: #000;
}
.venue.custom-template .virtual-tour:hover svg {
  fill: #000;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .virtual-tour {
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
.venue.custom-template .virtual-tour-3d {
  color: #104C97;
  font: 700 18px/1.2 "Loew", sans-serif;
  background: none;
  border: none;
  padding: 0;
  height: auto;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin: 0 20px 35px 0;
  text-transform: uppercase;
}
.venue.custom-template .virtual-tour-3d svg {
  fill: currentColor;
  margin-right: 4px;
}
.venue.custom-template .virtual-tour-3d:hover {
  color: #000;
}
.venue.custom-template .virtual-tour-3d:hover svg {
  fill: #000;
}
@media only screen and (max-width: 767px) {
  .venue.custom-template .virtual-tour-3d {
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
.venue.custom-template .full-screen {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  font-size: 0;
  text-indent: -9999em;
  z-index: 1;
  transition: background 350ms ease-in-out;
}
.venue.custom-template .full-screen:hover {
  background: #fff;
}

.venues hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #D0D0D0;
}
.venues .category-after {
  display: flex;
  justify-content: center;
}
.venues .category-after .button.hide {
  display: none;
}
.venues .categories-descr h2 {
  font: 700 32px/1.2 "Loew", sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .venues .categories-descr h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.venues .venue-content-popup {
  display: none;
}
.venues > button.button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.venues-modals .venue-content-popup {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.venues-modals .venue-content-popup .capacities {
  margin-bottom: 20px;
}
.venues-modals .venue-content-popup .capacity {
  display: inline-flex;
  align-items: center;
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.venues-modals .venue-content-popup .capacity + .capacity {
  margin-left: 30px;
}
.venues-modals .venue-content-popup .capacity svg {
  stroke: currentColor;
  margin-right: 8px;
}
.venues-modals .venue-content-popup .amenities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, max-content));
  grid-column-gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .amenities {
    grid-template-columns: 1fr 1fr;
  }
}
.venues-modals .venue-content-popup .full-screen {
  display: none;
}
.venues-modals .venue-content-popup .thumbnail,
.venues-modals .venue-content-popup .slideshow {
  position: relative;
  box-sizing: content-box;
  padding-top: 51.0204081633%;
  height: 0;
  overflow: hidden;
}
.venues-modals .venue-content-popup .thumbnail img,
.venues-modals .venue-content-popup .slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.venues-modals .venue-content-popup .slideshow .slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.venues-modals .venue-content-popup .thumbnail.placeholder img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
}
.venues-modals .venue-content-popup .close {
  width: 80px;
  height: 80px;
  flex: none;
  align-self: flex-end;
  z-index: 1;
  background: #104C97;
  position: absolute;
  right: 0;
  font-family: "Loew", sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.venues-modals .venue-content-popup .close span {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.5px;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .close span {
    display: none;
  }
}
.venues-modals .venue-content-popup .close:before, .venues-modals .venue-content-popup .close:after {
  position: absolute;
  content: "";
  height: 36px;
  width: 2px;
  background-color: #ffffff;
  top: calc(50% - 13px);
  left: calc(50% - 2px);
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .close:before, .venues-modals .venue-content-popup .close:after {
    height: 26px;
  }
}
.venues-modals .venue-content-popup .close:before {
  transform: rotate(-45deg);
}
.venues-modals .venue-content-popup .close:after {
  transform: rotate(45deg);
}
.venues-modals .venue-content-popup .close:hover {
  background: #fff;
}
.venues-modals .venue-content-popup .close:hover span {
  color: #104C97;
}
.venues-modals .venue-content-popup .close:hover:before, .venues-modals .venue-content-popup .close:hover:after {
  background-color: #104C97;
}
.venues-modals .venue-content-popup .popup-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  max-width: 980px;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.venues-modals .venue-content-popup .venue-entry {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry {
    height: 100%;
  }
}
.venues-modals .venue-content-popup .venue-entry .header-image {
  position: relative;
  height: 356px;
  width: 100%;
}
.venues-modals .venue-content-popup .venue-entry .header-image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.venues-modals .venue-content-popup .venue-entry h3 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 51px;
  font-weight: bold;
  font-family: "Loew", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.venues-modals .venue-content-popup .venue-entry p {
  margin-bottom: 35px;
}
.venues-modals .venue-content-popup .venue-entry .description {
  padding: 50px 60px 32px;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry .description {
    padding: 30px 40px;
  }
}
.venues-modals .venue-content-popup .venue-entry .description .page-content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry .description .page-content {
    text-align: left;
  }
}
.venues-modals .venue-content-popup .venue-entry .description .page-content p {
  line-height: 25px;
  margin-bottom: 20px;
}
.venues-modals .venue-content-popup .venue-entry .description .page-content h4 {
  font-family: "Loew", sans-serif;
  margin-top: 50px;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.venues-modals .venue-content-popup .venue-entry .description .page-content ul {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 32px;
  list-style: none;
}
.venues-modals .venue-content-popup .venue-entry .description .page-content ul li {
  width: 50%;
  line-height: 24px;
  font-weight: normal;
  color: #104C97;
  padding-left: 18px;
  position: relative;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry .description .page-content ul li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }
}
.venues-modals .venue-content-popup .venue-entry .description .page-content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  width: 3px;
  height: 3px;
  background: #104C97;
  border-radius: 50%;
  margin-right: 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .venues-modals .venue-content-popup .venue-entry .description .page-content ul li:before {
    top: 9px;
  }
}
.venues-modals .venue-content-popup .venue-entry .description .page-content h4 {
  font-family: "Loew", sans-serif;
  margin-top: 50px;
  text-transform: none;
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.venues-categories-acm .venues .categories-descr .category-descr h1 {
  display: none;
}
.venues-categories-acm .section-widget.visible .category-selector {
  position: relative;
}
.venues-categories-acm .section-widget.visible .category-selector button.active:after {
  width: 100%;
}
.venues-categories-acm .section-controls {
  margin-top: 0;
  text-align: center;
  font-size: 0;
}
.venues-categories-acm .section-controls .button {
  height: 54px;
  line-height: 54px;
  padding: 0 42px;
}

@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #main-content {
    padding-inline: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  top: 34px;
  z-index: 100;
  line-height: 80px;
  box-sizing: border-box;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #104C97 !important;
  display: flex;
  align-items: center;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
.blog-page.template-1 .single-post-back-button .read-more-link::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Loew", sans-serif;
  font-size: 18px;
  color: #104C97;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  min-width: 0;
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #104C97;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #828282;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "Loew", sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "Loew", sans-serif;
  color: #104C97;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #104C97;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "Loew", sans-serif;
  color: #104C97;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "Loew", sans-serif;
  color: #104C97;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #104C97;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px/1em "Loew", sans-serif;
  color: #104C97;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-1 #footer {
  margin-top: 60px;
}
.blog-page.template-1.single-blog-post #footer {
  margin-top: 0;
}

#footer {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  color: #104C97;
}
#footer .copyright {
  display: block;
  margin-bottom: 10px;
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  vertical-align: super;
}

#footer-menu {
  padding: 19px 0;
}
@media only screen and (max-width: 1023px) {
  #footer-menu {
    padding: 60px 0;
  }
}
#footer-menu .center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #footer-menu .center-column {
    flex-direction: column;
  }
}
#footer-menu .center-column .footer-menu-list {
  -moz-columns: 4;
       columns: 4;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #footer-menu .center-column .footer-menu-list {
    -moz-columns: initial;
         columns: initial;
    text-align: center;
  }
}
#footer-menu .center-column li {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  #footer-menu .center-column li {
    display: block;
    margin-bottom: 20px;
  }
}
#footer-menu .center-column li a {
  margin: 0 60px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #4B4B4B;
  font-family: "Loew", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (max-width: 1023px) {
  #footer-menu .center-column li a {
    margin: 0;
  }
}
#footer-menu .center-column li a:hover, #footer-menu .center-column li a.active {
  color: #104C97;
}
#footer-menu .center-column .socials {
  display: flex;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  #footer-menu .center-column .socials {
    margin-left: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu .center-column .socials li {
    margin-right: 40px;
  }
}
#footer-menu .center-column .socials li:last-child {
  margin-right: 0;
}
#footer-menu .center-column .socials a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  background-size: 700px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer-menu .center-column .socials a {
    display: inline-block;
    margin: 0;
  }
}
#footer-menu .center-column .socials a.facebook {
  background-position: -1px -440px;
}
#footer-menu .center-column .socials a.facebook:hover {
  background-position: -1px -489px;
}
#footer-menu .center-column .socials a.twitter {
  background-position: -41px -348px;
}
#footer-menu .center-column .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer-menu .center-column .socials a.instagram {
  background-position: -356px -440px;
}
#footer-menu .center-column .socials a.instagram:hover {
  background-position: -356px -489px;
}
#footer-menu .center-column .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer-menu .center-column .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer-menu .center-column .socials a.youtube {
  background-position: -121px -347px;
}
#footer-menu .center-column .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer-menu .center-column .socials a.flickr {
  background-position: -361px -347px;
}
#footer-menu .center-column .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer-menu .center-column .socials a.pinterest {
  background-position: -241px -347px;
}
#footer-menu .center-column .socials a.pinterest:hover {
  background-position: -241px -387px;
}

#footer-contacts {
  padding: 60px 0 150px 0;
}
@media only screen and (max-width: 1023px) {
  #footer-contacts {
    padding-bottom: 125px;
  }
}
#footer-contacts .center-column {
  padding: 0 12px;
}
#footer-contacts .footer-logo {
  max-width: 115px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .footer-logo {
    margin-bottom: 25px;
  }
}
#footer-contacts .footer-honors {
  width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
#footer-contacts p {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  #footer-contacts p {
    font-size: 14px;
    line-height: 24px;
  }
}
#footer-contacts p a {
  color: #000;
}
#footer-contacts p a:hover {
  color: #104C97;
  text-decoration: underline;
}
#footer-contacts p .vertical-devider {
  padding: 0 7px;
}
#footer-contacts .copyright {
  margin-top: 30px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  display: block !important;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #104C97;
  border-bottom-color: #104C97;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#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;
}

#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: #104C97;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.specials-section {
  position: relative;
  z-index: 1;
}

.specials .specials-section .center-column {
  max-width: 100%;
  padding: 0 120px;
}
@media only screen and (max-width: 1023px) {
  .specials .specials-section .center-column {
    padding: 0 20px;
  }
}
.specials .specials-section .center-column .category-selector .button {
  border: 0;
  margin: 5px;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials .specials-section .center-column .category-selector .button {
    display: none;
  }
}
.specials .specials-section .center-column .category-selector .select-wrapper select {
  padding-right: 40px;
}
.specials-list {
  display: flex;
  flex-wrap: wrap;
}
.specials-list.double-line::before {
  top: -4%;
  right: 3%;
  left: auto;
}
.specials-list.double-line::after {
  bottom: -7%;
  left: 2%;
}
.specials-list .special-item {
  position: relative;
  width: calc(33.3% - 30px);
  min-height: 550px;
  flex-grow: 1;
  margin: 60px 30px 30px 0;
  padding: 30px;
  background-color: #EDE7E6;
  transition: margin 350ms ease-in-out, background 350ms ease-in-out;
}
.specials-list .special-item:nth-child(3n) {
  margin-right: 0;
}
.specials-list .special-item:last-child {
  flex-grow: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-list .special-item {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-list .special-item {
    width: 100%;
    margin-right: 0;
  }
}
.specials-list .special-item .thumb {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 2;
}
.specials-list .special-item .thumb:before {
  content: "";
  padding-bottom: 125%;
  transition: padding 350ms ease-in-out;
}
.specials-list .special-item .thumb img {
  transform: scale(1);
  transition: transform 350ms ease-in-out;
}
.specials-list .special-item .special-item-content {
  position: relative;
  min-height: 80px;
  z-index: 1;
  overflow: hidden;
}
.specials-list .special-item .special-item-content h4 {
  margin-bottom: 10px;
}
.specials-list .special-item .special-item-content .info {
  position: relative;
  opacity: 0;
  margin-top: -100%;
  transition: all 800ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .specials-list .special-item .special-item-content .info {
    opacity: 1;
    margin-top: 0;
  }
}
.specials-list .special-item .special-item-content .info p {
  line-height: 20px;
  margin-bottom: 0;
}
.specials-list .special-item .special-item-content .info nav {
  margin-top: 12px;
}
.specials-list .special-item .special-item-content .info .button-link {
  color: #104C97;
}
.specials-list .special-item .special-item-content .info .button-link:hover {
  color: #fff;
}
.specials-list .special-item .offer-shapes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.specials-list .special-item .offer-shapes.green {
  opacity: 0;
}
.specials-list .special-item:hover, .specials-list .special-item.active {
  background-color: #104C97;
}
.specials-list .special-item:hover .thumb:before, .specials-list .special-item.active .thumb:before {
  padding-bottom: 100%;
}
.specials-list .special-item:hover .thumb img, .specials-list .special-item.active .thumb img {
  transform: scale(1.1);
}
.specials-list .special-item:hover .special-item-content, .specials-list .special-item.active .special-item-content {
  min-height: auto;
  overflow: visible;
}
.specials-list .special-item:hover .special-item-content *, .specials-list .special-item.active .special-item-content * {
  color: #fff;
}
.specials-list .special-item:hover .special-item-content .info, .specials-list .special-item.active .special-item-content .info {
  opacity: 1;
  margin-top: 0;
}
.specials-list .special-item:hover .special-item-content .button-link, .specials-list .special-item.active .special-item-content .button-link {
  color: #fff;
  text-decoration: underline;
}
.specials-list .special-item:hover .special-item-content .button-link:hover, .specials-list .special-item.active .special-item-content .button-link:hover {
  text-decoration: none;
}
.specials-list .special-item:hover .special-item-content .divider, .specials-list .special-item.active .special-item-content .divider {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 0;
}
@media only screen and (min-width: 1440px) {
  .specials-list .special-item:hover .special-item-content .divider, .specials-list .special-item.active .special-item-content .divider {
    font-size: 30px;
    padding: 0 20px;
  }
}
.specials-list .special-item:hover .offer-shapes, .specials-list .special-item.active .offer-shapes {
  opacity: 0;
}
.specials-list .special-item:hover .offer-shapes.green, .specials-list .special-item.active .offer-shapes.green {
  opacity: 1;
}

.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.single-special .socials iframe {
  max-width: 100px;
}
.single-special .button {
  margin-top: 40px;
}

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

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #104C97;
  border-bottom-color: #104C97;
  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: #257ce8;
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 16px "Loew", sans-serif;
  text-transform: uppercase;
  color: #CE3262;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  font-size: 16px;
  line-height: 1.2em;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #000;
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  .map-content {
    width: 280px;
    padding: 10px;
    font-size: 12px;
  }
}
.map-content h3,
.map-content p {
  margin: 0 0 15px;
}
@media only screen and (max-width: 1023px) {
  .map-content h3,
  .map-content p {
    margin: 0 0 5px;
  }
}
.map-content h3:last-child,
.map-content p:last-child {
  margin-bottom: 0;
}
.map-content h3 {
  font: 700 20px/1.2 "Loew", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .map-content h3 {
    font-size: 14px;
  }
}

.pressroom {
  margin-bottom: 100px;
  text-align: center;
}
.pressroom .category-selector .button {
  color: #104C97;
  border-color: #104C97;
  transition: color 350ms ease-in-out;
}
.pressroom .category-selector .button:hover {
  color: #000;
}
.pressroom .category-selector .button.active {
  color: #CE3262;
  text-decoration: none;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #104C97;
  padding: 20px 0;
  background-color: #104C97;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  padding: 20px;
  color: #fff;
  background: rgba(6, 30, 59, 0.7);
  overflow-y: auto;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description a {
  color: #fff;
}
.pressroom .pressroom-item .pdf {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  padding-left: 0 !important;
  line-height: 16px;
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

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

.additional-content .faq-section {
  width: 100%;
  margin: 40px auto;
  margin-top: 80px;
}
.faq-section .faq-section-category {
  margin-bottom: 40px;
}
.faq-section .faq-section-category-descr {
  margin: 0 0 8px;
  text-align: left;
}
.faq-section .faq-section-category-descr h3 {
  font: 700 22px/1.35 "AvenirNextLTPro", sans-serif;
}
.faq-section .faq-section-category-descr .title {
  font: 700 22px/1.35 "AvenirNextLTPro", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.faq-section .faq-section-category-descr > *:last-child {
  margin-bottom: 0;
}
.faq-section .faq-section-item {
  border-bottom: 1px solid #104C97;
}
.faq-section .faq-section-item .faq-section-question {
  position: relative;
  margin: 0;
  padding: 35px 35px 35px 40px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-question {
    padding: 20px 20px 20px 40px;
  }
}
.faq-section .faq-section-item .faq-section-question .faq-cross {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
}
.faq-section .faq-section-item .faq-section-question .faq-cross::before, .faq-section .faq-section-item .faq-section-question .faq-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 20px;
  width: 1px;
  background-color: #104C97;
}
.faq-section .faq-section-item .faq-section-question .faq-cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-section .faq-section-item .faq-section-question button {
  font: 700 18px/1.4 "AvenirNextLTPro", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: left;
}
.faq-section .faq-section-item .faq-section-answer {
  display: none;
  padding: 0 35px 35px 40px;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-answer {
    padding: 0 20px 20px 40px;
  }
}
.faq-section .faq-section-item .faq-section-answer .faq-section-answer-content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-answer .faq-section-answer-content {
    flex-direction: column;
  }
}
.faq-section .faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-section-item .faq-section-answer .thumb {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    max-width: none;
  }
}
.faq-section .faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}
.faq-section .faq-section-item .faq-section-answer .descr p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.3px;
}
.faq-section .faq-section-item.active .faq-section-question .faq-cross {
  transform: translateY(-50%) rotate(45deg);
}

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0 10px;
  font: 700 20px/1.3 "Spinnaker", sans-serif;
  text-transform: uppercase;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  min-width: 0;
  margin: 0 0 0 10px;
  padding: 0;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
.poi-zoom .poi-zoom-button.zoom-in::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 8px;
  background-color: #fff;
}

.poi-map {
  height: 800px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-map {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 300px;
  }
}

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

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

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

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

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

.leaflet-pane .map-content {
  min-width: 300px;
  width: auto;
}

.leaflet-pane a.button {
  color: #fff;
}

#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: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover, #calendar-links a.active {
  color: #104C97;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #104C97;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@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-filter .select-wrapper #calendar-category-filter {
  padding-right: 35px;
}

#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;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  transition: color 350ms ease-in-out;
}
@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.active, #calendar-views a:hover {
  color: #104C97;
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #104C97;
}

#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: #000;
}
@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 #257ce8;
  color: #257ce8;
}
#calendar-year a:hover {
  border-color: #061e3b;
  color: #061e3b;
}
#calendar-year .active a {
  border-color: #104C97;
  color: #104C97;
}
#calendar-year .active a:hover {
  border-color: #061e3b;
  color: #061e3b;
}

#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: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #104C97;
  color: #fff;
}
#calendar-month a.active {
  background: #104C97;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #061e3b;
  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 {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #104C97;
  }
  #calendar-month li.prev a:hover::after, #calendar-month li.next a:hover::after {
    border-color: #104C97;
  }
  #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 {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#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: #257ce8;
}
#calendar-navigation a.prev,
#calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover,
#calendar-navigation a.next:hover {
  border-color: #104C97;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#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: #061e3b;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(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: #000;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #257ce8;
}
#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: #061e3b;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #257ce8;
}
#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.7em;
  background: #104C97;
  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: #000;
  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-arrow {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle-arrow span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #000;
  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 #257ce8;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Loew", sans-serif;
  color: #061e3b;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #104C97;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.sitemap {
  text-align: center;
}
.sitemap hr {
  display: none;
}
.sitemap ul {
  margin: 0;
  font-weight: 700;
  -moz-columns: initial;
       columns: initial;
}
.sitemap ul li {
  text-align: left;
  padding-left: 0;
}
.sitemap ul li:before {
  content: none;
}
.sitemap ul li + li {
  margin-top: 30px;
}
.sitemap ul ul {
  font-weight: 400;
  font-size: 12px;
  margin-top: 30px;
}

.top-line {
  position: fixed;
  top: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: #1D1D1D;
  transition: top 350ms ease-in-out;
  overflow: hidden;
  visibility: hidden;
  z-index: 71;
}
.top-line-visible .top-line {
  top: 0 !important;
  visibility: visible;
}
.top-line-visible .top-line + #header {
  top: 30px !important;
}
.top-line-trigger {
  position: relative;
  width: 100%;
  height: 30px;
  z-index: 90;
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  background: #1D1D1D;
  transition: background 350ms ease-in-out;
}
.top-line-trigger::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 10px;
}
.top-line-trigger:focus {
  outline-color: red;
}
.top-line-content {
  position: absolute;
  width: 100%;
  top: -1000px;
  visibility: hidden;
  background-color: #104C97;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
.top-line-content-wrap {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-line-content-wrap {
    flex-wrap: wrap;
  }
}
.top-line-content-item {
  flex-grow: 1;
  flex-basis: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  text-align: left;
  border-right: 1px solid rgba(16, 76, 151, 0.4);
}
.top-line-content-item:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-line-content-item {
    flex-basis: 50%;
    margin-bottom: 40px;
    border-right: none;
    border-left: 1px solid rgba(16, 76, 151, 0.4);
  }
}
@media only screen and (max-width: 767px) {
  .top-line-content-item {
    display: block;
    flex-basis: 100%;
    margin-bottom: 40px;
    border-right: none;
    border-left: 1px solid rgba(16, 76, 151, 0.4);
  }
}
.top-line-content-item span {
  bottom: -10px;
  opacity: 0.1;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .top-line-content-item span {
    display: none;
  }
}
.top-line-content-item .h2 {
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.top-line-content-item .text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-line-content-item .text {
    margin-bottom: 10px;
  }
}
.top-line-content-item .text * {
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.top-line-content-item .link {
  position: relative;
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: auto;
  z-index: 2;
}
.top-line-content-item .link:hover {
  color: #CE3262;
}
.top-line-content-visible .top-line {
  height: auto;
}
.top-line-content-visible .top-line .top-line-trigger {
  background: #104C97;
}
.top-line-content-visible .top-line .top-line-trigger::after {
  border-top: none;
  border-bottom: 5px solid #fff;
}
.top-line-content-visible .top-line .top-line-content {
  position: relative;
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.content-lightbox {
  position: fixed;
  z-index: 999;
  left: -9999px;
  top: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 350ms ease-in-out, opacity 350ms ease-in-out, top 0ms 350ms ease-in-out, left 0ms 350ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1440px) {
  .content-lightbox {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lightbox {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox {
    padding: 40px 10px 10px;
  }
}
.content-lightbox.visible {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms ease-in-out, top 0ms, left 0ms;
}
.content-lightbox .content-lightbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.content-lightbox .content-lightbox-container {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1024px;
  max-height: 100%;
  background-color: #fff;
}
.content-lightbox .thumb {
  position: relative;
  width: 45%;
  overflow: hidden;
}
.content-lightbox .thumb + .content {
  width: 55%;
}
.content-lightbox .thumb > span:nth-of-type(2) {
  left: 65px;
  bottom: 0;
}
.content-lightbox .thumb > span:nth-of-type(3) {
  left: 65px;
  bottom: 65px;
}
.content-lightbox .thumb > span:nth-of-type(4) {
  left: 0;
  bottom: 65px;
}
.content-lightbox .thumb > span:nth-of-type(5) {
  left: 0;
  bottom: 130px;
}
.content-lightbox .thumb > span:nth-of-type(6) {
  left: 0;
  bottom: 195px;
}
.content-lightbox .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.content-lightbox .content.page-content {
  padding: 30px;
  text-align: center;
}
.content-lightbox .content.page-content h2 {
  margin-bottom: 10px;
  font-family: "Loew", sans-serif;
  font-size: 45px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .content-lightbox .content.page-content {
    padding: 15px;
  }
}
.content-lightbox .video-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  background-color: #000;
}
.content-lightbox .video-iframe-wrapper:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #104C97;
  border-bottom-color: #104C97;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-lightbox .video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-lightbox .close-button {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 11px);
  left: calc(100% + 18px);
  display: block;
  height: 34px;
  width: 34px;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .content-lightbox .close-button {
    bottom: 100%;
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-lightbox .close-button {
    top: auto;
    left: auto;
    right: 0;
  }
}
.content-lightbox .close-button::before, .content-lightbox .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 4px;
  background-color: #fff;
  transition: background-color 350ms ease-in-out;
}
.content-lightbox .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.content-lightbox .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.content-lightbox .close-button:hover::before, .content-lightbox .close-button:hover::after {
  background-color: #CE3262;
}

.home-content {
  /* IE10+ specific styles go here */
  /* IE10+ specific styles go here */
}
.home-content .home-content-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto 65px auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 1023px) {
  .home-content .home-content-grid {
    display: block;
  }
}
.home-content .home-content-grid > div {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-content .home-content-grid {
    grid-template-rows: 1fr 65px 1fr;
  }
}
.home-content .side1 {
  grid-area: 1/1/3/3;
  padding: 0 65px 135px;
}
.home-content .side1.double-line:before {
  top: 60%;
  left: 0%;
}
.home-content .side1.double-line:after {
  right: 0%;
  bottom: 60%;
}
@media only screen and (max-width: 1023px) {
  .home-content .side1.double-line:after {
    bottom: 78%;
  }
}
.home-content .side1.has-image {
  grid-area: 1/1/2/2;
  padding: 0 95px 65px 65px;
}
@media only screen and (max-width: 1023px) {
  .home-content .side1.has-image {
    padding: 0 0 40px;
  }
}
.home-content .side1.has-image.double-line:before {
  top: 70%;
  left: 0%;
}
.home-content .side1.has-image.double-line:after {
  right: -25%;
  bottom: 70%;
}
@media only screen and (max-width: 1023px) {
  .home-content .side1.has-image.double-line:before {
    top: 78%;
    left: 0%;
  }
  .home-content .side1.has-image.double-line:after {
    right: 0%;
    bottom: 78%;
  }
}
.home-content .side1.has-image .page-heading {
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .home-content .side1.has-image .page-heading {
    margin-right: 0;
    text-align: center;
  }
}
.home-content .side1.has-image .page-heading h1 {
  line-height: 1.1;
  margin-left: -15%;
}
@media screen and (max-width: 1200px) {
  .home-content .side1.has-image .page-heading h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-content .side1.has-image .page-heading h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .home-content .side1.has-image .page-heading h1 {
    font-size: 8vw;
  }
}
.home-content .side2 {
  grid-area: 1/2/3/3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-content .side2 {
    padding-bottom: 90%;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .side2 {
    padding-bottom: 90%;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.home-content .side3 {
  grid-area: 2/1/4/2;
  height: 680px;
}
@media screen and (max-width: 1200px) {
  .home-content .side3 {
    height: 620px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-content .side3 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .side3 {
    height: 0;
    padding-top: 80%;
  }
}
.home-content .side4 {
  grid-area: 3/2/4/3;
  padding: 65px 0 65px 65px;
}
@media only screen and (max-width: 1023px) {
  .home-content .side4 {
    padding: 40px 0;
  }
}
.home-content .images-grid {
  display: grid;
  height: 100%;
}
.home-content .images-grid .image-item {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
}
@media only screen and (max-width: 767px) {
  .home-content .images-grid .image-item {
    margin: 1px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-content .images-grid {
    grid-template-rows: 65px 65px 2fr 1fr 2fr 1fr;
  }
}
.home-content .img1 {
  width: 354px;
  height: 354px;
  left: 0;
  top: 50px;
}
@media screen and (max-width: 1200px) {
  .home-content .img1 {
    width: 310px;
    height: 310px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .img1 {
    width: 47%;
    height: 55%;
    top: 10px;
    left: 10px;
  }
}
.home-content .img2 {
  width: 212px;
  height: 212px;
  right: 70px;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .home-content .img2 {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .img2 {
    width: 30%;
    height: 35%;
    top: -40px;
  }
}
.home-content .img3 {
  width: 459px;
  height: 459px;
  right: -20px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .home-content .img3 {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .img3 {
    width: 64%;
    height: 74%;
  }
}
.home-content .img4 {
  width: 232px;
  height: 232px;
  left: 40px;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .home-content .img4 {
    width: 210px;
    height: 210px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-content .img4 {
    width: 30%;
    height: 35%;
    bottom: 0;
    left: 40px;
  }
}

.rooms-slideshow .section-content {
  position: relative;
  background-color: #104C97;
  padding-top: 90px;
  padding-bottom: 320px;
  margin-bottom: -270px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slideshow .section-content {
    padding-top: 40px;
    padding-bottom: 230px;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow .section-content {
    padding-top: 40px;
    padding-bottom: 120px;
    margin-bottom: -100px;
  }
}
.rooms-slideshow .section-content::after {
  position: absolute;
  content: " ";
  display: block;
  left: -10px;
  bottom: -77px;
  transform: rotate(-5deg);
  width: 110%;
  background: white;
  height: 162px;
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow .section-content::after {
    display: none;
  }
}
.rooms-slideshow .section-content .page-content {
  text-align: center;
}
.rooms-slideshow .section-content h2 {
  color: #fff;
  font-size: 7vw;
}
@media (max-width: 714.2857142857px) {
  .rooms-slideshow .section-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 914.2857142857px) {
  .rooms-slideshow .section-content h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow .section-content h2 {
    padding: 0;
  }
}
.rooms-slideshow .section-content h3 {
  color: #fff;
}
.rooms-slideshow .section-content .content {
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 65px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow .section-content .content {
    padding: 0;
    margin-top: 20px;
  }
}
.rooms-slideshow .section-content .content a {
  color: #fff;
  font-weight: 700;
}

.rooms-categories-slideshow {
  overflow: hidden;
  padding-bottom: 15px;
}
.rooms-categories-slideshow .center-column {
  overflow: visible;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .center-column {
    margin-bottom: 280px;
  }
}
.rooms-categories-slideshow .slide .thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-categories-slideshow .slide .thumb:before {
  content: "";
  padding-bottom: 46%;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .thumb:before {
    padding-bottom: 67%;
  }
}
.rooms-categories-slideshow .slide .thumb .room-gallery-trigger {
  position: relative;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .thumb .room-gallery-trigger {
    height: 60px;
    width: 60px;
  }
}
.rooms-categories-slideshow .slide .thumb .room-gallery-trigger:after, .rooms-categories-slideshow .slide .thumb .room-gallery-trigger:before {
  content: "";
  position: absolute;
  background: #FFF;
}
.rooms-categories-slideshow .slide .thumb .room-gallery-trigger:after {
  width: 20px;
  height: 2px;
  left: calc(50% - 10px);
  top: 50%;
}
.rooms-categories-slideshow .slide .thumb .room-gallery-trigger:before {
  width: 2px;
  height: 20px;
  left: 50%;
  top: calc(50% - 9px);
}
.rooms-categories-slideshow .slide .info-block {
  width: 100%;
  padding: 20px 0 20px 16%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .info-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .info-block-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.rooms-categories-slideshow .slide .info-block-top h4 {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.rooms-categories-slideshow .slide .info-block-top .additional-fields {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .info-block-top .additional-fields {
    margin-top: 5px;
  }
}
.rooms-categories-slideshow .slide .info-block-top .additional-fields span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: #000;
  font: 600 16px/20px "Loew", sans-serif;
}
.rooms-categories-slideshow .slide .info-block-top .additional-fields span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  display: block;
  width: 2px;
  height: 90%;
  background-color: #257ce8;
}
.rooms-categories-slideshow .slide .info-block-top .additional-fields span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.rooms-categories-slideshow .slide .info-block-top .additional-fields span:last-child::after {
  display: none;
}
.rooms-categories-slideshow .slide .info-block-bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .info-block-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.rooms-categories-slideshow .slide .info-block-bottom .left .description {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slide .info-block-bottom .left .description {
    text-align: center;
    margin-right: 0;
  }
}
.rooms-categories-slideshow .slide .info-block-bottom .right {
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .rooms-categories-slideshow .slide .info-block-bottom .right {
    margin-top: 18px;
    margin-left: 0;
  }
}
.rooms-categories-slideshow .slide .info-block-bottom .right .button {
  min-width: 140px;
  padding: 0 30px;
  color: #fff;
}
.rooms-categories-slideshow .slide:not(.swiper-slide-active) .info-block {
  display: none;
}
.rooms-categories-slideshow .slide.swiper-slide-active {
  opacity: 1;
  margin-top: 0;
}
.rooms-categories-slideshow .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 0px);
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .rooms-categories-slideshow .slideshow-button {
    width: 60px;
    height: 60px;
  }
}
.rooms-categories-slideshow .slideshow-button.previous {
  left: 0px;
}
.rooms-categories-slideshow .slideshow-button.next {
  right: 0px;
}
.rooms-categories-slideshow .slideshow-button .arrow-icon {
  fill: #CE3262;
}

.room-gallery-content-lightbox {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox {
    justify-content: center;
  }
}
.room-gallery-content-lightbox .close-button {
  position: absolute;
  right: 70px;
  top: -50px;
  width: 33px;
  height: 33px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox .close-button {
    right: 0;
  }
}
.room-gallery-content-lightbox .close-button:before, .room-gallery-content-lightbox .close-button:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.room-gallery-content-lightbox .close-button:before {
  transform: rotate(45deg);
}
.room-gallery-content-lightbox .close-button:after {
  transform: rotate(-45deg);
}
.room-gallery-content-lightbox .content {
  max-width: 1170px;
  max-height: 100vw;
  overflow: visible;
  background: none;
  padding: 0 105px;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox .content {
    max-width: 100%;
    padding: 0 20px;
  }
}
.room-gallery-content-lightbox .content .slide {
  display: flex;
  position: relative;
}
.room-gallery-content-lightbox .content .slide::before {
  content: "";
  padding-bottom: 54%;
}
.room-gallery-content-lightbox .content .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 75px);
  width: 75px;
  height: 75px;
  background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 11;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .room-gallery-content-lightbox .content .slideshow-button {
    top: calc(50% - 60px);
    width: 60px;
    height: 60px;
    z-index: 30;
  }
}
.room-gallery-content-lightbox .content .slideshow-button.previous {
  left: -77px;
}
@media only screen and (max-width: 1023px) {
  .room-gallery-content-lightbox .content .slideshow-button.previous {
    left: 0;
  }
}
.room-gallery-content-lightbox .content .slideshow-button.next {
  right: -77px;
}
@media only screen and (max-width: 1023px) {
  .room-gallery-content-lightbox .content .slideshow-button.next {
    right: 0;
  }
}
.room-gallery-content-lightbox .content .slideshow-button .arrow-icon {
  fill: #fff;
}
.room-gallery-content-lightbox .content .info-block {
  position: relative;
  z-index: 20;
  max-width: 695px;
  background: #fff;
  text-align: left;
  padding: 30px 0 0 30px;
  margin: -19% 0 0 -30px;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox .content .info-block {
    margin: 0;
  }
}
.room-gallery-content-lightbox .content .info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -170px;
  width: 100%;
  height: 200%;
  background-color: rgba(167, 198, 237, 0.2);
  transform: rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox .content .info-block::before {
    top: 50%;
    left: -100%;
  }
}
.room-gallery-content-lightbox .content .info-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 0 0 65px;
  border-color: transparent transparent transparent #257ce8;
}
.room-gallery-content-lightbox .content .info-block.hidden {
  opacity: 0;
}
.room-gallery-content-lightbox .content .info-block .close-info {
  position: absolute;
  top: 15px;
  right: 15px;
}
.room-gallery-content-lightbox .content .info-block .close-info:before, .room-gallery-content-lightbox .content .info-block .close-info:after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #061e3b;
}
.room-gallery-content-lightbox .content .info-block .close-info:before {
  transform: rotate(45deg);
}
.room-gallery-content-lightbox .content .info-block .close-info:after {
  transform: rotate(-45deg);
}
.room-gallery-content-lightbox .content .info-block h4 {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.room-gallery-content-lightbox .content .info-block .additional-fields {
  display: inline-block;
  margin-left: 30px;
}
.room-gallery-content-lightbox .content .info-block .additional-fields span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: #000;
  font: 600 16px/20px "Loew", sans-serif;
}
.room-gallery-content-lightbox .content .info-block .additional-fields span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  display: block;
  width: 2px;
  height: 90%;
  background-color: #257ce8;
}
.room-gallery-content-lightbox .content .info-block .additional-fields span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.room-gallery-content-lightbox .content .info-block .additional-fields span:last-child::after {
  display: none;
}
.room-gallery-content-lightbox .content .info-block .description {
  max-height: 100px;
  overflow-y: auto;
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  padding-right: 40px;
  margin-top: 13px;
}
.room-gallery-content-lightbox .content .info-block .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .room-gallery-content-lightbox .content .info-block .bottom {
    position: relative;
    z-index: 1;
  }
}
.room-gallery-content-lightbox .content .info-block .bottom .price {
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 40px;
}
.room-gallery-content-lightbox .content .info-block .bottom .price .from {
  display: block;
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.venues-slideshow .section-content {
  position: relative;
  background-color: #104C97;
  padding-top: 90px;
  padding-bottom: 320px;
  margin-bottom: -270px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-slideshow .section-content {
    padding-top: 40px;
    padding-bottom: 230px;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-slideshow .section-content {
    padding-top: 40px;
    padding-bottom: 120px;
    margin-bottom: -100px;
  }
}
.venues-slideshow .section-content::after {
  position: absolute;
  content: " ";
  display: block;
  left: -10px;
  bottom: -77px;
  transform: rotate(-5deg);
  width: 110%;
  background: white;
  height: 162px;
}
@media only screen and (max-width: 767px) {
  .venues-slideshow .section-content::after {
    display: none;
  }
}
.venues-slideshow .section-content .page-content {
  text-align: center;
}
.venues-slideshow .section-content h2 {
  color: #fff;
  font-size: 7.2vw;
}
@media (max-width: 597.2222222222px) {
  .venues-slideshow .section-content h2 {
    font-size: 43px;
  }
}
@media (min-width: 888.8888888889px) {
  .venues-slideshow .section-content h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-slideshow .section-content h2 {
    padding: 0;
  }
}
.venues-slideshow .section-content h3 {
  color: #fff;
}
.venues-slideshow .section-content .content {
  color: #fff;
  font-family: "Loew", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 65px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow .section-content .content {
    padding: 0;
    margin-top: 20px;
  }
}
.venues-slideshow .section-content .content a {
  color: #fff;
  font-weight: 700;
}

.venues-categories-slideshow {
  overflow: hidden;
  padding-bottom: 15px;
}
.venues-categories-slideshow .center-column {
  overflow: visible;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .center-column {
    margin-bottom: 280px;
  }
}
.venues-categories-slideshow .slide .thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.venues-categories-slideshow .slide .thumb:before {
  content: "";
  padding-bottom: 46%;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .thumb:before {
    padding-bottom: 67%;
  }
}
.venues-categories-slideshow .slide .thumb .venue-gallery-trigger {
  position: relative;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .thumb .venue-gallery-trigger {
    height: 60px;
    width: 60px;
  }
}
.venues-categories-slideshow .slide .thumb .venue-gallery-trigger:after, .venues-categories-slideshow .slide .thumb .venue-gallery-trigger:before {
  content: "";
  position: absolute;
  background: #FFF;
}
.venues-categories-slideshow .slide .thumb .venue-gallery-trigger:after {
  width: 20px;
  height: 2px;
  left: calc(50% - 10px);
  top: 50%;
}
.venues-categories-slideshow .slide .thumb .venue-gallery-trigger:before {
  width: 2px;
  height: 20px;
  left: 50%;
  top: calc(50% - 9px);
}
.venues-categories-slideshow .slide .info-block {
  width: 100%;
  padding: 20px 0 20px 16%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-categories-slideshow .slide .info-block {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .info-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .info-block-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.venues-categories-slideshow .slide .info-block-top h4 {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.venues-categories-slideshow .slide .info-block-top .additional-fields {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .info-block-top .additional-fields {
    margin-top: 5px;
  }
}
.venues-categories-slideshow .slide .info-block-top .additional-fields span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: #000;
  font: 600 16px/20px "Loew", sans-serif;
}
.venues-categories-slideshow .slide .info-block-top .additional-fields span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  display: block;
  width: 2px;
  height: 90%;
  background-color: #257ce8;
}
.venues-categories-slideshow .slide .info-block-top .additional-fields span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.venues-categories-slideshow .slide .info-block-top .additional-fields span:last-child::after {
  display: none;
}
.venues-categories-slideshow .slide .info-block-bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .info-block-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.venues-categories-slideshow .slide .info-block-bottom .left .description {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slide .info-block-bottom .left .description {
    text-align: center;
    margin-right: 0;
  }
}
.venues-categories-slideshow .slide .info-block-bottom .right {
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .venues-categories-slideshow .slide .info-block-bottom .right {
    margin-top: 18px;
    margin-left: 0;
  }
}
.venues-categories-slideshow .slide .info-block-bottom .right .button {
  min-width: 140px;
  padding: 0 30px;
  color: #fff;
}
.venues-categories-slideshow .slide:not(.swiper-slide-active) .info-block {
  display: none;
}
.venues-categories-slideshow .slide.swiper-slide-active {
  opacity: 1;
  margin-top: 0;
}
.venues-categories-slideshow .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 0px);
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .venues-categories-slideshow .slideshow-button {
    width: 60px;
    height: 60px;
  }
}
.venues-categories-slideshow .slideshow-button.previous {
  left: 0px;
}
.venues-categories-slideshow .slideshow-button.next {
  right: 0px;
}
.venues-categories-slideshow .slideshow-button .arrow-icon {
  fill: #CE3262;
}

.venue-gallery-content-lightbox {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .venue-gallery-content-lightbox {
    justify-content: center;
  }
}
.venue-gallery-content-lightbox .close-button {
  position: absolute;
  right: 70px;
  top: -50px;
  width: 33px;
  height: 33px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .venue-gallery-content-lightbox .close-button {
    right: 0;
  }
}
.venue-gallery-content-lightbox .close-button:before, .venue-gallery-content-lightbox .close-button:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.venue-gallery-content-lightbox .close-button:before {
  transform: rotate(45deg);
}
.venue-gallery-content-lightbox .close-button:after {
  transform: rotate(-45deg);
}
.venue-gallery-content-lightbox .content {
  max-width: 1170px;
  overflow: visible;
  background: none;
  padding: 0 105px;
}
@media only screen and (max-width: 767px) {
  .venue-gallery-content-lightbox .content {
    max-width: 100%;
    padding: 0 20px;
  }
}
.venue-gallery-content-lightbox .content .slide {
  display: flex;
  position: relative;
}
.venue-gallery-content-lightbox .content .slide::before {
  content: "";
  padding-bottom: 54%;
}
.venue-gallery-content-lightbox .content .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 75px);
  width: 75px;
  height: 75px;
  background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 11;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue-gallery-content-lightbox .content .slideshow-button {
    top: 100px;
    width: 60px;
    height: 60px;
    z-index: 30;
  }
}
.venue-gallery-content-lightbox .content .slideshow-button.previous {
  left: -60px;
}
@media only screen and (max-width: 1023px) {
  .venue-gallery-content-lightbox .content .slideshow-button.previous {
    left: 0;
  }
}
.venue-gallery-content-lightbox .content .slideshow-button.next {
  right: -60px;
}
@media only screen and (max-width: 1023px) {
  .venue-gallery-content-lightbox .content .slideshow-button.next {
    right: 0;
  }
}
.venue-gallery-content-lightbox .content .slideshow-button .arrow-icon {
  fill: #fff;
}
.venue-gallery-content-lightbox .content .info-block {
  position: relative;
  z-index: 20;
  max-width: 695px;
  background: #fff;
  text-align: left;
  padding: 30px 0 0 30px;
  margin: -19% 0 0 -30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue-gallery-content-lightbox .content .info-block {
    margin: 0;
  }
}
.venue-gallery-content-lightbox .content .info-block.hidden {
  opacity: 0;
}
.venue-gallery-content-lightbox .content .info-block .close-info {
  position: absolute;
  top: 15px;
  right: 15px;
}
.venue-gallery-content-lightbox .content .info-block .close-info:before, .venue-gallery-content-lightbox .content .info-block .close-info:after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #061e3b;
}
.venue-gallery-content-lightbox .content .info-block .close-info:before {
  transform: rotate(45deg);
}
.venue-gallery-content-lightbox .content .info-block .close-info:after {
  transform: rotate(-45deg);
}
.venue-gallery-content-lightbox .content .info-block h4 {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.venue-gallery-content-lightbox .content .info-block .additional-fields {
  display: inline-block;
  margin-left: 30px;
}
.venue-gallery-content-lightbox .content .info-block .additional-fields span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: #000;
  font: 600 16px/20px "Loew", sans-serif;
}
.venue-gallery-content-lightbox .content .info-block .additional-fields span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  display: block;
  width: 2px;
  height: 90%;
  background-color: #257ce8;
}
.venue-gallery-content-lightbox .content .info-block .additional-fields span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.venue-gallery-content-lightbox .content .info-block .additional-fields span:last-child::after {
  display: none;
}
.venue-gallery-content-lightbox .content .info-block .description {
  max-height: 100px;
  overflow-y: auto;
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  padding-right: 40px;
  margin-top: 13px;
}
.venue-gallery-content-lightbox .content .info-block .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .venue-gallery-content-lightbox .content .info-block .bottom {
    position: relative;
    z-index: 1;
  }
}
.venue-gallery-content-lightbox .content .info-block .bottom .price {
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 40px;
}

.images-grid-section h2 {
  font-size: 7.2vw;
}
@media (max-width: 694.4444444444px) {
  .images-grid-section h2 {
    font-size: 50px;
  }
}
@media (min-width: 888.8888888889px) {
  .images-grid-section h2 {
    font-size: 64px;
  }
}
.images-grid-section h3 {
  text-transform: none;
}
.images-grid-section .double-line:before {
  top: auto;
  left: 8%;
  bottom: -20%;
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .double-line:before {
    left: -2%;
    bottom: -2%;
  }
}
.images-grid-section .double-line:after {
  right: 7%;
  bottom: auto;
  top: -27%;
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .double-line:after {
    right: 4%;
    top: -5%;
  }
}
.images-grid-section .images-grid {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  padding: 0 70px;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .images-grid {
    flex-direction: column;
    padding: 0 13px;
  }
}
.images-grid-section .images-grid-column {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: calc(32% - 30px);
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .images-grid-column {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .images-grid-column:nth-child(2) {
    display: none;
  }
}
.images-grid-section .images-grid-column .item {
  position: relative;
  display: flex;
  flex-grow: 1;
  width: calc(50% - 30px);
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .images-grid-section .images-grid-column .item {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (prefers-reduced-motion: reduce) {
  .images-grid-section .images-grid-column .item {
    transition: none;
  }
}
.images-grid-section .images-grid-column .item:nth-child(2n) {
  margin-right: 0;
}
.images-grid-section .images-grid-column .item.item-1, .images-grid-section .images-grid-column .item.item-3, .images-grid-section .images-grid-column .item.item-7, .images-grid-section .images-grid-column .item.item-9 {
  transition-delay: 1s;
}
.images-grid-section .images-grid-column .item.item-2, .images-grid-section .images-grid-column .item.item-4, .images-grid-section .images-grid-column .item.item-6, .images-grid-section .images-grid-column .item.item-8 {
  transition-delay: 0.5s;
}
.images-grid-section .images-grid-column .item::before {
  content: "";
  padding-bottom: 100%;
}
.images-grid-section .images-grid-column .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.images-grid-section .images-grid-column .item .svg-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.images-grid-section .images-grid-column .item .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  padding: 5px 20px;
}
.images-grid-section .images-grid-column .item:hover .description {
  opacity: 1;
}
.images-grid-section .images-grid-column .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.images-grid-section .images-grid-column:nth-child(2) .item {
  width: 100%;
  margin-right: 0;
}
.images-grid-section .images-grid-column:last-child {
  margin-right: 0;
}

.forms-section {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.forms-section .page-content {
  text-align: center;
}
.forms-section h2 {
  font-size: 9.2vw;
}
@media (max-width: 760.8695652174px) {
  .forms-section h2 {
    font-size: 70px;
  }
}
@media (min-width: 826.0869565217px) {
  .forms-section h2 {
    font-size: 76px;
  }
}
.forms-section #newsletter-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
    padding-bottom: 80px;
    max-width: 100%;
  }
}
.forms-section #newsletter-form #form_module_container_errors {
  background: #F5F5F5;
}
.forms-section #newsletter-form #form_module_container_errors ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin-bottom: 0;
}
.forms-section #newsletter-form #form_module_container_errors ul li {
  padding: 0;
  margin: 0;
}
.forms-section #newsletter-form #form_module_container_errors ul li + li {
  margin-top: 20px;
}
.forms-section #newsletter-form #form_module_container_errors ul li:before {
  display: none;
}
.forms-section #newsletter-form h3 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}
.forms-section #newsletter-form .form-builder-group {
  margin: 0;
}
.forms-section #newsletter-form .form-builder-field {
  margin: 20px 0;
  padding: 0;
}
.forms-section #newsletter-form .form-builder-field[class*=inputtext], .forms-section #newsletter-form .form-builder-field[class*=inputemail], .forms-section #newsletter-form .form-builder-field[class*=inputsubmit] {
  width: calc(20% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form .form-builder-field[class*=inputtext], .forms-section #newsletter-form .form-builder-field[class*=inputemail], .forms-section #newsletter-form .form-builder-field[class*=inputsubmit] {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.forms-section #newsletter-form .form-builder-field[class*=inputsubmit] {
  margin-right: 0;
}
.forms-section #newsletter-form .form-builder-field[class*=inputsubmit] button {
  width: 100%;
  height: 60px;
  min-width: initial;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.forms-section #newsletter-form .form-builder-field[class*=inputcheckbox] {
  text-align: center;
}
.forms-section #newsletter-form .form-builder-field[class*=inputcheckbox] .compliance input[type=checkbox] {
  margin: 7px 8px 0 5px;
}
.forms-section #newsletter-form .form-builder-field[class*=inputcheckbox] .compliance label {
  text-align: center;
}
.forms-section #newsletter-form .form-builder-field label {
  display: none;
}
.forms-section #newsletter-form .form-builder-field[class*=inputcheckbox] label {
  display: block;
}
.forms-section #newsletter-form input[type=text],
.forms-section #newsletter-form input[type=email] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form input[type=text],
  .forms-section #newsletter-form input[type=email] {
    text-align: center;
  }
}
.forms-section #newsletter-form + .assertive-message {
  display: none !important;
}
.forms-section #newsletter-form.form.loading {
  pointer-events: none;
  opacity: 0.3;
}
.forms-section #newsletter-form.form fieldset {
  width: 100%;
}
.forms-section #newsletter-form.form .form-builder-group {
  display: flex;
  justify-content: center;
}
.forms-section #newsletter-form.form .form-builder-field {
  margin-left: 20px;
  max-width: 228px;
}
.forms-section #newsletter-form.form .form-builder-field:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form.form .form-builder-field {
    margin: 0 0 20px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form.form input[type=text], .forms-section #newsletter-form.form input[type=email] {
    height: 48px;
    line-height: 48px;
  }
}
.forms-section #newsletter-form.form [type=submit] {
  margin: 0;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .forms-section #newsletter-form.form [type=submit] {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }
}
.forms-section #newsletter-form.form .recaptcha-error-message {
  display: none;
}

.success {
  display: none;
}

.success-message {
  color: #008000;
}

.terms-privacy {
  width: 100%;
}
.terms-privacy input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}

.tos-text {
  color: #2B3B4C;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 5px;
  margin-right: 0;
}

.content-right-section {
  position: relative;
  padding: 0 0 160px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section {
    padding: 0 0 80px 0;
  }
}
.content-right-section + section {
  margin-top: 0;
}
.content-right-section .mobile-header {
  display: none;
}
.content-right-section .mobile-header h2 {
  font-size: 7.2vw;
}
@media (max-width: 694.4444444444px) {
  .content-right-section .mobile-header h2 {
    font-size: 50px;
  }
}
@media (min-width: 888.8888888889px) {
  .content-right-section .mobile-header h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-right-section .mobile-header {
    display: block;
  }
}
.content-right-section .center-column {
  display: flex;
  max-width: 100%;
  padding: 0 70px 0 40px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column {
    flex-direction: column;
    padding: 0;
  }
}
.content-right-section .center-column .left-column {
  width: 59%;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  margin-right: 66px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .left-column {
    width: 100%;
    margin-right: 0;
  }
}
.content-right-section .center-column .left-column .large-image {
  position: relative;
  width: 60%;
  display: flex;
  flex-grow: 1;
  margin-right: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .left-column .large-image {
    margin-right: 14px;
  }
}
.content-right-section .center-column .left-column .large-image::before {
  content: "";
  padding-bottom: 134%;
}
@media only screen and (prefers-reduced-motion: reduce) {
  .content-right-section .center-column .left-column .large-image span {
    transition: none;
  }
}
.content-right-section .center-column .left-column .large-image span:nth-child(2) {
  transition-delay: 2s;
}
.content-right-section .center-column .left-column .large-image span:nth-child(5) {
  right: 0;
  bottom: 65px;
}
.content-right-section .center-column .left-column .large-image span:nth-child(6) {
  right: 65px;
  bottom: 65px;
}
.content-right-section .center-column .left-column .large-image span:nth-child(7) {
  right: 65px;
  bottom: 0;
}
.content-right-section .center-column .left-column .large-image span:nth-child(8) {
  right: 0;
  bottom: 130px;
  transition-delay: 1s;
}
.content-right-section .center-column .left-column .small-images {
  width: calc(40% - 30px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .left-column .small-images {
    width: calc(40% - 14px);
  }
}
.content-right-section .center-column .left-column .small-images .item {
  position: relative;
  width: 100%;
  display: flex;
}
@media only screen and (prefers-reduced-motion: reduce) {
  .content-right-section .center-column .left-column .small-images .item {
    transition: none;
  }
}
.content-right-section .center-column .left-column .small-images .item:first-child {
  margin-bottom: 30px;
  transition-delay: 0.5s;
}
.content-right-section .center-column .left-column .small-images .item:first-child::before {
  content: "";
  padding-bottom: 100%;
}
.content-right-section .center-column .left-column .small-images .item:last-child {
  transition-delay: 0.5s;
}
.content-right-section .center-column .left-column .small-images .item:last-child::before {
  content: "";
  padding-bottom: 114%;
}
.content-right-section .center-column .left-column .small-images .item:last-child span {
  bottom: 65px;
  transition-delay: 0.5s;
}
.content-right-section .center-column .right-column {
  width: calc(41% - 66px);
  flex-grow: 1;
  padding-top: 52px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .right-column {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
  }
}
.content-right-section .center-column .right-column h3 {
  margin-right: 147px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .right-column h3 {
    margin-right: 0;
  }
}
.content-right-section .center-column .right-column h2 {
  font-size: 9.2vw;
}
@media (max-width: 543.4782608696px) {
  .content-right-section .center-column .right-column h2 {
    font-size: 50px;
  }
}
@media (min-width: 695.652173913px) {
  .content-right-section .center-column .right-column h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .right-column h2 {
    display: none;
  }
}
.content-right-section .center-column .right-column .content {
  text-align: left;
  margin-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .right-column .content {
    text-align: center;
    font-size: 14px;
  }
}
.content-right-section .center-column .right-column .button {
  color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .content-right-section .center-column .right-column .button {
    margin-top: 25px;
  }
}

.content-slider-section .section-content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .content-slider-section .section-content {
    margin-bottom: 20px;
  }
}
.content-slider-section .section-content.title-only {
  position: relative;
  margin-bottom: -140px;
  text-align: left;
  z-index: 11;
}
@media only screen and (max-width: 1023px) {
  .content-slider-section .section-content.title-only {
    margin-bottom: -92px;
  }
}
.content-slider-section .section-content h2 {
  font-size: 7.2vw;
  text-align: left;
}
@media (max-width: 694.4444444444px) {
  .content-slider-section .section-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 888.8888888889px) {
  .content-slider-section .section-content h2 {
    font-size: 64px;
  }
}
.content-slider-section .section-content h3 {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .content-slider-section .center-column {
    text-align: left;
  }
}
.content-slider-section .page-content {
  text-align: left;
}
.content-slider-section .page-content p {
  text-align: left;
}

.content-slider {
  padding-right: 135px;
}
@media only screen and (max-width: 1023px) {
  .content-slider {
    padding-right: 0;
  }
}
.content-slider .slideshow {
  padding-top: 160px;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .content-slider .slideshow {
    padding: 70px 30px 0 0;
  }
}
.content-slider .slideshow-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 500px;
}
@media only screen and (max-width: 1023px) {
  .content-slider .slideshow-wrapper {
    align-items: flex-start;
    min-height: auto;
  }
}
.content-slider .slideshow-button {
  top: auto;
  right: auto;
  bottom: 0;
  left: calc(60% + 170px);
  width: 95px;
  height: 95px;
  background: #F5F5F5;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  .content-slider .slideshow-button {
    top: 378px;
    bottom: auto;
    right: 30px;
    height: 50px;
    width: 50px;
    left: auto;
  }
}
.content-slider .slideshow-button .arrow-icon {
  fill: #CE3262;
}
.content-slider .slideshow-button.previous {
  left: calc(60% + 65px);
}
@media only screen and (max-width: 1023px) {
  .content-slider .slideshow-button.previous {
    right: 90px;
    left: auto;
  }
}
.content-slider .slide {
  position: relative;
  display: flex;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .content-slider .slide {
    flex-direction: column;
  }
}
.content-slider .content-slider-background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}
.content-slider .content-slider-background::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.content-slider .content-slider-background .content-slider-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200%;
  width: 200%;
  background: radial-gradient(circle, #F4F4F4 0%, #F4F4F4 43.65%, #ffffff 66.67%) center no-repeat;
}
.content-slider .thumb {
  position: relative;
  width: 60%;
  background-color: #104C97;
}
@media only screen and (max-width: 1023px) {
  .content-slider .thumb {
    width: 100%;
    height: 300px;
  }
}
.content-slider .info-block {
  width: 40%;
  padding: 90px 95px 100px 65px;
}
@media only screen and (max-width: 1169px) {
  .content-slider .info-block {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-slider .info-block {
    width: 100%;
    padding: 30px 10px 20px 20px;
  }
}
.content-slider .link-list {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .content-slider .link-list {
    margin-top: 20px;
  }
}
.content-slider .h2 {
  text-transform: uppercase;
}
.content-slider .link {
  display: block;
  padding: 0 20px;
  font-family: "Loew", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #104C97;
  text-decoration: underline;
  text-transform: capitalize;
  transition: color 350ms ease-in-out;
  border-left: 2px solid #EDE7E6;
}
.content-slider .link:hover {
  color: #CE3262;
}
.content-slider .link:first-child {
  padding-left: 0;
  border-left: none;
}
.content-slider .link:last-child {
  padding-right: 0;
}

.events-slideshow-section {
  position: relative;
}
.events-slideshow-section .section-content {
  position: relative;
  z-index: 10;
  padding-top: 90px;
}
.events-slideshow-section h2 {
  font-size: 7.2vw;
}
@media (max-width: 972.2222222222px) {
  .events-slideshow-section h2 {
    font-size: 70px;
  }
}
@media (min-width: 1388.8888888889px) {
  .events-slideshow-section h2 {
    font-size: 100px;
  }
}

.events-slideshow {
  position: relative;
  margin-top: 26px;
}
@media only screen and (max-width: 1023px) {
  .events-slideshow {
    padding: 0;
  }
}
.events-slideshow .slider {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slideshow {
    padding: 0;
    overflow: visible;
  }
}
.events-slideshow .slide:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slide:first-child {
    margin-right: 20px;
  }
}
.events-slideshow .slide .thumb {
  position: relative;
  display: flex;
  background-color: #F5F5F5;
}
.events-slideshow .slide .thumb:before {
  content: "";
  padding-bottom: 100%;
}
@media only screen and (max-width: 1023px) {
  .events-slideshow .slide .thumb:before {
    padding-bottom: 67%;
  }
}
.events-slideshow .slide .content {
  margin-top: 15px;
  text-align: left;
}
.events-slideshow .slide .content time a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.events-slideshow .slide .content time a:hover {
  color: #CE3262;
}
.events-slideshow .slide .content h3 {
  color: #828282;
  font-family: "Loew", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slide .content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.events-slideshow .slide .content .intro-text {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
}
.events-slideshow .slide .content .link-wrapper {
  margin-top: 23px;
}
.events-slideshow .slide .content .link-wrapper .link {
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: lowercase;
}
.events-slideshow .slide .content .link-wrapper .link:hover {
  color: #CE3262;
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slide.swiper-slide .content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slide.swiper-slide .content h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slide.swiper-slide.swiper-slide-active .content {
    display: block;
  }
}
.events-slideshow .slideshow-button {
  top: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-slideshow .slideshow-button {
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .events-slideshow .slideshow-button {
    top: 28vw;
  }
}
.events-slideshow .slideshow-button.swiper-button-disabled {
  opacity: 0.5;
}
.events-slideshow .slideshow-button.previous {
  left: 7px;
}
.events-slideshow .slideshow-button.next {
  right: 7px;
}

.tile-slideshow-section {
  position: relative;
  margin-bottom: 2rem;
}
.tile-slideshow-section .section-content {
  position: relative;
  z-index: 10;
  background-color: #F5F5F5;
  padding-top: 90px;
  padding-bottom: 320px;
  margin-bottom: -270px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-slideshow-section .section-content {
    padding-top: 40px;
    padding-bottom: 230px;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-slideshow-section .section-content {
    padding-top: 40px;
    padding-bottom: 120px;
    margin-bottom: -100px;
  }
}
.tile-slideshow-section .section-content::after {
  position: absolute;
  content: " ";
  display: block;
  left: -10px;
  bottom: -77px;
  transform: rotate(-5deg);
  width: 110%;
  background: white;
  height: 162px;
}
@media only screen and (max-width: 767px) {
  .tile-slideshow-section .section-content::after {
    display: none;
  }
}
.tile-slideshow-section h2 {
  font-size: 9.2vw;
}
@media (max-width: 760.8695652174px) {
  .tile-slideshow-section h2 {
    font-size: 70px;
  }
}
@media (min-width: 1086.9565217391px) {
  .tile-slideshow-section h2 {
    font-size: 100px;
  }
}

.tile-slideshow {
  position: relative;
  margin-top: 26px;
}
@media only screen and (max-width: 1023px) {
  .tile-slideshow {
    padding: 0;
  }
}
.tile-slideshow .slider {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tile-slideshow .slideshow {
    padding: 0;
    overflow: visible;
  }
}
.tile-slideshow .slide .thumb {
  position: relative;
  display: flex;
}
.tile-slideshow .slide .thumb:before {
  content: "";
  padding-bottom: 100%;
}
@media only screen and (max-width: 1023px) {
  .tile-slideshow .slide .thumb:before {
    padding-bottom: 67%;
  }
}
.tile-slideshow .slide .content {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tile-slideshow .slide .content {
    display: none;
    text-align: center;
  }
}
.tile-slideshow .slide .content time a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.tile-slideshow .slide .content time a:hover {
  color: #CE3262;
}
.tile-slideshow .slide .content h3 {
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 20px;
}
.tile-slideshow .slide .content .intro-text {
  color: #000;
  font-family: "Loew", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 15px;
}
.tile-slideshow .slide .content .link-wrapper {
  margin-top: 23px;
}
.tile-slideshow .slide .content .link-wrapper .link {
  color: #104C97;
  font-family: "Loew", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  text-decoration: none;
}
.tile-slideshow .slide .content .link-wrapper .link:hover {
  color: #CE3262;
}
@media only screen and (max-width: 767px) {
  .tile-slideshow .slide.swiper-slide-active .content {
    display: block;
  }
}
.tile-slideshow .slideshow-button {
  top: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile-slideshow .slideshow-button {
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .tile-slideshow .slideshow-button {
    top: 28vw;
  }
}
.tile-slideshow .slideshow-button.swiper-button-disabled {
  opacity: 0.5;
}
.tile-slideshow .slideshow-button.previous {
  left: 7px;
}
.tile-slideshow .slideshow-button.next {
  right: 7px;
}

.specials-slideshow-section .section-content {
  position: relative;
}
.specials-slideshow-section .section-content .page-content h2 {
  font-size: 7.2vw;
  text-align: center;
}
@media (max-width: 694.4444444444px) {
  .specials-slideshow-section .section-content .page-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 888.8888888889px) {
  .specials-slideshow-section .section-content .page-content h2 {
    font-size: 64px;
  }
}
.specials-slideshow-section .double-line:before {
  top: auto;
  left: 5%;
  bottom: -5%;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow-section .double-line:before {
    bottom: -10%;
  }
}
.specials-slideshow-section .double-line:after {
  top: -10%;
  right: 5%;
  bottom: auto;
}

.specials-slideshow {
  min-height: 46vw;
  margin: 0 35px;
  padding: 0 65px;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow {
    margin: 0;
    padding: 0 30px;
  }
  .specials-slideshow .slideshow {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-slideshow {
    min-height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-slideshow {
    min-height: 600px;
  }
}
.specials-slideshow .slide {
  margin-top: 60px;
  padding: 30px;
  background-color: #104C97;
  transition: margin 350ms ease-in-out, background 350ms ease-in-out;
}
.specials-slideshow .slide .thumb {
  position: relative;
  margin-top: -60px;
  margin-right: -30px;
  margin-bottom: 20px;
  padding-bottom: 100%;
  transition: padding 350ms ease-in-out;
  overflow: hidden;
}
.specials-slideshow .slide .thumb img {
  transform: scale(1);
  transition: transform 350ms ease-in-out;
}
.specials-slideshow .slide .special-slide-content * {
  color: #fff;
}
.specials-slideshow .slide .special-slide-content h4 {
  margin-bottom: 10px;
}
.specials-slideshow .slide .special-slide-content p {
  line-height: 20px;
}
.specials-slideshow .slide .special-slide-content nav {
  margin-top: 40px;
}
.specials-slideshow .slide .special-slide-content .button-link {
  color: #fff;
}
.specials-slideshow .slide .special-slide-content .button-link:hover {
  color: #CE3262;
}
.specials-slideshow .slide .special-slide-content .separator {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 2px;
  background: #fff;
  line-height: 23px;
  height: 33px;
}
.specials-slideshow .slide:not(.swiper-slide) {
  width: 30%;
  margin-left: 17px;
  margin-right: 17px;
}
.specials-slideshow .slide:not(.swiper-slide):hover {
  background-color: #104C97;
}
.specials-slideshow .slide:not(.swiper-slide):hover .thumb img {
  transform: scale(1.1);
}
.specials-slideshow .slide:not(.swiper-slide):hover .special-slide-content * {
  color: #fff;
}
.specials-slideshow .slide:not(.swiper-slide):hover .special-slide-content .button-link:hover {
  color: #CE3262;
}
.specials-slideshow .slide.swiper-slide-active {
  margin-top: 30px;
}
.specials-slideshow .slide.swiper-slide-active .thumb {
  padding-bottom: 120%;
}
.specials-slideshow .slideshow-button {
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow .slideshow-button {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.specials-slideshow .slideshow-button .arrow-icon {
  fill: #CE3262;
}

.testimonials-slideshow {
  background-color: #F5F5F5;
  padding: 120px 0px 50px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow {
    padding-top: 70px;
  }
}
.testimonials-slideshow .testimonials-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.testimonials-slideshow .quote-icon {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .quote-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow {
    margin-bottom: 40px;
  }
}
.testimonials-slideshow .section-content .page-content {
  text-align: center;
}
.testimonials-slideshow .section-content .page-content .h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .section-content .page-content .h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.testimonials-slideshow .section-slideshow {
  margin: 20px 190px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-slideshow .section-slideshow {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .section-slideshow {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonials-slideshow .section-slideshow .slide {
  min-height: 160px;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.testimonials-slideshow .section-slideshow .slide.swiper-slide-active {
  opacity: 1;
}
.testimonials-slideshow .section-slideshow .single-testimonial .slide {
  opacity: 1;
}
.testimonials-slideshow .section-slideshow .testimonial {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .section-slideshow .testimonial {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.testimonials-slideshow .section-slideshow .testimonial-info {
  display: block;
  width: 100%;
  text-align: right;
}
.testimonials-slideshow .section-slideshow .testimonial-info span {
  display: inline-block;
  width: 100%;
  min-width: 280px;
  padding-left: 22px;
  font-size: 15px;
  text-align: center;
}
.testimonials-slideshow .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .swiper-pagination {
    margin-top: 20px;
  }
}
.testimonials-slideshow .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 100px;
  border: 2px solid #104C97;
  margin: 0px 7px;
  cursor: pointer;
}
.testimonials-slideshow .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #104C97;
}
.testimonials-slideshow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #104C97;
}
.testimonials-slideshow .slideshow-button svg {
  fill: #CE3262;
}
.testimonials-slideshow .slideshow-button.previous {
  left: 65px;
}
.testimonials-slideshow .slideshow-button.next {
  right: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-slideshow .slideshow-button {
    width: 60px;
    height: 60px;
  }
  .testimonials-slideshow .slideshow-button.previous {
    left: 0px;
  }
  .testimonials-slideshow .slideshow-button.next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slideshow-button {
    display: none;
  }
}

.fullwidth-image-slideshow .section-content {
  margin-bottom: 60px;
}
.fullwidth-image-slideshow .section-content .page-content {
  text-align: center;
}
.fullwidth-image-slideshow .section-content h2.h1 {
  margin-bottom: 15px;
}
.fullwidth-image-slideshow .section-content .section-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #104C97;
}
.fullwidth-image-slideshow .fullwidth-image-slideshow-wrapper .center-column {
  overflow: visible;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .fullwidth-image-slideshow .fullwidth-image-slideshow-wrapper .center-column {
    margin-bottom: 280px;
  }
}
.fullwidth-image-slideshow .section-slideshow .slide img {
  width: 100%;
  min-height: 400px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .fullwidth-image-slideshow .section-slideshow .slide img {
    min-height: 100px;
  }
}
.fullwidth-image-slideshow .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 0px);
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .fullwidth-image-slideshow .slideshow-button {
    width: 60px;
    height: 60px;
  }
}
.fullwidth-image-slideshow .slideshow-button.previous {
  left: 0px;
}
.fullwidth-image-slideshow .slideshow-button.next {
  right: 0px;
}
.fullwidth-image-slideshow .slideshow-button .arrow-icon {
  fill: #CE3262;
}

.section-with-categories-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm {
    margin-bottom: 60px;
  }
}
.section-with-categories-acm .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm .categories {
    margin-bottom: 40px;
  }
}
.section-with-categories-acm .categories .category {
  padding: 4px 0;
  margin: 0 20px;
  font-family: "Loew", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #104C97;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm .categories .category {
    font-size: 16px;
    margin: 0 15px;
  }
}
.section-with-categories-acm .categories .category.active {
  color: #828282;
  border-bottom: thin solid #828282;
}
.section-with-categories-acm .sections {
  display: none;
}
.section-with-categories-acm .sections.active {
  display: block;
}
.section-with-categories-acm .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section {
    display: block;
  }
}
.section-with-categories-acm .section:last-child {
  margin-bottom: 0;
}
.section-with-categories-acm .section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section:nth-child(2n) {
    display: block;
  }
}
.section-with-categories-acm .section .content-wrapper {
  width: 45%;
  padding: 0 10%;
}
.section-with-categories-acm .section .content-wrapper.fullwidth {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm .section .content-wrapper {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
.section-with-categories-acm .section .content-wrapper .page-content {
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm .section .content-wrapper .page-content {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper .page-content {
    width: 90%;
  }
}
.section-with-categories-acm .section .content-wrapper h3 {
  margin-bottom: 20px;
  font: 500 14px/14px "Loew", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.section-with-categories-acm .section .content-wrapper h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Loew", sans-serif;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
}
.section-with-categories-acm .section .content-wrapper p {
  margin-bottom: 14px;
  font-family: "Loew", sans-serif;
}
.section-with-categories-acm .section .content-wrapper p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-with-categories-acm .section .content-wrapper .button {
  max-width: 220px;
  min-width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper .button {
    min-width: 220px;
  }
}
.section-with-categories-acm .section .image {
  position: relative;
  width: 55%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  .section-with-categories-acm .section .image {
    width: 50%;
    height: 45vh;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .image {
    width: 100%;
  }
}
.section-with-categories-acm .section .content-cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.section-with-categories-acm .section .content-cells .content-cell {
  width: 100%;
  position: relative;
  min-height: 60px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.section-with-categories-acm .section .content-cells .content-cell_with-icon {
  padding-left: 75px;
}
.section-with-categories-acm .section .content-cells .content-cell .cell-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #F5F5F5;
  color: #84754E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.section-with-categories-acm .section .content-cells .content-cell .cell-icon img {
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell .cell-icon {
    width: 36px;
    height: 36px;
  }
  .section-with-categories-acm .section .content-cells .content-cell .cell-icon img {
    max-width: 36px;
  }
}
.section-with-categories-acm .section .content-cells .content-cell h3 {
  font-family: "Loew", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #104C97;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-with-categories-acm .section .content-cells .content-cell p {
  font-size: 12px;
  font-family: "Loew", sans-serif;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell {
    min-height: 36px;
  }
}

.view-360 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-top: 20px;
}
.view-360 .block {
  position: relative;
  display: inline-block;
  width: calc((100% - 90px) / 3);
  height: 0;
  padding-top: calc((100% - 30px) / 3);
  margin: 0 15px 30px 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 .block {
    width: calc(50% - 40px);
    padding-top: calc(50% - 40px);
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
    padding-top: 70%;
    margin: 0 0 20px 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  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.5);
}
.view-360 .block .view-tour {
  font: 24px/27px "Loew", sans-serif;
  letter-spacing: 2.4px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .view-360 .block .view-tour {
    font-size: 18px;
  }
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.view-360 .block .view-tour span:before {
  content: "";
  position: relative;
  display: block;
  background: url(../images/360-icon.svg);
  width: 20px;
  height: 13px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.title-right-content-box-wrapper {
  padding: 0px;
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .title-right-content-box-wrapper {
    padding: 0 20px;
    margin-top: 70px;
  }
}
.title-right-content-box-wrapper .title-right-content-box .page-content {
  display: flex;
  padding: 0px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .title-right-content-box-wrapper .title-right-content-box .page-content {
    flex-direction: column;
  }
}
.title-right-content-box-wrapper .title-right-content-box .page-content .left-section {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .title-right-content-box-wrapper .title-right-content-box .page-content .left-section {
    width: 100%;
    text-align: left;
  }
}
.title-right-content-box-wrapper .title-right-content-box .page-content .left-section .h1 {
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .title-right-content-box-wrapper .title-right-content-box .page-content .left-section .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.title-right-content-box-wrapper .title-right-content-box .page-content .right-section {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .title-right-content-box-wrapper .title-right-content-box .page-content .right-section {
    width: 100%;
    text-align: left;
  }
}
.title-right-content-box-wrapper .title-right-content-box .page-content .right-section .content {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 30px;
}

.chef-event-highlight-wrapper {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper {
    margin-top: 70px;
  }
}
.chef-event-highlight-wrapper .page-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .page-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.chef-event-highlight-wrapper .page-content .left-section {
  position: relative;
  min-height: 650px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .page-content .left-section {
    min-height: 400px;
    grid-column: 1/2;
    grid-row: 2;
  }
}
.chef-event-highlight-wrapper .page-content .right-section {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .page-content .right-section {
    padding: 20px 0px;
    justify-content: left;
    text-align: left;
    grid-column: 1/2;
    grid-row: 1;
  }
}
.chef-event-highlight-wrapper .page-content .right-section h2.h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .page-content .right-section h2.h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.chef-event-highlight-wrapper .page-content .right-section .content {
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .page-content .right-section .content p {
    margin-bottom: 20px;
  }
}
.chef-event-highlight-wrapper .left-content-section .right-section {
  padding-right: 0px;
}
.chef-event-highlight-wrapper .right-content-section .right-section {
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .right-content-section .right-section {
    grid-column: 1/2;
    grid-row: 2;
  }
}
@media only screen and (max-width: 767px) {
  .chef-event-highlight-wrapper .right-content-section .left-section {
    grid-column: 1/2;
    grid-row: 1;
  }
}

.meeting-location-image-wrapper {
  margin-top: 115px;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .meeting-location-image-wrapper {
    margin-top: 70px;
  }
}
.meeting-location-image-wrapper .page-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .meeting-location-image-wrapper .page-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.meeting-location-image-wrapper .page-content .left-section {
  position: relative;
  min-height: 650px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .meeting-location-image-wrapper .page-content .left-section {
    min-height: 400px;
    grid-column: 1/2;
    grid-row: 2;
  }
}
.meeting-location-image-wrapper .page-content .left-section .poi-overlay {
  display: none;
}
.meeting-location-image-wrapper .page-content .right-section {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .meeting-location-image-wrapper .page-content .right-section {
    padding: 30px;
    text-align: left;
    grid-column: 1/2;
    grid-row: 1;
  }
}
.meeting-location-image-wrapper .page-content .right-section h2.h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .meeting-location-image-wrapper .page-content .right-section h2.h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.meeting-location-image-wrapper .page-content .right-section .content {
  font-size: 15px;
  line-height: 27px;
}

.video-image-wrapper {
  margin-top: 115px;
  background: linear-gradient(180deg, #fff 0 50%, #F5F5F5 50% 100%);
}
@media only screen and (max-width: 767px) {
  .video-image-wrapper {
    margin-top: 70px;
  }
}
.video-image-wrapper .image-only {
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .video-image-wrapper .image-only {
    height: 352px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-image-wrapper .image-only {
    height: 352px;
  }
}
.video-image-wrapper .video-wrapper {
  position: relative;
  height: 600px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .video-image-wrapper .video-wrapper {
    height: 352px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-image-wrapper .video-wrapper {
    height: 352px;
  }
}
.video-image-wrapper .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-image-wrapper .video-wrapper .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.video-image-wrapper .video-wrapper .video-thumb {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.video-image-wrapper .video-wrapper .video-thumb button.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: block;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .video-image-wrapper .video-wrapper .video-thumb button.play-button {
    height: 96px;
    width: 96px;
  }
}
.video-image-wrapper .video-wrapper .video-thumb button.play-button img {
  width: 100%;
  height: 100%;
}
.video-image-wrapper .video-wrapper .video-thumb button.play-button:hover {
  opacity: 0.6;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "Loew", sans-serif;
  color: #104C97;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #104C97;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #104C97;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #104C97;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #104C97;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "Loew", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #104C97;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .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-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #104C97;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #104C97;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Loew", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Loew", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #104C97;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-list-view #header {
  background: #fff !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.blog-list-view #header .logo img.home-logo {
  opacity: 0 !important;
}
.blog-list-view #header .logo img.main-logo {
  opacity: 1 !important;
}
.blog-list-view #header a {
  color: #000 !important;
}
.blog-list-view #header a.active {
  color: #CE3262 !important;
}
.blog-list-view #header .menu.submenu a {
  color: #fff !important;
}
.blog-list-view #header .menu.submenu a:hover {
  color: #CE3262 !important;
}
.blog-list-view #header .top-menu a {
  color: #000 !important;
}
.blog-list-view #header .top-menu a.active, .blog-list-view #header .top-menu a:hover {
  color: #CE3262 !important;
}
.blog-list-view #header .beach_menu .icon_beach svg {
  fill: #000 !important;
}
.blog-list-view #header .main-menu .virtual-tour svg {
  fill: #000 !important;
}
.blog-list-view #header .main-menu .virtual-tour svg:hover {
  fill: #CE3262 !important;
}
.blog-list-view #header #hamburger-navigation-trigger .smart-icon span {
  background: #104C97 !important;
}
.blog-list-view .main-header-wrap:has(.featured-posts-wrap) {
  display: none;
}

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