@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: 170px;
  font-size: 12px;
  text-align: left;
  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: #F4F4F4;
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font: 15px/24px "liberation-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

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

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 979px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #F3854A;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #39475D;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(57, 71, 93, 0.2);
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar .ui-datepicker-highlight a.ui-state-default, .ui-datepicker-calendar .checkin-date a.ui-state-default, .ui-datepicker-calendar .checkout-date a.ui-state-default {
  color: #fff;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: 350ms ease-in-out;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #fff;
  background: #39475D;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #F3854A;
}

.ui-datepicker-trigger {
  float: left;
  margin: 10px 0 0 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -200px -76px no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 979px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 64px;
  padding-bottom: 120px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #EFD3C2;
  transition: right 200ms;
  text-align: center;
  z-index: 56;
}
@media only screen and (max-width: 979px) {
  #mobile-navigation {
    display: block;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
#mobile-navigation .mobile-nav-footer {
  position: absolute;
  bottom: 40px;
  right: 30px;
  left: 30px;
  text-align: left;
}
#mobile-navigation .main-menu {
  position: relative;
  padding: 22px 30px 0;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#mobile-navigation .main-menu .menu li {
  position: relative;
  vertical-align: bottom;
}
#mobile-navigation .main-menu .menu a {
  display: inline-block;
  padding: 12px 10px 12px 0;
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font: 700 20px/24px "liberation-sans", sans-serif;
  padding: 17px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  color: #39475D;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.active {
  color: #F3854A;
}
#mobile-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin-left: 15px;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#mobile-navigation .main-menu .menu.submenu a {
  font: 400 18px/24px "liberation-sans", sans-serif;
  color: #39475D;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 17px;
}
#mobile-navigation .main-menu .menu.submenu a.active {
  color: #F3854A;
  text-decoration: underline;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  height: 9px;
  width: 9px;
}
#mobile-navigation .main-menu .menu.submenu .plus .horizontal {
  width: 9px;
  height: 1px;
  margin-left: 0;
  margin-top: 4px;
}
#mobile-navigation .main-menu .menu.submenu .plus .vertical {
  width: 1px;
  height: 9px;
  margin-left: 4px;
  margin-top: 0;
}
#mobile-navigation .main-menu .menu.submenu.level-3 {
  margin-left: 20px;
}
#mobile-navigation .main-menu .menu.submenu.rooms-columns-submenu ul {
  margin-left: 20px;
}
#mobile-navigation .main-menu .menu.submenu.rooms-columns-submenu > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#mobile-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
#mobile-navigation .main-menu .plus {
  display: inline-block;
  height: 16px;
  width: 16px;
  padding-top: 1px;
  cursor: pointer;
  margin-left: 10px;
}
#mobile-navigation .main-menu .plus .horizontal,
#mobile-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  width: 16px;
  height: 16px;
  margin-left: 0;
}
#mobile-navigation .main-menu .plus .horizontal {
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#mobile-navigation .main-menu .plus .vertical {
  opacity: 0;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .vertical, #mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(-180deg);
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}

@media only screen and (max-width: 979px) {
  html.booking-visible {
    overflow: hidden;
  }
}
#overlay-booking {
  position: fixed;
  top: 76px;
  left: -101%;
  display: block;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 0;
  background: #EFD3C2;
  transition: left 0s ease-in 0.2s, opacity 350ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 62;
  opacity: 0;
}
.booking-visible #overlay-booking {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 350ms ease-in-out;
}
.alert-visible #overlay-booking {
  top: 116px;
}
@media only screen and (max-width: 979px) {
  .alert-visible #overlay-booking {
    top: 56px;
  }
}
@media only screen and (max-width: 979px) {
  #overlay-booking {
    top: 0;
  }
}
#overlay-booking form {
  width: calc(100% - 40px);
  max-width: 1060px;
  margin: 0 auto;
  padding: 150px 0 120px 0;
}
@media only screen and (max-width: 979px) {
  #overlay-booking form {
    padding-top: 110px;
    padding-bottom: 66px;
  }
}
#overlay-booking legend {
  display: block;
  width: 100%;
  font: 400 36px/40px "liberation-sans", sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(57, 71, 93, 0.1);
  margin-bottom: 48px;
  color: #39475D;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #overlay-booking legend {
    margin-bottom: 24px;
    border: 0;
    padding-right: 100px;
  }
}
#overlay-booking legend:after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  position: absolute;
  top: -105px;
  left: -105px;
  background: url(../images/san-diego-teal.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media (max-width: 1300px) {
  #overlay-booking legend:after {
    left: 0;
  }
}
@media only screen and (max-width: 979px) {
  #overlay-booking legend:after {
    width: 92px;
    height: 92px;
    right: 0;
    left: auto;
    top: -40px;
  }
}
#overlay-booking .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#overlay-booking .column {
  position: relative;
  width: calc(50% - 9px);
  margin-bottom: 32px;
}
@media only screen and (max-width: 979px) {
  #overlay-booking .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
#overlay-booking .column.dates:before {
  position: absolute;
  content: "";
  top: 40px;
  right: 10px;
  left: auto;
  bottom: auto;
  background: url("../images/cal.svg") no-repeat 50% 50%;
  height: 16px;
  width: 16px;
}
@media only screen and (max-width: 979px) {
  #overlay-booking .column.dates:before {
    top: 13px;
  }
}
#overlay-booking .column.group-promotion {
  display: flex;
  justify-content: space-between;
}
#overlay-booking .column.group-promotion div {
  width: calc(50% - 9px);
}
#overlay-booking .column label {
  display: block;
  font: 700 12px/15px "liberation-sans", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
  color: #39475D;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  #overlay-booking .column label {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  #overlay-booking .column.group-promotion label, #overlay-booking .column.corporate-code label {
    display: block;
  }
}
#overlay-booking input[type=text], #overlay-booking input[type=date], #overlay-booking select, #overlay-booking .input-overlay, #overlay-booking .guests-trigger {
  display: block;
  width: 100%;
  height: 50px;
  font: 700 14px/24px "liberation-sans", sans-serif;
  padding: 14px 16px 12px;
  border: none;
  background: #FFF;
  color: #39475D;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  #overlay-booking input[type=text], #overlay-booking input[type=date], #overlay-booking select, #overlay-booking .input-overlay, #overlay-booking .guests-trigger {
    height: 44px;
    background: #FFF;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.21px;
    padding: 13px 14px;
  }
}
#overlay-booking select {
  padding: 0 25px 0 20px;
}
#overlay-booking .select-wrapper {
  width: 100%;
}
#overlay-booking .select-wrapper .select-icon {
  border-bottom: 1px solid #39475D;
  border-left: 1px solid #39475D;
}
#overlay-booking .input-overlay {
  opacity: 0;
  margin-top: -48px;
}
#overlay-booking .booking-dates {
  width: 100%;
}
#overlay-booking input[type=submit] {
  float: right;
  width: 220px;
}
@media only screen and (max-width: 979px) {
  #overlay-booking input[type=submit] {
    float: none;
    width: 100%;
    height: 50px;
    letter-spacing: 0.1px;
  }
}
#overlay-booking .contact-info {
  padding: 0;
  box-sizing: border-box;
  width: calc(50% - 9px);
  float: left;
  text-transform: uppercase;
  font: 700 12px/40px "liberation-sans", sans-serif;
  color: #39475D;
  letter-spacing: 0;
}
#overlay-booking .contact-info:empty {
  display: none;
}
@media only screen and (max-width: 979px) {
  #overlay-booking .contact-info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    font: 600 14px/22px "liberation-sans", sans-serif;
    letter-spacing: 0.28px;
  }
}
#overlay-booking .contact-info a {
  color: #39475D;
  text-decoration: none;
}
#overlay-booking .contact-info a:hover {
  color: #F3854A;
}

.guests-trigger {
  text-align: left;
}

.guests-popup {
  display: none;
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  box-shadow: 2px 2px 5px rgba(57, 71, 93, 0.2);
}
@media only screen and (max-width: 979px) {
  .guests-popup {
    bottom: -93px;
  }
}
.guests-popup .select-wrapper {
  border-bottom: 1px solid #EFD3C2;
}
.guests-popup.visible {
  display: block;
}

.booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #F4F4F4;
  z-index: 7;
}
.booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker {
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  .booking-datepicker.visible {
    max-height: 500px;
  }
}
.booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #39475D;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .arrival-departure-status {
    display: none;
  }
}
.booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
.booking-datepicker .arrival-departure-status .arrival, .booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 12px/40px "liberation-sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.booking-datepicker .arrival-departure-status .arrival:after, .booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
.booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
.booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
.booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
.booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
.booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
.booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  .booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
.booking-datepicker .ui-datepicker-header {
  margin-top: 12px;
  margin-bottom: 15px;
}
.booking-datepicker .ui-datepicker-header .ui-datepicker-prev, .booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .ui-datepicker-prev, .booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
.booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
.booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 979px) {
  .booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.booking-datepicker.checkin-step td a, .booking-datepicker.checkout-step td a,
.booking-datepicker td.checkin-date a,
.booking-datepicker td.checkout-date a {
  position: relative;
}
.booking-datepicker.checkin-step td a:before, .booking-datepicker.checkout-step td a:before,
.booking-datepicker td.checkin-date a:before,
.booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #39475D;
  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";
}

.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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "liberation-sans", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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: 979px) {
  .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 {
  float: left !important;
  width: 100%;
  max-width: 600px;
}
.admin .preview-item .promo .promo-thumbnail-wrapper {
  height: auto !important;
}
.admin .preview-item .promo .promo-thumbnail-wrapper img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 979px) {
  .promos-position-a.center-column {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) {
  .promos-position-a.center-column.single-promo {
    padding-right: 10px;
  }
}
.promos-position-a.single-promo {
  text-align: center;
}
.promos-position-a.single-promo .promo {
  float: none;
  display: inline-block;
  margin: 0 !important;
}
.promos-position-a .slideshow {
  position: relative;
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  float: left;
  width: calc(50% - 6px);
  overflow: hidden;
  white-space: normal;
  color: #39475D;
}
.promos-position-a .promo:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 979px) {
  .promos-position-a .promo {
    width: 100%;
  }
}
.promos-position-a .promo .promo-thumbnail-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  height: 470px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 270px;
  }
}
@media only screen and (max-width: 979px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 260px;
  }
}
.promos-position-a .promo .promo-thumbnail {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 600ms ease-in-out;
}
.promos-position-a .promo .promo-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: #F3854A;
  border-bottom-color: #F3854A;
  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 .promo-thumbnail:hover {
  transform: scale(1.2);
}
.promos-position-a .promo .h3 {
  margin-bottom: 8px;
  color: #39475D;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.promos-position-a .promo .h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo .h3 a:hover {
  color: #F3854A;
}
.promos-position-a .promo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: 700;
  font-size: 20px;
}
.promos-position-a .promo .promo-button + .promo-button {
  margin-left: 10px;
}
.promos-position-a .promo .buttons-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.promos-position-a .slideshow-button {
  top: 235px;
  width: 24px;
  height: 24px;
  border-color: #39475D;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button {
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .promos-position-a .slideshow-button {
    top: 135px;
  }
}
@media only screen and (max-width: 979px) {
  .promos-position-a .slideshow-button {
    display: none;
  }
}
.promos-position-a .slideshow-button:hover {
  border-color: #F3854A;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button:hover {
    border-color: #39475D;
  }
}
.promos-position-a .slideshow-button.previous {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.previous {
    left: 50px;
  }
}
.promos-position-a .slideshow-button.next {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.next {
    right: 50px;
  }
}
.promos-position-a .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFF;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #F3854A;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #39475D;
  color: #fff;
}

#top-banner,
#top-banner-countdown {
  position: relative;
  width: 100%;
  padding: 120px 20px 10px 20px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  #top-banner,
  #top-banner-countdown {
    padding: 40px 10px 10px 10px;
  }
}
.admin .preview-item #top-banner,
.admin .preview-item #top-banner-countdown {
  padding: 0;
}
#top-banner.color-scheme-2 .description h2:after,
#top-banner-countdown.color-scheme-2 .description h2:after {
  background: #F3854A;
}
#top-banner.color-scheme-2 .promo-counter .counter > div .value,
#top-banner-countdown.color-scheme-2 .promo-counter .counter > div .value {
  color: #A39189;
}
#top-banner.color-scheme-3 .description h2:after,
#top-banner-countdown.color-scheme-3 .description h2:after {
  background: #F3854A;
}
#top-banner.color-scheme-3 .promo-counter .counter > div .value,
#top-banner-countdown.color-scheme-3 .promo-counter .counter > div .value {
  color: #757575;
}
#top-banner.color-scheme-4 .description h2:after,
#top-banner-countdown.color-scheme-4 .description h2:after {
  background: #F3854A;
}
#top-banner.color-scheme-4 .promo-counter .counter > div .value,
#top-banner-countdown.color-scheme-4 .promo-counter .counter > div .value {
  color: #757575;
}
#top-banner .description,
#top-banner-countdown .description {
  font-family: "liberation-sans", sans-serif;
}
#top-banner .description strong,
#top-banner-countdown .description strong {
  font: 400 14px/1.2 "liberation-sans", sans-serif;
  text-transform: uppercase;
}
#top-banner .description h2,
#top-banner-countdown .description h2 {
  position: relative;
  font: 400 38px/1 "liberation-sans", sans-serif;
  padding-bottom: 19px;
  margin-bottom: 0;
}
#top-banner .description h2:after,
#top-banner-countdown .description h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #39475D;
}
#top-banner .promo-counter,
#top-banner-countdown .promo-counter {
  font-family: "liberation-sans", sans-serif;
  margin-top: 39px;
}
#top-banner .promo-counter .counter,
#top-banner-countdown .promo-counter .counter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  #top-banner .promo-counter .counter,
  #top-banner-countdown .promo-counter .counter {
    flex-wrap: wrap;
  }
}
#top-banner .promo-counter .counter > div,
#top-banner-countdown .promo-counter .counter > div {
  width: 106px;
  margin: 0 1px;
  text-align: center;
  font-family: "liberation-sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 979px) {
  #top-banner .promo-counter .counter > div,
  #top-banner-countdown .promo-counter .counter > div {
    width: 60px;
    margin-bottom: 10px;
  }
}
#top-banner .promo-counter .counter > div .value,
#top-banner-countdown .promo-counter .counter > div .value {
  font-size: 48px;
  font-weight: 900;
  color: #A8914C;
}
@media only screen and (max-width: 979px) {
  #top-banner .promo-counter .counter > div .value,
  #top-banner-countdown .promo-counter .counter > div .value {
    font-size: 30px;
  }
}
#top-banner .promo-counter .counter > div .text,
#top-banner-countdown .promo-counter .counter > div .text {
  font-size: 14px;
  font-weight: 400;
  color: #39475D;
}
#top-banner + #content .page-content,
#top-banner-countdown + #content .page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 979px) {
  .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: "liberation-sans", 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: 979px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
