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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: 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;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-row-break {
  display: none;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 30px;
  font: 23px/1.28 "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 24px;
  height: 24px;
  background: url(../images/arrow-side.svg) no-repeat 50% 50%;
  background-size: cover;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:hover {
  opacity: 0.7;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ui-datepicker-next:hover {
  opacity: 0.7;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar th {
  font: 700 11px/20px "Lato", sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar th {
    border-bottom: 0.5px solid #979797;
  }
}
.ui-datepicker-calendar td {
  font: 14px/40px "Lato", Arial, sans-serif;
  color: #000;
}
.ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.2;
}
.ui-datepicker-calendar td.ui-datepicker-other-month {
  opacity: 0;
}
.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: 40px;
  text-decoration: none;
  color: inherit;
  margin: 5px 0;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: rgba(0, 0, 0, 0.2);
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #2D7AB5;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.multiselect-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.multiselect-wrapper .select-wrapper {
  display: none;
}
.multiselect-wrapper h3 {
  font-size: 16px;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: relative;
}

.select2-container .select2-selection--multiple:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #F8F8F8;
  border: 1px solid #979797;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #F8F8F8;
  border: 1px solid #979797;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #979797;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 20px 0 5px;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  height: 31px;
  line-height: 31px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  height: 10px;
  line-height: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  height: 31px;
  line-height: 31px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.rooms-popup-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  visibility: hidden;
  padding: 0 30px;
  max-height: 90vh;
  overflow: scroll;
}
.rooms-popup-wrapper.visible {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .rooms-popup-wrapper.visible {
    display: none;
  }
}
.rooms-popup-wrapper .center-column {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 10px;
}
.rooms-popup-wrapper .center-column:after {
  display: none;
}
.rooms-popup-wrapper .room-block {
  width: calc((100% - 64px) / 3);
  height: 165px;
  position: relative;
  margin-bottom: 26px;
  background: #000;
}
.rooms-popup-wrapper .room-block a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.rooms-popup-wrapper .room-block a span {
  position: absolute;
  text-align: center;
  bottom: 13px;
  width: 100%;
  left: 0;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: bottom 350ms ease-in-out;
}
.rooms-popup-wrapper .room-block .thumbnail {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  transition: opacity 350ms ease-in-out;
}
.rooms-popup-wrapper .room-block .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
}
.rooms-popup-wrapper .room-block:hover .thumbnail {
  opacity: 0.75;
}
.rooms-popup-wrapper .room-block:hover a span {
  bottom: 40%;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  position: fixed;
  display: block;
  left: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  min-width: 764px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: left 200ms, visibility 200ms;
  text-align: left;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 60px;
    min-width: 0;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
#hamburger-navigation .leaves-overlay-main-menu {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: #fff;
}
#hamburger-navigation .leaves-overlay-main-menu .leaf {
  position: absolute;
  opacity: 0.2;
}
#hamburger-navigation .leaves-overlay-main-menu .leaf1 {
  left: -115px;
  top: 645px;
  width: 100%;
  transform: rotate(-3deg);
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .leaves-overlay-main-menu .leaf1 {
    left: 0;
    top: 110px;
    transform: rotate(-3deg) scale(0.8);
    transform-origin: 0 50%;
  }
}
#hamburger-navigation .leaves-overlay-main-menu .leaf2 {
  right: -130px;
  top: 1037px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .leaves-overlay-main-menu .leaf2 {
    right: 0;
    top: 245px;
    transform: rotate(-1deg) scale(0.35);
    transform-origin: 100% 50%;
  }
}
#hamburger-navigation .main-menu {
  position: relative;
  display: inline-block;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu a {
    padding-left: 32px;
  }
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding: 27px 0 0 52px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 {
    padding-left: 0;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li {
    margin-top: 0;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 26px/28px "Lato", sans-serif;
  display: inline-block;
  letter-spacing: -1px;
  text-decoration: none;
  color: #454545;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    color: #454545;
    font-size: 23px;
    max-width: calc(100% - 32px);
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  left: 13px;
  top: 14px;
  transition: all 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  opacity: 0.7;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover:after, #hamburger-navigation .main-menu .menu.level-1 > li > a.active:after {
  width: 11px;
  opacity: 0.7;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 55px);
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all 350ms ease-in-out;
  padding: 0 20px 0 55px;
}
#hamburger-navigation .main-menu .menu.submenu li {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu li {
    padding-right: 32px;
    box-sizing: border-box;
  }
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  color: #454545;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu a {
    font-size: 18px;
    line-height: 20px;
  }
}
#hamburger-navigation .main-menu .menu.submenu a:after {
  left: -100%;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  height: 1px;
  background: #454545;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu a:after {
    font-size: 23px;
    bottom: 0;
  }
}
#hamburger-navigation .main-menu .menu.submenu a:hover:after, #hamburger-navigation .main-menu .menu.submenu a.active:after {
  left: 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu {
    position: static;
    padding-left: 47px;
    white-space: normal;
    height: 0;
    overflow: hidden;
  }
}
#hamburger-navigation .main-menu .parent:hover {
  z-index: 2;
}
#hamburger-navigation .main-menu .parent:hover .submenu {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .parent.expanded > .submenu {
    opacity: 1;
    transform: none;
    visibility: visible;
    height: auto;
    padding-top: 15px;
  }
}
#hamburger-navigation .main-menu .plus {
  display: none;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 10px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .plus {
    display: block;
    left: auto;
    right: 0;
    height: 100%;
    top: 0;
  }
}
#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: #454545;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .plus .horizontal {
    margin-top: 12px;
  }
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .plus .vertical {
    margin-top: 9px;
  }
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #454545 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