@media only screen and (max-width: 979px) {
  .rooms-category {
    padding-top: 50px;
  }
}

.rooms-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rooms-wrapper section {
  width: 100%;
}

.rooms-entry {
  width: calc(50% - 6px);
  margin-bottom: 70px;
}
@media only screen and (max-width: 979px) {
  .rooms-entry {
    width: 100%;
    margin-bottom: 50px;
  }
}
.rooms-entry .thumbnails {
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.rooms-entry .room-description {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.533em;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .room-description {
    font-size: 13px;
    line-height: 1.77em;
  }
}
.rooms-entry .room-description .room-name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .room-description .room-name {
    font-size: 15px;
  }
}
.rooms-entry .room-description nav .button {
  margin: 15px 15px 0 0;
}

.rooms-entry .room-gallery-slideshow, .single-room .room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .room-gallery-slideshow, .single-room .room-gallery-slideshow {
    overflow: visible;
  }
}
.rooms-entry .room-gallery-slideshow .slideshow-wrapper, .single-room .room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-entry .room-gallery-slideshow .slide, .single-room .room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.rooms-entry .room-gallery-slideshow .slideshow-button, .single-room .room-gallery-slideshow .slideshow-button {
  top: auto;
  bottom: 0;
  left: auto;
  transform: rotate(0) translateY(0);
}
.rooms-entry .room-gallery-slideshow .slideshow-button.previous, .single-room .room-gallery-slideshow .slideshow-button.previous {
  transform: rotate(-180deg);
  right: 52px;
}
.rooms-entry .room-gallery-slideshow .slideshow-button.next, .single-room .room-gallery-slideshow .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .room-gallery-slideshow .slideshow-button, .single-room .room-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.rooms-entry .room-gallery-slideshow .rooms-item-gallery, .single-room .room-gallery-slideshow .rooms-item-gallery {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.rooms-entry .thumbnails, .single-room .thumbnails {
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
    flex-flow: unset;
    display: block;
    width: auto;
  }
}
.rooms-entry .thumb-descr-wrapper .thumbnails, .single-room .thumb-descr-wrapper .thumbnails {
  width: 100%;
}
.rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
  width: 40%;
  text-align: left;
  align-self: center;
  padding-right: 4vw;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
    width: 100%;
    padding-right: 0;
  }
}
.rooms-entry .thumb-descr-wrapper .room-description nav, .single-room .thumb-descr-wrapper .room-description nav {
  margin-bottom: 20px;
}
.rooms-entry .single-room-details-wrap, .single-room .single-room-details-wrap {
  display: flex;
  align-items: center;
  padding: 88px 20px;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap, .single-room .single-room-details-wrap {
    align-items: inherit;
    padding: 56px 0 0;
  }
}
.rooms-entry .single-room-details-wrap .room-row, .single-room .single-room-details-wrap .room-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-row, .single-room .single-room-details-wrap .room-row {
    flex-direction: column-reverse;
  }
}
.rooms-entry .single-room-details-wrap .room-image, .single-room .single-room-details-wrap .room-image {
  max-width: 50%;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-image, .single-room .single-room-details-wrap .room-image {
    max-width: 100%;
  }
}
.rooms-entry .single-room-details-wrap .room-image img, .single-room .single-room-details-wrap .room-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms-entry .single-room-details-wrap .room-content, .single-room .single-room-details-wrap .room-content {
  max-width: 50%;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-content, .single-room .single-room-details-wrap .room-content {
    max-width: 100%;
  }
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper, .single-room .single-room-details-wrap .room-content .room-description-wrapper {
  padding: 0 95px;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-content .room-description-wrapper, .single-room .single-room-details-wrap .room-content .room-description-wrapper {
    padding: 24px;
  }
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .h2, .single-room .single-room-details-wrap .room-content .room-description-wrapper .h2 {
  margin-bottom: 20px;
  color: #39475D;
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 7px;
  width: 100%;
  margin: 15px 0;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features span, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features span {
  font: 400 14px/14px "Libre Baskerville", serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #39475D;
  position: relative;
  padding-right: 7px;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features span, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features span {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features span:after, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #39475D;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features span:after, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features span:after {
    content: none;
  }
}
.rooms-entry .single-room-details-wrap .room-content .room-description-wrapper .features span:last-child:after, .single-room .single-room-details-wrap .room-content .room-description-wrapper .features span:last-child:after {
  content: none;
}
.rooms-entry .amenties-block-single-room, .single-room .amenties-block-single-room {
  position: relative;
  background-color: #39475D;
  width: 100%;
  margin: 0 auto;
}
.rooms-entry .amenties-block-single-room .amenities-list, .single-room .amenties-block-single-room .amenities-list {
  padding: 72px 40px;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .amenties-block-single-room .amenities-list, .single-room .amenties-block-single-room .amenities-list {
    padding: 56px 40px;
  }
}
.rooms-entry .amenties-block-single-room .amenities-list .h3, .single-room .amenties-block-single-room .amenities-list .h3 {
  color: #FFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .amenties-block-single-room .amenities-list .h3, .single-room .amenties-block-single-room .amenities-list .h3 {
    margin-bottom: 24px;
  }
}
.rooms-entry .amenties-block-single-room .amenities-list ul, .single-room .amenties-block-single-room .amenities-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  text-align: left;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .amenties-block-single-room .amenities-list ul, .single-room .amenties-block-single-room .amenities-list ul {
    grid-template-columns: 1fr;
  }
}
.rooms-entry .amenties-block-single-room .amenities-list ul li, .single-room .amenties-block-single-room .amenities-list ul li {
  list-style-type: disc;
  color: #FFF;
  font: 300 15px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.3px;
  padding-left: 35%;
}
@media only screen and (max-width: 979px) {
  .rooms-entry .amenties-block-single-room .amenities-list ul li, .single-room .amenties-block-single-room .amenities-list ul li {
    padding-left: 40%;
  }
}
.rooms-entry.offer-view, .single-room.offer-view {
  position: relative;
}
.rooms-entry.offer-view .single-room-details-wrap .room-description-wrapper p, .single-room.offer-view .single-room-details-wrap .room-description-wrapper p {
  margin-bottom: 10px;
}
.rooms-entry.offer-view .single-room-details-wrap .room-description-wrapper p em, .single-room.offer-view .single-room-details-wrap .room-description-wrapper p em {
  font-style: italic;
}
.rooms-entry.offer-view .single-room-details-wrap .room-description-wrapper ul, .single-room.offer-view .single-room-details-wrap .room-description-wrapper ul {
  margin-left: 20px;
}
.rooms-entry.offer-view .single-room-details-wrap .room-description-wrapper ul li, .single-room.offer-view .single-room-details-wrap .room-description-wrapper ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.room .amenities, .room .features {
  display: inline-block;
  width: 37%;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .room .amenities, .room .features {
    width: 49%;
  }
}
.room .amenities ul, .room .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (max-width: 979px) {
  .room .amenities ul, .room .features ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.room .amenities ul li:before {
  display: none;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .price {
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.room .price .number {
  font-size: 1.5em;
}
.room .thumbnails {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 30%;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
@media only screen and (max-width: 979px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
.room .thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}
.room nav .button {
  margin-bottom: 10px;
}

.rooms-slider-view .category-selector {
  padding: 0 10px;
}

.rooms-slideshow-wrapper {
  padding-bottom: 28%;
  height: 0;
  position: relative;
  margin: 10vw 0;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper {
    padding-left: 10px;
    margin: 0;
  }
}
.rooms-slideshow-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow {
    overflow: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-slideshow-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 350ms ease-in-out;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
  transform: scale(1.6);
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
    transform: scale(1);
  }
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-thumbnail:before {
  opacity: 0.2;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-description {
  opacity: 1;
  visibility: visible;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
  color: #fff;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button.swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  font: 13px/1.77em "liberation-sans", sans-serif;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .swiper-pagination {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail {
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%), black 50%/cover no-repeat;
  opacity: 0.6;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail {
    position: relative;
  }
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
    display: block;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 56px 56px;
  text-align: left;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
  transform: scale(0.625);
  transform-origin: 0 100%;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    position: relative;
    padding: 15px 15px 0;
    left: auto;
    bottom: auto;
    transform: scale(1);
  }
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    padding: 15px 0;
    opacity: 1;
    visibility: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .details {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .room-description .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  font-size: 0;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before, .rooms-slideshow-wrapper .slideshow .room-description .close:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 25px;
  width: 1px;
  background-color: #000;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before {
  transform: rotate(45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .close:after {
  transform: rotate(-45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .room-name {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .rooms-slideshow-wrapper .slideshow .room-description .room-name {
    color: #333;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .additional-info-list {
  margin-top: 40px;
}
.rooms-slideshow-wrapper .slideshow .room-description nav .button {
  margin: 20px 15px 0 0;
  font-size: 9px;
  line-height: 22px;
  height: 22px;
}
.rooms-slideshow-wrapper .slideshow .details {
  display: none;
  max-width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 2%;
  font-size: 10px;
  line-height: 1.704em;
}
.rooms-slideshow-wrapper .slideshow .details.active {
  display: block;
}
.rooms-slideshow-wrapper .slideshow .details .room-name {
  color: #111;
  margin-bottom: 30px;
}
.rooms-slideshow-wrapper .slideshow .details nav .button {
  margin-top: 40px;
  font-size: 8px;
  height: 22px;
  line-height: 22px;
}
.rooms-slideshow-wrapper .slideshow .details.active + .room-name {
  display: none;
}
.rooms-slideshow-wrapper .slideshow .see-details.active {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .see-details.active .to-details {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.85);
}

.header-inside-photo-wrapper {
  position: relative;
}
.header-inside-photo-wrapper.home-page .home-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
  color: #FFF;
  z-index: 40;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .header-inside-photo-wrapper.home-page .home-banner-text {
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 95%;
  }
}
.header-inside-photo-wrapper.home-page h1 {
  font-family: "liberation-sans", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  top: auto;
  bottom: auto;
  text-transform: none;
}
.header-inside-photo-wrapper.home-page h1 span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 979px) {
  .header-inside-photo-wrapper.home-page h1 {
    font-size: 40px;
  }
}
.header-inside-photo-wrapper h1 {
  margin-bottom: 19px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: #fff;
  z-index: 40;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .header-inside-photo-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 979px) {
  .room-single-page .header-inside-photo-wrapper h1 {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    margin-top: 90px;
    color: #000;
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
}

/* COMMON STYLES */
.venues-category + .venues-category, .venue-entry + .venue-entry {
  margin-top: 125px;
}
@media only screen and (max-width: 979px) {
  .venues-category + .venues-category, .venue-entry + .venue-entry {
    margin-top: 90px;
  }
}

.venue-entry {
  padding-bottom: 80px;
}
@media only screen and (max-width: 979px) {
  .venue-entry {
    padding-bottom: 60px;
  }
}
.venue-entry .venue-entry-content {
  display: flex;
  flex-wrap: wrap;
}
.venue-entry .decoration-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .venue-entry .decoration-pattern {
    bottom: 0;
  }
}
.venue-entry .thumbnails-side {
  width: 60%;
}
@media only screen and (max-width: 979px) {
  .venue-entry .thumbnails-side {
    width: 100%;
  }
}
.venue-entry .description-side {
  width: 40%;
  position: relative;
  z-index: 10;
  display: flex;
}
@media only screen and (max-width: 979px) {
  .venue-entry .description-side {
    width: 100%;
  }
}
.venue-entry .thumbnails {
  padding-top: 69%;
  height: 0;
  position: relative;
}
.venue-entry .venue-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .venue-entry .venue-gallery-slideshow {
    overflow: visible;
  }
}
.venue-entry .venue-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.venue-entry .venue-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.venue-entry .venue-gallery-slideshow .slideshow-button {
  top: auto;
  bottom: 0;
  left: auto;
  transform: rotate(0) translateY(0);
}
.venue-entry .venue-gallery-slideshow .slideshow-button.previous {
  transform: rotate(-180deg);
  right: 52px;
}
.venue-entry .venue-gallery-slideshow .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 979px) {
  .venue-entry .venue-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.venue-entry .venue-description {
  flex-grow: 1;
  padding: 15%;
  margin: 10% 0;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.533em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-entry .venue-description {
    padding: 40px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 979px) {
  .venue-entry .venue-description {
    font-size: 13px;
    line-height: 1.77em;
    padding: 20px;
    margin: 0 10px;
  }
}
.venue-entry .venue-description:before {
  content: "";
  position: absolute;
  border: 1px solid #F4F4F4;
  top: 0;
  bottom: 0;
  right: 0;
  left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .venue-entry .venue-description:before {
    left: 0;
    top: -20px;
  }
}
@media only screen and (max-width: 979px) {
  .venue-entry .venue-description:before {
    left: 0;
    top: -10px;
  }
}
.venue-entry .venue-description .subheader {
  font: 14px/1 "liberation-sans", sans-serif;
  text-transform: uppercase;
  padding: 17px 0;
}
.venue-entry .venue-description .venue-name {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .venue-entry .venue-description .venue-name {
    font-size: 24px;
  }
}
.venue-entry .venue-description nav .button {
  margin: 15px 15px 0 0;
}
.venue-entry:nth-child(even) .decoration-pattern {
  display: none;
}
@media only screen and (min-width: 980px) {
  .venue-entry:nth-child(even) .thumbnails-side {
    order: 1;
  }
}
.venue-entry:nth-child(even) .venue-description:before {
  right: -40px;
  left: 0;
}
.alternative-order .venue-entry:nth-child(even) .decoration-pattern {
  display: block;
}
.alternative-order .venue-entry:nth-child(even) .thumbnails-side {
  order: 0;
}
.alternative-order .venue-entry:nth-child(even) .venue-description:before {
  left: -40px;
  right: 0;
}
.alternative-order .venue-entry:nth-child(odd) .decoration-pattern {
  display: none;
}
@media only screen and (min-width: 980px) {
  .alternative-order .venue-entry:nth-child(odd) .thumbnails-side {
    order: 1;
  }
}
.alternative-order .venue-entry:nth-child(odd) .venue-description:before {
  right: -40px;
  left: 0;
}

.venue .amenities ul, .venue .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (max-width: 979px) {
  .venue .amenities ul, .venue .features ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.venue .amenities ul li:before {
  display: none;
}
.venue .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
}
.venue .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.venue .price {
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.venue .price .number {
  font-size: 1.5em;
}
.venue .thumbnail {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .venue .thumbnail {
    width: 100%;
    max-width: none;
  }
}
.venue .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.venue nav .button {
  margin-bottom: 10px;
}

.venues-slider-view .category-selector .button {
  display: inline-block;
}

.venues-slideshow-wrapper {
  padding-bottom: 56%;
  height: 0;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}
.venues-slideshow-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow {
    overflow: visible;
  }
}
.venues-slideshow-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.venues-slideshow-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.venues-slideshow-wrapper .slideshow .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.venues-slideshow-wrapper .slideshow .slideshow-button.swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.venues-slideshow-wrapper .slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  font: 13px/1.77em "liberation-sans", sans-serif;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow .swiper-pagination {
    display: none;
  }
}
.venues-slideshow-wrapper .slideshow .venues-thumbnail {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow .venues-thumbnail {
    position: relative;
  }
  .venues-slideshow-wrapper .slideshow .venues-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow .venues-description {
    position: relative;
    padding: 15px 15px 0;
    left: auto;
    bottom: auto;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description .venues-name {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .venues-slideshow-wrapper .slideshow .venues-description .venues-name {
    color: #333;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description nav .button {
  margin: 20px 15px 0 0;
}
.venues-slideshow-wrapper .slideshow .details {
  display: none;
  max-width: 70%;
  background: #fff;
  padding: 8% 5.55%;
  font-size: 13px;
  line-height: 1.704em;
}
.venues-slideshow-wrapper .slideshow .details.active {
  display: block;
}
.venues-slideshow-wrapper .slideshow .details .venues-name {
  color: #111;
  margin-bottom: 20px;
}
.venues-slideshow-wrapper .slideshow .details nav .button {
  margin-top: 40px;
}
.venues-slideshow-wrapper .slideshow .details.active + .room-name {
  display: none;
}

#feeds {
  position: relative;
  z-index: 10;
}
#feeds.loading {
  min-height: 400px;
}
#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: #F3854A;
  border-bottom-color: #F3854A;
  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: 979px) {
  #feeds .category-selector .button {
    padding: 0 28px;
    font-size: 13px;
    line-height: 1.77em;
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-content {
    overflow-x: auto;
    padding: 0 5px;
  }
}
#feeds .feed-items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-items {
    flex-wrap: nowrap;
  }
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 40px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "liberation-sans", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: opacity 350ms ease-in-out;
  margin: 10px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
  }
}
@media only screen and (max-width: 979px) {
  #feeds .feed-item {
    flex-shrink: 0;
    width: 80vw;
  }
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "liberation-sans", sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
  text-decoration: none;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "liberation-sans", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.blog h3 {
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 979px) {
  #feeds .feed-controls {
    display: none;
  }
}

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

#footer {
  position: relative;
  padding: 0 0 40px;
  font-size: 16px;
  z-index: 20;
  background-color: #39475D;
}
@media only screen and (max-width: 979px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer .center-column {
  max-width: 1440px;
}
#footer .mobile-footer-menu {
  display: none;
}
#footer .mobile-footer-menu ul {
  -moz-columns: 2;
       columns: 2;
}
#footer .mobile-footer-menu li {
  text-align: center;
  margin-bottom: 10px;
}
#footer .mobile-footer-menu a {
  font-family: "liberation-sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#footer .mobile-footer-menu a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  #footer .mobile-footer-menu {
    display: block;
  }
}
#footer .footer-menu {
  position: relative;
  z-index: 10;
  background: #F3854A;
  padding: 26px 20px;
  display: flex;
  justify-content: center;
  gap: 36px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #footer .footer-menu {
    display: none;
  }
}
#footer .footer-menu .image {
  height: 22px;
  position: relative;
  width: 113px;
}
@media only screen and (max-width: 979px) {
  #footer .footer-menu .image {
    display: none;
  }
}
#footer .footer-menu .image img {
  position: relative;
  top: -77px;
  display: block;
  width: 113px;
  height: 113px;
  z-index: 10;
}
#footer .footer-menu li {
  display: inline-block;
}
#footer .footer-menu a {
  display: block;
  margin: 0 18px;
  font: 700 16px/14px "liberation-sans", sans-serif;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #39475D;
  text-transform: uppercase;
}
#footer .footer-menu a.active, #footer .footer-menu a:hover {
  color: #FFF;
}
#footer .main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #fff;
  max-width: 1260px;
  margin: 0 auto 14px;
  padding-bottom: 20px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8%;
}
@media only screen and (max-width: 979px) {
  #footer .main-wrapper {
    justify-content: center;
  }
}
#footer .main-wrapper p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
#footer .main-wrapper .logo {
  width: 323px;
  height: 184px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 979px) {
  #footer .main-wrapper .logo {
    margin: 0 auto 24px;
    width: 172px;
    height: 98px;
  }
}
#footer .main-wrapper .logo img {
  display: block;
  width: 96%;
  height: auto;
  transform: rotate(-13deg);
  transform-origin: center right;
}
#footer .main-wrapper .address-wrapper {
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #footer .main-wrapper .address-wrapper {
    display: none;
  }
}
#footer .main-wrapper .address-wrapper a {
  text-decoration: none;
  color: #fff;
}
#footer .main-wrapper .address-wrapper a:hover {
  text-decoration: underline;
}
#footer .main-wrapper .timetable {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #D3E1E1;
}
@media only screen and (max-width: 979px) {
  #footer .main-wrapper .timetable {
    display: none;
  }
}
#footer .main-wrapper .timetable .column {
  width: 30%;
}
#footer .main-wrapper .timetable .column, #footer .main-wrapper .timetable p {
  margin: 0;
  font: 400 14px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.4px;
}
#footer .main-wrapper .timetable .column-title {
  margin-bottom: 8px;
  font: 700 16px/24px "liberation-sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#footer .main-wrapper .timetable .column-title:not(:first-child) {
  margin-top: 29px;
}
#footer .main-wrapper .timetable p + p {
  margin-top: 14px;
}
#footer .main-wrapper .timetable p + .column-title {
  margin-top: 0;
}
#footer .main-wrapper .timetable strong {
  font: 700 16px/24px "liberation-sans", sans-serif;
}
#footer .main-wrapper .timetable em {
  font: 400 12px/20px "Libre Baskerville", serif;
  font-style: italic;
}
#footer .row2 {
  display: flex;
  flex-direction: row;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 12px;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  #footer .row2 {
    align-items: center;
    flex-direction: column-reverse;
  }
}
#footer .row2 .copyright-menu {
  display: flex;
  justify-content: start;
  gap: 24px;
}
@media only screen and (max-width: 979px) {
  #footer .row2 .copyright-menu {
    flex-direction: column;
    align-items: center;
  }
  #footer .row2 .copyright-menu nav {
    display: none;
  }
}
#footer .row2 .copyright-menu .mobile-address-wrapper {
  display: none;
  color: #fff;
  text-align: center;
}
#footer .row2 .copyright-menu .mobile-address-wrapper p {
  margin-bottom: 13px;
}
#footer .row2 .copyright-menu .mobile-address-wrapper a {
  font-family: #F3854A;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #fff;
  text-decoration: none;
}
#footer .row2 .copyright-menu .mobile-address-wrapper a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  #footer .row2 .copyright-menu .mobile-address-wrapper {
    display: block;
  }
}
#footer .row2 .copyright-menu nav a {
  line-height: 12px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 0 24px;
  border-left: 1px solid #fff;
}
#footer .row2 .copyright-menu nav a:hover {
  text-decoration: underline;
}
#footer .row2 .copyright {
  color: #FFF;
  font: 400 12px/22px "liberation-sans", sans-serif;
  letter-spacing: 0.065px;
  text-align: left;
}
#footer .row2 .copyright .new-row {
  display: block;
  margin-top: 10px;
  font-size: 8px;
}
#footer .row2 .socials {
  font-size: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 979px) {
  #footer .row2 .socials {
    margin: 15px 0;
  }
}
#footer .row2 .socials li {
  display: inline-block;
  margin: 0 0 10px 12px;
}
#footer .row2 .socials a {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.1s;
  transform: scale(1);
}
@media only screen and (max-width: 979px) {
  #footer .row2 .socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
}
#footer .row2 .socials a:hover {
  transform: scale(1.5);
}
#footer .row2 .socials a.facebook {
  background: url("../images/facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#footer .row2 .socials a.instagram {
  background: url("../images/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.ng-lightbox .ng-lightbox-inner .close-popup:after,
.ng-lightbox .ng-lightbox-inner .close-popup:before {
  background-color: #000 !important;
}

#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 .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: #F4F4F4;
  font-size: 14px;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  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-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -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: #F3854A;
  border-bottom-color: #F3854A;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #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;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 979px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 12px;
  }
}

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

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "liberation-sans", 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;
}