#booking {
  z-index: 100;
  background: #fff;
  transition: left 0s linear 0.2s, opacity 0.2s linear 0s;
  padding: 0 10px 31px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #booking {
    z-index: 69;
    padding: 30px 20px 31px;
  }
}
.booking-visible #booking {
  transition: left 0s linear 0s, opacity 0.2s linear 0s;
  left: 0;
  opacity: 1;
}
#booking form {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (max-height: 700px) {
  #booking form {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking form {
    padding-top: 10px;
  }
}
#booking .buttons {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #8e8e8e;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #booking .buttons {
    display: block;
    border-bottom: 0;
    position: static;
  }
}
#booking .buttons .booking-button {
  background: #EBEBEB;
  border: 0.5px solid #979797;
  border-right-width: 0;
  border-bottom: 0;
  transition: background-color 0.2s, border-color 0.2s;
  padding: 20px 16px 17px;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-height: 700px) {
  #booking .buttons .booking-button {
    padding: 10px 10px 7px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button {
    position: relative;
    border-color: #2D7AB5;
    background: #fff;
    padding: 20px 16px 17px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
}
#booking .buttons .booking-button:last-child {
  border-right: 1px solid #979797;
}
#booking .buttons .booking-button.booking-date-button {
  padding-right: 54px;
  min-width: 170px;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.booking-date-button {
    min-width: 0;
  }
}
#booking .buttons .booking-button .choose-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -1000px;
}
#booking .buttons .booking-button .label {
  display: block;
  font: 300 12px/1.25 "Lato", sans-serif;
  text-transform: uppercase;
  color: #686868;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.booking-checkin, #booking .buttons .booking-button.booking-checkout {
    display: none;
  }
}
#booking .buttons .booking-button .date-value,
#booking .buttons .booking-button #booking-dates,
#booking .buttons .booking-button .info {
  font: 500 14px/1.28 "Lato", sans-serif;
  color: #000000;
}
#booking .buttons .booking-button .date-value.info,
#booking .buttons .booking-button #booking-dates.info,
#booking .buttons .booking-button .info.info {
  white-space: nowrap;
}
#booking .buttons .booking-button .date-value.info:after,
#booking .buttons .booking-button #booking-dates.info:after,
#booking .buttons .booking-button .info.info:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(../images/arrow-down.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button .date-value.info:after,
#booking .buttons .booking-button #booking-dates.info:after,
#booking .buttons .booking-button .info.info:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
#booking .buttons .booking-button .date-value.info > span,
#booking .buttons .booking-button #booking-dates.info > span,
#booking .buttons .booking-button .info.info > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
#booking .buttons .booking-button .date-value.info .multiple,
#booking .buttons .booking-button #booking-dates.info .multiple,
#booking .buttons .booking-button .info.info .multiple {
  display: none;
}
#booking .buttons .booking-button .date-value.info .multiple.visible,
#booking .buttons .booking-button #booking-dates.info .multiple.visible,
#booking .buttons .booking-button .info.info .multiple.visible {
  display: inline-block;
}
#booking .buttons .booking-button .date-value .info-rooms,
#booking .buttons .booking-button #booking-dates .info-rooms,
#booking .buttons .booking-button .info .info-rooms {
  min-width: 53px;
}
#booking .buttons .booking-button .date-value .info-adults,
#booking .buttons .booking-button #booking-dates .info-adults,
#booking .buttons .booking-button .info .info-adults {
  min-width: 50px;
}
#booking .buttons .booking-button .date-value .info-children,
#booking .buttons .booking-button #booking-dates .info-children,
#booking .buttons .booking-button .info .info-children {
  min-width: 61px;
}
#booking .buttons .booking-button #booking-dates {
  color: #2D7AB5;
}
#booking .buttons .booking-button:hover, #booking .buttons .booking-button.active {
  background: #fff;
}
#booking .buttons .booking-button:hover.booking-date-button, #booking .buttons .booking-button.active.booking-date-button {
  border-bottom-color: #2D7AB5;
}
#booking .buttons .booking-button:hover .date-value,
#booking .buttons .booking-button:hover .info, #booking .buttons .booking-button.active .date-value,
#booking .buttons .booking-button.active .info {
  color: #2D7AB5;
}
#booking .buttons .booking-button:hover .info:after, #booking .buttons .booking-button.active .info:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button:hover.rooms-guests .choose-button, #booking .buttons .booking-button.active.rooms-guests .choose-button {
    height: 75px;
  }
}
#booking .buttons .booking-button .options-label {
  font: 500 14px/1.28 "Lato", sans-serif;
  color: #000000;
  margin-top: 5px;
}
#booking .buttons .booking-button .options-label:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  margin: 5px auto 0;
  vertical-align: middle;
  background: url(../images/arrow-down.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button .options-label {
    font: 500 14px/1.25 "Lato", sans-serif;
    text-transform: uppercase;
    color: #686868;
  }
  #booking .buttons .booking-button .options-label:after {
    display: none;
  }
}
#booking .buttons .booking-button .dropdown {
  display: none;
  width: calc(100% + 2px);
  min-width: 220px;
  position: absolute;
  top: calc(100% + 2px);
  right: -1px;
  border: 1px solid #8e8e8e;
  border-top: 0;
  border-bottom: 2px solid #2D7AB5;
  background: #fff;
  padding: 0 13px 0;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button .dropdown {
    position: relative;
    padding: 15px 0 0 0;
    border: 0;
  }
}
#booking .buttons .booking-button.travel-dates {
  display: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.travel-dates {
    display: block;
  }
}
#booking .buttons .booking-button.travel-dates:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../images/datepicker.svg) no-repeat 50% 50%;
  background-size: cover;
}
#booking .buttons .booking-button.rooms-guests label {
  display: flex;
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 0;
  font: 19px/24px "Lato", sans-serif;
  color: #000;
  justify-content: space-between;
  vertical-align: middle;
  position: relative;
}
#booking .buttons .booking-button.rooms-guests label.children-label {
  margin-bottom: 15px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.rooms-guests label.children-label {
    margin-bottom: 0;
  }
}
#booking .buttons .booking-button.rooms-guests label .numbers input {
  width: 20px;
  padding: 0;
  text-align: center;
}
#booking .buttons .booking-button.rooms-guests label .numbers input, #booking .buttons .booking-button.rooms-guests label .numbers button {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  font: 19px/24px "Lato", sans-serif;
}
#booking .buttons .booking-button.rooms-guests label .numbers button {
  width: 15px;
}
#booking .buttons .booking-button.rooms-guests label .numbers button.minus {
  margin-right: 10px;
}
#booking .buttons .booking-button.rooms-guests label .numbers button.plus {
  margin-left: 10px;
}
#booking .buttons .booking-button.rooms-guests label .description {
  position: absolute;
  bottom: 7px;
  left: 0;
  font: 200 11px/1.2 "Lato", sans-serif;
  color: #454545;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.more-options {
    border: 0;
    padding: 0;
    margin: 25px 0;
    text-align: left;
  }
  #booking .buttons .booking-button.more-options .options-label {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.more-options.active {
    position: static;
  }
}
#booking .buttons .booking-button.more-options .dropdown {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.more-options .dropdown {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    border: 0;
    padding: 0 25px 25px;
  }
}
#booking .buttons .booking-button.more-options label {
  display: block;
  padding-bottom: 20px;
}
#booking .buttons .booking-button.more-options label.custom-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#booking .buttons .booking-button.more-options label.checked .text:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#booking .buttons .booking-button.more-options label input[type=radio]:checked + input {
  visibility: visible;
  position: relative;
}
#booking .buttons .booking-button.more-options label .text {
  font: 400 16px/20px "Lato", sans-serif;
  text-transform: capitalize;
  color: #686868;
  padding-left: 25px;
  position: relative;
  display: block;
  cursor: pointer;
}
#booking .buttons .booking-button.more-options label .text:hover:after {
  transform: translateY(-50%) scale(0.5);
  opacity: 1;
}
#booking .buttons .booking-button.more-options label .text:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
#booking .buttons .booking-button.more-options label .text:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2D7AB5;
  box-sizing: border-box;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
}
#booking .buttons .booking-button.more-options label input[type=text] {
  width: calc(100% - 25px);
  height: 30px;
  font: 400 13px/16px "Lato", sans-serif;
  padding: 0;
  border-bottom: 1px solid #D8D8D8;
  visibility: hidden;
  position: absolute;
  margin-left: 25px;
  margin-bottom: 10px;
}
.keyboard-navigation #booking .buttons .booking-button.more-options label input[type=text] {
  visibility: visible;
  position: relative;
}
#booking .buttons .booking-button.more-options .clear-codes {
  font: 14px/1.25 "Lato", sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 15px auto 30px;
  color: #686868;
}
#booking .buttons .booking-button.more-options .apply-codes {
  display: none;
  width: 100%;
  background: #2D7AB5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #booking .buttons .booking-button.more-options .apply-codes {
    font-size: 18px;
    display: block;
    font-weight: 600;
    width: 100%;
    height: 52px;
    line-height: 54px;
  }
}
#booking .buttons .booking-button.active {
  z-index: 10;
}
#booking .buttons .booking-button.active .dropdown {
  display: block;
}
#booking .dates {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 20px;
}
#booking .dates label {
  display: none;
}
@media only screen and (max-height: 700px) {
  #booking .dates {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .dates {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 200;
    background: #fff;
  }
  .travel-dates #booking .dates {
    display: block;
  }
}
#booking .mobile-heading {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking .mobile-heading {
    display: block;
    height: 53px;
    position: relative;
  }
  #booking .mobile-heading h3 {
    font: 500 18px/54px "Lato", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: center;
  }
}
#booking .mobile-heading .close-travel-dates,
#booking .mobile-heading .close-more-options {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 8px;
  text-indent: -1000px;
  overflow: hidden;
  transform: translateY(-50%);
}
#booking .mobile-heading .close-travel-dates:after, #booking .mobile-heading .close-travel-dates:before,
#booking .mobile-heading .close-more-options:after,
#booking .mobile-heading .close-more-options:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
}
#booking .mobile-heading .close-travel-dates:before,
#booking .mobile-heading .close-more-options:before {
  width: 16px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking .mobile-heading .close-travel-dates:after,
#booking .mobile-heading .close-more-options:after {
  width: 1px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking .submit {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-height: 700px) {
  #booking .submit {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .submit .button {
    font-size: 18px;
    display: block;
    font-weight: 600;
    width: 100%;
    line-height: 54px;
  }
}

#booking-datepicker {
  display: block;
  width: 100%;
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-height: 700px) {
  #booking-datepicker {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    padding-top: 0;
  }
}
#booking-datepicker .ui-datepicker {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  white-space: nowrap;
  box-shadow: 0 0 0;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: 41.17%;
  max-width: 460px;
}
#booking-datepicker .ui-datepicker-group:first-child {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group:first-child {
    padding: 0;
  }
}
#booking-datepicker .ui-datepicker-group + .ui-datepicker-group {
  padding-left: 60px;
  border-left: 1px solid #8E8E8E;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group + .ui-datepicker-group {
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-top: 15px;
}
@media only screen and (max-height: 700px) {
  #booking-datepicker .ui-datepicker-header {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-header {
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 17px;
    font-family: "Lato", Arial, sans-serif;
  }
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
@media only screen and (max-height: 700px) {
  #booking-datepicker .ui-datepicker-calendar td {
    font-size: 13px;
  }
  #booking-datepicker .ui-datepicker-calendar a {
    margin: 2px 0;
    height: 38px;
  }
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 14px;
    transform: translateY(0);
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
#booking-datepicker .ui-datepicker-highlight a, #booking-datepicker .ui-datepicker-current-day a, #booking-datepicker .ui-state-default:hover {
  background: #f4f4f4;
  color: #000;
}
#booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  background-color: #2D7AB5;
  color: #fff;
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #69C8E2;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

#booking-tab-datepicker {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #booking-tab-datepicker {
    display: none !important;
  }
}
#booking-tab-datepicker .ui-datepicker {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  white-space: nowrap;
  box-shadow: 0 0 0;
  background: #fff;
}
#booking-tab-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: 41.17%;
  max-width: 460px;
}
#booking-tab-datepicker .ui-datepicker-group:first-child {
  padding-right: 60px;
}
#booking-tab-datepicker .ui-datepicker-group + .ui-datepicker-group {
  padding-left: 60px;
  border-left: 1px solid #8E8E8E;
}
#booking-tab-datepicker .ui-datepicker-header {
  margin-top: 15px;
}
#booking-tab-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-tab-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-tab-datepicker .ui-datepicker-prev, #booking-tab-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
}
#booking-tab-datepicker .ui-datepicker-prev {
  left: 20px;
}
#booking-tab-datepicker .ui-datepicker-next {
  right: 20px;
}
#booking-tab-datepicker .ui-datepicker-highlight a, #booking-tab-datepicker .ui-datepicker-current-day a, #booking-tab-datepicker .ui-state-default:hover {
  background: #f4f4f4;
  color: #000;
}
#booking-tab-datepicker td.checkin-date a, #booking-tab-datepicker td.checkout-date a {
  background-color: #2D7AB5;
  color: #fff;
}
#booking-tab-datepicker.checkin-step td a, #booking-tab-datepicker.checkout-step td a, #booking-tab-datepicker td.checkin-date a, #booking-tab-datepicker td.checkout-date a {
  position: relative;
}
#booking-tab-datepicker.checkin-step td a:before, #booking-tab-datepicker.checkout-step td a:before, #booking-tab-datepicker td.checkin-date a:before, #booking-tab-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #69C8E2;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-tab-datepicker.checkin-step td a:hover:before, #booking-tab-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-tab-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-tab-datepicker td.checkout-date a:before {
  content: "out";
}

.booking-visible body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 68;
  background: rgba(0, 0, 0, 0.8);
}

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

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

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

.top-banner {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background-color: #D8D8D8;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
  z-index: -1;
}
.admin .preview-item .top-banner {
  height: 270px;
  padding: 0;
  position: relative;
}
.admin .preview-item .top-banner .promo-counter,
.admin .preview-item .top-banner .info {
  position: relative;
  margin: 12px auto 0;
}
.admin .preview-item .top-banner .promo-counter {
  height: auto;
}
.top-banner > .section {
  width: 50%;
  height: 90px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner > .section {
    width: auto;
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner > .section {
    width: 100%;
    min-width: auto;
  }
}
.top-banner > .section::first-child {
  display: flex;
  align-items: center;
}
.top-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .top-banner .wrapper {
    padding: 10px;
  }
}
.top-banner .description {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .top-banner .description {
    margin-right: 10px;
  }
}
.top-banner .description h2 {
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 25px;
  color: #332926;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .description h2 {
    font-size: 18px;
  }
}
.top-banner .description p {
  font-size: 16px;
  line-height: 19px;
  color: #332926;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .description p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner .description p {
    font-size: 12px;
    line-height: 15px;
  }
}
.top-banner .promo-counter {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #000;
}
.top-banner .promo-counter .counter {
  margin-top: 10px;
}
.top-banner .promo-counter .counter:after {
  content: "";
  display: table;
  clear: both;
}
.top-banner .promo-counter .counter > div {
  float: left;
  text-align: center;
}
.top-banner .promo-counter .counter > div:last-child {
  width: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .promo-counter .counter > div:last-child {
    width: 46px;
  }
}
.top-banner .promo-counter .counter > div:first-child {
  margin: 0;
}
.top-banner .promo-counter .counter > div .text {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .promo-counter .counter > div .text {
    font-size: 10px;
  }
}
.top-banner .promo-counter .counter > div .value {
  position: relative;
  font-size: 50px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner .promo-counter .counter > div .value {
    font-size: 34px;
    line-height: 16px;
  }
}
.top-banner .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  width: 22px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  text-indent: 0;
}

.top-banner-enabled .top-banner {
  display: flex;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled .top-banner {
    display: block;
  }
}
.top-banner-enabled body,
.top-banner-enabled #header {
  top: 90px;
  transition: top 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled body,
.top-banner-enabled #header {
    top: 180px;
  }
}
.top-banner-enabled #booking, .top-banner-enabled #hamburger-navigation {
  top: calc(90px + 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #booking, .top-banner-enabled #hamburger-navigation {
    top: 180px;
    height: calc(100vh - 180px - 50px);
  }
}
.top-banner-enabled.home #photos {
  height: calc(100vh - 90px - 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.home #photos {
    height: calc(100vh - 180px - 60px);
  }
}
.top-banner-enabled #theguestbook_website_widget_btn .modal-btn {
  top: 210px !important;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled #theguestbook_website_widget_btn .modal-btn {
    height: calc(180px + 100px);
  }
}
.top-banner-enabled #viewport {
  top: 90px;
}
.top-banner-enabled #inner-body > div:first-child {
  height: calc(100% - 90px);
  transition: height 0.3s ease-out;
}
.top-banner-enabled #inner-body > div:first-child #content {
  height: auto;
}
.top-banner-enabled.top-banner-closed .top-banner {
  top: -90px;
  z-index: -1;
}
.top-banner-enabled.top-banner-closed body,
.top-banner-enabled.top-banner-closed #header {
  top: 0;
}
.top-banner-enabled.top-banner-closed #booking, .top-banner-enabled.top-banner-closed #hamburger-navigation {
  top: 94px;
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.top-banner-closed #booking, .top-banner-enabled.top-banner-closed #hamburger-navigation {
    top: 60px;
  }
}
.top-banner-enabled.top-banner-closed.home #photos {
  height: calc(100vh - 94px);
}
@media only screen and (max-width: 767px) {
  .top-banner-enabled.top-banner-closed.home #photos {
    height: calc(100vh - 60px);
  }
}
.top-banner-enabled.top-banner-closed #theguestbook_website_widget_btn .modal-btn {
  top: 140px !important;
}
.top-banner-enabled.top-banner-closed #viewport {
  top: 0;
}
.top-banner-enabled.top-banner-closed #inner-body > div:first-child {
  height: 100%;
}

#merchandising-tile {
  display: block;
  position: fixed;
  top: 30%;
  left: 0;
  width: 365px;
  z-index: 80;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  min-height: 320px;
  transition: all 350ms ease-in-out;
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 0;
    transform: translateY(-100%);
    z-index: 59;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
}
#merchandising-tile .promo-content {
  text-align: left;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile .promo-content {
    padding: 20px 20px 0 20px;
  }
}
#merchandising-tile .promo-content .promo-name {
  font: 600 20px/1.2 "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#merchandising-tile .promo-content .promo-text {
  font: normal 15px/1.6 "Lato", Arial, sans-serif;
  margin-bottom: 15px;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  text-align: left;
  background: none;
  text-decoration: underline;
  font-weight: 600;
  height: auto;
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  left: 0;
  transform: translateX(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: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    width: 100%;
    height: 30px;
    left: 0;
    top: auto;
    bottom: -30px;
  }
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right_arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  transform: rotate(0deg) translateY(-50%);
  transition: transform 0.8s;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .arrow-rotate {
    right: auto;
    left: 50%;
    transform: rotate(90deg);
    margin-top: -10px;
    margin-left: -10px;
  }
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .active-rotate {
    transform: rotate(270deg);
  }
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Lato", sans-serif;
  margin: 15px;
  color: #000;
  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: #54baba;
  border-bottom-color: #54baba;
  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 "Lato", sans-serif;
  color: #000;
  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: #000;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #69C8E2;
}

.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 "Lato", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 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: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

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