.additional-content-acm h2,
.acm-entry h2, .additional-content h2 {
  position: relative;
  font: 400 32px/40px "liberation-sans", sans-serif;
  color: #39475D;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 979px) {
  .additional-content-acm h2,
  .acm-entry h2, .additional-content h2 {
    font-size: 36px;
  }
}
.additional-content-acm h2:after,
.acm-entry h2:after, .additional-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #F3854A;
}
.additional-content-acm h2.top-decoration,
.acm-entry h2.top-decoration, .additional-content h2.top-decoration {
  padding-bottom: 0;
  padding-top: 22px;
}
.additional-content-acm h2.top-decoration:after,
.acm-entry h2.top-decoration:after, .additional-content h2.top-decoration:after {
  bottom: auto;
  top: 0;
  left: 0;
  transform: translateX(0);
}

.additional-content-acm,
.acm-entry {
  padding: 88px 32px;
}
@media only screen and (max-width: 979px) {
  .additional-content-acm,
  .acm-entry {
    padding: 65px 24px;
  }
}
.additional-content-acm.additional-content-acm,
.acm-entry.additional-content-acm {
  margin: 88px 0;
  padding: 0 32px;
}
@media only screen and (max-width: 979px) {
  .additional-content-acm.additional-content-acm,
  .acm-entry.additional-content-acm {
    margin: 65px 0;
    padding: 0 24px;
  }
}
.additional-content-acm.additional-content-acm .acm-entry,
.acm-entry.additional-content-acm .acm-entry {
  padding: 0 32px;
}
@media only screen and (max-width: 979px) {
  .additional-content-acm.additional-content-acm .acm-entry,
  .acm-entry.additional-content-acm .acm-entry {
    padding: 0 24px;
  }
}
.additional-content-acm.featured-promos + .additional-content-acm.accommodations:before, .additional-content-acm + .content-blocks-categories-acm:before,
.additional-content-acm.featured-promos + .acm-entry.accommodations:before,
.acm-entry + .content-blocks-categories-acm:before,
.acm-entry.featured-promos + .additional-content-acm.accommodations:before,
.acm-entry.featured-promos + .acm-entry.accommodations:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  height: 1px;
  background: #F4F4F4;
}

.content-blocks-categories-acm {
  padding-top: 40px;
}
.content-blocks-categories-acm .content-blocks-item:after {
  display: block !important;
}
.content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
  margin-top: 0 !important;
}
.content-blocks-categories-acm .sliders-container-wrap {
  position: relative;
}
.content-blocks-categories-acm .sliders-container-wrap .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: -1;
  display: none;
  position: relative;
}
.content-blocks-categories-acm .sliders-container-wrap .swiper-container.active {
  display: block;
  opacity: 1;
  z-index: 1;
}

.checkers-blocks-acm,
.content-blocks-categories-acm {
  position: relative;
}
.checkers-blocks-acm .content-blocks-item + .content-blocks-item,
.content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
  margin-top: 124px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item + .content-blocks-item,
  .content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
    margin-top: 45px;
  }
}
.checkers-blocks-acm .content-blocks-item,
.content-blocks-categories-acm .content-blocks-item {
  position: relative;
  margin-bottom: 86px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item,
  .content-blocks-categories-acm .content-blocks-item {
    margin-bottom: 30px;
  }
}
.checkers-blocks-acm .content-blocks-item.bg-white,
.content-blocks-categories-acm .content-blocks-item.bg-white {
  padding-bottom: 32px;
  margin-top: 0;
}
.checkers-blocks-acm .content-blocks-item.bg-white:after,
.content-blocks-categories-acm .content-blocks-item.bg-white:after {
  background-color: #FFF;
}
.checkers-blocks-acm .content-blocks-item.bg-white .h2,
.content-blocks-categories-acm .content-blocks-item.bg-white .h2 {
  position: relative;
  font: 400 24px/30px "liberation-sans", sans-serif;
  letter-spacing: 0.12px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.bg-white .h2,
  .content-blocks-categories-acm .content-blocks-item.bg-white .h2 {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
}
.checkers-blocks-acm .content-blocks-item.bg-white .h2:after,
.content-blocks-categories-acm .content-blocks-item.bg-white .h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #F3854A;
}
.checkers-blocks-acm .content-blocks-item.img .content,
.content-blocks-categories-acm .content-blocks-item.img .content {
  float: right;
  width: calc(40% + 40px);
  padding: 4vw 4vw 4vw 6vw;
  margin: 3vw 0;
  background: none;
}
@media screen and (max-width: 1400px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    padding-left: 7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    width: calc(60% + 40px);
  }
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    float: left;
    width: calc(100% - 20px);
    padding: 9vw 6vw 6vw 6vw;
    margin-left: 10px;
    margin-top: calc(60vw - 16px);
    margin-bottom: 0;
  }
}
.checkers-blocks-acm .content-blocks-item.img .content p.ttweb-room-short-description,
.content-blocks-categories-acm .content-blocks-item.img .content p.ttweb-room-short-description {
  min-height: 90px;
}
.checkers-blocks-acm .content-blocks-item.img .content .h2,
.content-blocks-categories-acm .content-blocks-item.img .content .h2 {
  position: relative;
  font: 400 32px/30px "liberation-sans", sans-serif;
  letter-spacing: 0.12px;
  padding-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.img .content .h2,
  .content-blocks-categories-acm .content-blocks-item.img .content .h2 {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
}
.checkers-blocks-acm .content-blocks-item.img .content .h2:after,
.content-blocks-categories-acm .content-blocks-item.img .content .h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #F3854A;
}
.checkers-blocks-acm .content-blocks-item.img .content:before,
.content-blocks-categories-acm .content-blocks-item.img .content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 100%;
  background: #EFD3C2;
  z-index: -1;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.img .content:before,
  .content-blocks-categories-acm .content-blocks-item.img .content:before {
    width: 100%;
    top: 16px;
    height: calc(100% - 16px);
  }
}
.checkers-blocks-acm .content-blocks-item.img .content ul,
.content-blocks-categories-acm .content-blocks-item.img .content ul {
  list-style: disc;
}
.checkers-blocks-acm .content-blocks-item.img .content ul li,
.content-blocks-categories-acm .content-blocks-item.img .content ul li {
  margin-left: 38px;
}
.checkers-blocks-acm .content-blocks-item.right:after,
.content-blocks-categories-acm .content-blocks-item.right:after {
  display: none;
}
.checkers-blocks-acm .content-blocks-item.right .content,
.content-blocks-categories-acm .content-blocks-item.right .content {
  padding: 4vw 5vw 4vw 4vw;
}
@media screen and (max-width: 1400px) {
  .checkers-blocks-acm .content-blocks-item.right .content,
  .content-blocks-categories-acm .content-blocks-item.right .content {
    padding-right: 7vw;
  }
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item.right .content,
  .content-blocks-categories-acm .content-blocks-item.right .content {
    padding: 9vw 6vw 6vw 6vw;
  }
}
.checkers-blocks-acm .content-blocks-item.img.right .image,
.content-blocks-categories-acm .content-blocks-item.img.right .image {
  left: auto;
  right: 0;
}
.checkers-blocks-acm .content-blocks-item.img.right .content,
.content-blocks-categories-acm .content-blocks-item.img.right .content {
  float: left;
}
.checkers-blocks-acm .content-blocks-item.img.right .content:before,
.content-blocks-categories-acm .content-blocks-item.img.right .content:before {
  right: auto;
  left: 0;
}
.checkers-blocks-acm .content-blocks-item .wrapper,
.content-blocks-categories-acm .content-blocks-item .wrapper {
  position: relative;
}
.checkers-blocks-acm .content-blocks-item .wrapper:after,
.content-blocks-categories-acm .content-blocks-item .wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap,
.content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap {
  position: relative;
  margin-top: 20px;
}
.checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features,
.content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 7px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features,
  .content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features {
    flex-direction: column;
    align-items: flex-start;
  }
}
.checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features span,
.content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features span {
  font: 400 14px/1.3 "Libre Baskerville", serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #39475D;
  position: relative;
  padding-right: 7px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features span,
  .content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features span {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features span:after,
.content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #39475D;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features span:after,
  .content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features span:after {
    content: none;
  }
}
.checkers-blocks-acm .content-blocks-item .wrapper .features-list-wrap .features span:last-child:after,
.content-blocks-categories-acm .content-blocks-item .wrapper .features-list-wrap .features span:last-child:after {
  content: none;
}
.checkers-blocks-acm .content-blocks-item .image,
.content-blocks-categories-acm .content-blocks-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .image,
  .content-blocks-categories-acm .content-blocks-item .image {
    width: 40%;
  }
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .image,
  .content-blocks-categories-acm .content-blocks-item .image {
    width: 100%;
    height: 60vw;
  }
}
.checkers-blocks-acm .content-blocks-item .image img,
.content-blocks-categories-acm .content-blocks-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkers-blocks-acm .content-blocks-item .content,
.content-blocks-categories-acm .content-blocks-item .content {
  position: relative;
  background: #EFD3C2;
  padding: 4vw;
  z-index: 3;
  color: #39475D;
}
.checkers-blocks-acm .content-blocks-item .content .h3,
.content-blocks-categories-acm .content-blocks-item .content .h3 {
  position: relative;
  font: 700 14px/1.3 "Libre Baskerville", serif;
  margin-bottom: 16px;
  padding-bottom: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .content .h3,
  .content-blocks-categories-acm .content-blocks-item .content .h3 {
    padding-bottom: 16px;
  }
}
.checkers-blocks-acm .content-blocks-item .content .h3:after,
.content-blocks-categories-acm .content-blocks-item .content .h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #F3854A;
}
.checkers-blocks-acm .content-blocks-item .content p strong,
.content-blocks-categories-acm .content-blocks-item .content p strong {
  font-weight: 700;
}
.checkers-blocks-acm .content-blocks-item .content h2,
.content-blocks-categories-acm .content-blocks-item .content h2 {
  font: 400 32px/40px "liberation-sans", sans-serif;
  text-transform: capitalize;
  color: #39475D;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .content h2,
  .content-blocks-categories-acm .content-blocks-item .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.checkers-blocks-acm .content-blocks-item .content h3, .checkers-blocks-acm .content-blocks-item .content h2,
.content-blocks-categories-acm .content-blocks-item .content h3,
.content-blocks-categories-acm .content-blocks-item .content h2 {
  margin: 20px 0;
}
.checkers-blocks-acm .content-blocks-item .content strong + h2,
.content-blocks-categories-acm .content-blocks-item .content strong + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .content strong + h2,
  .content-blocks-categories-acm .content-blocks-item .content strong + h2 {
    margin-top: 26px;
  }
}
.checkers-blocks-acm .content-blocks-item .content p,
.content-blocks-categories-acm .content-blocks-item .content p {
  margin: 20px 0;
}
.checkers-blocks-acm .content-blocks-item .content p em,
.content-blocks-categories-acm .content-blocks-item .content p em {
  font-style: italic;
}
.checkers-blocks-acm .content-blocks-item .content p strong,
.content-blocks-categories-acm .content-blocks-item .content p strong {
  font-weight: 700;
}
.checkers-blocks-acm .content-blocks-item .content nav,
.content-blocks-categories-acm .content-blocks-item .content nav {
  margin-top: 10px;
  font-size: 0;
}
.checkers-blocks-acm .content-blocks-item .content nav .button,
.content-blocks-categories-acm .content-blocks-item .content nav .button {
  margin-right: 14px;
  margin-top: 10px;
}
.checkers-blocks-acm .content-blocks-item .content nav .button:last-child,
.content-blocks-categories-acm .content-blocks-item .content nav .button:last-child {
  margin-right: 0;
}
.checkers-blocks-acm .content-blocks-item .content .buttons-wrap,
.content-blocks-categories-acm .content-blocks-item .content .buttons-wrap {
  display: flex;
  margin-top: 24px;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .content .buttons-wrap,
  .content-blocks-categories-acm .content-blocks-item .content .buttons-wrap {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm .content-blocks-item .content .buttons-wrap .button,
  .content-blocks-categories-acm .content-blocks-item .content .buttons-wrap .button {
    width: 100%;
  }
}
.checkers-blocks-acm .content-blocks-item:nth-child(even) .image,
.content-blocks-categories-acm .content-blocks-item:nth-child(even) .image {
  left: auto;
  right: 0;
}
.checkers-blocks-acm .content-blocks-item:nth-child(even) .content,
.content-blocks-categories-acm .content-blocks-item:nth-child(even) .content {
  float: left;
  padding-right: 7vw;
  padding-left: 4vw;
}
.checkers-blocks-acm .content-blocks-item:nth-child(even) .content:before,
.content-blocks-categories-acm .content-blocks-item:nth-child(even) .content:before {
  left: 0;
  right: auto;
}
.checkers-blocks-acm .text-center,
.content-blocks-categories-acm .text-center {
  text-align: center;
}
.checkers-blocks-acm.rooms-listing-wrap,
.content-blocks-categories-acm.rooms-listing-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 88px;
}
@media only screen and (max-width: 979px) {
  .checkers-blocks-acm.rooms-listing-wrap,
  .content-blocks-categories-acm.rooms-listing-wrap {
    margin-bottom: 48px;
  }
}