.room ul {
  margin-left: 0px;
}
.room ul li::before {
  width: 8px;
  height: 8px;
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

.rooms-entry {
  width: 100%;
  max-width: 1230px;
  margin: 35px auto;
  position: relative;
}
.rooms-entry:after {
  clear: both;
  content: "";
  display: table;
}
.rooms-entry.odd .thumbnail {
  left: 0;
}
.rooms-entry.odd .description {
  float: right;
}
.rooms-entry.even .thumbnail {
  right: 0;
}
.rooms-entry .thumbnail {
  height: 100%;
  width: calc(100% - 525px);
  position: absolute;
  top: 0;
  margin: 0;
  float: none;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumbnail {
    position: relative !important;
    height: 300px;
    width: 100%;
  }
}
.rooms-entry .thumbnail .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  background: #000;
}
.rooms-entry .thumbnail .video-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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rooms-entry .thumbnail .video-wrapper.active {
  z-index: 2;
  visibility: visible;
}
.rooms-entry .thumbnail .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.rooms-entry .description {
  position: relative;
  width: 525px;
  min-height: 465px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #2D7AB5;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .description {
    float: none !important;
    width: 100%;
    min-height: 0;
  }
}
.rooms-entry .description h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: -20px;
}
.rooms-entry .description h4 {
  color: #fff;
  line-height: inherit;
  margin-bottom: 0px;
}
.rooms-entry .description p {
  margin-bottom: 45px;
}
.rooms-entry .description ul {
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.rooms-entry .description ul li {
  padding-left: 15px;
  padding-right: 10px;
}
.rooms-entry .description ul li::before {
  width: 8px;
  height: 8px;
  background: white;
}
.rooms-entry .price-wrapper {
  margin-bottom: 15px;
}
.rooms-entry .price-wrapper .prefix {
  text-transform: lowercase;
  font-size: 12px;
  font-size: 2vw;
  line-height: 24px;
}
@media (max-width: 600px) {
  .rooms-entry .price-wrapper .prefix {
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  .rooms-entry .price-wrapper .prefix {
    font-size: 16px;
  }
}
.rooms-entry .price-wrapper .price {
  color: #fff;
}
.rooms-entry .price-wrapper .price span {
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
}
.rooms-entry .price-wrapper a.price {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.rooms-entry .price-wrapper a.price:hover {
  opacity: 0.7;
}
.rooms-entry .gallery-video a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  padding-left: 30px;
  height: 20px;
  line-height: 23px;
  margin-right: 10px;
  position: relative;
  font-size: 15px;
}
.rooms-entry .gallery-video a.open-video:before {
  background-position: -589px -80px;
}
.rooms-entry .gallery-video a.rooms-item-gallery:before {
  background-position: -589px -121px;
}
.rooms-entry .gallery-video a.view360:before {
  background-position: -638px -80px;
}
.rooms-entry .gallery-video a:before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/common.svg");
}
.rooms-entry .gallery-video a:last-child {
  margin-right: 0;
}
.rooms-entry .gallery-video a:hover {
  opacity: 0.7;
}
.rooms-entry .links {
  margin-top: 35px;
}

.rooms-slider {
  padding: 60px 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider {
    padding: 30px 0;
  }
}
.rooms-slider .rooms-slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.rooms-slider .rooms-slider-wrapper .slideshow {
  position: relative;
}
.rooms-slider .block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rooms-slider .block .inner-wrapper {
  height: 700px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .block .inner-wrapper {
    height: auto;
  }
}
.rooms-slider .block .block-thumbnail {
  position: absolute;
  width: 66%;
  max-width: calc(100% - 500px);
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .block .block-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    max-width: 100%;
  }
}
.rooms-slider .block .content {
  position: relative;
  z-index: 2;
  width: 34%;
  min-width: 500px;
  box-sizing: border-box;
  padding: 55px 35px 0 55px;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .block .content {
    width: 100%;
    padding: 55px 30px;
    margin: 0 auto;
    text-align: center;
    float: none;
    min-width: 0;
  }
}
.rooms-slider .block .content .section-subtitle, .rooms-slider .block .content .section-title {
  line-height: 1;
}
.rooms-slider .block .content .section-subtitle {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
}
.rooms-slider .block .content .section-title {
  border-bottom: 1px solid #69C8E2;
  padding-bottom: 10px;
  font-size: 42px;
  font-weight: 300;
}
.rooms-slider .block .content .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-top: 40px;
}
.rooms-slider .block .content .descr {
  max-width: 470px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .block .content .descr {
    max-width: 100%;
  }
}
.rooms-slider .block .content .descr p {
  line-height: 27px;
}
.rooms-slider .block .content .links {
  margin: 40px 0;
}
.rooms-slider .slideshow-button {
  position: absolute;
  bottom: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 3px solid #000;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.rooms-slider .slideshow-button:hover {
  opacity: 0.7;
}
.rooms-slider .slideshow-button.previous {
  right: 150px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .slideshow-button.previous {
    left: 40%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider .slideshow-button.previous {
    left: 35%;
  }
}
.rooms-slider .slideshow-button.next {
  right: 35px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .slideshow-button.next {
    right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider .slideshow-button.next {
    right: 35%;
  }
}
.rooms-slider .slideshow-pagination {
  position: absolute;
  bottom: 12px;
  color: #000;
  text-align: center;
  width: 106px;
  right: 50px;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider .slideshow-pagination {
    display: block;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider .slideshow-pagination {
    bottom: 16px;
  }
}

#hebs-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(45, 122, 181, 0.8);
}
#hebs-lightbox .close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../images/common.svg");
  cursor: pointer;
  z-index: 2;
}
#hebs-lightbox .wrap {
  position: relative;
  padding-bottom: 47.25%;
  height: 0;
  transform: translate(0%, 120px);
}
#hebs-lightbox .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#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 "Lato", sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Lato", 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: 50px 0;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  #feeds {
    padding: 30px 0;
  }
}
#feeds h2 {
  font: 200 36px/1.2 "Lato", sans-serif;
  color: #000;
  text-transform: lowercase;
  text-align: center;
}
#feeds h3 {
  text-transform: uppercase;
  text-align: center;
  color: #454545;
}
#feeds.loading {
  min-height: 300px;
}
#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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Lato", Arial, sans-serif;
  overflow: visible;
  opacity: 1;
  text-align: left;
  color: #fff;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 16px;
}
#feeds .feed-item:after {
  content: "";
  display: inline-block;
  position: relative;
  padding-top: 100%;
}
#feeds .feed-item:hover .inner-wrapper:before {
  opacity: 0;
}
#feeds .feed-item:hover .feed-thumb {
  opacity: 0;
}
#feeds .feed-item:hover .feed-descr {
  opacity: 1;
}
@media (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 8px) / 2);
    margin-bottom: 8px;
  }
}
@media (min-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 48px) / 4);
  }
}
#feeds .feed-item.item-1 .inner-wrapper {
  padding-top: 120%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-1 .inner-wrapper {
    padding-top: 100%;
  }
}
#feeds .feed-item.item-2 .inner-wrapper {
  padding-top: 83%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-2 .inner-wrapper {
    padding-top: 100%;
  }
}
#feeds .feed-item.item-3 .inner-wrapper {
  padding-top: calc(200% + 28px);
  top: 0;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-3 .inner-wrapper {
    padding-top: 100%;
  }
}
#feeds .feed-item.item-4 .inner-wrapper {
  padding-top: 120%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-4 .inner-wrapper {
    padding-top: 100%;
  }
}
#feeds .feed-item.item-5 .inner-wrapper {
  top: auto;
  bottom: 0;
  padding-top: 83%;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-5 .inner-wrapper {
    padding-top: 100%;
    bottom: auto;
  }
}
#feeds .feed-item.item-6 {
  margin-right: calc(((100% - 48px) / 4) + 16px);
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-6 {
    margin-right: 0;
  }
}
#feeds .feed-item.item-6 .inner-wrapper {
  padding-top: 120%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-6 .inner-wrapper {
    padding-top: 100%;
    bottom: auto;
  }
}
#feeds .feed-item.item-7 .inner-wrapper {
  top: auto;
  bottom: 0;
  padding-top: 83%;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-7 .inner-wrapper {
    padding-top: 100%;
    bottom: auto;
  }
}
#feeds .feed-item.item-9 {
  width: calc(((100% - 48px) / 4) * 2 + 16px);
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-9 {
    width: calc((100% - 8px) / 2);
  }
}
#feeds .feed-item.item-9:after {
  padding-top: 53%;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-9:after {
    padding-top: 100%;
  }
}
#feeds .feed-item.item-9 .inner-wrapper {
  padding-top: 60%;
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item.item-9 .inner-wrapper {
    padding-top: 100%;
  }
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
  background: #000;
  position: absolute;
  left: 0;
}
#feeds .feed-item .inner-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") 0px 0px no-repeat;
  z-index: 5;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding-top: 30px;
  width: 80%;
  font: 22px/28px "Lato", Arial, sans-serif;
  color: #fff;
  transition: opacity 350ms ease-in-out;
  opacity: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-item .feed-descr {
    font: 16px/18px "Lato", Arial, sans-serif;
    width: 85%;
  }
}
#feeds .feed-item .feed-descr:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 31px;
  left: 50%;
  top: 0;
  margin-left: -15px;
  background: url("../images/feeds-sprite.svg") 0px 0px no-repeat;
  z-index: 5;
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-controls {
  display: none;
  text-align: center;
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

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

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-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: red;
}
.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: 0px;
}
@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: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  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: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.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;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 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: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

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

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

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

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

.footer {
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  padding-bottom: 30px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}
.footer:after {
  content: "";
  background: url("../images/footer-leaf.svg") 100% 100% no-repeat;
  background-size: contain;
  transform: rotate(25deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
}
.booking-visible.keyboard-navigation .footer {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 11px;
    padding-bottom: 100px;
  }
  .footer:after {
    visibility: visible;
  }
}
.footer a {
  color: #454545;
}
.footer a:hover {
  color: #000;
}
.footer .footer-menu {
  margin-bottom: 60px;
  padding: 45px 0;
  font-size: 0;
  background-color: #2D7AB5;
}
.footer .footer-menu .center-column {
  max-width: 1440px;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu .center-column {
    padding: 0 20px;
  }
}
.footer .footer-menu ul {
  line-height: 0;
}
.footer .footer-menu li {
  display: inline-block;
}
.footer .footer-menu a {
  display: block;
  margin: 0 15px;
  font: 17px/1.2 "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.footer .footer-menu a:hover, .footer .footer-menu a.active {
  color: #69C8E2;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    margin-bottom: 35px;
    padding: 15px 0;
  }
  .footer .footer-menu a {
    font-size: 14px;
    line-height: 2;
    margin: 0 12px;
  }
}
.footer .footer-logos {
  font-size: 0;
  vertical-align: top;
  margin-bottom: 35px;
}
.footer .footer-logos div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  width: 83px;
  height: 83px;
  position: relative;
}
.footer .footer-logos div a:hover {
  opacity: 0.8;
}
.footer .footer-logos div img {
  height: 100%;
}
.footer .footer-logos div:first-child {
  margin: 0 auto;
}
.footer .footer-logos div.wb-logo {
  background: url("../images/logos/best-awards-logo-black.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 97px;
  height: 83px;
}
.footer .footer-logos div.conde-naste-logo {
  background: url("../images/logos/conde-naste-logo-2021.png") 50% 50% no-repeat;
  background-size: contain;
}
.footer .footer-logos div.inmexico-logo {
  background: url("../images/logos/inmexico-logo.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .footer .footer-logos div {
    margin: 0 0 20px 20px;
    width: 70px;
    height: 70px;
  }
  .footer .footer-logos div.wb-logo {
    width: 82px;
    height: 70px;
  }
}
.footer .footer-contacts {
  margin-bottom: 60px;
}
.footer .footer-contacts a {
  text-decoration: none;
}
.footer .footer-contacts p {
  letter-spacing: 0.5px;
}
.footer .footer-contacts p.address {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-contacts p.address {
    margin-bottom: 15px;
  }
}
.footer .footer-contacts p.contact-info {
  color: #454545;
}
.footer .footer-contacts p.contact-info span {
  border-left: 1px solid #454545;
  padding: 0 10px 0;
}
.footer .footer-contacts p.contact-info span:first-child {
  border: none;
}
.footer .footer-contacts p.contact-info span.strong {
  font-weight: 500;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-contacts p.contact-info span {
    border: none;
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-contacts p.contact-info span.strong {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contacts {
    margin-bottom: 25px;
  }
}
.footer .socials {
  font-size: 0;
  margin-bottom: 60px;
  text-align: center;
}
.footer .socials li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer .socials li:last-child {
  margin: 0;
}
.footer .socials a {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 19px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-color 350ms ease-in-out, opacity 350ms ease-in-out;
}
.footer .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #000;
  transition: fill 350ms ease-in-out;
}
.footer .socials a:hover svg {
  fill: #2D7AB5;
}
.footer .socials a:active svg {
  fill: #2D7AB5;
  transition-duration: 50ms;
}
.footer .socials a.youtube {
  width: 25px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .footer .socials {
    margin-bottom: 45px;
  }
}
.footer .copyright {
  display: block;
  font: 600 12px/1.8 "Lato", sans-serif;
  margin-bottom: 10px;
  text-transform: none;
}
.footer .copyright a {
  text-decoration: none;
  color: #000;
}
.footer .copyright a:hover {
  color: #454545;
}
.footer .copyright .website-info {
  display: block;
}
.ng-lightbox-alert-bar .footer .copyright .website-info {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar .footer .copyright .website-info {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    line-height: 1.2;
  }
  .footer .copyright span {
    display: block;
    margin-bottom: 10px;
  }
}

#newsletter {
  position: relative;
  margin: 150px auto;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #newsletter {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter {
    padding: 0 20px;
  }
}
.booking-visible.keyboard-navigation #newsletter {
  visibility: hidden;
}
#newsletter h2 {
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
}
#newsletter h3 {
  margin-bottom: 42px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #newsletter h3 {
    margin-bottom: 15px;
  }
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 324px;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-weight: 500;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    width: 100%;
  }
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #000;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #000;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #000;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #000;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #D1D1D1;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #D1D1D1;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #D1D1D1;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #D1D1D1;
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
  width: 124px;
  height: 40px;
  font-size: 11.2px;
  color: #454545;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 11.2px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #newsletter .button {
    margin: 20px auto 0;
    width: 140px;
  }
}
#newsletter .button:hover {
  color: #fff;
}

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