.stay-connected-acm,
.highlight-acm {
  padding: 93px 0;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .stay-connected-acm,
  .highlight-acm {
    padding: 35px 0;
  }
}
.stay-connected-acm .center-column,
.highlight-acm .center-column {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.stay-connected-acm .center-column .content-wrapper,
.highlight-acm .center-column .content-wrapper {
  padding: 120px 48px;
  background-color: #39475D;
}
@media only screen and (max-width: 979px) {
  .stay-connected-acm .center-column .content-wrapper,
  .highlight-acm .center-column .content-wrapper {
    padding: 96px 24px;
  }
}
.stay-connected-acm .center-column .form-title,
.highlight-acm .center-column .form-title {
  font: 400 32px/40px "liberation-sans", sans-serif;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  .stay-connected-acm .center-column .form-title,
  .highlight-acm .center-column .form-title {
    font: 400 24px/30px "liberation-sans", sans-serif;
  }
}
.stay-connected-acm .center-column form,
.highlight-acm .center-column form {
  width: 425px;
  max-width: 100%;
  margin: 0 auto;
}
.stay-connected-acm .center-column form label,
.highlight-acm .center-column form label {
  display: block;
  font: 300 15px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.3px;
  color: #FFF;
  margin-bottom: 24px;
}
@media only screen and (max-width: 979px) {
  .stay-connected-acm .center-column form label,
  .highlight-acm .center-column form label {
    margin-bottom: 32px;
  }
}
.stay-connected-acm .center-column form .inputs,
.highlight-acm .center-column form .inputs {
  position: relative;
}
.stay-connected-acm .center-column form .inputs .email,
.highlight-acm .center-column form .inputs .email {
  width: 100%;
  border: 1px solid #F3854A;
  height: 50px;
  padding: 0 70px 0 19px;
  font-size: 14px;
  line-height: 50px;
  color: #FFF;
}
.stay-connected-acm .center-column form .inputs .email::-webkit-input-placeholder,
.highlight-acm .center-column form .inputs .email::-webkit-input-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column form .inputs .email:-moz-placeholder,
.highlight-acm .center-column form .inputs .email:-moz-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column form .inputs .email::-moz-placeholder,
.highlight-acm .center-column form .inputs .email::-moz-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column form .inputs .email:-ms-input-placeholder,
.highlight-acm .center-column form .inputs .email:-ms-input-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column form .inputs .email:focus::-webkit-input-placeholder,
.highlight-acm .center-column form .inputs .email:focus::-webkit-input-placeholder {
  color: white;
}
.stay-connected-acm .center-column form .inputs .email:focus:-moz-placeholder,
.highlight-acm .center-column form .inputs .email:focus:-moz-placeholder {
  color: white;
}
.stay-connected-acm .center-column form .inputs .email:focus::-moz-placeholder,
.highlight-acm .center-column form .inputs .email:focus::-moz-placeholder {
  color: white;
}
.stay-connected-acm .center-column form .inputs .email:focus:-ms-input-placeholder,
.highlight-acm .center-column form .inputs .email:focus:-ms-input-placeholder {
  color: white;
}
.stay-connected-acm .center-column form .inputs .submit,
.highlight-acm .center-column form .inputs .submit {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -10000px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
}
.stay-connected-acm .center-column form .inputs .submit:hover,
.highlight-acm .center-column form .inputs .submit:hover {
  border-color: #F3854A;
}

.services-acm {
  padding: 80px 0 100px;
  background: #39475D;
  text-align: center;
  position: relative;
}
.services-acm:after {
  content: "";
  display: block;
  width: 126px;
  height: 126px;
  position: absolute;
  top: -43px;
  right: 12%;
  z-index: 2;
  background: url("../images/san-diego-icon.svg");
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .services-acm {
    padding: 64px 0;
  }
  .services-acm:after {
    width: 72px;
    height: 72px;
    right: 23px;
    top: -27px;
  }
}
.services-acm .center-column {
  padding: 0;
  max-width: 100%;
}
.services-acm .center-column .wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 979px) {
  .services-acm .center-column .wrapper {
    padding: 0 30px;
  }
}
.services-acm .center-column .wrapper h2 {
  position: relative;
  color: #FFF;
  font: 400 36px/40px "liberation-sans", sans-serif;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 979px) {
  .services-acm .center-column .wrapper h2 {
    font-size: 30px;
  }
}
.services-acm .center-column .wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #F3854A;
}
.services-acm .center-column .wrapper .slideshow {
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .services-acm .center-column .wrapper .slideshow {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .services-acm .center-column .wrapper .slideshow {
    margin-left: 0;
    margin-right: 0;
  }
}
.services-acm .center-column .wrapper .slideshow img {
  margin-bottom: 16px;
  max-width: 100%;
}
.services-acm .center-column .wrapper .slideshow h3 {
  font: 700 20px/26px "liberation-sans", sans-serif;
  color: #FFF;
  letter-spacing: 0.12px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .services-acm .center-column .wrapper .slideshow h3 {
    font-size: 24px;
  }
}
.services-acm .center-column .wrapper .slideshow .content {
  color: #fff;
}
.services-acm .center-column .wrapper .slideshow .content .button {
  margin-top: 22px;
}
.services-acm .slideshow-pagination {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 979px) {
  .services-acm .slideshow-pagination {
    display: block;
  }
}
.services-acm .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFF;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.services-acm .slideshow-pagination > *:hover, .services-acm .slideshow-pagination > *.active {
  background: #425563;
}
.services-acm .slideshow-button {
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-color: #F3854A;
}
@media only screen and (max-width: 979px) {
  .services-acm .slideshow-button {
    display: none;
  }
}
.services-acm .slideshow-button:hover {
  border-color: #fff;
}
.services-acm .slideshow-button.previous {
  left: 50px;
}
.services-acm .slideshow-button.next {
  right: 50px;
}
.services-acm.teal {
  background: #D3E1E1;
}
.services-acm.teal .center-column .wrapper h2, .services-acm.teal .center-column .wrapper h3, .services-acm.teal .center-column .wrapper .content {
  color: #39475D;
}

.timeline-acm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px;
  margin-bottom: calc(18.5vh - 26px);
}
@media only screen and (max-width: 979px) {
  .timeline-acm {
    padding-top: 16px;
    margin-bottom: 0;
  }
}
.timeline-acm:before, .timeline-acm:after {
  content: "";
  position: absolute;
  top: 0;
  background: #dddddd;
}
.timeline-acm:before {
  left: 50%;
  height: calc(100% + 18.5vh - 26px);
  width: 1px;
}
@media only screen and (max-width: 979px) {
  .timeline-acm:before {
    left: 20px;
    height: calc(100% + 1px);
  }
}
@media only screen and (max-width: 979px) {
  .timeline-acm:before {
    left: 10px;
  }
}
.timeline-acm:after {
  left: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
@media only screen and (max-width: 979px) {
  .timeline-acm:after {
    left: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .timeline-acm:after {
    left: 6px;
  }
}
.timeline-acm h2 {
  display: none;
}
.timeline-acm .timeline-tile {
  width: 50%;
  position: relative;
  padding-right: 5vw;
  text-align: right;
  min-height: 60vh;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile {
    width: 100%;
    padding-right: 0;
    padding-left: 5vw;
    text-align: left;
    min-height: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile {
    padding-left: 7vw;
  }
}
.timeline-acm .timeline-tile.even {
  padding-left: calc(5vw + 1px);
  padding-right: 0;
  text-align: left;
  top: 18.5vh;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile.even {
    padding-left: 5vw;
    top: auto;
  }
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile.even {
    padding-left: 7vw;
  }
}
.timeline-acm .timeline-tile.even:before {
  right: auto;
  left: 0;
}
.timeline-acm .timeline-tile.even:after {
  right: auto;
  left: -4px;
}
.timeline-acm .timeline-tile:before, .timeline-acm .timeline-tile:after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background: #dddddd;
  top: calc(18.5vh + 26px);
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile:before, .timeline-acm .timeline-tile:after {
    top: calc(15vh + 26px);
  }
}
.timeline-acm .timeline-tile:before {
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile:before {
    right: auto;
    left: 0;
  }
}
.timeline-acm .timeline-tile:after {
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile:after {
    right: auto;
    left: -4px;
  }
}
.timeline-acm .timeline-tile .year {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: rgba(57, 71, 93, 0.5);
  margin-bottom: 8px;
}
.timeline-acm .timeline-tile .thumb-link {
  display: block;
}
.timeline-acm .timeline-tile .thumb {
  position: relative;
  height: 0;
  padding-bottom: 83%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 26px;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile .thumb {
    margin-bottom: 20px;
  }
}
.timeline-acm .timeline-tile .thumb img {
  display: none;
}
.timeline-acm .timeline-tile .read-more {
  display: inline-block;
  font: 14px/1 "liberation-sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  .timeline-acm .timeline-tile .read-more {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.three-tiles-acm {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.three-tiles-acm.single-tile {
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm.single-tile .center-column {
    padding-right: 10px;
  }
}
.three-tiles-acm.single-tile .tile {
  max-width: 421px;
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm .center-column {
    padding-right: 0;
  }
}
.three-tiles-acm .slideshow {
  overflow: hidden;
}
.three-tiles-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.three-tiles-acm .tile {
  position: relative;
  display: inline-block;
  width: calc(50% - 6px);
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
.three-tiles-acm .tile:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm .tile {
    width: 100%;
  }
}
.three-tiles-acm .tile .thumbnail {
  position: relative;
  width: 100%;
  height: 410px;
  margin-bottom: 24px;
  background-color: #F4F4F4;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .three-tiles-acm .tile .thumbnail {
    height: 270px;
  }
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm .tile .thumbnail {
    height: 260px;
  }
}
.three-tiles-acm .tile .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: #F3854A;
  border-bottom-color: #F3854A;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.three-tiles-acm .tile .thumbnail .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 600ms ease-in-out;
}
.three-tiles-acm .tile .thumbnail:hover .image-overlay {
  transform: scale(1.2);
}
.three-tiles-acm .tile .caption {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 44px;
  left: 24px;
}
.three-tiles-acm .tile .caption .h3, .three-tiles-acm .tile .caption p {
  color: #FFF;
  text-align: left;
}
.three-tiles-acm .tile .caption .h6 {
  margin-bottom: 8px;
}
.three-tiles-acm .tile h3 {
  font: 700 20px "liberation-sans", sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.three-tiles-acm .tile p {
  font-size: 14px;
}
.three-tiles-acm .tile .date {
  display: block;
  position: relative;
  font-size: 15px;
}
.three-tiles-acm .tile .date a {
  text-decoration: none;
}
.three-tiles-acm .tile .button {
  margin-top: 22px;
}
.three-tiles-acm .tile .tile-button {
  display: inline-block;
  font: 13px/1 "liberation-sans", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
}
.three-tiles-acm .slideshow-pagination {
  margin: 48px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm .slideshow-pagination {
    display: none;
  }
}
.three-tiles-acm .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFF;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.three-tiles-acm .slideshow-pagination > *:hover, .three-tiles-acm .slideshow-pagination > *.active {
  background: #39475D;
  color: #FFF;
}
.three-tiles-acm .slideshow-button {
  top: 205px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F3854A;
  border: 0;
}
.three-tiles-acm .slideshow-button:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -30%);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .three-tiles-acm .slideshow-button {
    top: 135px;
  }
}
@media only screen and (max-width: 979px) {
  .three-tiles-acm .slideshow-button {
    display: none;
  }
}
.three-tiles-acm .slideshow-button:hover {
  border-color: #F3854A;
}
@media screen and (max-width: 1400px) {
  .three-tiles-acm .slideshow-button:hover {
    border-color: #39475D;
  }
}
.three-tiles-acm .slideshow-button.previous {
  left: -34px;
}
.three-tiles-acm .slideshow-button.next {
  right: -34px;
}
.three-tiles-acm.more-rooms-slider {
  position: relative;
}
.three-tiles-acm.more-rooms-slider .tile .caption {
  transition: transform 0.5s ease;
}
.three-tiles-acm.more-rooms-slider .tile .caption .buttons-wrap {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.three-tiles-acm.more-rooms-slider .tile .caption .buttons-wrap a {
  display: none;
}
.three-tiles-acm.more-rooms-slider .tile:hover .caption {
  transform: translateY(-10px);
}
.three-tiles-acm.more-rooms-slider .tile:hover .caption .buttons-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.three-tiles-acm.more-rooms-slider .tile:hover .caption .buttons-wrap a {
  display: block;
}
.three-tiles-acm.more-rooms-slider .tile:hover .caption .buttons-wrap a.secondary:hover {
  border: 1px solid #F3854A;
}
.three-tiles-acm.more-rooms-slider .tile .thumbnail {
  position: relative;
}
.three-tiles-acm.more-rooms-slider .tile .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%), transparent 50%/cover no-repeat;
}
.three-tiles-acm.teal {
  background: #D3E1E1;
}

ul.additional-info-list, .page-content ul.additional-info-list {
  margin: 0;
}
ul.additional-info-list li, .page-content ul.additional-info-list li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
}
ul.additional-info-list li:first-child, .page-content ul.additional-info-list li:first-child {
  padding-left: 0;
}
ul.additional-info-list li:before, .page-content ul.additional-info-list li:before {
  display: none !important;
}
ul.additional-info-list li + li, .page-content ul.additional-info-list li + li {
  border-left: 1px solid #39475D;
}
@media only screen and (max-width: 979px) {
  ul.additional-info-list li, .page-content ul.additional-info-list li {
    display: block;
    padding: 0;
  }
  ul.additional-info-list li + li, .page-content ul.additional-info-list li + li {
    border: none;
  }
}
* + ul.additional-info-list, * + .page-content ul.additional-info-list {
  margin-top: 20px;
}