#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: #69C8E2;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

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

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .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) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #54baba;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

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

.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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Lato", sans-serif;
  text-transform: uppercase;
  color: #69C8E2;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: flex;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #2D7AB5;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 350px;
}
.map-content.has-image {
  padding-top: 220px;
}
.map-content .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 !important;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 20px/24px "Lato", sans-serif;
  color: #fff;
}
.map-content p {
  font: 400 16px/18px "Lato", Arial, sans-serif;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin: 20px 5px 0 5px;
}

.resort-map nav {
  margin-bottom: 20px;
  text-align: center;
}
.resort-map nav .button {
  margin: 0 10px;
}
.resort-map .map-image {
  width: 100%;
  height: auto;
  display: block;
}

.resort-map-pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  background: #2D7AB5;
}
.resort-map-pop-up.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.resort-map-pop-up .close-resort-pop-up {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 20px;
  height: 20px;
  z-index: 100;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.resort-map-pop-up .close-resort-pop-up:hover {
  background: #2D7AB5;
}
.resort-map-pop-up .close-resort-pop-up:before, .resort-map-pop-up .close-resort-pop-up:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 5px;
}
.resort-map-pop-up .close-resort-pop-up:before {
  transform: rotate(45deg);
}
.resort-map-pop-up .close-resort-pop-up:after {
  transform: rotate(-45deg);
}
.resort-map-pop-up .map-image-big {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leaflet-popup-content-wrappe {
  background: none !important;
  /* color: #333; */
  box-shadow: none !important;
}

.pressroom {
  text-align: center;
  padding: 0 40px;
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 1065px) {
  .pressroom {
    padding: 0 10px;
  }
}
.pressroom .load-more {
  display: block;
  width: calc(100% - 40px);
  height: 76px;
  line-height: 76px;
  font-size: 23px;
  font-weight: 200;
  text-transform: uppercase;
  background: #F8F8F8;
  border: 1px solid #979797;
  color: #454545;
  margin: 55px auto 0;
}
.pressroom .load-more:hover {
  background-color: #E5E5E5;
}
.pressroom .load-more.hide {
  display: none;
}
.pressroom .pressroom-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.pressroom .pressroom-item {
  vertical-align: top;
  flex: 0 0 260px;
  margin: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #fff;
  height: 340px;
  display: none;
}
.pressroom .pressroom-item.loaded.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    flex: 1 0 100%;
  }
}
.pressroom .pressroom-item .description {
  height: 100%;
}
.pressroom .pressroom-item .description .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pressroom .pressroom-item .description:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(rgba(51, 41, 38, 0) 0%, rgba(51, 41, 38, 0) 40%, rgba(51, 41, 38, 0.1) 45%, rgba(51, 41, 38, 0.2) 50%, rgba(51, 41, 38, 0.4) 55%, rgba(51, 41, 38, 0.5) 59%, rgba(51, 41, 38, 0.75) 64%, rgba(51, 41, 38, 0.85) 66%, rgba(51, 41, 38, 0.9) 67%, rgba(51, 41, 38, 0.96) 70%, #332926 100%);
}
.pressroom .pressroom-item .description .content {
  padding: 0 15px 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pressroom .pressroom-item .description h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.pressroom .pressroom-item .description time {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.pressroom .pressroom-item .description nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pressroom .pressroom-item .description .pdf {
  color: #fff;
  position: relative;
  line-height: 16px;
  font-size: 10px;
  padding: 0 0 5px 15px;
  background: url(../images/download.svg) no-repeat 0 10%;
  text-decoration: none;
}
.pressroom .pressroom-item .description .pdf:before {
  display: none;
}
.pressroom .pressroom-item .description .view-gallery {
  background: #fff;
  border: thin solid #000;
  color: #000;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  padding: 0 20px;
}
.pressroom .pressroom-item .description .view-gallery:hover {
  border-color: #fff;
  background: #000;
  color: #fff;
}
.pressroom .category-selector {
  display: inline-block;
  line-height: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #000000;
  margin-bottom: 55px;
}
.pressroom .category-selector .button {
  background: none;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: inherit;
  color: #000;
  height: auto;
  position: relative;
  padding: 0 2px;
  margin: 0 20px;
  vertical-align: middle;
}
.pressroom .category-selector .button:first-of-type {
  margin-left: 0;
}
.pressroom .category-selector .button:last-of-type {
  margin-right: 0;
}
.pressroom .category-selector .button.active {
  font-weight: 500;
}
.pressroom .category-selector .button.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -13px;
  left: 0;
  background: #000;
}

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

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

.acm-poi {
  position: relative;
}
.acm-poi .home-poi-overlay {
  position: absolute;
  top: 100px;
  right: 50px;
  background: #000;
  padding: 30px 30px 40px;
  color: #fff;
  z-index: 500;
  width: 450px;
  max-width: 45%;
}
@media only screen and (max-width: 1023px) {
  .acm-poi .home-poi-overlay {
    position: static;
    color: #000;
    background: none;
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.acm-poi .home-poi-overlay h3 {
  font: 300 40px/48px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
}
.acm-poi .home-poi-overlay h4 {
  font: 600 22px/29px "Lato", Arial, sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .acm-poi .home-poi-overlay h4 {
    font-weight: 400;
  }
}
.acm-poi .home-poi-overlay .content {
  font-size: 2vw;
  font: 400 20px/28px "Lato", Arial, sans-serif;
}
@media (max-width: 750px) {
  .acm-poi .home-poi-overlay .content {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .acm-poi .home-poi-overlay .content {
    font-size: 20px;
  }
}
.acm-poi .home-poi-overlay .poi-link {
  font: 600 18px/24px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 34px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.acm-poi .home-poi-overlay .poi-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .acm-poi .home-poi-overlay .poi-link {
    color: #000;
    font-weight: 400;
  }
}

.poi, .default-poi {
  overflow: hidden;
  position: relative;
}
.poi .poi-zoom, .poi .custom-zoom, .default-poi .poi-zoom, .default-poi .custom-zoom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 500;
}
.poi .poi-zoom button, .poi .custom-zoom button, .default-poi .poi-zoom button, .default-poi .custom-zoom button {
  display: block;
  width: 48px;
  height: 48px;
  background: #2D7AB5;
  margin-top: 1px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
.poi .poi-zoom button:hover, .poi .custom-zoom button:hover, .default-poi .poi-zoom button:hover, .default-poi .custom-zoom button:hover {
  opacity: 0.9;
}
.poi .poi-zoom button:before, .poi .poi-zoom button:after, .poi .custom-zoom button:before, .poi .custom-zoom button:after, .default-poi .poi-zoom button:before, .default-poi .poi-zoom button:after, .default-poi .custom-zoom button:before, .default-poi .custom-zoom button:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
}
.poi .poi-zoom button:after, .poi .custom-zoom button:after, .default-poi .poi-zoom button:after, .default-poi .custom-zoom button:after {
  display: none;
}
.poi .poi-zoom button.zoom-in:after, .poi .poi-zoom button.in:after, .poi .custom-zoom button.zoom-in:after, .poi .custom-zoom button.in:after, .default-poi .poi-zoom button.zoom-in:after, .default-poi .poi-zoom button.in:after, .default-poi .custom-zoom button.zoom-in:after, .default-poi .custom-zoom button.in:after {
  display: block;
  width: 2px;
  height: 12px;
}

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

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: none;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.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-wrapper, .leaflet-popup-tip {
  background: none;
  box-shadow: none;
}

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

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

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

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

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 2vw;
  font-size: 20px;
}
@media (max-width: 750px) {
  #calendar-breadcrumb {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  #calendar-breadcrumb {
    font-size: 20px;
  }
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

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

#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: 16px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 14px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #69C8E2;
  color: #fff;
}
#calendar-month a.active {
  background: #69C8E2;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #69C8E2;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

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

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

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

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

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

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

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

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

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

.two-block-slider {
  padding: 60px 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider {
    padding: 30px 0;
  }
}
.two-block-slider .title, .two-block-slider .subtitle {
  text-align: center;
  line-height: 1;
}
.two-block-slider .two-slide-wrapper {
  overflow: hidden;
  width: 100%;
}
.two-block-slider .two-slide-wrapper .slideshow {
  width: calc(100% + 28px);
  margin-left: -14px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .slideshow {
    width: 80%;
    margin-left: 0;
  }
}
.two-block-slider .two-slide-wrapper .block {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 0 7px;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block {
    width: 100%;
  }
}
.two-block-slider .two-slide-wrapper .block:hover .block-thumbnail:before, .keyboard-navigation .two-block-slider .two-slide-wrapper .block .block-thumbnail:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 50%, rgba(0, 0, 0, 0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block:hover .block-thumbnail:before, .keyboard-navigation .two-block-slider .two-slide-wrapper .block .block-thumbnail:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
  }
}
.two-block-slider .two-slide-wrapper .block:hover .content, .keyboard-navigation .two-block-slider .two-slide-wrapper .block .content {
  top: 50%;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block:hover .content, .keyboard-navigation .two-block-slider .two-slide-wrapper .block .content {
    top: auto;
  }
}
.two-block-slider .two-slide-wrapper .block:hover .content .descr, .keyboard-navigation .two-block-slider .two-slide-wrapper .block .content .descr {
  max-height: 600px;
}
.two-block-slider .two-slide-wrapper .block:hover nav, .keyboard-navigation .two-block-slider .two-slide-wrapper .block nav {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
}
.two-block-slider .two-slide-wrapper .block .inner-wrapper {
  position: relative;
  width: 100%;
  height: 490px;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .inner-wrapper {
    height: 280px;
  }
}
.two-block-slider .two-slide-wrapper .block .block-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.two-block-slider .two-slide-wrapper .block .block-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background 400ms ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .block-thumbnail:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
  }
}
.two-block-slider .two-slide-wrapper .block .content {
  position: absolute;
  width: 100%;
  padding: 0 15%;
  top: 70%;
  color: #fff;
  z-index: 2;
  transition: top 400ms ease;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .content {
    top: auto;
    bottom: 15px;
  }
}
.two-block-slider .two-slide-wrapper .block .content .title {
  font-family: "Lato", sans-serif;
  font-size: 33px;
  margin-bottom: 14px;
  font-weight: bold;
}
.two-block-slider .two-slide-wrapper .block .content .descr {
  text-align: center;
  line-height: 25px;
  max-height: 72px;
  overflow: hidden;
  transition: max-height 400ms ease;
  font-size: 2vw;
  font-size: 20px;
}
@media (max-width: 750px) {
  .two-block-slider .two-slide-wrapper .block .content .descr {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .two-block-slider .two-slide-wrapper .block .content .descr {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .content .descr {
    display: none;
  }
}
.two-block-slider .two-slide-wrapper .block .inner-nav {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .inner-nav {
    display: none;
  }
}
.two-block-slider .two-slide-wrapper .block .inner-nav .button {
  margin: 0 15px;
}
.two-block-slider .two-slide-wrapper .block .outer-nav {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .two-slide-wrapper .block .outer-nav {
    display: block;
  }
}
.two-block-slider .two-slide-wrapper .block .outer-nav .button {
  margin: 0 15px;
}
.two-block-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  border: 2px solid #D8D8D8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.two-block-slider .slideshow-button:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .two-block-slider .slideshow-button {
    display: none;
  }
}
.two-block-slider .slideshow-button.previous {
  left: 50px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-block-slider .slideshow-button.previous {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .two-block-slider .slideshow-button.previous {
    left: 15px;
  }
}
.two-block-slider .slideshow-button.next {
  right: 50px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-block-slider .slideshow-button.next {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .two-block-slider .slideshow-button.next {
    right: 15px;
  }
}

.big-slider {
  padding: 60px 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .big-slider {
    padding: 30px 0;
  }
}
.big-slider .big-slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.big-slider .big-slider-wrapper .slideshow {
  position: relative;
}
.big-slider .block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.big-slider .block .inner-wrapper {
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .inner-wrapper {
    height: 500px;
  }
}
.big-slider .block .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  background: #000;
}
.big-slider .block .video-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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.big-slider .block .video-wrapper.active {
  z-index: 3;
  visibility: visible;
}
.big-slider .block .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.big-slider .block .block-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.big-slider .block .block-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.85) 61%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b5000000", endColorstr="#00000000",GradientType=1 );
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .block-thumbnail:before {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 25%, rgba(248, 248, 248, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d4000000",GradientType=0 );
  }
}
.big-slider .block .content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  box-sizing: border-box;
  padding: 130px 0 0 145px;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .content {
    width: 100%;
    left: 0;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 65px;
    max-width: 100%;
  }
}
.big-slider .block .content .upper-title, .big-slider .block .content .title {
  line-height: 1;
  color: #000;
}
.big-slider .block .content .upper-title {
  margin-bottom: 16px;
  font-weight: 400;
}
.big-slider .block .content .title {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 24px;
}
.big-slider .block .content .descr {
  max-width: 470px;
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .content .descr {
    display: none;
  }
}
.big-slider .block .content .descr p {
  line-height: 27px;
}
.big-slider .block .content a.open-video {
  color: #000;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  padding-top: 24px;
  height: 20px;
  line-height: 33px;
  position: relative;
  vertical-align: top;
  margin-left: 30px;
  font-size: 12px;
  letter-spacing: 0.38px;
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .content a.open-video {
    padding-top: 0;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
  }
}
.big-slider .block .content a.open-video:before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.3);
  transform-origin: top;
  top: 0;
  background: url("../images/common.svg") -549px -80px;
}
@media only screen and (max-width: 1023px) {
  .big-slider .block .content a.open-video:before {
    top: 7px;
    left: 0;
    transform: translateX(0);
  }
}
.big-slider .block .content a.open-video:hover {
  opacity: 0.7;
}
.big-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  border: 2px solid #D8D8D8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.big-slider .slideshow-button:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .big-slider .slideshow-button {
    top: auto;
    bottom: 20px;
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin: 0;
  }
}
.big-slider .slideshow-button.previous {
  left: 50px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .big-slider .slideshow-button.previous {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .big-slider .slideshow-button.previous {
    left: 35%;
  }
}
.big-slider .slideshow-button.next {
  right: 50px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .big-slider .slideshow-button.next {
    right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .big-slider .slideshow-button.next {
    right: 35%;
  }
}
.big-slider .slideshow-pagination {
  position: absolute;
  bottom: 11px;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .big-slider .slideshow-pagination {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .big-slider .slideshow-pagination {
    bottom: 16px;
  }
}

.gallery-slider {
  padding: 60px 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider {
    padding: 30px 0;
  }
}
.gallery-slider .gallery-slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.gallery-slider .gallery-slider-wrapper .slideshow {
  position: relative;
  background: #000;
}
.gallery-slider .block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-slider .block .inner-wrapper {
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .block .inner-wrapper {
    height: 500px;
  }
}
.gallery-slider .block .block-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  border: 2px solid #D8D8D8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.gallery-slider .slideshow-button:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .slideshow-button {
    top: auto;
    bottom: 20px;
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin: 0;
  }
}
.gallery-slider .slideshow-button.previous {
  left: 50px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .slideshow-button.previous {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button.previous {
    left: 35%;
  }
}
.gallery-slider .slideshow-button.next {
  right: 50px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .slideshow-button.next {
    right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button.next {
    right: 35%;
  }
}
.gallery-slider .slideshow-pagination {
  position: absolute;
  bottom: 11px;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .slideshow-pagination {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-pagination {
    bottom: 16px;
  }
}

.experince-slider {
  position: relative;
  padding: 60px 70px;
  max-width: 1580px;
  margin: 0 auto;
  overflow: hidden;
}
.experince-slider:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  .experince-slider {
    padding: 30px 20px;
  }
}
.experince-slider .title-block {
  position: absolute;
  right: 70px;
  width: 425px;
  z-index: 3;
  color: #fff;
  padding: 40px 65px 0 65px;
}
@media only screen and (max-width: 1023px) {
  .experince-slider .title-block {
    top: 230px;
    right: auto;
    width: 100%;
  }
}
.experince-slider .title-block .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .experince-slider .title-block .title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .experince-slider .title-block ul {
    text-align: center;
  }
}
.experince-slider .title-block ul li {
  display: inline-block;
}
.experince-slider .title-block ul li button {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
}
.experince-slider .title-block ul li button:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 200ms ease;
}
.experince-slider .title-block ul li button:hover:before, .experince-slider .title-block ul li button.active:before {
  width: 100%;
}
.experince-slider .title-block ul span {
  margin: 0 5px;
}
.experince-slider .experience-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.experince-slider .experience-slider-wrapper.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.experince-slider .experience-slider-wrapper .slideshow {
  height: 100%;
  width: calc(100% - 425px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .experince-slider .experience-slider-wrapper .slideshow {
    height: 200px;
    width: 100%;
    position: relative;
  }
}
.experince-slider .experience-slider-wrapper .slideshow .block {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .experince-slider .experience-slider-wrapper .slideshow .block {
    background-color: #000;
  }
}
.experince-slider .experience-slider-wrapper .slideshow .block .block-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.experince-slider .experience-slider-wrapper .content {
  width: 425px;
  min-height: 500px;
  float: right;
  background-color: #2D7AB5;
  color: #fff;
  padding: 140px 65px 40px;
  letter-spacing: 0.25px;
}
@media only screen and (max-width: 1023px) {
  .experince-slider .experience-slider-wrapper .content {
    width: 100%;
    float: none;
    min-height: 0;
  }
}
.experince-slider .experience-slider-wrapper .content nav {
  margin-top: 50px;
  margin-left: -11px;
}
.experince-slider .experience-slider-wrapper .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  border: 2px solid #D8D8D8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
.experince-slider .experience-slider-wrapper .slideshow-button:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .experince-slider .experience-slider-wrapper .slideshow-button {
    border-width: 3px;
  }
}
.experince-slider .experience-slider-wrapper .slideshow-button.previous {
  left: 50px;
  transform: rotate(-135deg);
}
.experince-slider .experience-slider-wrapper .slideshow-button.next {
  right: 50px;
  transform: rotate(45deg);
}
.get-to-know-us-slider {
  position: relative;
  padding: 60px 70px;
  max-width: 1580px;
  margin: 0 auto;
  overflow: hidden;
}
.get-to-know-us-slider:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider {
    padding: 30px 20px;
  }
}
.get-to-know-us-slider .title-block {
  position: absolute;
  left: 70px;
  width: 425px;
  z-index: 3;
  color: #fff;
  padding: 40px 65px 0 65px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .title-block {
    top: 230px;
    width: 100%;
    padding: 40px 65px 0 65px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .get-to-know-us-slider .title-block {
    padding: 40px 30px 0 30px;
  }
}
.get-to-know-us-slider .title-block .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .get-to-know-us-slider .title-block .title {
    text-align: center;
    font-size: 35px;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper {
    background-color: #2D7AB5;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block:after {
  clear: both;
  content: "";
  display: table;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail {
  width: calc(100% - 425px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail {
    width: 100%;
    height: 200px;
    position: relative;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  padding-top: 30px;
  height: 20px;
  line-height: 23px;
  position: absolute;
  top: 45px;
  left: 45px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a {
    padding-top: 0;
    padding-left: 30px;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a.open-video:before {
  background-position: -589px -80px;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a:before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url("../images/common.svg");
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a:before {
    left: 0;
    transform: translateX(0);
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail a:hover {
  opacity: 0.7;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  background: #000;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail .video-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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail .video-wrapper.active {
  z-index: 2;
  visibility: visible;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .block-thumbnail .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content {
  width: 425px;
  min-height: 500px;
  float: left;
  background-color: #2D7AB5;
  color: #fff;
  padding: 95px 65px 80px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content {
    width: 100%;
    float: none;
    min-height: 0;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr {
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:before, .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("../images/common.svg");
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:before {
  left: -12px;
  top: 0;
  background-position: -625px -160px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:before {
    left: -15px;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:after {
  bottom: 0;
  right: -10px;
  background-position: -595px -160px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .descr:after {
    right: -15px;
  }
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .name {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}
.get-to-know-us-slider .get-to-know-us-slider-wrapper .slideshow .block .content .job-title {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
}
.get-to-know-us-slider .slider-controls {
  position: absolute;
  bottom: 40px;
  left: 300px;
}
@media only screen and (max-width: 1023px) {
  .get-to-know-us-slider .slider-controls {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.get-to-know-us-slider .slider-controls .slideshow-pagination {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-style: italic;
  width: 50px;
}
.get-to-know-us-slider .slider-controls .slideshow-button {
  width: 15px;
  height: 15px;
  border: 2px solid #D8D8D8;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  line-height: 16px;
}
.get-to-know-us-slider .slider-controls .slideshow-button:hover {
  border-color: #fff;
}
.get-to-know-us-slider .slider-controls .slideshow-button.previous {
  transform: rotate(-135deg);
}
.get-to-know-us-slider .slider-controls .slideshow-button.next {
  transform: rotate(45deg);
}

.testimonial {
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .testimonial {
    padding: 30px 0;
  }
}
.testimonial .inner-wrapper {
  position: relative;
}
.testimonial .inner-wrapper .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner-wrapper .thumbnail {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.testimonial .inner-wrapper .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b5000000", endColorstr="#00000000",GradientType=1 );
}
@media only screen and (max-width: 767px) {
  .testimonial .inner-wrapper .thumbnail:before {
    display: none;
  }
}
.testimonial .inner-wrapper .content {
  min-height: 700px;
  padding: 130px 0 75px 145px;
  box-sizing: border-box;
  width: 500px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .testimonial .inner-wrapper .content {
    min-height: 500px;
    padding: 75px 0 75px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner-wrapper .content {
    width: 100%;
    text-align: center;
    padding: 50px;
    background: #000;
    min-height: 0;
  }
}
.testimonial .inner-wrapper .content .h2-like {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 22px;
}
.testimonial .inner-wrapper .content .name {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}
.testimonial .inner-wrapper .content .job-title {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
}

.acm-section.beach-conditions .center-column {
  max-width: 1035px;
  padding: 0 20px;
}
.acm-section.beach-conditions .images {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .acm-section.beach-conditions .images {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.acm-section.beach-conditions .image-wrapper {
  position: relative;
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-section.beach-conditions .image-wrapper {
    max-width: calc(50% - 5px);
    margin-top: 10px;
    height: auto;
  }
}
.acm-section.beach-conditions .image-wrapper:not(:last-of-type) {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .acm-section.beach-conditions .image-wrapper:not(:last-of-type) {
    margin-right: 0;
  }
}
.acm-section.beach-conditions .image-wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.acm-section.beach-conditions .image-wrapper .inner-wrapper {
  padding-top: 75%;
}
.acm-section.beach-conditions .description, .acm-section.beach-conditions .socials {
  margin-top: 20px;
}

.listing-lightbox {
  display: none;
  position: fixed;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.listing-lightbox.visible {
  display: block;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 350ms, top 0ms, left 0ms;
}
.listing-lightbox .lightbox-container {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 100%;
  background-color: #fff;
}
.listing-lightbox .lightbox-wrapper {
  position: relative;
  padding: 60px;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .listing-lightbox .lightbox-wrapper {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .listing-lightbox .lightbox-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-wrapper {
    padding: 50px 10px 10px;
  }
}
.listing-lightbox .lightbox-content {
  position: relative;
  width: 100%;
  font-size: 25px;
  line-height: 31px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  max-height: 100%;
  overflow-x: hidden;
}
.listing-lightbox .close-button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #2D7AB5;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .close-button {
    top: auto;
    height: 31px;
    width: 31px;
    bottom: calc(100% - 15px);
    right: -5px;
    transform: none;
  }
}
.listing-lightbox .close-button:hover {
  background-color: #69C8E2;
}
.listing-lightbox .close-button::before, .listing-lightbox .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 2px;
  background-color: #fff;
}
.listing-lightbox .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.listing-lightbox .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.listing-lightbox .lightbox-header {
  position: relative;
  padding: 32px 50px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .listing-lightbox .lightbox-header {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-header {
    padding: 20px;
    flex-direction: column;
  }
}
.listing-lightbox .lightbox-header .lightbox-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.listing-lightbox .lightbox-header .lightbox-titles .h1-like {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1.26;
  font-weight: 700;
  font-size: 3.13vw;
}
@media (max-width: 958.4664536741px) {
  .listing-lightbox .lightbox-header .lightbox-titles .h1-like {
    font-size: 30px;
  }
}
@media (min-width: 1437.6996805112px) {
  .listing-lightbox .lightbox-header .lightbox-titles .h1-like {
    font-size: 45px;
  }
}
.listing-lightbox .lightbox-header .lightbox-titles .sub-titles {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.listing-lightbox .lightbox-header .lightbox-titles .sub-titles .main-subtitle {
  font-size: 45px;
  line-height: 1.26;
  font-size: 3.13vw;
}
@media (max-width: 958.4664536741px) {
  .listing-lightbox .lightbox-header .lightbox-titles .sub-titles .main-subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1437.6996805112px) {
  .listing-lightbox .lightbox-header .lightbox-titles .sub-titles .main-subtitle {
    font-size: 45px;
  }
}
.listing-lightbox .lightbox-header .lightbox-controls {
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
@media only screen and (max-width: 1023px) {
  .listing-lightbox .lightbox-header .lightbox-controls {
    margin-top: 20px;
    justify-content: center;
  }
}
.listing-lightbox .lightbox-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background: rgba(216, 216, 216, 0.3);
  padding: 20px 50px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .listing-lightbox .lightbox-body {
    padding: 20px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-body {
    padding: 20px 20px 0;
  }
}
.listing-lightbox .lightbox-body .lightbox-content-wrapper {
  margin-bottom: 20px;
}
.listing-lightbox .lightbox-body p {
  margin-bottom: 5px;
}
.listing-lightbox .lightbox-body .category-wrapper {
  border-bottom: thin solid #454545;
  margin-bottom: 30px;
  text-align: left;
}
.listing-lightbox .lightbox-body .category-wrapper .menu-category {
  font-size: 40px;
  line-height: 1.325;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.13vw;
}
@media (max-width: 830.6709265176px) {
  .listing-lightbox .lightbox-body .category-wrapper .menu-category {
    font-size: 26px;
  }
}
@media (min-width: 1277.9552715655px) {
  .listing-lightbox .lightbox-body .category-wrapper .menu-category {
    font-size: 40px;
  }
}
.listing-lightbox .lightbox-body .title-price-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-body .title-price-wrapper {
    overflow: hidden;
  }
}
.listing-lightbox .lightbox-body .title-wrapper {
  margin-right: 2em;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-body .title-wrapper {
    margin-right: 20px;
  }
}
.listing-lightbox .lightbox-body .price-wrapper {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #2D7AB5;
}
.listing-lightbox .lightbox-body .price-wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 20%;
  left: -1em;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #454545;
}
@media only screen and (max-width: 767px) {
  .listing-lightbox .lightbox-body .price-wrapper::before {
    left: -10px;
  }
}
.listing-lightbox .lightbox-body .description-wrapper {
  display: block;
  margin: 15px 0;
}
.listing-lightbox .lightbox-body .description-wrapper p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.listing-lightbox .lightbox-body .description-wrapper .separator {
  color: #454545;
}

.ng-lightbox.default {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2D7AB5;
  color: #fff;
  z-index: 9999;
  box-sizing: border-box;
}
.ng-lightbox.default * {
  box-sizing: border-box;
}
.ng-lightbox.default .ng-lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-height: 95%;
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-left: 300px;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:hover {
  opacity: 0.7;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after,
.ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F2F1EB;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ng-lightbox.default .ng-lightbox-inner.top-thumbnail .close-popup:after,
.ng-lightbox.default .ng-lightbox-inner.top-thumbnail .close-popup:before {
  background-color: #F2F1EB;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail {
  color: #fff;
  background: #2D7AB5;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.2;
  margin: 0;
}
.ng-lightbox.default .ng-lightbox-inner .content {
  position: relative;
  padding: 50px 30px 40px;
  font-family: "Grota Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  overflow: auto;
}
.ng-lightbox.default .ng-lightbox-inner .content .logo-image {
  width: 85%;
  margin-bottom: 35px;
}
.ng-lightbox.default .ng-lightbox-inner h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ng-lightbox.default .ng-lightbox-inner h4 {
  font-size: 22px;
  line-height: 1.17;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ng-lightbox.default .ng-lightbox-inner p {
  margin-bottom: 10px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons {
  margin-top: 50px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .content {
    padding: 20px;
    font-size: 15px;
  }
  .ng-lightbox.default .ng-lightbox-inner h3 {
    font-size: 20px;
  }
  .ng-lightbox.default .ng-lightbox-inner h4 {
    font-size: 17px;
  }
  .ng-lightbox.default .ng-lightbox-inner {
    padding-left: 0;
  }
  .ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
    display: none;
  }
}

.ng-lightbox.alert-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2D7AB5;
  color: #fff;
  z-index: 9998;
  box-sizing: border-box;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar {
    min-height: 80px;
  }
}
.ng-lightbox.alert-bar * {
  box-sizing: border-box;
}
.ng-lightbox.alert-bar .ng-lightbox-inner {
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:hover:after, .ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:hover:before {
  background-color: #fff;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:after,
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #D1D1D1;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 200ms ease-in-out;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content {
  position: relative;
  padding: 10px 40px 10px 10px;
  font-family: "Grota Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  height: 84px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content {
    height: auto;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .description {
  float: left;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content .description {
    float: none;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .description h2 {
  color: #fff;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content .description h2 {
    text-align: center;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .description p {
  margin: 0;
  max-width: 85%;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content .description p {
    max-width: 100%;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .button {
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .button:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content .button {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a {
  color: #fff;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a:hover {
  color: #332926;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content * {
  display: block;
}

@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;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #2D7AB5;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@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: #e7e8e9;
  padding: 100px 40px 80px;
  box-sizing: border-box;
}
@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: "Lato", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@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 {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #2D7AB5;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #000;
}
@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: 500 28px/1.2em "Lato", Arial, sans-serif;
  color: #201D1A;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@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: 16px/1.7em "Lato", sans-serif;
  color: #2D7AB5;
  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;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #2D7AB5;
}
.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: 16px/1em "Lato", sans-serif;
  color: #2D7AB5;
  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: 0;
  right: 0;
  border: 1px solid #2D7AB5;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  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: #000;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  top: 2px;
  transform: rotate(45deg);
}
.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: 16px/1 "Lato", sans-serif;
  color: #2D7AB5;
  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: 1px;
  background: #2D7AB5;
}
.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;
  margin-top: 80px;
  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;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    margin-top: 40px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: 500 48px/1em "Lato", sans-serif;
  color: #201D1A;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 42px;
  }
}
@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 .read-more-link {
  font: 16px/1.6em "Lato", sans-serif;
  color: #2D7AB5;
  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: 1px;
  background: #2D7AB5;
  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: #2D7AB5;
}
.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: 14px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #454545;
}
.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: #454545;
}
.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: 500 24px/1.3em "Lato", Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 22px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #000;
  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: #2D7AB5;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #2D7AB5;
}

.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;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
    margin-bottom: 15px;
  }
}
.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: "Lato", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Lato", 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: #2D7AB5;
}
.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;
  }
}

@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;
  }
}
.socials-wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 30px 0 0;
}
.socials-wrapper .h2 {
  font-size: 32px;
  line-height: normal;
}

.feeds {
  margin-bottom: 60px;
}
.feeds .feeds-widget {
  height: 100%;
  position: relative;
  margin-top: 50px;
}
.feeds .feeds-widget .slideshow-button.previous {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feeds .feeds-widget .slideshow-button.previous:after {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
.feeds .feeds-widget .slideshow-button.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feeds .feeds-widget .slideshow-button.next:after {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
  width: 30px;
  height: 30px;
}
.feeds .feed-slideshow {
  height: 100%;
}
.feeds .page-content h3,
.feeds .page-content h4,
.feeds .page-content h5 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feeds .page-content h3,
.feeds .page-content h4,
.feeds .page-content h5 {
    margin-bottom: 20px;
  }
}

.feeds .socials {
  margin-top: 30px;
  text-align: center;
}
.feeds .socials ul,
.feeds .socials li {
  display: inline;
}
.feeds .socials a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds .socials a {
    width: 34px;
    height: 34px;
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds .socials a {
    width: 24px;
    height: 24px;
    margin: 0 10px;
  }
}
.feeds .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #332926;
  transition: fill 0.3s;
}
.feeds .socials a:hover svg {
  fill: #332926;
}
.feeds .socials a:active svg {
  fill: #161210;
  transition-duration: 50ms;
}

.feeds-widget,
.external-feeds-widget {
  position: relative;
  z-index: 10;
}

.external-feeds-widget {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .feeds-widget {
    margin-top: 40px;
  }
}
.feeds-widget.loading {
  min-height: 186px;
}
.feeds-widget.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: #332926;
  border-bottom-color: #332926;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .center-column {
    margin: 0;
  }
}
.feeds-widget .feed-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feeds-widget .feed-slideshow {
  overflow: hidden;
}
.feeds-widget .feed-item {
  position: relative;
  aspect-ratio: 1/1;
  width: auto !important;
  font-size: 0.68vw;
  line-height: 1.846em;
  overflow: hidden;
  text-align: center;
  background: #e1e1e1;
  z-index: 10;
}
@media (max-width: 1617.6470588235px) {
  .feeds-widget .feed-item {
    font-size: 11px;
  }
}
@media (min-width: 1911.7647058824px) {
  .feeds-widget .feed-item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .feeds-widget .feed-item {
    width: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds-widget .feed-item {
    width: auto !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .feed-item {
    width: auto !important;
    margin-top: 0;
  }
}
.feeds-widget .feed-item:before {
  content: "";
  display: block;
  padding-top: 122%;
}
.feeds-widget .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #201D1A;
  transition: opacity 0.3s;
}
.feeds-widget .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-thumb {
    opacity: 0;
  }
}
.feeds-widget .feed-item .feed-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 1800px) {
  .feeds-widget .feed-item .feed-descr {
    padding: 30px;
  }
}
.feeds-widget .feed-item .feed-type {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 16px;
  display: none;
}
@media only screen and (min-width: 1440px) {
  .feeds-widget .feed-item .feed-type {
    margin-bottom: 25px;
  }
}
.feeds-widget .feed-item .feed-type svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s;
}
.feeds-widget .feed-item.blog .feed-type {
  display: none;
}
.feeds-widget .feed-item.no-thumb .feed-type svg {
  fill: #201D1A;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-type svg {
    fill: #201D1A;
  }
}
.feeds-widget .feed-item .feed-text {
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feeds-widget .feed-item.no-thumb .feed-text, .feeds-widget .feed-item.blog .feed-text {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-text {
    opacity: 1;
  }
}
.feeds-widget .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds-widget .feed-item.blog .feed-thumb {
  display: none;
}
.feeds-widget .breaker {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .feeds-widget .breaker {
    display: none;
  }
}