.telegram-form-wrapper {
  background: #fff;
  padding: 25px;
  max-width: 1224px;
  margin: 20px auto;
}
.telegram-form-wrapper .inner-wrapper {
  border: 1px solid #000;
  padding: 37px 80px 56px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper {
    padding: 37px 40px 56px;
  }
}
@media only screen and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper {
    padding: 35px 20px;
  }
}
.telegram-form-wrapper .inner-wrapper .title-section {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.telegram-form-wrapper .inner-wrapper .title-section .image-wrapper {
  width: 185px;
  height: 185px;
  position: relative;
}
.telegram-form-wrapper .inner-wrapper .title-section .image-wrapper img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-44.5%, -50%);
}
.telegram-form-wrapper .inner-wrapper .title-section .centered-logo {
  margin: 0 auto;
}
.telegram-form-wrapper .inner-wrapper .title-section .centered-logo h2 {
  font: 400 46px/38px "liberation-sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper .title-section .centered-logo h2 {
    font: 400 35px/38px "liberation-sans", sans-serif;
  }
}
@media only screen and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper .title-section .centered-logo h2 {
    font: 400 25px/30px "liberation-sans", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper .title-section .image-wrapper {
    width: 80px;
    height: 80px;
  }
  .telegram-form-wrapper .inner-wrapper .title-section img {
    height: 80px !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper .title-section .image-wrapper {
    width: 60px;
    height: 60px;
  }
  .telegram-form-wrapper .inner-wrapper .title-section img {
    height: 60px !important;
    width: auto !important;
  }
}
.telegram-form-wrapper .inner-wrapper .section-content {
  margin-top: 36px;
  text-align: center;
  display: none;
}
.telegram-form-wrapper .inner-wrapper .section-content p {
  font: bold 16px/1 "liberation-sans", sans-serif;
  color: #000;
}
.telegram-form-wrapper .inner-wrapper .section-content nav {
  margin-top: 36px;
}
.telegram-form-wrapper .inner-wrapper form {
  margin-top: 36px;
}
.telegram-form-wrapper .inner-wrapper form fieldset legend {
  display: none;
}
.telegram-form-wrapper .inner-wrapper form fieldset .no-labels label {
  display: none;
}
.telegram-form-wrapper .inner-wrapper form fieldset .form-builder-field[class*=textarea] label {
  text-align: left;
}
.telegram-form-wrapper .inner-wrapper form fieldset textarea {
  border: 1px solid #000;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 36px;
  color: #000;
  background: transparent;
  font: bold 16px/16px "liberation-sans", sans-serif;
  display: block;
}
.telegram-form-wrapper .inner-wrapper form fieldset textarea::-webkit-input-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form fieldset textarea:-moz-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form fieldset textarea::-moz-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form fieldset textarea:-ms-input-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form .form-builder-field {
  margin-bottom: 0 !important;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div {
  margin: 0 !important;
  border: 1px solid #000;
  width: 33.3333333333% !important;
  padding: 24px 36px 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .telegram-form-wrapper .inner-wrapper form .columns-3 > div {
    width: 100% !important;
  }
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div label {
  margin: 0;
  width: 100%;
  text-align: left;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div label em {
  display: none;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div input {
  margin: 12px 0 0;
  font: bold 16px/16px "liberation-sans", sans-serif;
  color: #000;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  height: auto !important;
  width: 100% !important;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div input::-webkit-input-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div input:-moz-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div input::-moz-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form .columns-3 > div input:-ms-input-placeholder {
  color: #000;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label {
  width: 100% !important;
  text-align: left !important;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label.custom-checkbox {
  padding-left: 40px;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label.custom-checkbox em {
  display: none;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label.custom-checkbox p {
  font: 500 13px/13px "liberation-sans", sans-serif;
  letter-spacing: 0.4px;
  display: inline;
  padding: 0;
  margin: 0;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label.custom-checkbox:before {
  width: 24px;
  height: 24px;
  background: transparent;
}
.telegram-form-wrapper .inner-wrapper form .checkbox-label.custom-checkbox:after {
  content: "x";
  border: none !important;
  transform: unset !important;
  font: bold 16px/16px "liberation-sans", sans-serif;
  color: #000;
  top: 8px;
  left: 7px;
}
.telegram-form-wrapper .inner-wrapper form .centered * {
  text-align: center !important;
}

.stay-connected-acm {
  padding: 0;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper {
  width: 425px;
  max-width: 100%;
  margin: 0 auto;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper .form-desc {
  display: block;
  font: 300 15px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.3px;
  color: #FFF;
  margin-bottom: 24px;
}
@media only screen and (max-width: 979px) {
  .stay-connected-acm .center-column .content-wrapper .form-wrapper .form-desc {
    margin-bottom: 32px;
  }
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset legend {
  display: none;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group {
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group label {
  display: none;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field {
  position: unset;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email] {
  width: 100%;
  border: 1px solid #F3854A;
  height: 50px;
  padding: 0 70px 0 19px;
  font-size: 14px;
  line-height: 50px;
  color: #FFF;
  background-color: transparent;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]::-webkit-input-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:-moz-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:-ms-input-placeholder {
  color: #FFF;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:focus::-webkit-input-placeholder {
  color: white;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:focus:-moz-placeholder {
  color: white;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:focus::-moz-placeholder {
  color: white;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field input[type=email]:focus:-ms-input-placeholder {
  color: white;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field.w-auto {
  width: auto;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field.w-auto input[type=submit] {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -10000px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.stay-connected-acm .center-column .content-wrapper .form-wrapper [id*=form_form_] fieldset .form-builder-group .form-builder-field.w-auto input[type=submit]:hover {
  border-color: #F3854A;
}

.custom-slider-with-categories {
  position: relative;
}
.custom-slider-with-categories .ttweb-room .wrapper .ttweb-room-primary-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-slider-with-categories .slideshow-pagination {
  margin: 48px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .custom-slider-with-categories .slideshow-pagination {
    display: none;
  }
}
.custom-slider-with-categories .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #F3854A;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.custom-slider-with-categories .slideshow-pagination > *:hover, .custom-slider-with-categories .slideshow-pagination > *.active {
  background: #F3854A;
  color: #FFF;
}
.custom-slider-with-categories .category-selector-wrap {
  text-align: center;
  font-size: 0;
  margin: 37px 0 10px 0;
}
@media only screen and (max-width: 979px) {
  .custom-slider-with-categories .category-selector-wrap {
    margin: 23px 0;
  }
}
.custom-slider-with-categories .category-selector-wrap .button {
  position: relative;
  background: none;
  height: auto;
  font: 700 14px/18px "liberation-sans", sans-serif;
  padding: 0 16px;
  margin-bottom: 10px;
  border: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.custom-slider-with-categories .category-selector-wrap .button:hover {
  color: #F3854A;
}
.custom-slider-with-categories .category-selector-wrap .button.active {
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .custom-slider-with-categories .category-selector-wrap.not-for-process .button {
    display: inline-block;
  }
}
.custom-slider-with-categories .category-selector-wrap .button + .button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: rgba(57, 71, 93, 0.5);
  transform: translateY(-50%);
}

.additional-content-acm.intro-section-acm {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
}

.full-width-image-acm {
  background: #000;
  position: relative;
  height: 100vh;
  min-height: 400px;
  max-height: 800px;
}
@media only screen and (max-width: 979px) {
  .full-width-image-acm {
    height: 500px;
  }
}
.full-width-image-acm img {
  opacity: 0.7;
  background-blend-mode: multiply;
}
.full-width-image-acm .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.full-width-image-acm .content .inner-wrapper {
  max-width: 1020px;
  padding: 0 20px;
}
.full-width-image-acm .content .subheading {
  font: 400 23px/23px "Libre Baskerville", serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.full-width-image-acm .content .heading {
  font: 400 70px/1 "liberation-sans", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  .full-width-image-acm .content .heading {
    font-size: 40px;
  }
}

.newsletter-section {
  background-color: #D3E1E1;
  padding: 44px 0 100px;
  text-align: center;
  margin-top: 50px;
}
.newsletter-section .content {
  padding: 0 20px;
}
.newsletter-section p {
  margin-bottom: 10px;
}
.newsletter-section .h4 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
.newsletter-section .h4:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #F3854A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newsletter-section #newsletter {
  position: relative;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 20px;
  max-width: 1093px;
}
.newsletter-section #newsletter form {
  margin: 0;
}
.newsletter-section #newsletter form fieldset.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 24px;
}
@media only screen and (max-width: 979px) {
  .newsletter-section #newsletter form fieldset.main {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-section #newsletter form fieldset.main p {
  position: relative;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .newsletter-section #newsletter form fieldset.main p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section #newsletter form fieldset.main p.required:before {
  content: "*";
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  color: #F3854A;
  transform: translateY(-50%);
}
.newsletter-section #newsletter form fieldset.main p.small {
  width: 120px;
}
@media only screen and (max-width: 979px) {
  .newsletter-section #newsletter form fieldset.main p.small {
    width: 100%;
  }
}
.newsletter-section #newsletter form fieldset.main p label {
  display: none;
}
.newsletter-section #newsletter form fieldset.main p input[type=text] {
  display: inline-block;
  font-family: "liberation-sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 50px;
  text-transform: capitalize;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  background: #FFF;
  color: #39475D;
  border: 0;
  text-align: left;
  vertical-align: middle;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::-moz-placeholder {
  color: #39475D;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]::placeholder {
  color: #39475D;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::-moz-placeholder {
  opacity: 0.4;
}
.newsletter-section #newsletter form fieldset.main p input[type=text]:focus::placeholder {
  opacity: 0.4;
}
.newsletter-section #newsletter form fieldset.main p.controls {
  padding: 0;
  margin: 0;
  width: 170px;
}
@media only screen and (max-width: 979px) {
  .newsletter-section #newsletter form fieldset.main p.controls {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.newsletter-section #newsletter form fieldset.main p.controls .button {
  margin: 0;
  padding: 0 24px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 979px) {
  .newsletter-section #newsletter form fieldset.main p.controls .button {
    width: 100%;
  }
}
.newsletter-section #newsletter form fieldset.consent {
  text-align: center;
}
.newsletter-section #newsletter form fieldset.consent p {
  margin: 0;
}
.newsletter-section #newsletter form fieldset.consent label {
  float: none;
  width: 100%;
  font-family: "liberation-sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 31px;
  text-align: center;
  margin: 12px 0 0;
  display: block;
}
.newsletter-section #newsletter form fieldset.consent .custom-checkbox {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #D9D9D9;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  transition: background-color 0.2s, border-color 0.2s;
  background: #fff;
  float: none;
}
.newsletter-section #newsletter form fieldset.consent .custom-checkbox:after {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.newsletter-section #newsletter form fieldset.consent input[type=checkbox]:checked + .custom-checkbox:after {
  opacity: 1;
}
.newsletter-section #newsletter form fieldset.consent input[type=checkbox]:disabled + .custom-checkbox {
  border-color: lightgray;
  background-color: lightgray;
  cursor: not-allowed;
}
.newsletter-section #newsletter form fieldset.consent .custom-checkbox:hover:after {
  opacity: 0.5;
}
.newsletter-section #newsletter form fieldset.consent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.newsletter-section #newsletter form fieldset.consent a {
  color: #39475D;
  text-decoration: underline;
}
.newsletter-section #newsletter form fieldset.consent a:hover {
  text-decoration: none;
}
.newsletter-section #newsletter form fieldset.consent em {
  left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #39475D;
}
.newsletter-section #newsletter .newsletter-success {
  display: flex;
  position: relative;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 30px;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: calc(50% - 20px);
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  float: left;
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .specials .image-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .specials .image-list-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .specials .image-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .specials .image-list-item {
    width: calc(33.3333333333% - 20px);
    margin: 0 30px 30px 0 !important;
  }
  .specials .image-list-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.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:hover .description {
  z-index: 2;
  opacity: 1;
}
.specials .image-list-item:hover .title {
  opacity: 0;
}
.specials .image-list-item .background {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.specials .image-list-item .title {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  padding: 35px 10px;
  text-align: center;
  opacity: 1;
  transition: opacity 500ms ease;
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item .title {
    display: none;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 600ms ease;
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item .description {
    position: relative;
    opacity: 1;
    height: auto;
    top: auto;
    left: auto;
  }
}
.specials .image-list-item .description .descr-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .specials .image-list-item .description .descr-wrapper {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    top: auto;
    max-width: 100%;
  }
}
.specials .image-list-item .description h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description nav {
  font-size: 0;
}
.specials .image-list-item .description nav a + a {
  margin-left: 14px;
}

.single-special-wrapper {
  text-align: left;
}

.single-special .background {
  float: right;
  width: 350px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 979px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

.leaflet-bottom.leaflet-right {
  display: none;
}

.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: #F3854A;
  border-bottom-color: #F3854A;
  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;
}
.google-map .map-content {
  background: #FFF;
  position: relative;
  width: 300px;
}
.google-map .map-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 979px) {
  .google-map .map-content img {
    display: none;
  }
}
.google-map .map-content .descr {
  text-align: left;
  padding: 20px;
  font: 400 14px/24px "liberation-sans", sans-serif;
  color: #39475D;
}
.google-map .map-content .descr .nearby-title {
  margin-top: auto;
  font: 700 14px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.4px;
  color: #39475D;
}
.google-map .map-content .descr .address {
  font: 400 14px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.21px;
}
.google-map .map-content .descr h3, .google-map .map-content .descr p {
  margin: 0;
}
.google-map .map-content .descr .phone {
  color: #39475D;
  text-decoration: none;
}
.google-map .map-content .descr .phone:hover {
  text-decoration: underline;
}
.google-map .map-content .descr * + .button {
  margin-top: 20px;
}
.google-map .map-content .descr .button {
  color: #39475D;
}
.google-map .map-content .descr .button:hover {
  color: #fff;
}

.hotel-location-map,
.poi-map-canvas {
  height: 600px;
  background: #F4F4F4;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  height: 400px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #F4F4F4;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 5px 0;
  }
}
.pressroom .pressroom-item.no-img h4,
.pressroom .pressroom-item.no-img time,
.pressroom .pressroom-item.no-img p,
.pressroom .pressroom-item.no-img .pdf {
  color: #39475D !important;
}
.pressroom .pressroom-item.no-img .pdf:hover {
  color: #F3854A !important;
}
.pressroom .pressroom-item.no-img .description {
  background: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pressroom .pressroom-item.no-img .view-gallery {
  border: 0;
}
.pressroom .pressroom-item h4 {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #F3854A;
  display: block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 700;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57, 71, 93, 0.6);
  padding: 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .pressroom .pressroom-item .description p {
    font-size: 13px;
  }
}
.pressroom .pressroom-item .pdf {
  color: #F3854A;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding-left: 0 !important;
}
@media only screen and (max-width: 979px) {
  .pressroom .pressroom-item .pdf {
    font-size: 13px;
  }
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
  border: 1px solid #F3854A;
}

#gallery-tiles {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
#gallery-tiles div.gallery-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0 30px;
  margin: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 20px 0 0 20px;
    margin: -20px;
  }
}
@media only screen and (max-width: 979px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 10px 0 0 10px;
    margin: -10px;
  }
}
#gallery-tiles .photo {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  height: 0;
  padding-top: calc(33.3333333333% - 180px);
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  border: 0 solid transparent;
  border-width: 0 22px 22px 0;
  background-clip: padding-box;
}
@media only screen and (max-width: 979px) {
  #gallery-tiles .photo {
    width: 100%;
    padding-top: calc(50% - 10px);
    border-width: 0 16px 16px 0;
  }
}
#gallery-tiles .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39475D;
  opacity: 0;
  transition: 350ms ease-in-out;
}
#gallery-tiles .photo:hover:after {
  opacity: 0.4;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .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 #F4F4F4;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  .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;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .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: #39475D;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #f3f3f3;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 979px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 979px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
@media only screen and (max-width: 979px) {
  .form textarea {
    padding: 10px 20px;
  }
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 979px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 979px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 979px) {
  .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;
}
@media only screen and (max-width: 979px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 979px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 979px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#mc-embedded-subscribe-form .gdpr-checkbox em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
#mc-embedded-subscribe-form .gdpr-checkbox input {
  margin-right: 10px;
}

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin: 0 auto 20px;
  max-width: 850px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] legend {
  display: none;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #FFF;
  color: #39475D;
  height: 50px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1px solid #39475D;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] .select-wrapper {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  position: relative;
  display: inline-block;
  height: 39px;
  margin: 0;
  padding: 0 20px;
  overflow: visible;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: 350ms ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] input[type=submit] {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 979px) {
  [id*=form_form_] .form-builder-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
  }
}
[id*=form_form_] .form-builder-group .form-builder-field {
  position: relative;
  display: flex;
  flex-direction: column;
}
[id*=form_form_] .form-builder-group .form-builder-field label {
  font: 300 15px/24px "liberation-sans", sans-serif;
  letter-spacing: 0.3px;
  color: #39475D;
  text-align: left;
  width: 100%;
  margin: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field button.ui-datepicker-trigger {
  position: absolute;
  margin: 0;
  top: auto;
  right: 20px;
  bottom: 25px;
  background-image: url("../images/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup_] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup_] label {
  width: 100%;
  margin-bottom: 16px;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup_] p {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup_] p label {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup_] p input[type=radio]:checked {
  accent-color: #F3854A;
}
[id*=form_form_] .form-builder-group .form-builder-field input[type=checkbox] {
  vertical-align: unset;
}
[id*=form_form_] .form-builder-group .form-builder-field .checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
[id*=form_form_] .form-builder-group .form-builder-field .checkbox-label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #F3854A;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
[id*=form_form_] .form-builder-group .form-builder-field .checkbox-label input[type=checkbox]:checked {
  background-color: #F3854A;
  border-color: #F3854A;
}
[id*=form_form_] .form-builder-group .form-builder-field .checkbox-label p {
  margin-bottom: 0 !important;
}
[id*=form_form_] .form-builder-group .form-builder-field:nth-last-child(-n+3) {
  grid-column: span 2;
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: 1px solid #000;
}
@media only screen and (min-width: 980px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
[id*=form_form_] #form_module_container_errors {
  display: none !important;
}

#form_form_9 {
  margin-top: 88px;
}
@media only screen and (max-width: 979px) {
  #form_form_9 {
    margin-top: 64px;
  }
}

.poi {
  display: flex;
  flex-wrap: wrap;
}
.poi .poi-map {
  width: 67%;
  flex-grow: 1;
  height: 660px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .poi .poi-map {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .poi .poi-map {
    border: 1px solid #F4F4F4;
    border-top: none;
  }
}
.poi .poi-map .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.poi .poi-map .leaflet-pane .leaflet-popup .leaflet-popup-content {
  margin: 0;
}
.poi .poi-sidebar {
  position: relative;
  z-index: 1;
  order: 1;
  width: 33%;
  background: #39475D;
  padding: 50px;
  text-align: center;
  height: 660px;
  overflow-y: scroll;
}
@media only screen and (max-width: 979px) {
  .poi .poi-sidebar {
    order: 0;
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 32px;
    height: auto;
    overflow: hidden;
  }
}
.poi .poi-sidebar .select-wrapper select {
  background-color: #FFF;
  border: 1px solid #39475D;
  color: #39475D;
}
.poi .poi-description {
  padding: 20px;
}
@media only screen and (max-width: 979px) {
  .poi .poi-description {
    padding: 0 10px 20px;
    display: none;
  }
}
.poi .poi-description p {
  color: #FFF;
}
.poi .poi-description p a {
  color: #FFF;
  text-decoration: underline;
}
.poi .poi-categories {
  background: inherit;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .poi .poi-categories {
    display: none;
  }
}
.poi .poi-category {
  border-top: 2px solid #fff;
  position: relative;
  list-style: none;
}
.poi .poi-category:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 979px) {
  .poi .poi-category {
    border: none;
  }
}
.poi .category-name, .poi select.poi-categories, .poi select.poi-categories-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 32px;
  font: 700 14px/14px "liberation-sans", sans-serif;
  color: #FFF;
  letter-spacing: 0.6px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .poi .category-name, .poi select.poi-categories, .poi select.poi-categories-select {
    padding: 0px 18px;
  }
}
.poi .category-name {
  position: relative;
}
.poi .category-name img {
  max-height: 24px;
  max-width: 24px;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.poi .category-name.active + .category-points-list {
  display: block;
}
.poi select.poi-categories {
  height: 50px;
}
.poi select.poi-categories + .select-icon {
  border-bottom: none;
  margin-top: 0;
}
.poi .category-points-list {
  display: none;
  position: relative;
  line-height: 2.2em;
  padding: 1em 30px;
}
.poi .category-points-list .point-item button {
  font: 400 14px/24px "Libre Baskerville", serif;
  color: #FFF;
  letter-spacing: 0.4px;
  text-align: left;
  display: block;
}
.poi .category-points-list .point-item button:hover, .poi .category-points-list .point-item button.active {
  font-weight: 500;
}

.page-content .poi-category:before {
  display: 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: 979px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 979px) {
  #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.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
@media only screen and (max-width: 979px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 979px) {
  #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: 979px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 979px) {
  #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;
}
@media only screen and (max-width: 979px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a.active {
  font-weight: 700;
}
#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.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: rgba(57, 71, 93, 0.5);
}
@media only screen and (max-width: 979px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  #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 rgba(57, 71, 93, 0.3);
  color: rgba(57, 71, 93, 0.3);
}
#calendar-year a:hover {
  border-color: #F3854A;
  color: #F3854A;
}
#calendar-year .active a {
  border-color: #39475D;
  color: #39475D;
}
#calendar-year .active a:hover {
  border-color: #F3854A;
  color: #F3854A;
}

#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: 979px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover, #calendar-month a.active {
  color: #39475D;
  background: #F4F4F4;
}
#calendar-month a.active {
  color: #39475D;
  background: #F3854A;
}
#calendar-month a.active:hover {
  color: #39475D;
  background: #F3854A;
}
@media only screen and (max-width: 979px) {
  #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: #F3854A;
  }
  #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: #F4F4F4;
}
#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: 979px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-weight: 700;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  position: relative;
  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: #F4F4F4;
}
@media only screen and (max-width: 979px) {
  #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;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(244, 244, 244, 0.3);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(57, 71, 93, 0.2);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: rgba(57, 71, 93, 0.5);
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 979px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 2em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #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;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 260px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 979px) {
  #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 {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 13px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  text-transform: uppercase;
  font: 14px/1 "liberation-sans", sans-serif;
}
#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: 979px) {
  #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 {
  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 {
  text-align: left;
}
#calendar .single-event .background {
  float: right;
  width: 350px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 979px) {
  #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: 979px) {
  .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 #F4F4F4;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 979px) {
  .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: 979px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media only screen and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.digital-concierge {
  padding-top: 60px;
}
.digital-concierge .center-column {
  max-width: 1500px;
}
.digital-concierge .section-title {
  margin-bottom: 60px;
}
.digital-concierge .section-title p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.digital-concierge .category-tabs {
  margin-bottom: 120px;
}
.digital-concierge .category-tabs .category-tab {
  padding: 0 20px;
}
.digital-concierge .category-tabs .category-tab:hover {
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .category-tabs {
    margin-bottom: 80px;
  }
  .digital-concierge .category-tabs .select-wrapper {
    margin: 0 auto;
    width: 80%;
    max-width: 290px;
  }
}
.digital-concierge .category-sliders-list {
  position: relative;
}
.digital-concierge .category-sliders-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: calc(100% + 140px);
  border: 1px solid #F4F4F4;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 979px) {
  .digital-concierge .category-sliders-list::before {
    width: 96%;
    height: calc(100% + 80px);
  }
}
.digital-concierge .category-slider {
  position: relative;
  margin: 40px auto 60px;
}
.digital-concierge .category-slider h3 {
  margin-bottom: 40px;
  font-family: "liberation-sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .category-slider h3 {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.6px;
  }
}
.digital-concierge .slide {
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slide {
    height: 210px;
  }
}
.digital-concierge .slide .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 500ms ease;
}
.digital-concierge .slide .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  transition: all 500ms ease;
  z-index: 1;
}
.digital-concierge .slide h4 {
  margin-bottom: 0;
  padding: 35px 10px;
  color: #000;
  font: 400 14px/1.2 "liberation-sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  transition: all 500ms ease;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slide h4 {
    padding: 20px 30px;
    margin-bottom: 10px;
  }
}
.digital-concierge .slide h5 {
  display: none;
}
.digital-concierge .slide .button {
  display: none;
}
.digital-concierge .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.digital-concierge .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 500ms ease;
  background: rgba(255, 255, 255, 0.8);
}
.digital-concierge .slide:hover .thumbnail {
  opacity: 0.5;
}
.digital-concierge .slide:hover .info {
  bottom: 50%;
  transform: translateY(50%);
}
.digital-concierge .slide:hover h4 {
  font-size: 18px;
  background: transparent;
  padding: 35px 10px 15px;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slide:hover h4 {
    font-size: 14px;
  }
}
.digital-concierge .slide:hover h5 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.digital-concierge .slide:hover .button {
  display: inline-block;
}
.digital-concierge .slide:hover::after {
  opacity: 1;
}
.digital-concierge .slideshow {
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .digital-concierge .slideshow {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slideshow {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }
}
.digital-concierge .slideshow-button {
  top: 50%;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border-color: #39475D;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slideshow-button {
    display: none;
  }
}
.digital-concierge .slideshow-button:hover {
  border-color: #F3854A;
}
@media screen and (max-width: 1400px) {
  .digital-concierge .slideshow-button:hover {
    border-color: #39475D;
  }
}
.digital-concierge .slideshow-pagination {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .digital-concierge .slideshow-pagination {
    margin-top: 20px;
    display: block;
  }
}
.digital-concierge .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #39475D;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.digital-concierge .slideshow-pagination > *:hover, .digital-concierge .slideshow-pagination > *.active {
  background: #39475D;
}

/* ------------- All Venues here */
.content-all-venue-section-acm {
  background-color: #f4f4f4;
}

.content-all-venue-section-acm h2 {
  margin-bottom: 19px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  font-family: "ITC New Baskerville", serif;
}

.content-all-venue-section-acm .category-tabs .category-selector .button {
  margin-bottom: 0px;
}

.content-all-venue-section-acm .center-column {
  padding: 50px;
}

.content-all-venue-section-acm .all-venues {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.content-all-venue-section-acm .all-venues .venue-item {
  width: 100%;
  padding: 2rem;
}

/* tablet breakpoint */
@media (min-width: 768px) {
  .content-all-venue-section-acm .all-venues .venue-item {
    width: 100%;
  }
}
.content-all-venue-section-acm .all-venues .venue-item .image img {
  width: 100%;
  vertical-align: bottom;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-buttons {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-buttons button {
  font-family: "ITC New Baskerville", serif;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-buttons button.active {
  background: #fff;
  color: #000;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content {
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
  background-color: #fff;
  height: 275px;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content.active {
  display: block;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content.hide {
  display: none;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .subheader {
  text-transform: uppercase;
  font-size: 14px;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .venue-name {
  text-align: left;
  font-family: "ITC New Baskerville", serif;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content p {
  text-transform: initial;
  padding-bottom: 10px;
  font-size: 14px;
}

.content-all-venue-section-acm .all-venues .venue-item nav {
  background-color: #d1bbb1;
  text-align: center;
}

.content-all-venue-section-acm .all-venues .venue-item nav a {
  background-color: #d1bbb1;
}

.content-all-venue-section-acm .all-venues .venue-item nav a:hover {
  color: #000;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .features ul {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .features ul li {
  width: 100%;
  padding: 0.3rem;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .features ul .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .capacity ul {
  width: 100%;
  margin-bottom: 40px;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .capacity ul li {
  display: inline-block;
  text-transform: initial;
}

.content-all-venue-section-acm .all-venues .venue-item .tab-content .capacity ul li:not(:last-child)::after {
  content: "|";
  padding: 0 16px;
}

.hotel-features-acm {
  padding: 72px 0 105px;
  margin: 0 0 85px;
  background: #39475D;
}
@media only screen and (max-width: 979px) {
  .hotel-features-acm {
    padding: 50px 0;
    margin: 0 0 50px;
  }
}
.hotel-features-acm h3 {
  font-family: "liberation-sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 37px;
}
.hotel-features-acm .feature-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1260px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.hotel-features-acm .feature-wrapper article {
  width: 125px;
  text-align: center;
}
.hotel-features-acm .feature-wrapper article .img-wrapper {
  min-height: 62px;
}
.hotel-features-acm .feature-wrapper article p {
  margin-top: 7px;
  color: #fff;
  line-height: 18px;
}

.menu-tabs-block-acm {
  margin: 70px 0;
}
.menu-tabs-block-acm .center-column {
  max-width: 980px;
}
.menu-tabs-block-acm .tabs-titles {
  margin: 20px 0;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
.menu-tabs-block-acm .tabs-content-item {
  display: none;
  padding: 1rem 0;
}
.menu-tabs-block-acm .tabs-content-item.active {
  display: block;
}
.menu-tabs-block-acm .tab-content-wrapper {
  margin: 20px 0;
  text-align: left;
}
.menu-tabs-block-acm .tab-content-wrapper .tab-content-item {
  margin-bottom: 40px;
}
.menu-tabs-block-acm .tab-content-wrapper .menu-block-options {
  margin: 15px 0;
}
.menu-tabs-block-acm .tab-content-wrapper .menu-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 979px) {
  .menu-tabs-block-acm .tab-content-wrapper .menu-block {
    display: block;
  }
}
.menu-tabs-block-acm .tab-content-wrapper .dish {
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #39475D;
}
.menu-tabs-block-acm .tab-content-wrapper .dish .dish-descr {
  font-style: italic;
}
.menu-tabs-block-acm .tab-content-wrapper .dish .dish-name {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  margin-bottom: 10px;
}

.checkers-with-category {
  background: #D3E1E1;
  padding: 70px 0 85px;
}
@media only screen and (max-width: 979px) {
  .checkers-with-category {
    padding: 33px 0 45px;
  }
}
.checkers-with-category > .center-column {
  margin-bottom: 40px;
  max-width: 1440px;
}
.checkers-with-category .nav-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 300px;
}
.checkers-with-category .nav-heading h2 {
  font-size: 36px;
}
@media only screen and (max-width: 979px) {
  .checkers-with-category .nav-heading {
    padding-right: 0;
    flex-direction: column;
    gap: 40px;
  }
  .checkers-with-category .nav-heading h2 {
    text-align: center;
  }
}
.checkers-with-category .nav-heading nav {
  margin: 0 auto;
  height: 22px;
}
.checkers-with-category .nav-heading nav .button {
  position: relative;
  background: none;
  height: auto;
  font: 700 14px/22px "liberation-sans", sans-serif;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #39475D;
}
.checkers-with-category .nav-heading nav .button.active, .checkers-with-category .nav-heading nav .button:hover, .checkers-with-category .nav-heading nav .button:active {
  color: #39475D;
  text-decoration: underline;
}
.checkers-with-category .nav-heading nav .button + .button {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #39475D;
}
.checkers-with-category .content-blocks-item {
  display: none;
  margin: 0 !important;
}
.checkers-with-category .content-blocks-item.active {
  display: block;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  #content-submenu, #photos {
    display: none;
  }
  *[data-background-image]:empty, *[data-src]:empty {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
h1,
.h1 {
  font-family: "liberation-sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h1 span,
.h1 span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.rooms-layout h1,
.rooms-layout .h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.rooms-layout h1:after,
.rooms-layout .h1:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #F3854A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h2,
.h2 {
  font-family: "liberation-sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 979px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
  }
}

h3,
.h3 {
  font-family: "liberation-sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.12px;
}
@media only screen and (max-width: 979px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}

h4,
.h4 {
  font-family: "liberation-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  h4,
  .h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.65px;
  }
}

h5,
.h5 {
  font-family: "liberation-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 979px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
}

h6,
.h6 {
  font-family: "liberation-sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

p {
  font-family: "liberation-sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 979px) {
  p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.21px;
  }
}

p.medium {
  font-family: "liberation-sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.21px;
}
@media only screen and (max-width: 979px) {
  p.medium {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.065px;
  }
}

p.small {
  font-family: "liberation-sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.065px;
}

ul li, ol li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 979px) {
  ul li, ol li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.21px;
  }
}

.amenities-slider-acm {
  position: relative;
}
.amenities-slider-acm .category-selector-wrap:before {
  content: "";
  display: block;
  width: 113px;
  height: 113px;
  position: absolute;
  left: 15%;
  bottom: -30px;
  background: url(../images/accommodations-badge.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .category-selector-wrap:before {
    left: 0;
    bottom: auto;
    top: -200px;
  }
}
.amenities-slider-acm .category-selector-wrap .button.active {
  text-decoration: none;
  color: #F3854A;
}
.amenities-slider-acm .amenities-wrapper {
  padding-bottom: 28%;
  height: 0;
  position: relative;
  margin: 10vw 0;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper {
    padding-left: 10px;
    margin: 0;
  }
}
.amenities-slider-acm .amenities-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow {
    overflow: visible;
  }
}
.amenities-slider-acm .amenities-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.amenities-slider-acm .amenities-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 350ms ease-in-out;
}
.amenities-slider-acm .amenities-wrapper .slideshow .slide.swiper-slide-active {
  transform: scale(1.6);
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow .slide.swiper-slide-active {
    transform: scale(1);
  }
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description {
    margin-top: 20px;
  }
}
.amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .buttons-wrap .button + .button {
  margin-left: 16px;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .buttons-wrap .button-blank-white {
    border-color: #39475D;
    color: #39475D;
  }
  .amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .buttons-wrap .button-blank-white:hover {
    color: #FFF;
    background-color: #39475D;
  }
}
.amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .category-name {
  font: 700 14px/14px "Libre Baskerville", serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .category-name {
    color: #39475D;
  }
}
.amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .room-name {
  font: 700 20px/26px "liberation-sans", sans-serif;
  color: #FFF;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 979px) {
  .amenities-slider-acm .amenities-wrapper .slideshow .slide .room-description .room-name {
    color: #39475D;
  }
}
.amenities-slider-acm.rooms-slider-acm .rooms-slideshow-wrapper {
  display: none;
}
.amenities-slider-acm.rooms-slider-acm .rooms-slideshow-wrapper.active {
  display: block;
}

@media only screen and (max-width: 979px) {
  .additional-content-acm.amenities-slider-acm {
    padding: 64px 0;
  }
}

.extended-stay-acm {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.extended-stay-acm .buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-top: 1px solid #39475D;
  padding: 24px 0;
}
@media only screen and (max-width: 979px) {
  .extended-stay-acm .buttons-wrapper {
    grid-template-columns: 1fr;
  }
}
.extended-stay-acm .buttons-wrapper .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #39475D;
}
.extended-stay-acm .buttons-wrapper .wrap:last-child {
  border-right: 0;
}
@media only screen and (max-width: 979px) {
  .extended-stay-acm .buttons-wrapper .wrap {
    margin-bottom: 32px;
    border: 0;
  }
}
.extended-stay-acm .buttons-wrapper .wrap p {
  margin-bottom: 12px;
}

.extended-stay-acm + .additional-content-acm {
  padding: 88px 0;
}

.large-image-slider, .large-image-slider-reztrip {
  display: block;
  padding-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .large-image-slider, .large-image-slider-reztrip {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .large-image-slider, .large-image-slider-reztrip {
    padding-bottom: 0;
  }
}
.large-image-slider .large-gallery, .large-image-slider .large-gallery-reztrip, .large-image-slider-reztrip .large-gallery, .large-image-slider-reztrip .large-gallery-reztrip {
  position: relative;
  padding-bottom: 120px;
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery, .large-image-slider .large-gallery-reztrip, .large-image-slider-reztrip .large-gallery, .large-image-slider-reztrip .large-gallery-reztrip {
    padding-bottom: 44px;
    padding-top: 30px;
    padding-top: 0;
  }
}
.large-image-slider .large-gallery .heading-l, .large-image-slider .large-gallery-reztrip .heading-l, .large-image-slider-reztrip .large-gallery .heading-l, .large-image-slider-reztrip .large-gallery-reztrip .heading-l {
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery .heading-l, .large-image-slider .large-gallery-reztrip .heading-l, .large-image-slider-reztrip .large-gallery .heading-l, .large-image-slider-reztrip .large-gallery-reztrip .heading-l {
    text-align: center;
  }
}
.large-image-slider .large-gallery .slideshow, .large-image-slider .large-gallery-reztrip .slideshow, .large-image-slider-reztrip .large-gallery .slideshow, .large-image-slider-reztrip .large-gallery-reztrip .slideshow {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-wrapper, .large-image-slider .large-gallery-reztrip .swiper-wrapper, .large-image-slider-reztrip .large-gallery .swiper-wrapper, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper {
    margin-bottom: 24px;
  }
}
.large-image-slider .large-gallery .swiper-wrapper .tile, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile {
  height: 559px !important;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery .swiper-wrapper .tile, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile {
    height: 250px !important;
  }
}
.large-image-slider .large-gallery .swiper-wrapper .tile div, .large-image-slider .large-gallery .swiper-wrapper .tile button, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile div, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile button, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile div, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile button, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile div, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile button {
  width: 100%;
  height: 100%;
}
.large-image-slider .large-gallery .swiper-wrapper .tile button, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile button, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile button, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile button {
  position: relative;
}
.large-image-slider .large-gallery .swiper-wrapper .tile button:before, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile button:before, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile button:before, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile button:before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "";
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-wrapper .tile button:before, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile button:before, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile button:before, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile button:before {
    z-index: 1;
  }
}
.large-image-slider .large-gallery .swiper-wrapper .tile button img, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile button img, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile button img, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile button img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .large-gallery .swiper-wrapper .tile img, .large-image-slider .large-gallery-reztrip .swiper-wrapper .tile img, .large-image-slider-reztrip .large-gallery .swiper-wrapper .tile img, .large-image-slider-reztrip .large-gallery-reztrip .swiper-wrapper .tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .large-gallery .swiper-slide, .large-image-slider .large-gallery-reztrip .swiper-slide, .large-image-slider-reztrip .large-gallery .swiper-slide, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide {
  position: relative;
  overflow: hidden;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__left, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__left, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__left {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__left, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__left, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__left, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__left {
    flex: initial;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 8px;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder {
  width: 100%;
  height: 265px;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__left .img-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder {
    height: 100%;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder img, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder img, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__left .img-holder img, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__left .img-holder img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder {
    display: flex;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner {
  overflow: hidden;
  flex: initial;
  max-width: 100%;
  position: relative;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner picture, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner picture, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner picture, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner picture {
  display: block;
  width: 100%;
  height: 100%;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner .room-gallery-image, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner .room-gallery-image, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner .room-gallery-image, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner .room-gallery-image {
  width: 100%;
  height: 100%;
  max-height: 540px;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner:first-child, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner:first-child, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner:first-child, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner:first-child {
  width: 100%;
  margin-right: 0;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner:last-child, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner:last-child, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner:last-child, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder .inner:last-child {
  width: 100%;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder img, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder img, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder img, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .imgs-holder img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .content-holder {
  padding: 24px 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider .large-gallery-reztrip .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider-reztrip .large-gallery .swiper-slide .three-blocks-content__right .content-holder, .large-image-slider-reztrip .large-gallery-reztrip .swiper-slide .three-blocks-content__right .content-holder {
    padding: 56px;
  }
}
.large-image-slider .large-gallery__controls, .large-image-slider .large-gallery-reztrip__controls, .large-image-slider-reztrip .large-gallery__controls, .large-image-slider-reztrip .large-gallery-reztrip__controls {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery__controls, .large-image-slider .large-gallery-reztrip__controls, .large-image-slider-reztrip .large-gallery__controls, .large-image-slider-reztrip .large-gallery-reztrip__controls {
    display: flex;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper {
  position: relative;
  z-index: 5;
  left: auto;
  right: 20px;
  display: flex;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery__controls .arrows-wrapper, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper {
    width: 100%;
    right: auto;
    margin-bottom: 30px;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .slideshow-btn, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn {
  position: relative;
  width: 56px;
  height: 56px;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn::after {
  top: 23px;
  left: 23px;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .slideshow-btn, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn {
    width: 40px;
    height: 40px;
  }
  .large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .slideshow-btn::after, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn::after {
    top: 14px;
    left: 14px;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn.swiper-button-disabled, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn.swiper-button-disabled, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .slideshow-btn.swiper-button-disabled, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .slideshow-btn.swiper-button-disabled {
  opacity: 0.3;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .previous, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .previous, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .previous, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .previous {
  left: 0;
  top: 0;
  margin-right: 16px;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .previous svg, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .previous svg, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .previous svg, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .previous svg {
  width: 32px;
  height: 11px;
  rotate: 180deg;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .next, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .next, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .next, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .next {
  right: auto;
  top: 0;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .next svg, .large-image-slider .large-gallery-reztrip__controls .arrows-wrapper .next svg, .large-image-slider-reztrip .large-gallery__controls .arrows-wrapper .next svg, .large-image-slider-reztrip .large-gallery-reztrip__controls .arrows-wrapper .next svg {
  width: 32px;
  height: 11px;
}
.large-image-slider .large-gallery .slideshow-pagination, .large-image-slider .large-gallery-reztrip .slideshow-pagination, .large-image-slider-reztrip .large-gallery .slideshow-pagination, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-pagination {
  margin: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery .slideshow-pagination, .large-image-slider .large-gallery-reztrip .slideshow-pagination, .large-image-slider-reztrip .large-gallery .slideshow-pagination, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-pagination {
    display: none;
  }
}
.large-image-slider .large-gallery .slideshow-pagination > *, .large-image-slider .large-gallery-reztrip .slideshow-pagination > *, .large-image-slider-reztrip .large-gallery .slideshow-pagination > *, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFF;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.large-image-slider .large-gallery .slideshow-pagination > *:hover, .large-image-slider .large-gallery .slideshow-pagination > *.active, .large-image-slider .large-gallery-reztrip .slideshow-pagination > *:hover, .large-image-slider .large-gallery-reztrip .slideshow-pagination > *.active, .large-image-slider-reztrip .large-gallery .slideshow-pagination > *:hover, .large-image-slider-reztrip .large-gallery .slideshow-pagination > *.active, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-pagination > *:hover, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-pagination > *.active {
  background: #39475D;
  color: #FFF;
}
.large-image-slider .large-gallery .slideshow-button, .large-image-slider .large-gallery-reztrip .slideshow-button, .large-image-slider-reztrip .large-gallery .slideshow-button, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button {
  top: 205px;
  width: 24px;
  height: 24px;
  border-color: #39475D;
}
@media screen and (max-width: 1400px) {
  .large-image-slider .large-gallery .slideshow-button, .large-image-slider .large-gallery-reztrip .slideshow-button, .large-image-slider-reztrip .large-gallery .slideshow-button, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button {
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .large-image-slider .large-gallery .slideshow-button, .large-image-slider .large-gallery-reztrip .slideshow-button, .large-image-slider-reztrip .large-gallery .slideshow-button, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button {
    top: 135px;
  }
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery .slideshow-button, .large-image-slider .large-gallery-reztrip .slideshow-button, .large-image-slider-reztrip .large-gallery .slideshow-button, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button {
    display: none;
  }
}
.large-image-slider .large-gallery .slideshow-button:hover, .large-image-slider .large-gallery-reztrip .slideshow-button:hover, .large-image-slider-reztrip .large-gallery .slideshow-button:hover, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button:hover {
  border-color: #F3854A;
}
@media screen and (max-width: 1400px) {
  .large-image-slider .large-gallery .slideshow-button:hover, .large-image-slider .large-gallery-reztrip .slideshow-button:hover, .large-image-slider-reztrip .large-gallery .slideshow-button:hover, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button:hover {
    border-color: #39475D;
  }
}
.large-image-slider .large-gallery .slideshow-button.previous, .large-image-slider .large-gallery-reztrip .slideshow-button.previous, .large-image-slider-reztrip .large-gallery .slideshow-button.previous, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button.previous {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .large-image-slider .large-gallery .slideshow-button.previous, .large-image-slider .large-gallery-reztrip .slideshow-button.previous, .large-image-slider-reztrip .large-gallery .slideshow-button.previous, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button.previous {
    left: 50px;
  }
}
.large-image-slider .large-gallery .slideshow-button.next, .large-image-slider .large-gallery-reztrip .slideshow-button.next, .large-image-slider-reztrip .large-gallery .slideshow-button.next, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button.next {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .large-image-slider .large-gallery .slideshow-button.next, .large-image-slider .large-gallery-reztrip .slideshow-button.next, .large-image-slider-reztrip .large-gallery .slideshow-button.next, .large-image-slider-reztrip .large-gallery-reztrip .slideshow-button.next {
    right: 50px;
  }
}
.large-image-slider.similar-rooms-sections, .large-image-slider-reztrip.similar-rooms-sections {
  margin-top: 120px;
}

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

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

.featured-posts {
  margin-bottom: 100px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  margin: 0 0 40px;
  font-size: 36px;
}
.featured-posts .featured-posts-slider {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1096px;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "liberation-sans", sans-serif;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #5990B4;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background: #EFD3C2;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 1.2;
  color: #39475D;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 36px/1 "liberation-sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    margin: 0 0 15px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #39475D;
  text-decoration: none;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a:hover {
  text-decoration: underline;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link {
  color: #E04E39;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #F3854A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
  border: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 1px 0 0 -5px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -5px;
  margin-left: -2px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background: #EFD3C2;
}
@media only screen and (max-width: 979px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  background: #39475D;
  opacity: 0.2;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  opacity: 1;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
  font-size: 2.8rem;
  margin: 40px 0;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "liberation-sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #5990B4;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #F3854A;
  font-size: 13px;
  line-height: 30px;
  color: #39475D;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #EFD3C2;
  padding: 35px 20px 80px;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px 20px 80px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 1.2;
  color: #39475D;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font-size: 20px;
  margin: 5px 0 20px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #39475D;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a:hover {
  text-decoration: underline;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .button {
  font-weight: 400;
  font-size: 12px;
  border: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .button:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #39475D;
  border-bottom: 1px solid #39475D;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-60%) rotate(-45deg);
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .button:hover:after {
  border-color: #F3854A;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #39475D;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #39475D;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts-wrapper {
  padding-top: 82px;
  padding-bottom: 163px;
  background: #D3E1E1;
}
@media only screen and (max-width: 979px) {
  .related-posts-wrapper {
    padding-top: 50px;
    padding-bottom: 50;
  }
}

.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "liberation-sans", sans-serif;
  color: #39475D;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 36px;
}
@media only screen and (max-width: 979px) {
  .related-posts .page-content h2 {
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  font-family: "liberation-sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #39475D;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
}
@media only screen and (max-width: 979px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 11px 20px;
  background-color: #39475D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: 700 20px/1 "liberation-sans", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  text-transform: none;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}

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

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

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