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

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

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

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

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

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

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

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

.ui-datepicker-header {
  position: relative;
  display: block;
  color: #00263a;
  font: normal 400 15px/26px "Italian Plate", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1rem 0 2rem 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 26px;
  height: 26px;
  color: #00263a;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-prev,
.ui-datepicker-next {
    top: 10px;
  }
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #00263a;
  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.5;
}

.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #00263a;
  border-bottom: 2px solid #00263a;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  color: #00263a;
  font: normal 400 1.6rem "Italian Plate", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  color: #00263a;
  font: 15px "Italian Plate", sans-serif;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.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 td.ui-datepicker-current-day, .ui-datepicker-calendar td.ui-datepicker-today {
  color: #fff;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar a.ui-state-active {
  color: #ad8e6c;
}
.ui-datepicker-calendar .ui-datepicker-today a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #00263a;
  z-index: -1;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:before,
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #00263a;
  z-index: -1;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:after,
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  width: 50%;
  left: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  left: auto;
  right: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333c67;
  width: 100%;
  height: 3.6rem;
  margin-top: -1.8rem;
  margin-left: 0;
  top: 50%;
  left: 0;
  z-index: -2;
}

.hasDatepicker .ui-datepicker {
  display: none;
  padding: 20px;
  background: #00263a;
  z-index: 10;
}
body > .hasDatepicker .ui-datepicker {
  z-index: 30;
}
.hasDatepicker .ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker {
    width: calc(100% - 20px);
  }
}
.hasDatepicker .ui-datepicker-header {
  position: relative;
  display: block;
  color: #00263a;
  font: normal 300 2rem "Italian Plate", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1rem 0 3.2rem 0;
}
.hasDatepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 26px;
  height: 26px;
  color: #00263a;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker-next {
    top: 10px;
  }
}
.hasDatepicker .ui-datepicker-prev:after,
.hasDatepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #847558;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.hasDatepicker .ui-datepicker-prev.ui-state-disabled,
.hasDatepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
}
.hasDatepicker .ui-datepicker-prev {
  left: 0;
}
.hasDatepicker .ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #847558;
  border-bottom: 2px solid #847558;
}
.hasDatepicker .ui-datepicker-next {
  right: 0;
}
.hasDatepicker .ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.hasDatepicker .ui-datepicker-calendar th, .hasDatepicker .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.hasDatepicker .ui-datepicker-calendar th {
  color: #ad8e6c;
  font: normal 400 1.6rem "Italian Plate", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
}
.hasDatepicker .ui-datepicker-calendar td {
  font: 17px "Italian Plate", sans-serif;
  color: #00263a;
  text-align: center;
  line-height: 32px;
  position: relative;
  cursor: pointer;
}
.hasDatepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .hasDatepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.hasDatepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .hasDatepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.hasDatepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-today a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #333c67;
  z-index: -1;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:before,
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ad8e6c;
  z-index: -1;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:after,
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  width: 50%;
  left: 50%;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  left: auto;
  right: 50%;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333c67;
  width: 100%;
  height: 3.6rem;
  margin-top: -1.8rem;
  margin-left: 0;
  top: 50%;
  left: 0;
  z-index: -2;
}
.hasDatepicker .ui-datepicker-today a {
  background: #ddd;
}
.hasDatepicker .ui-datepicker-highlight a, .hasDatepicker .ui-datepicker-current-day a, .hasDatepicker .ui-state-default:hover {
  background: #ad8e6c;
  color: #fff;
}
.hasDatepicker .ui-state-disabled {
  opacity: 0.3;
}
.hasDatepicker .ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.hasDatepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  background: #ffffff;
}
.hasDatepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
.hasDatepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-group {
    width: 100%;
  }
  .hasDatepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
.hasDatepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
.hasDatepicker .ui-datepicker-header .ui-datepicker-prev, .hasDatepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.hasDatepicker .ui-datepicker-prev, .hasDatepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-prev, .hasDatepicker .ui-datepicker-next {
    top: 10px;
  }
}
.hasDatepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-prev {
    left: 26px;
  }
}
.hasDatepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-calendar {
    width: 100%;
  }
}

.ui-datepicker-trigger {
  width: 16px;
  height: 18px;
  font-size: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  text-indent: 0;
  cursor: pointer;
  z-index: 1;
}

.ui-datepicker-trigger svg {
  fill: #00263a;
  width: 16px;
  height: 18px;
  transition: fill 300ms ease-in-out;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today a:before {
  margin-left: -9px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooms-icon-cocktail-set-up:before {
  content: "";
}

.rooms-icon-herringbone-set-up:before {
  content: "";
}

.rooms-icon-hollow-square-set-up:before {
  content: "";
}

.svg-icon {
  display: inline-block;
  transition: fill 350ms ease-in-out, stoke 350ms ease-in-out;
  pointer-events: none;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
}

.full-logo-icon {
  width: 675px;
  height: 430px;
}

.grid-icon {
  width: 20px;
  height: 20px;
}

.list-icon {
  width: 20px;
  height: 20px;
}

.calendar-icon {
  width: 20px;
  height: 20px;
}

.pdf-icon {
  width: 13px;
  height: 16px;
}

.print-icon {
  width: 20px;
  height: 20px;
}

.facebook-icon {
  width: 9px;
  height: 16px;
}

.instagram-icon {
  width: 16px;
  height: 16px;
}

.twitter-icon {
  width: 16px;
  height: 13px;
}

.pinterest-icon {
  width: 14px;
  height: 17px;
}

.tripadvisor-icon {
  width: 26px;
  height: 15px;
}

#hamburger-navigation-trigger {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  flex-wrap: nowrap;
  padding-left: 30px;
  transition: all 350ms ease-in-out;
  z-index: 20;
}
@media only screen and (max-width: 1024px) {
  #hamburger-navigation-trigger {
    display: block;
  }
}
#hamburger-navigation-trigger strong {
  font: 20px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 10px;
  color: #00263a;
  opacity: 1;
  visibility: visible;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-trigger strong {
    display: none;
  }
}
#hamburger-navigation-trigger .smart-icon span {
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 6px;
  background: #00263a;
  transition: all 350ms ease-in-out;
}
#hamburger-navigation-trigger .smart-icon span:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-trigger .smart-icon span {
    width: 50px;
  }
}
#hamburger-navigation-trigger:hover strong {
  color: #ad8e6c;
}
#hamburger-navigation-trigger:hover .smart-icon span {
  background: #ad8e6c;
}

#hamburger-navigation-close-trigger {
  display: none;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  position: relative;
}
.booking-visible #hamburger-navigation-close-trigger {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation-close-trigger {
    display: block;
  }
}
#hamburger-navigation-close-trigger strong {
  display: none;
}
#hamburger-navigation-close-trigger .smart-icon {
  position: relative;
}
#hamburger-navigation-close-trigger .smart-icon span {
  display: block;
  width: 35px;
  height: 2px;
  background: #00263a;
  position: absolute;
  top: 50%;
  right: 0;
}
#hamburger-navigation-close-trigger .smart-icon span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
}
#hamburger-navigation-close-trigger .smart-icon span:nth-of-type(2) {
  transform: translateY(-50%) rotate(45deg);
}

#hamburger-navigation {
  display: block;
  position: fixed;
  right: -401px;
  top: 0;
  height: 100%;
  width: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-left: thin solid #cfcfcf;
  transition: right 400ms, visibility 400ms;
  text-align: center;
  z-index: 80;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    width: 100%;
    right: -101%;
    text-align: left;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .logo {
  display: none;
  position: absolute;
  left: 30px;
  top: 20px;
}
#hamburger-navigation .logo span {
  display: none;
}
#hamburger-navigation .logo svg {
  width: 270px;
  max-width: 60%;
  height: auto;
  fill: #00263a;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .logo svg {
    width: auto;
    max-width: 150px;
    display: block;
    max-height: 100px;
  }
}
#hamburger-navigation .close {
  position: absolute;
  right: 40px;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .close {
    right: 25px;
  }
}
#hamburger-navigation .close:hover strong {
  color: #ad8e6c;
}
#hamburger-navigation .close strong {
  position: relative;
  display: inline-block;
  font: 14px "Italian Plate", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #00263a;
  margin-right: 15px;
  transition: color 350ms ease-in-out;
}
@media screen and (max-width: 350px) {
  #hamburger-navigation .close strong {
    display: none;
  }
}
#hamburger-navigation .close strong:hover + .cross {
  background: #ad8e6c;
}
#hamburger-navigation .close .cross {
  background-color: #00263a;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  height: 45px;
  width: 45px;
  transition: background-color 350ms ease-in-out;
}
#hamburger-navigation .close .cross:hover {
  background: #ad8e6c;
}
#hamburger-navigation .close .cross:before, #hamburger-navigation .close .cross:after {
  background-color: #fff;
  position: absolute;
  width: 20px;
  content: "";
  height: 1px;
  left: 13px;
  top: 22px;
}
#hamburger-navigation .close .cross:before {
  transform: rotate(45deg);
}
#hamburger-navigation .close .cross:after {
  transform: rotate(-45deg);
}
#hamburger-navigation .main-menu {
  display: block;
  margin: 170px 0 65px 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    margin: 100px 0 65px 30px;
  }
}
#hamburger-navigation .main-menu ul.level-1 {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
  margin-bottom: 20px;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 36px/1.2 "Italian Plate", sans-serif;
  text-decoration: none;
  color: #00263a;
  padding: 0 30px;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    padding-left: 0;
    font-size: 28px;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #ad8e6c;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > .plus {
    top: 0;
  }
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 350ms cubic-bezier(0, 1, 0, 1), padding 250ms, visibility 150ms;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu li:last-child {
    margin-bottom: 0;
  }
}
#hamburger-navigation .main-menu .menu.submenu a {
  font: 20px "Italian Plate", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #00263a;
  transition: color 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #ad8e6c;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  margin-top: 30px;
  transition: max-height 350ms cubic-bezier(1, 0, 1, 0), padding 250ms, margin 250ms;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .parent.expanded > .submenu {
    margin-top: 15px;
  }
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal,
#hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #ad8e6c;
  top: 50%;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical,
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: translateY(-50%) rotate(90deg);
  background: #ad8e6c !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
  height: 16px;
}
#hamburger-navigation .footer-menu {
  display: block;
  margin: 0 30px 70px 30px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .footer-menu {
    margin-bottom: 110px;
  }
}
#hamburger-navigation .footer-menu ul {
  margin-bottom: 0;
}
#hamburger-navigation .footer-menu ul li {
  margin-bottom: 20px;
}
#hamburger-navigation .footer-menu ul li a {
  font: 16px "Italian Plate", sans-serif;
  text-transform: uppercase;
  color: #00263a;
  text-decoration: none;
}
#hamburger-navigation .footer-menu ul li a:hover {
  color: inherit;
}
#hamburger-navigation .extra-top-menu .parent {
  position: relative;
}
#hamburger-navigation .extra-top-menu .parent > a {
  margin-right: 25px;
  pointer-events: none;
}
#hamburger-navigation .extra-top-menu .parent:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  right: 20px;
  top: 15px;
}

.additional-content.acm-block {
  position: relative;
}
.hide-main-content .additional-content.acm-block {
  max-width: 1508px;
  margin: 0 auto;
  padding: 0 20px;
}
.hide-main-content .additional-content.acm-block:after {
  clear: both;
  content: "";
  display: table;
}
.additional-content.acm-block em {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #0e111b;
  letter-spacing: -0.8px;
}

.checkers-blocks.acm-block .checkers-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item {
    margin-bottom: 10px;
  }
}
.checkers-blocks.acm-block .checkers-item.left .content-wrapper {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .content-wrapper {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails {
  order: 1;
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination {
  left: auto;
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination {
    right: auto;
    left: 20px;
  }
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination + button {
  margin-right: 0;
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination + button {
    margin-left: 0;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .content-wrapper, .checkers-blocks.acm-block .checkers-item.right .content-wrapper {
    order: 2;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .checkers-blocks.acm-block .checkers-item.left .thumbnails, .checkers-blocks.acm-block .checkers-item.right .thumbnails {
    order: 1;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 0 10%;
  width: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper strong {
  display: block;
  font: normal 15px "Italian Plate", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
  font: 400 80px/0.8 "PT Serif", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
    font-size: 40px;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ol, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ol ol, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ol ul, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul ul, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ul > li {
  margin-bottom: 4px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 15px;
  background: #00263a;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content p + p {
  margin-top: 20px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav {
  margin-top: 25px;
}
@media screen and (max-width: 1600px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav {
    width: 100%;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link {
  position: relative;
  display: inline-block;
  padding: 23px 20px;
  font: 15px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link {
    display: block;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link:hover:before {
  opacity: 1;
  bottom: 10px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ad8e6c;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  opacity: 0;
  left: 50%;
  bottom: -5px;
  transition: opacity 0.4s ease 0s, bottom 0.4s ease 0s;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
  display: block;
  max-width: 100%;
  width: 100%;
  min-width: 0;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
    max-width: 100%;
    min-width: 260px;
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
    display: inline-block;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .button + .button {
  margin-top: 1rem;
}
.checkers-blocks.acm-block .checkers-item .thumbnails {
  position: relative;
  width: 55%;
  height: 100vh;
  flex: 0 1 auto;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.checkers-blocks.acm-block .checkers-item .thumbnails:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails {
    width: 100%;
    height: 450px;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails.slideshow {
  display: block;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail {
  position: relative;
  display: inline-block;
  flex-basis: 50%;
  flex-grow: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail + .thumbnail {
  margin-left: 10px;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a span.thumb, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger span.thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail {
  width: 100%;
  height: 100%;
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail {
    height: 450px;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail + .thumbnail {
  margin-left: 0;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination {
  position: absolute;
  left: 35px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination {
    left: 20px;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button {
  display: inline-block;
  background: #bbb5b7;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  pointer-events: all;
  opacity: 0.2;
  transition: 350ms ease-in-out;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button + button {
  margin-left: 3px;
  margin-right: 0;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button.active {
  background: #fff;
  opacity: 1;
}

.tiles.acm-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tiles.acm-block .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 30px;
  border: 2px solid #00263a;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.tiles.acm-block .slideshow-button:hover {
  border-color: #ad8e6c;
}
.tiles.acm-block .slideshow-button.previous {
  left: 26px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tiles.acm-block .slideshow-button.previous {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button.previous {
    left: 10px;
  }
}
.tiles.acm-block .slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tiles.acm-block .slideshow-button.next {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button.next {
    right: 10px;
  }
}
.tiles.acm-block .slideshow-button:hover {
  opacity: 1;
  border-color: #ad8e6c;
}
.tiles.acm-block .slideshow-button.swiper-button-disabled {
  opacity: 0.1;
  cursor: text;
}
.tiles.acm-block .slideshow-button.swiper-button-disabled:hover {
  border-color: #00263a;
}
.tiles.acm-block .slideshow {
  position: relative;
  width: calc(80% + 30px);
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow {
    width: 80%;
  }
}
.tiles.acm-block .slideshow-wrapper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}
.tiles.acm-block .tile {
  width: calc(100% / 3);
  padding: 30px 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .tiles.acm-block .tile {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .tile {
    width: 100%;
    padding: 0 0 20px;
  }
}
.tiles.acm-block .tile:hover .heading:before {
  opacity: 1;
}
.tiles.acm-block .tile:hover .heading h2 {
  transform: translateY(-120%);
  color: #fff;
}
.tiles.acm-block .tile:hover .heading h2:after {
  opacity: 1;
}
.tiles.acm-block .tile:hover .heading h2 a {
  color: #fff;
}
.tiles.acm-block .tile .image {
  position: relative;
  width: 100%;
  height: 57vh;
  min-height: 615px;
  background-color: #cfcfcf;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .tile .image {
    min-height: 0;
  }
}
.tiles.acm-block .tile .image .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tiles.acm-block .tile .heading {
  position: relative;
  cursor: pointer;
}
.tiles.acm-block .tile .heading:before {
  content: "";
  background: linear-gradient(to top, #31394d 0, transparent 100%);
  height: 160%;
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.tiles.acm-block .tile .heading h2 {
  position: relative;
  font: 22px "PT Serif", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #00263a;
  text-align: center;
  padding: 20px 10px 25px 10px;
  transform: translateY(0);
  transition: 350ms ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .tiles.acm-block .tile .heading h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.tiles.acm-block .tile .heading h2:after {
  content: "";
  background-color: #ad8e6c;
  height: 5px;
  width: 5px;
  position: absolute;
  bottom: 5px;
  border-radius: 5px;
  left: calc(50% - 5px);
  transition: all 0.8s ease;
  opacity: 0;
}
.tiles.acm-block .tile .heading h2 a {
  text-decoration: none;
  color: inherit;
  transition: 350ms ease-in-out;
}

.content-blocks-slideshow.acm-block, .content-blocks-gallery.acm-block {
  position: relative;
  min-height: 100vh;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block, .content-blocks-gallery.acm-block {
    min-height: auto;
  }
}
.content-blocks-slideshow.acm-block .main-slideshow, .content-blocks-gallery.acm-block .main-slideshow {
  overflow: hidden;
}
.content-blocks-slideshow.acm-block .slideshow, .content-blocks-gallery.acm-block .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .slideshow, .content-blocks-gallery.acm-block .slideshow {
    position: relative;
    height: auto;
  }
}
.content-blocks-slideshow.acm-block .slideshow-wrapper, .content-blocks-gallery.acm-block .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.content-blocks-slideshow.acm-block .content-item, .content-blocks-gallery.acm-block .content-item {
  flex-flow: row wrap;
  display: flex;
  position: relative;
  align-items: center;
}
.content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
  flex: 0 1 auto;
  text-align: left;
  padding: 5rem 5%;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
    order: 1;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.8px;
  }
}
.content-blocks-slideshow.acm-block .content-item .content h2, .content-blocks-gallery.acm-block .content-item .content h2 {
  font: 400 60px/1 "PT Serif", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0;
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .content h2, .content-blocks-gallery.acm-block .content-item .content h2 {
    font-size: 40px;
  }
}
.content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
  position: relative;
  flex: 0 1 auto;
  font-size: 0;
  width: 55%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
    order: 2;
    width: 100%;
    min-height: auto;
  }
}
.content-blocks-slideshow.acm-block .content-item .thumbnail .slide, .content-blocks-gallery.acm-block .content-item .thumbnail .slide {
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail .slide, .content-blocks-gallery.acm-block .content-item .thumbnail .slide {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail .object-fit, .content-blocks-gallery.acm-block .content-item .thumbnail .object-fit {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.content-blocks-slideshow.acm-block nav, .content-blocks-gallery.acm-block nav {
  position: absolute;
  bottom: 2rem;
  width: auto;
  right: 5%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block nav, .content-blocks-gallery.acm-block nav {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
    height: 60px;
    text-align: center;
  }
}
.content-blocks-slideshow.acm-block nav button, .content-blocks-gallery.acm-block nav button {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  border: 2px solid #00263a;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.25;
  z-index: 2;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block nav button, .content-blocks-gallery.acm-block nav button {
    opacity: 0.5;
    margin-top: 12px;
  }
}
.content-blocks-slideshow.acm-block nav button.previous, .content-blocks-gallery.acm-block nav button.previous {
  transform: rotate(-135deg);
}
.content-blocks-slideshow.acm-block nav button.next, .content-blocks-gallery.acm-block nav button.next {
  transform: rotate(45deg);
}
.content-blocks-slideshow.acm-block nav button:hover, .content-blocks-gallery.acm-block nav button:hover {
  opacity: 1;
  border-color: #ad8e6c;
}
.content-blocks-slideshow.acm-block nav button.swiper-button-disabled, .content-blocks-gallery.acm-block nav button.swiper-button-disabled {
  opacity: 0.1;
  cursor: text;
}
.content-blocks-slideshow.acm-block nav button.swiper-button-disabled:hover, .content-blocks-gallery.acm-block nav button.swiper-button-disabled:hover {
  border-color: #00263a;
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button {
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  text-indent: -1000px;
  overflow: hidden;
  transform: translate(0, -50%);
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button.next, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button.next {
  left: auto;
  right: 30px;
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button:after, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #AB7D22;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(-3px, 0);
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button.next:after, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button.next:after {
  border-right: 0;
  border-left: 7px solid #AB7D22;
  transform: translate(-50%, -50%) translate(2px, 0);
}

.left-right-content.acm-block {
  margin: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block {
    margin: 40px 0;
  }
}
.left-right-content.acm-block .checkers-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 75%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item {
    margin-bottom: 10px;
    display: block;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 0 20% 0 0;
  width: 64%;
  overflow: hidden;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper h2 {
  font: 400 6rem/0.8 "PT Serif", sans-serif;
  letter-spacing: -0.4px;
  margin-bottom: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .left-right-content.acm-block .checkers-item .content-wrapper h2 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cafe-layout .left-right-content.acm-block .checkers-item .content-wrapper h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .content-wrapper .content {
    font-size: 16px;
    line-height: 1.5;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper .content p {
  margin-bottom: 3rem;
}
.left-right-content.acm-block .checkers-item .content-wrapper nav {
  margin-top: 3rem;
}
@media screen and (max-width: 1600px) {
  .left-right-content.acm-block .checkers-item .content-wrapper nav {
    width: 100%;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button {
  display: inline-block;
  max-width: 49%;
  width: 49%;
  min-width: 0;
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button:hover {
  background-color: #00263a;
  color: #fff !important;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .content-wrapper nav .button {
    max-width: 100%;
    width: 100%;
    min-width: 260px;
    display: block;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button + .button {
  margin-top: 1rem;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 0;
  width: 36%;
  overflow: hidden;
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper {
    margin-top: 45px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper {
    width: 100%;
  }
}
.left-right-content.acm-block .checkers-item .side-content-wrapper h3 {
  color: #00263a;
  font-family: "Italian Plate", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1.49px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper h3 {
    margin-bottom: 2rem;
  }
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content {
  color: #00263a;
  font-size: 1.6rem;
  line-height: 1.825;
  letter-spacing: -0.21px;
  list-style: none;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 15px;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #00263a;
  left: 0;
  top: 9px;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content:empty {
  display: none;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content strong {
  font-weight: bold;
}

.weddings-rfp-acm .center-column .rfp-wrapper {
  margin: 0 auto;
  max-width: 1250px;
  background: #ECECEC;
  border: 1.5px solid #E0E0E1;
}
.weddings-rfp-acm .center-column .page-content {
  padding: 63px 66px 0 66px;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm .center-column .page-content {
    padding: 40px 20px;
  }
}
.weddings-rfp-acm .center-column .page-content h2 {
  font: 400 41px/41px "PT Serif", sans-serif;
  color: #19213C;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm .center-column .page-content h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.weddings-rfp-acm .center-column .page-content p:first-of-type:last-of-type {
  margin-bottom: 0;
}
.weddings-rfp-acm form.form {
  margin: 0;
  background: #19213C;
}
.weddings-rfp-acm form.form input[type=text],
.weddings-rfp-acm form.form input[type=date],
.weddings-rfp-acm form.form textarea,
.weddings-rfp-acm form.form select,
.weddings-rfp-acm form.form .input-overlay {
  color: #ADADAD;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.weddings-rfp-acm form.form input[type=text]::-webkit-input-placeholder,
.weddings-rfp-acm form.form input[type=date]::-webkit-input-placeholder,
.weddings-rfp-acm form.form textarea::-webkit-input-placeholder,
.weddings-rfp-acm form.form select::-webkit-input-placeholder,
.weddings-rfp-acm form.form .input-overlay::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]:-moz-placeholder,
.weddings-rfp-acm form.form input[type=date]:-moz-placeholder,
.weddings-rfp-acm form.form textarea:-moz-placeholder,
.weddings-rfp-acm form.form select:-moz-placeholder,
.weddings-rfp-acm form.form .input-overlay:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]::-moz-placeholder,
.weddings-rfp-acm form.form input[type=date]::-moz-placeholder,
.weddings-rfp-acm form.form textarea::-moz-placeholder,
.weddings-rfp-acm form.form select::-moz-placeholder,
.weddings-rfp-acm form.form .input-overlay::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]:-ms-input-placeholder,
.weddings-rfp-acm form.form input[type=date]:-ms-input-placeholder,
.weddings-rfp-acm form.form textarea:-ms-input-placeholder,
.weddings-rfp-acm form.form select:-ms-input-placeholder,
.weddings-rfp-acm form.form .input-overlay:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form select option[value=""] {
  display: none;
}
.weddings-rfp-acm form.form fieldset:not(.controls) {
  padding: 45px 66px 0 46px;
  background: #ECECEC;
}
.weddings-rfp-acm form.form fieldset:not(.controls):after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form fieldset:not(.controls) {
    padding: 30px 30px 0 30px;
  }
}
.weddings-rfp-acm form.form fieldset:not(.controls)#weddings-events_of_consideration {
  padding-top: 25px;
}
.weddings-rfp-acm form.form fieldset:not(.controls) p {
  float: left;
}
.weddings-rfp-acm form.form .terms-privacy, .weddings-rfp-acm form.form fieldset.controls {
  color: #fff;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form .terms-privacy, .weddings-rfp-acm form.form fieldset.controls {
    display: block;
  }
}
.weddings-rfp-acm form.form fieldset.controls {
  width: 380px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form fieldset.controls {
    width: 100%;
  }
}
.weddings-rfp-acm form.form fieldset.controls p {
  margin-top: 25px;
}
.weddings-rfp-acm form.form fieldset.controls input[type=submit].button {
  border: none;
}
.weddings-rfp-acm form.form .terms-privacy {
  margin-left: 66px;
  box-sizing: border-box;
  width: calc(100% - 450px);
  line-height: 28px;
  position: relative;
  text-align: left !important;
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form .terms-privacy {
    width: auto;
    margin-bottom: 0;
    margin-top: 25px;
    margin-right: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form .terms-privacy {
    margin: 20px 30px 0 30px;
    text-align: center !important;
  }
}
.weddings-rfp-acm form.form .terms-privacy .custom-checkbox {
  padding-left: 45px;
}
.weddings-rfp-acm form.form .terms-privacy label {
  text-transform: initial;
  font-size: 16px;
}
.weddings-rfp-acm form.form .terms-privacy em {
  position: absolute;
  left: 34px;
  color: #fff !important;
}
.weddings-rfp-acm form.form h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  font: 500 18px/27px "Italian Plate", sans-serif;
  color: #000;
}
.weddings-rfp-acm form.form h3 em {
  color: #b31919;
  padding-right: 5px;
  vertical-align: middle;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion {
  margin-bottom: 0;
}
.weddings-rfp-acm form.form p {
  padding: 0;
}
.weddings-rfp-acm form.form p label {
  display: block;
  text-transform: uppercase;
  font: 400 12px/17px "PT Serif", sans-serif;
}
.weddings-rfp-acm form.form p label em {
  vertical-align: middle;
}
.weddings-rfp-acm form.form p.col-25 {
  width: calc((100% - 80px) / 4);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form p.col-25 {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.col-25 {
    width: 100%;
    margin-left: 0;
  }
}
.weddings-rfp-acm form.form p.col-50 {
  width: calc((100% - 80px) / 2 + 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form p.col-50 {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.col-50 {
    width: 100%;
    margin-left: 0;
  }
}
.weddings-rfp-acm form.form p.type_datepicker {
  position: relative;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper {
  width: 100%;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper .input-overlay {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper .date-pick {
  width: 100%;
}
.weddings-rfp-acm form.form p.type_datepicker .ui-datepicker-trigger {
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: 0;
  width: 24px;
  height: 22px;
  background-position: 0px -1px;
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.type_datepicker .ui-datepicker-trigger {
    display: block;
  }
}
.weddings-rfp-acm form.form p .group {
  margin: 0;
  float: none;
  display: block;
  height: 50px;
  box-sizing: border-box;
  padding-top: 8px;
}
.weddings-rfp-acm form.form p .group label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: capitalize;
  font-size: 16px;
}
.weddings-rfp-acm form.form p .group label:last-of-type {
  margin-right: 0;
}
.weddings-rfp-acm form.form #weddings-arrival_date, .weddings-rfp-acm form.form #weddings-time {
  padding-left: 45px;
}
.weddings-rfp-acm form.form #weddings-row_time .select-wrapper:before {
  content: "";
  background: url("../images/sprite.svg") 0 -27px no-repeat;
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: 0;
  width: 24px;
  height: 22px;
  z-index: 1;
  pointer-events: none;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion:after {
  clear: both;
  content: "";
  display: table;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion > label {
  display: none;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
  width: calc((100% - 80px) / 4);
  margin: 0 0 20px 20px;
  vertical-align: top;
  min-height: 56px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
    width: 100%;
    margin: 0 0 10px 0;
    min-height: 0;
  }
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion .group {
  height: auto;
  padding-top: 0;
}
.weddings-rfp-acm form.form .custom-checkbox, .weddings-rfp-acm form.form .custom-radio {
  position: relative;
  display: inline-block !important;
  cursor: pointer;
  padding-left: 35px;
  line-height: 28px;
}
.weddings-rfp-acm form.form .custom-checkbox:before, .weddings-rfp-acm form.form .custom-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 0.125em;
  transition: transform 350ms ease-in-out/2;
}
@media only screen and (min-width: 1025px) {
  .weddings-rfp-acm form.form .custom-checkbox:hover:before, .weddings-rfp-acm form.form .custom-radio:hover:before {
    transform: scale(1.1);
    background: #ad8e6c;
  }
  .weddings-rfp-acm form.form .custom-checkbox:active:before, .weddings-rfp-acm form.form .custom-radio:active:before {
    transform: scale(1);
  }
}
.weddings-rfp-acm form.form .custom-checkbox:after, .weddings-rfp-acm form.form .custom-radio:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 6px;
  border-bottom: 0.125em solid #fff;
  border-left: 0.125em solid #fff;
  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;
}
.weddings-rfp-acm form.form .custom-checkbox.checked:before, .weddings-rfp-acm form.form .custom-radio.checked:before {
  background: #19213C;
}
.weddings-rfp-acm form.form .custom-checkbox.checked:after, .weddings-rfp-acm 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;
}
.weddings-rfp-acm form.form .custom-checkbox input, .weddings-rfp-acm form.form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.weddings-rfp-acm form.form .custom-radio:before {
  border-radius: 50%;
}

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

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

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

#events,
#events-static {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#events h2,
#events-static h2 {
  font: 40px/1 "PT Serif", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}
#events h2 a,
#events-static h2 a {
  text-decoration: none;
}
#events .slideshow,
#events-static .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow .event,
#events-static .slideshow .event {
  margin: 0;
}
#events .slideshow-wrapper,
#events-static .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .events-wrapper,
#events-static .events-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#events .events-wrapper + .button,
#events-static .events-wrapper + .button {
  margin-top: 30px;
}
#events .event,
#events-static .event {
  position: relative;
  display: inline-block;
  width: calc((100% / 3) - 10px);
  margin: 0 5px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  #events .event,
#events-static .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event,
#events-static .event {
    width: 100vw;
    margin: 0;
  }
}
#events .event .thumbnail,
#events-static .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail,
#events-static .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail,
#events-static .event .thumbnail.no-thumbnail {
  background: #cfcfcf;
}
#events .event .thumbnail .loading:before,
#events-static .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #ad8e6c;
  border-bottom-color: #ad8e6c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date,
#events-static .event .date {
  display: block;
  position: relative;
  margin: 20px 0;
  color: #ad8e6c;
  font: 18px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
}
#events .event .date a,
#events-static .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover,
#events-static .event .date a:hover {
  text-decoration: none;
}
#events .event h3,
#events-static .event h3 {
  font: 400 24px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}
#events .event p,
#events-static .event p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #events .event p,
#events-static .event p {
    font-size: 14px;
  }
}
#events .event .read-more-link,
#events-static .event .read-more-link {
  display: block;
  margin-top: 10px;
}
#events .event .copy,
#events-static .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy,
#events-static .event .copy {
    padding: 0 10px;
  }
}
#events .slideshow-pagination,
#events-static .slideshow-pagination {
  margin: 30px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination,
#events-static .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > *,
#events-static .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #00263a;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active,
#events-static .slideshow-pagination > *:hover,
#events-static .slideshow-pagination > *.active {
  background: #ad8e6c;
}

.rooms-module {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .rooms-module {
    display: block;
  }
}
.rooms-module #content-submenu {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .rooms-module #content-submenu {
    top: 100px;
    padding: 1.5rem 0;
    background: #fff;
    border-bottom: thin solid #cfcfcf;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module #content-submenu {
    top: 60px;
  }
}
.rooms-module h1, .rooms-module h2 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .rooms-module h1, .rooms-module h2 {
    text-align: center;
  }
}
.rooms-module .page-copy {
  padding: 0 2rem;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .page-copy {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .page-copy {
    padding: 0 2rem;
  }
}
.rooms-module .categories-list {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 767px) {
  .rooms-module .categories-list {
    font-size: 18px;
  }
}
.rooms-module .categories-list h3, .rooms-module .categories-list h4 {
  font: 1.8rem/1 "Italian Plate", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.rooms-module .categories-list .category-info {
  display: block;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .categories-list .category-info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .categories-list .category-info {
    padding: 0 2rem;
  }
}
.rooms-module .categories-list .rooms-category {
  margin-bottom: 5rem;
}
.rooms-module .categories-list .rooms-category:last-child {
  margin-bottom: 0;
}
.rooms-module .category-info {
  font-size: 18px;
  line-height: 1.5;
}

.room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.room-gallery-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 20;
  background: none;
}
.room-gallery-slideshow .slideshow-button.swiper-button-disabled {
  opacity: 0.2;
}
.room-gallery-slideshow .slideshow-button.swiper-button-lock {
  display: none;
}
.room-gallery-slideshow .slideshow-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  transition: stroke 350ms ease-in-out;
  pointer-events: none;
}
.room-gallery-slideshow .slideshow-button:hover svg {
  stroke: #ad8e6c;
}
.room-gallery-slideshow .slideshow-button:active svg {
  stroke: #947552;
  transition-duration: 50ms;
}
.room-gallery-slideshow .slideshow-button.previous {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .room-gallery-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.room-gallery-slideshow .slideshow-button.next {
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.next {
    right: 20px;
  }
}
.room-gallery-slideshow .slideshow-button.big {
  width: 39px;
  height: 65px;
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.big {
    top: auto;
    transform: none;
    bottom: 20px;
    width: 7px;
    height: 14px;
  }
  .room-gallery-slideshow .slideshow-button.big.next {
    transform: rotate(180deg);
  }
}
.room-gallery-slideshow .slideshow-button.big svg {
  stroke-width: 0.875;
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.big svg {
    stroke-width: 5.2;
  }
}

.rooms-module, .rooms-module-category {
  width: 100%;
}
.rooms-module .rooms-list, .rooms-module-category .rooms-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.rooms-module .rooms-list .rooms-entry, .rooms-module-category .rooms-list .rooms-entry {
  width: calc(50% - 5px);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-list .rooms-entry, .rooms-module-category .rooms-list .rooms-entry {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.rooms-module .rooms-list .rooms-entry .image, .rooms-module-category .rooms-list .rooms-entry .image {
  display: block;
  position: relative;
  height: 50rem;
  margin: 0 0 1.5rem;
  background-color: #cfcfcf;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .rooms-module .rooms-list .rooms-entry .image, .rooms-module-category .rooms-list .rooms-entry .image {
    height: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-list .rooms-entry .image, .rooms-module-category .rooms-list .rooms-entry .image {
    height: 30rem;
  }
}
.rooms-module .rooms-list .rooms-entry .description, .rooms-module-category .rooms-list .rooms-entry .description {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .rooms-list .rooms-entry .description, .rooms-module-category .rooms-list .rooms-entry .description {
    padding: 0 1rem;
  }
}
.rooms-module .rooms-list .rooms-entry .description h3, .rooms-module-category .rooms-list .rooms-entry .description h3 {
  width: auto;
  font: 3rem/3rem "Italian Plate", sans-serif;
  letter-spacing: -0.5px;
  text-transform: none;
  margin: 0;
  text-align: left;
}
.rooms-module .rooms-list .rooms-entry .description .read-more, .rooms-module-category .rooms-list .rooms-entry .description .read-more {
  flex-shrink: 0;
  width: auto;
  font: 1.6rem/3rem "Italian Plate", sans-serif;
  text-decoration: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .rooms-list .rooms-entry .description .read-more, .rooms-module-category .rooms-list .rooms-entry .description .read-more {
    padding-right: 0;
  }
}

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

.content-headings h1, .content-headings h2 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .room {
    text-align: left;
  }
}
.room .inner-room-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .room .inner-room-wrapper {
    justify-content: unset;
    flex-flow: column;
    text-align: left;
  }
}
.room .room-content-block {
  width: 100%;
}
.room .room-content-block .links .button {
  border-width: 1px;
  font-family: "Italian Plate", sans-serif;
}
.room .room-content-block .links .button:hover {
  color: #fff;
  background: #00263a;
}
@media only screen and (max-width: 1024px) {
  .room .room-content-block .links .button {
    padding: 15px 25px;
    font-size: 16px;
    min-width: 0;
  }
}
.room .room-acm-block {
  width: 100%;
  padding-left: 20%;
}
@media only screen and (max-width: 1024px) {
  .room .room-acm-block {
    padding-left: 0;
    margin-top: 20px;
  }
}
.room .room-acm-block h4 {
  color: #000;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .room .room-acm-block h4 {
    margin-bottom: 20px;
  }
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .room-gallery-block {
  margin: 80px 0 100px;
  position: relative;
  vertical-align: top;
  display: block;
  overflow: hidden;
  height: 678px;
}
.room .room-gallery-block .rooms-item-gallery {
  width: 50%;
  padding: 7px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
}
.room .room-gallery-block .rooms-item-gallery .thumb {
  display: block;
  position: relative;
  margin: 0;
  height: 339px;
}
.room .room-gallery-block .rooms-item-gallery:nth-child(3) {
  display: inline-block;
  position: absolute;
  top: 0;
}
.room .room-gallery-block .rooms-item-gallery:nth-child(3) .thumb {
  height: 678px;
}
@media only screen and (max-width: 767px) {
  .room .room-gallery-block {
    margin: 30px 0 40px;
    height: auto;
  }
  .room .room-gallery-block .rooms-item-gallery {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .room .room-gallery-block .rooms-item-gallery:last-child {
    margin-bottom: 0;
  }
  .room .room-gallery-block .rooms-item-gallery .thumb {
    height: 300px;
  }
  .room .room-gallery-block .rooms-item-gallery:nth-child(3) {
    position: relative;
    display: block;
  }
  .room .room-gallery-block .rooms-item-gallery:nth-child(3) .thumb {
    height: 300px;
  }
}
.room .links {
  margin: 20px 0;
}

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

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "PT Serif", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #ad8e6c;
  border-bottom-color: #ad8e6c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "PT Serif", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #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 "PT Serif", 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;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "PT Serif", 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 {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .button {
  color: #fff;
  border: none;
  background-color: transparent;
  font-size: 20px;
  padding: 16px 20px;
}
#feeds .button:hover {
  color: #ad8e6c;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

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

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

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1.no-room-amenities .background {
  left: 450px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1.no-room-amenities .background {
    left: 0;
  }
}
.venue.template1.no-room-amenities .background .venue-thumb {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .venue.template1.no-room-amenities .background .venue-thumb {
    right: 0;
  }
}
.venue.template1.no-room-amenities .background .amenities-sliders {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .venue.template1.no-room-amenities .background .amenities-sliders {
    right: 0;
  }
}
.venue.template1.no-room-amenities .content {
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1.no-room-amenities .content {
    width: 100%;
  }
}
.venue.template1.no-room-amenities .buttons {
  left: 100%;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
  background: #cfcfcf;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 60px);
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .background .venue-thumb {
    right: 60px;
  }
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .venue-thumb img.placeholder-image {
  width: auto;
  height: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .background .amenities-sliders {
    right: 60px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  min-height: 360px;
  padding: 40px 25px 15px 30px;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template1 .content {
    font-size: 18px;
    line-height: 1.5;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #ad8e6c;
}
@media only screen and (max-width: 767px) {
  .venue.template1 .content .amenities {
    text-align: center;
  }
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #ad8e6c;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #00263a;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1024px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

#footer {
  position: relative;
  font: 13px "Italian Plate", sans-serif;
  color: #fff;
  background-color: #00263a;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
#footer .logo-wrapper {
  position: relative;
  padding-bottom: 36px;
}
#footer .logo-wrapper:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #ad8e6c;
}
#footer .logo-wrapper .logo {
  position: relative;
  display: block;
  width: 215px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #footer .logo-wrapper .logo {
    width: 140px;
  }
}
#footer .logo-wrapper .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
#footer .logo-wrapper .logo img {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
#footer .logo-wrapper .logo:hover img {
  opacity: 0.6;
}
#footer .row:after {
  clear: both;
  content: "";
  display: table;
}
#footer .row.footer-top {
  text-align: left;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block {
  vertical-align: bottom;
  padding: 40px 5% 70px 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block {
    display: none;
  }
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
  display: flex;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
    width: 100%;
  }
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block h2 {
  margin-bottom: 0;
  font: normal 40px/1 "PT Serif", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  flex: 0 0 265px;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .description {
  position: relative;
  font-size: 18px;
  flex: 1 1 100%;
  padding-top: 10px;
  padding-left: 60px;
  margin-top: auto;
  font-family: "PT Serif", sans-serif;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .description .firstletter {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 60px;
  font: italic 51px/1 "Italian Plate", sans-serif;
  text-align: right;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images {
  font-size: 0;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images .image {
  display: inline-block;
  width: calc((100% / 3) - 20px);
  height: 265px;
  margin-right: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images .image:last-child {
  margin-right: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block {
  padding: 65px 0 90px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block {
    padding: 40px 0 20px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2 {
  font: 34px/1 "Italian Plate", sans-serif;
  letter-spacing: -0.5px;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2.wide {
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2.wide {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
  width: calc(100% - 300px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
    width: 100%;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs {
    flex-direction: column;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input input {
  font: 17px "Italian Plate", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input input {
    font-size: 14px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field {
  flex: 1 1 100%;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text], #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email] {
  padding: 30px 30px 30px 80px;
  height: auto;
  background: #fff;
  color: #00263a;
  border: thin solid #363e51;
  border-right: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text], #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email] {
    border: thin solid #363e51;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]::-webkit-input-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]::-webkit-input-placeholder {
  color: #00263a;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:-moz-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:-moz-placeholder {
  color: #00263a;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]::-moz-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]::-moz-placeholder {
  color: #00263a;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:-ms-input-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:focus::-webkit-input-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:focus::-webkit-input-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:focus:-moz-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:focus:-moz-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:focus::-moz-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:focus::-moz-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=text]:focus:-ms-input-placeholder, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.field input[type=email]:focus:-ms-input-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.submit {
  flex: 1 1 30%;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.submit input, #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.submit button {
  display: block;
  border: thin solid #373e5a;
  background: #00263a;
  padding: 30px 15px;
  font: 17px "Italian Plate", sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .input.submit .button:hover {
  background: #ad8e6c;
}
#footer .row.footer-main {
  padding: 120px 0 35px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main {
    padding: 40px 0;
  }
}
#footer .row.footer-main #footer-contacts {
  border: thin solid #222a42;
  background: #00263a;
  width: 600px;
  margin: 88px auto 120px;
  height: 86px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts {
    width: 75%;
    margin: 40px auto 20px;
    flex-direction: column;
    height: auto;
  }
}
#footer .row.footer-main #footer-contacts p {
  position: relative;
  width: 50%;
  padding: 0 45px;
  font: 24px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 45px;
  }
}
#footer .row.footer-main #footer-contacts p.address span svg {
  width: 14px;
  height: 18px;
}
#footer .row.footer-main #footer-contacts p span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p span {
    padding-left: 35px;
    top: auto;
    transform: translateY(0);
  }
}
#footer .row.footer-main #footer-contacts p span svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #ad8e6c;
}
#footer .row.footer-main #footer-contacts p a {
  text-decoration: none;
}
#footer .row.footer-main #footer-contacts p a:hover {
  color: #ad8e6c;
}
#footer .row.footer-main #footer-contacts p + p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #222a42;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p + p:before {
    width: 100%;
    height: 1px;
  }
}
#footer .row.footer-bottom {
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-bottom {
    padding: 20px 25px;
  }
}
#footer .row + .row {
  border-top: thin solid #272d47;
}

#footer-menu {
  margin-left: 50px;
  max-width: 600px;
  width: 48%;
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin: 0 auto;
    float: none;
    width: 90%;
    padding: 20px 0;
  }
}
#footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer-menu ul li {
  display: inline-block;
  width: calc(100% / 3);
  padding-right: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer-menu ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    text-align: center;
  }
}
#footer-menu ul li a {
  position: relative;
  display: inline-block;
  font: 24px/1 "Italian Plate", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer-menu ul li a {
    font-size: 18px;
  }
}
#footer-menu ul li a:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background: #ad8e6c;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
}
#footer-menu ul li a:hover:before, #footer-menu ul li a.active:before {
  visibility: visible;
  opacity: 1;
  left: -15px;
}

#footer-logos {
  background: #00263a;
  border: thin solid #222a42;
  margin-right: 52px;
  display: table;
  float: right;
}
@media only screen and (max-width: 1024px) {
  #footer-logos {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer-logos {
    width: 75%;
  }
}
#footer-logos li {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  padding: 25px 40px;
}
@media only screen and (max-width: 767px) {
  #footer-logos li {
    padding: 25px 0;
  }
}
#footer-logos li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #222a42;
}
#footer-logos li a {
  text-decoration: none;
  opacity: 1;
  transition: 350ms ease-in-out;
}
#footer-logos li a:hover {
  opacity: 0.5;
}
#footer-logos li img {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  #footer-logos li img {
    width: 60%;
  }
}

#footer .social-section {
  display: flex;
  width: 280px;
  padding-top: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .social-section {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .social-section {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
  }
}
#footer .social-section .socials {
  float: left;
  font-size: 0;
  margin-left: 30px;
}
#footer .social-section .socials li {
  display: inline-block;
  margin: 3px 5px 3px 0;
}
#footer .social-section .socials a {
  position: relative;
  display: block;
  width: 35px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .social-section .socials a:hover svg {
  fill: #ad8e6c;
}
#footer .social-section .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}

#footer .credits {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  height: 24px;
  width: 100px;
}
#footer .credits .credit {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  margin-left: 10px;
}
#footer .credits .credit span {
  transition: 350ms ease-in-out;
}
#footer .credits:hover .intro {
  opacity: 0;
  visibility: hidden;
}
#footer .credits:hover .main {
  opacity: 1;
  visibility: visible;
}
#footer .credits .intro {
  opacity: 1;
  visibility: visible;
}
#footer .credits .main {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #footer .credits {
    float: none;
    position: relative;
    height: 24px;
    width: auto;
    display: block;
  }
  #footer .credits span {
    left: 0;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  /* 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;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
#hebs-gallery .close-button:hover {
  background: #ad8e6c;
}
#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  background-color: #000;
  width: 22px;
  height: 1px;
  margin-top: -1px;
  margin-left: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#hebs-gallery .close-button:before {
  transform: rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 28px 0 0 25px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #cfcfcf;
  font-size: 14px;
  color: #00263a;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 70px;
  bottom: 240px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) 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: 1024px) {
  #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: 44px;
  height: 32px;
  margin-top: -16px;
  margin-left: 6px;
  margin-right: 6px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#hebs-gallery .galleria-image-nav-left:before,
#hebs-gallery .galleria-image-nav-right:before {
  content: "";
  display: block;
  margin-top: -7px;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left {
  left: 15px;
}
#hebs-gallery .galleria-image-nav-left:before {
  border-right: 7px solid #fff;
}
#hebs-gallery .galleria-image-nav-left:hover:before {
  border-right-color: #ad8e6c;
}
#hebs-gallery .galleria-image-nav-right {
  right: 15px;
}
#hebs-gallery .galleria-image-nav-right:before {
  border-left: 7px solid #fff;
}
#hebs-gallery .galleria-image-nav-right:hover:before {
  border-left-color: #ad8e6c;
}
#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: #ad8e6c;
  border-bottom-color: #ad8e6c;
  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: 130px;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) 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: 0 auto;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  width: 205px !important;
  height: 130px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 2px 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;
  bottom: 180px;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 26px/40px "Italian Plate", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
.scrolling-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
  transition: all 350ms ease-in-out;
}
.booking-visible .scrolling-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1100px) {
  .booking-visible .scrolling-overlay {
    opacity: 1;
    visibility: visible;
  }
}

#booking {
  display: block;
  width: 450px;
  background: #fff;
  position: fixed;
  top: 120px;
  left: 100%;
  height: auto;
  padding: 0;
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out, top 350ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 60;
}
@media only screen and (min-width: 1025px) {
  html.scrolled #booking {
    top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  #booking {
    position: fixed;
    top: 120px;
    width: 100%;
    display: block;
    overflow: auto;
    padding: 0;
    height: calc(100% - 120px);
    -webkit-overflow-scrolling: touch;
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    top: 60px;
    height: calc(100% - 60px);
  }
}
.booking-visible #booking {
  transform: translateX(-100%);
  opacity: 1;
}
.scrolled.keyboard-navigation #booking {
  transition: none;
  display: none;
}
.scrolled.booking-visible.keyboard-navigation #booking {
  display: block;
}
@media (max-width: 1100px) {
  .booking-visible #booking {
    transform: translateX(-100%);
    opacity: 1;
  }
}
#booking .input-wrapper {
  position: relative;
}
#booking .center-column {
  padding: 20px 45px;
}
@media only screen and (max-width: 1024px) {
  #booking .center-column {
    padding: 30px 20px;
  }
}
#booking form {
  text-align: center;
  font-size: 0;
  display: block;
}
#booking .column {
  position: relative;
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
#booking label {
  display: block;
  text-align: center;
  font: normal 17px/24px "PT Serif", sans-serif;
  color: #00263a;
  margin-bottom: 14px;
  text-transform: uppercase;
}
#booking input[type=text],
#booking input[type=date],
#booking select,
#booking .input-overlay,
#booking .select-field {
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #00263a;
  font-size: 17px;
  line-height: 50px;
  border: 1px solid #00263a;
  text-transform: uppercase;
  text-align: center;
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #booking input[type=text],
#booking input[type=date],
#booking select,
#booking .input-overlay,
#booking .select-field {
    padding: 0 25px;
  }
}
#booking .booking-contacts {
  display: block;
  text-align: center;
  font: normal 18px/1.2 "PT Serif", sans-serif;
  color: #3A2D23;
  padding-top: 15px;
}
#booking .booking-contacts a {
  color: #000;
}
#booking .booking-contacts a:hover {
  color: #000;
}
#booking .input-overlay {
  opacity: 0;
  margin-top: -50px;
  display: block;
}
#booking #booking-dates {
  width: 100%;
}
#booking .decrement, #booking .increment {
  position: absolute;
  width: 45px;
  height: 100%;
  top: 0;
  fill: #00263a;
}
#booking .decrement {
  left: 0;
}
#booking .increment {
  right: 0;
  transform: rotate(180deg);
}
#booking input[type=submit] {
  display: inline-block;
  color: #fff;
  background: #00263a;
  vertical-align: top;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  width: auto;
  padding: 0 40px;
  margin-top: 12px;
  transition: border-color 350ms ease-in-out, color 350ms ease-in-out, background-color 350ms ease-in-out;
  border: 1px solid transparent;
}
#booking input[type=submit]:hover {
  background: #fff;
  color: #00263a;
  border: 1px solid #00263a;
}

#booking-datepicker {
  width: 640px;
  display: none;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    max-height: 0;
    width: 100%;
    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: #00263a;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "PT Serif", 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.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: #000000;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 84px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 29px;
  }
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .specials-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.specials .specials-item {
  width: calc(100% / 3);
  padding: 30px 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .specials .specials-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .specials-item {
    width: 100%;
  }
}
.specials .specials-item .thumbnail {
  position: relative;
  float: none;
  width: 100%;
  height: 50vh;
  margin: 0;
  background-color: #cfcfcf;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.specials .specials-item .thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -10000px;
}
.specials .specials-item h3 {
  display: block;
  font: 22px "Italian Plate", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0 25px;
}
.specials .specials-item nav {
  display: flex;
  justify-content: center;
}
.specials .specials-item nav a {
  min-width: auto;
  font-size: 16px;
  padding: 23px 40px;
}
.specials .specials-item nav a:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .specials-item nav {
    display: block;
  }
  .specials .specials-item nav a {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
  }
  .specials .specials-item nav a:last-child {
    margin-left: 0;
  }
}
.specials .page-content .button:hover {
  color: #fff;
  background-color: #00263a;
}

.single-special {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .single-special {
    flex-direction: column;
  }
}
.single-special .special-content {
  text-align: left;
}
.single-special .special-content h1, .single-special .special-content h2 {
  text-align: left;
}
.single-special .special-content h1 {
  font-size: 6rem;
  letter-spacing: -0.4px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .single-special .special-content h1 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.single-special .special-content .text {
  margin-bottom: 3rem;
}
.single-special .special-content nav .button {
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .single-special .special-content nav .button {
    width: 100%;
  }
}
.single-special .special-content nav .button:hover {
  color: #fff;
  background-color: #00263a;
}
.single-special .thumb {
  flex-shrink: 0;
  width: 33%;
  margin-left: 20%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .single-special .thumb {
    width: 100%;
    margin: 0;
  }
}
.single-special .thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

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

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

.hotel-location-map, .poi-map-canvas {
  height: 500px;
  background: #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .hotel-location-map, .poi-map-canvas {
    height: 70vh;
  }
}
@media screen and (max-height: 800px) {
  .hotel-location-map, .poi-map-canvas {
    height: 70vh;
  }
}

.map-content {
  padding: 0;
  display: flex;
  background-color: #fff;
  border: 1px solid #F7F7F7;
  flex-flow: column;
  overflow: hidden;
}
.map-content .image-wrapper {
  position: relative;
  width: 100px;
}
.map-content .image-wrapper img {
  max-width: 100%;
}
.map-content .text-wrapper {
  padding: 10px;
  padding-bottom: 20px;
}
.map-content h3,
.map-content p {
  font-family: "PT Serif", sans-serif;
  font-size: 12px;
  text-transform: none;
  text-align: left;
}
.map-content h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.map-content p {
  margin-bottom: 10px;
}
.map-content .links-wrapper {
  display: flex;
}
.map-content a {
  font-family: "PT Serif", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  border-right: 1px solid;
  margin-right: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.map-content a:last-child {
  border-right: 1px solid transparent;
  margin-right: 0;
  padding-right: 0;
}

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

.marker-cluster-small {
  background-color: tan;
}
.marker-cluster-small div {
  background-color: tan;
}

.marker-cluster-medium {
  background-color: tan;
}
.marker-cluster-medium div {
  background-color: tan;
}

.press-acm {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .press-acm {
    margin: 30px 0;
  }
}

.pressroom {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
}
.pressroom .pressroom-item {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-bottom: 90px;
  text-align: center;
}
.pressroom .pressroom-item.hide {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .pressroom-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pressroom .pressroom-item .thumbnail {
  display: block;
  width: 100%;
  height: auto;
}
.pressroom .pressroom-item h3 {
  font-size: 17px;
  line-height: 22px;
  font-family: "Italian Plate", sans-serif;
  text-transform: uppercase;
  margin: 30px 20px 15px;
  font-weight: 500;
}
.pressroom .pressroom-item .content {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  min-height: 216px;
  padding-bottom: 65px;
}
.pressroom .pressroom-item .content p {
  margin: 0 30px 10px;
}
.pressroom .pressroom-item .pdf {
  font-size: 14px;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
}
.pressroom .pressroom-item .view-gallery {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}
.pressroom .pressroom-item .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: 500;
  min-width: 218px;
}
.pressroom .more-press {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  border-top: 1px solid #000;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pressroom .more-press {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.pressroom .more-press h4, .pressroom .more-press button {
  font-size: 18px;
  line-height: 24px;
  font-family: "Italian Plate", sans-serif;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: 500;
}
.pressroom.all-loaded .more-press {
  display: none;
}
.pressroom.all-loaded .hide {
  display: block;
}

.gallery-module {
  margin: 0 6vw;
}
@media only screen and (max-width: 767px) {
  .gallery-module {
    margin: 0 10px 0 0;
  }
}
.gallery-module .category-selector {
  display: block;
  margin-bottom: 10rem;
  text-align: center;
}
.gallery-module .category-selector .buttons-wrapper {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .gallery-module .category-selector .buttons-wrapper {
    display: block;
  }
}
.gallery-module .category-selector .button {
  display: block !important;
  width: 370px;
  margin: 0;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-module .category-selector .button {
    width: 100%;
  }
}
.gallery-module .category-selector .button:hover {
  color: #fff;
  background-color: #00263a;
}
.gallery-module .category-selector .button.show-categories {
  border-bottom: 2px solid #00263a;
  padding-left: 10px;
  padding-right: 70px;
}
.gallery-module .category-selector .button.show-categories:hover:after {
  border-top: 8px solid #fff;
}
.gallery-module .category-selector .button.show-categories.active {
  color: #fff;
  background-color: #00263a;
}
.gallery-module .category-selector .button.show-categories.active:after {
  border-top: 8px solid #fff;
  transform: rotate(180deg);
}
.gallery-module .category-selector .button.show-categories:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 8px solid #00263a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 50%;
  right: 26px;
  margin-top: -4px;
  margin-left: -8px;
  transform: rotate(0);
  transition: transform 0.4s ease 0s, border-color 0.4s ease 0s;
}
.gallery-module .category-selector .category-list {
  position: absolute;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  width: 100%;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  z-index: 10;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, margin-top 0.4s ease 0s;
}
.gallery-module .category-selector .category-list.visible {
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
}
.gallery-module .category-selector .category-list button {
  display: block;
  width: 100%;
  border: 0;
}
.gallery-module .category-selector .category-list button + .button {
  border-top: 2px solid #cfcfcf;
}
.gallery-module .category-selector .select-wrapper {
  display: none;
}
.gallery-module .galleies-wrapper {
  margin-top: -10px;
  margin-left: -10px;
}
.gallery-module .gallery-tile {
  width: calc(50% - 10px);
  line-height: 0;
  font-size: 0;
  margin: 10px 0 0 10px;
  flex-grow: 1;
}
.gallery-module .gallery-tile button {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}
.gallery-module .gallery-tile button .thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #cfcfcf;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
.gallery-module .gallery-tile button .thumb:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  height: 75px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
  transition: bottom 350ms ease-in-out;
}
.gallery-module .gallery-tile button .square {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 350ms ease-in-out;
}
.gallery-module .gallery-tile button .square span {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
}
.gallery-module .gallery-tile button .square span.top {
  border-top: 2px solid #fff;
}
.gallery-module .gallery-tile button .square span.bottom {
  border-bottom: 2px solid #fff;
  top: auto;
  bottom: 0;
}
.gallery-module .gallery-tile button .square span.left {
  border-left: 2px solid #fff;
}
.gallery-module .gallery-tile button .square span.right {
  border-right: 2px solid #fff;
  left: auto;
  right: 0;
}
.gallery-module .gallery-tile .img-caption {
  position: absolute;
  left: 0;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Italian Plate", sans-serif;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .gallery-module .gallery-tile .img-caption {
    font-size: 11px;
  }
}
@media (min-width: 1120px) {
  .gallery-module .gallery-tile .img-caption {
    font-size: 14px;
  }
}
.gallery-module .gallery-tile button:hover .thumb:before {
  bottom: 0;
}
.gallery-module .gallery-tile button:hover .square {
  opacity: 1;
  visibility: visible;
}
.gallery-module .gallery-tile button:hover .img-caption {
  opacity: 1;
}
.gallery-module .four-different .group-of-3 {
  height: calc(40vw + 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gallery-module .four-different .group-of-3:empty {
  height: 0;
}
.gallery-module .four-different .group-of-3 .gallery-tile {
  flex-basis: calc(50% - 10px);
}
.gallery-module .four-different .group-of-3 .gallery-tile button {
  padding: 0;
  height: 100%;
}
.gallery-module .four-different .group-of-3 .gallery-tile:nth-child(1) {
  flex-basis: 100%;
}
.gallery-module .four-different .group-of-3 .gallery-tile:nth-child(1):last-child {
  width: calc(100% - 10px);
}
.gallery-module .four-different > .gallery-tile {
  width: calc(100% - 10px);
}
.gallery-module .four-different > .gallery-tile button {
  padding-bottom: 40%;
}
.gallery-module .four-different:nth-child(4n+1) .group-of-3 .gallery-tile:nth-child(1) {
  order: 3;
}
.gallery-module .four-equal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-module .category-selector::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gallery-module .category-selector::-webkit-scrollbar:vertical {
  width: 12px;
}
.gallery-module .category-selector::-webkit-scrollbar:horizontal {
  height: 12px;
}
.gallery-module .category-selector::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.gallery-module .category-selector::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid #cfcfcf;
}
.form label {
  display: none;
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  float: none;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 15px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p.col-50 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form p.col-50 {
    float: none;
    width: 100%;
  }
}
.form p.col-100 {
  clear: left;
  width: 100%;
}
.form p.type_recaptcha {
  margin: 0;
}
.form p.terms-privacy {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}
.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 {
  border: thin solid #cfcfcf;
  display: block;
  font: 15px/50px "Italian Plate", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  padding: 0 27px;
  background: #fff;
  resize: none;
}
.form input[type=text].hide,
.form input[type=date].hide,
.form textarea.hide,
.form select.hide,
.form .input-overlay.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder,
.form input[type=date]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form .input-overlay::-webkit-input-placeholder {
  color: #00263a;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:-moz-placeholder,
.form input[type=date]:-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder,
.form .input-overlay:-moz-placeholder {
  color: #00263a;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]::-moz-placeholder,
.form input[type=date]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder,
.form .input-overlay::-moz-placeholder {
  color: #00263a;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=date]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form .input-overlay:-ms-input-placeholder {
  color: #00263a;
  opacity: 1;
  -ms-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=date]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder,
.form .input-overlay:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-moz-placeholder,
.form input[type=date]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder,
.form select:focus:-moz-placeholder,
.form .input-overlay:focus:-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=date]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form select:focus::-moz-placeholder,
.form .input-overlay:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=date]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form select:focus:-ms-input-placeholder,
.form .input-overlay:focus:-ms-input-placeholder {
  opacity: 0;
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
.form .select-wrapper {
  width: 100%;
}
.form textarea {
  line-height: 18px;
  height: 410px;
  padding: 27px;
  resize: none;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 6px;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick,
.form .input-overlay {
  width: 180px;
  height: 50px;
  line-height: 50px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick,
.form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 18px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .g-recaptcha {
  padding: 0 20px;
}
.form .controls {
  margin-top: 50px;
}
.form .controls p {
  padding: 0 20px;
  text-align: center;
  width: auto;
  background: none;
}
.form .controls .submit-button {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  transition: 350ms ease-in-out;
}
.form .controls .submit-button:hover {
  background-color: #00263a;
}
.form .controls .submit-button:hover .button {
  color: #fff;
}
.form .controls .button {
  background: transparent;
}

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_], .form {
  display: block;
  margin: 0 auto 20px;
}
[id*=form_form_] fieldset + fieldset, .form fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] legend, .form legend {
  display: none;
}
[id*=form_form_] h3, .form h3 {
  display: none;
}
[id*=form_form_] em, .form em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label, .form label {
  display: none;
  width: 100%;
  margin-bottom: 10px;
  font: 16px/1 "Italian Plate", sans-serif;
  color: #cfcfcf;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] label, .form label {
    margin: 0 0 10px;
  }
}
[id*=form_form_] .select-wrapper .select-icon, .form .select-wrapper .select-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 6px solid #000;
  transform: translateY(-50%);
}
[id*=form_form_] p, .form p {
  margin-bottom: 10px;
}
[id*=form_form_] p:after, .form p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span, .form p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group, .form p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input, .form p span input {
  display: inline;
  float: none;
  margin: 0;
  color: #00263a;
}
[id*=form_form_] p span label, .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group, .form p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] p span.group, .form p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label, .form p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input, .form p span.group label input {
  margin-right: 0.4em;
}
[id*=form_form_] .select-wrapper, .form .select-wrapper {
  display: block;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .select-wrapper, .form .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .form input[type=text], .form input[type=number], .form input[type=email], .form input[type=phone], .form input[type=url], .form input[type=datepicker], .form textarea, .form select, .form .input-overlay {
  font: 18px/50px "Italian Plate", sans-serif;
  background: #fff;
  color: #00263a;
  height: 50px;
  padding: 0 27px;
  resize: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  border: thin solid #cfcfcf;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay, .form input[type=text], .form input[type=number], .form input[type=email], .form input[type=phone], .form input[type=url], .form input[type=datepicker], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text]:focus, [id*=form_form_] input[type=number]:focus, [id*=form_form_] input[type=email]:focus, [id*=form_form_] input[type=phone]:focus, [id*=form_form_] input[type=url]:focus, [id*=form_form_] input[type=datepicker]:focus, [id*=form_form_] textarea:focus, [id*=form_form_] select:focus, [id*=form_form_] .input-overlay:focus, .form input[type=text]:focus, .form input[type=number]:focus, .form input[type=email]:focus, .form input[type=phone]:focus, .form input[type=url]:focus, .form input[type=datepicker]:focus, .form textarea:focus, .form select:focus, .form .input-overlay:focus {
  border-color: #ad8e6c;
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error, .form input[type=text].form_module_field_error, .form input[type=number].form_module_field_error, .form input[type=email].form_module_field_error, .form input[type=phone].form_module_field_error, .form input[type=url].form_module_field_error, .form input[type=datepicker].form_module_field_error, .form textarea.form_module_field_error, .form select.form_module_field_error, .form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] input[type=text]::-webkit-input-placeholder, [id*=form_form_] input[type=number]::-webkit-input-placeholder, [id*=form_form_] input[type=email]::-webkit-input-placeholder, [id*=form_form_] input[type=phone]::-webkit-input-placeholder, [id*=form_form_] input[type=url]::-webkit-input-placeholder, [id*=form_form_] input[type=datepicker]::-webkit-input-placeholder, [id*=form_form_] textarea::-webkit-input-placeholder, [id*=form_form_] select::-webkit-input-placeholder, [id*=form_form_] .input-overlay::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=phone]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form input[type=datepicker]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form .input-overlay::-webkit-input-placeholder {
  color: #00263a;
}
[id*=form_form_] input[type=text]:-moz-placeholder, [id*=form_form_] input[type=number]:-moz-placeholder, [id*=form_form_] input[type=email]:-moz-placeholder, [id*=form_form_] input[type=phone]:-moz-placeholder, [id*=form_form_] input[type=url]:-moz-placeholder, [id*=form_form_] input[type=datepicker]:-moz-placeholder, [id*=form_form_] textarea:-moz-placeholder, [id*=form_form_] select:-moz-placeholder, [id*=form_form_] .input-overlay:-moz-placeholder, .form input[type=text]:-moz-placeholder, .form input[type=number]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=phone]:-moz-placeholder, .form input[type=url]:-moz-placeholder, .form input[type=datepicker]:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder, .form .input-overlay:-moz-placeholder {
  color: #00263a;
}
[id*=form_form_] input[type=text]::-moz-placeholder, [id*=form_form_] input[type=number]::-moz-placeholder, [id*=form_form_] input[type=email]::-moz-placeholder, [id*=form_form_] input[type=phone]::-moz-placeholder, [id*=form_form_] input[type=url]::-moz-placeholder, [id*=form_form_] input[type=datepicker]::-moz-placeholder, [id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder, [id*=form_form_] .input-overlay::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=phone]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form input[type=datepicker]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder, .form .input-overlay::-moz-placeholder {
  color: #00263a;
}
[id*=form_form_] input[type=text]:-ms-input-placeholder, [id*=form_form_] input[type=number]:-ms-input-placeholder, [id*=form_form_] input[type=email]:-ms-input-placeholder, [id*=form_form_] input[type=phone]:-ms-input-placeholder, [id*=form_form_] input[type=url]:-ms-input-placeholder, [id*=form_form_] input[type=datepicker]:-ms-input-placeholder, [id*=form_form_] textarea:-ms-input-placeholder, [id*=form_form_] select:-ms-input-placeholder, [id*=form_form_] .input-overlay:-ms-input-placeholder, .form input[type=text]:-ms-input-placeholder, .form input[type=number]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=phone]:-ms-input-placeholder, .form input[type=url]:-ms-input-placeholder, .form input[type=datepicker]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder, .form .input-overlay:-ms-input-placeholder {
  color: #00263a;
}
[id*=form_form_] textarea, .form textarea {
  line-height: 18px;
  height: 410px;
  padding: 27px;
  border: 1px solid #cfcfcf;
  resize: vertical;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], .form input[type=checkbox],
.form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, .form input[type=datepicker], .form .input-overlay {
  float: left;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, .form input[type=datepicker], .form .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay, .form .input-overlay {
  clear: both;
  opacity: 0;
  margin-top: -50px;
}
[id*=form_form_] .ui-datepicker-trigger, .form .ui-datepicker-trigger {
  position: absolute;
  top: auto;
  right: auto;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
  transform: none;
}
[id*=form_form_] .ui-datepicker-trigger:hover, .form .ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .ui-datepicker-trigger, .form .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] [type=submit], .form [type=submit] {
  display: block;
  margin: 20px auto;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] [type=submit], .form [type=submit] {
    width: 100%;
  }
}
[id*=form_form_] > [type=submit], .form > [type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha, .form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .g-recaptcha > div, .form .g-recaptcha > div {
  transition: box-shadow 350ms ease-in-out;
}
[id*=form_form_] .g-recaptcha > div.error, .form .g-recaptcha > div.error {
  box-shadow: 0 0 0 2px red;
  transition: box-shadow 0ms;
}
[id*=form_form_] .form-builder-field, .form .form-builder-field {
  position: relative;
  width: 100%;
  margin: 16px 0 0 20px;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label, .form .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label, .form .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden], .form .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label, .form .form-builder-field[class*=inputcheckbox] > label, .form .form-builder-field[class*=checkboxgroup] > label, .form .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label, .form .form-builder-field[class*=inputcheckbox] > label, .form .form-builder-field[class*=checkboxgroup] > label, .form .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label, .form .form-builder-field[class*=inputcheckbox] .radio-label, .form .form-builder-field[class*=inputcheckbox] .checkbox-label, .form .form-builder-field[class*=checkboxgroup] .radio-label, .form .form-builder-field[class*=checkboxgroup] .checkbox-label, .form .form-builder-field[class*=radiogroup] .radio-label, .form .form-builder-field[class*=radiogroup] .checkbox-label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label, .form .form-builder-field[class*=inputcheckbox] .radio-label, .form .form-builder-field[class*=inputcheckbox] .checkbox-label, .form .form-builder-field[class*=checkboxgroup] .radio-label, .form .form-builder-field[class*=checkboxgroup] .checkbox-label, .form .form-builder-field[class*=radiogroup] .radio-label, .form .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label, .form .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label, .form .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit], .form .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance, .form .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em, .form .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox], .form .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label, .form .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #00263a;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph], .form .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=paragraph], .form .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile], .form .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file], .form .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label, .form .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input, .form .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "PT Serif", sans-serif;
  color: #00263a;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before, .form .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group, .form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0 0 -20px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field, .form .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label, .form .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email], .form .form-builder-group.columns-2 .form-builder-field input[type=text], .form .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-2 .form-builder-field[class*=country] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input, .form .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=country] select, .form .form-builder-group.columns-2 .form-builder-field[class*=country] input, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, .form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label, .form .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email], .form .form-builder-group.columns-3 .form-builder-field input[type=text], .form .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-3 .form-builder-field[class*=country] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input, .form .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=country] select, .form .form-builder-group.columns-3 .form-builder-field[class*=country] input, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .form .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field, .form .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label, .form .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email], .form .form-builder-group.columns-4 .form-builder-field input[type=text], .form .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, .form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, .form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label, .form .form-builder-group.columns-4 .form-builder-field[class*=country] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input, .form .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=country] select, .form .form-builder-group.columns-4 .form-builder-field[class*=country] input, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, .form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .form .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even), .form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even), .form .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, .form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio, .form .custom-checkbox, .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, .form .custom-checkbox:before, .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: #cfcfcf 1px solid;
}
@media only screen and (min-width: 1025px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before, .form .custom-checkbox:hover:before, .form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before, .form .custom-checkbox:active:before, .form .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after, .form .custom-checkbox:after, .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, .form .custom-checkbox.checked:after, .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, .form .custom-checkbox input, .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, .form .custom-checkbox.active, .form .custom-radio.active {
  color: #00263a;
}
[id*=form_form_] .custom-radio:before, .form .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after, .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, .form .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file], .form input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input, .form .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive, .form .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

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

.poi-zoom {
  color: #00263a;
  font: 16px/26px "Italian Plate", sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #00263a;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  margin-left: 5px;
  transition: background 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:hover {
  background: #ad8e6c;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
  background: #cfcfcf;
}
@media only screen and (max-width: 1024px) {
  .poi-map {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 70vh;
  }
}
@media screen and (max-height: 800px) {
  .poi-map {
    height: 70vh;
  }
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}

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

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  font: 16px/20px "Italian Plate", sans-serif;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #ad8e6c;
}
#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: 30px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  font: 16px/1 "Italian Plate", sans-serif;
  text-decoration: none;
  border-bottom: thin solid #cfcfcf;
  color: #cfcfcf;
}
#calendar-year a:hover {
  border-color: #00263a;
  color: #00263a;
}
#calendar-year .active a {
  border-color: #00263a;
  color: #00263a;
}
#calendar-year .active a:hover {
  border-color: #00263a;
  color: #00263a;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px/40px "Italian Plate", sans-serif;
  color: #00263a;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #00263a;
  color: #fff;
}
#calendar-month a.active {
  background: #ad8e6c;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #00263a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #ad8e6c;
  }
  #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;
  font: 14px/40px "Italian Plate", sans-serif;
  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: #cfcfcf;
}
#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;
  font: italic 24px/40px "Italian Plate", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

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

@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 {
  font: 34px "PT Serif", sans-serif;
  text-transform: none;
  letter-spacing: -0.5px;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #00263a;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font: 4rem "Italian Plate", sans-serif;
  letter-spacing: -0.5px;
}

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

#calendar .dates,
#calendar .attachment {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
}
#calendar .dates strong,
#calendar .attachment strong {
  color: #ad8e6c;
}

#calendar .dates > small {
  display: block;
  font-size: 16px;
}
#calendar .dates > small strong {
  color: #ad8e6c;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid #cfcfcf;
  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: 1024px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Italian Plate", sans-serif;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #00263a;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#calendar.events-widget-tiles .image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 1400px;
}
#calendar.events-widget-tiles .image-list-item {
  position: relative;
  width: calc((100% / 3) - 30px);
  height: 360px;
  margin: 15px;
  background-color: #51555B;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar.events-widget-tiles .image-list-item {
    width: calc((100% / 2) - 30px);
  }
}
@media only screen and (max-width: 767px) {
  #calendar.events-widget-tiles .image-list-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
#calendar.events-widget-tiles .image-list-item::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(20, 14, 14, 0.8) 100%);
  border: none;
  transition: background 0.6s;
  z-index: 5;
}
#calendar.events-widget-tiles .image-list-item:hover::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(20, 14, 14, 0.9) 100%);
}
#calendar.events-widget-tiles .image-list-item:hover .hidden-descr {
  max-height: 500px;
}
#calendar.events-widget-tiles .description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 10;
}
#calendar.events-widget-tiles .description *:not(.button) {
  font-family: "PT Serif", sans-serif;
  color: #fff;
}
#calendar.events-widget-tiles .description span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}
#calendar.events-widget-tiles .description h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
#calendar.events-widget-tiles .description .button {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 10px 0 0;
}
#calendar.events-widget-tiles .hidden-descr {
  max-height: 0;
  transition: max-height 0.6s ease-in;
  overflow: hidden;
}
#calendar.events-widget-tiles .empty-image-list {
  width: 100%;
  font: 400 24px/26px "PT Serif", sans-serif;
  text-align: center;
  color: #51555B;
}

.amenities-acm {
  margin-top: 80px;
}
.amenities-acm article {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article {
    display: block;
  }
}
.amenities-acm article:nth-child(even) {
  flex-direction: row-reverse;
}
.amenities-acm article .content {
  min-height: 670px;
  width: 330px;
  margin: 60px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article .content {
    min-height: 0;
    margin: 30px;
  }
}
.amenities-acm article .content h3 {
  font: 500 14px/14px "Italian Plate", sans-serif;
  text-transform: uppercase;
}
.amenities-acm article .content h2 {
  font-size: 41px;
  line-height: 41px;
  font-family: "PT Serif", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.amenities-acm article .gallery {
  margin: 0;
  flex: 0 1 65%;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article .gallery {
    width: 100%;
    height: 300px;
  }
}
.amenities-acm article .gallery .swiper-slide {
  background-position: 50% 50%;
  background-size: cover;
}
.amenities-acm article .gallery .arrows button {
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  text-indent: -1000px;
  overflow: hidden;
  transform: translate(0, -50%);
}
.amenities-acm article .gallery .arrows button.next {
  left: auto;
  right: 30px;
}
.amenities-acm article .gallery .arrows button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #AB7D22;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(-3px, 0);
}
.amenities-acm article .gallery .arrows button.next:after {
  border-right: 0;
  border-left: 7px solid #AB7D22;
  transform: translate(-50%, -50%) translate(2px, 0);
}

.three-tile-slideshow {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow {
    margin-bottom: 30px;
  }
}
.three-tile-slideshow .swiper-wrapper {
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .three-tile-slideshow .swiper-wrapper {
    height: 100% !important;
  }
}
.three-tile-slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.three-tile-slideshow .slide {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slide {
    width: 80%;
  }
}
.three-tile-slideshow .slide img {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
}
.three-tile-slideshow .slideshow-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-pagination {
    left: 20px;
  }
}
.three-tile-slideshow .slideshow-pagination button {
  display: inline-block;
  background: #bbb5b7;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  pointer-events: all;
  opacity: 0.2;
  transition: 350ms ease-in-out;
}
.three-tile-slideshow .slideshow-pagination button + button {
  margin-left: 3px;
  margin-right: 0;
}
.three-tile-slideshow .slideshow-pagination button.active, .three-tile-slideshow .slideshow-pagination button:hover {
  background: #fff;
  opacity: 1;
}
.three-tile-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.three-tile-slideshow .slideshow-button:hover {
  border-color: #ad8e6c;
}
.three-tile-slideshow .slideshow-button.previous {
  left: 90px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tile-slideshow .slideshow-button.previous {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button.previous {
    left: 10px;
  }
}
.three-tile-slideshow .slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tile-slideshow .slideshow-button.next {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button.next {
    right: 10px;
  }
}

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

.content-column-center-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm {
    margin-bottom: 60px;
  }
}
.content-column-center-acm .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm .section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.content-column-center-acm .section:last-child {
  margin-bottom: 0;
}
.content-column-center-acm .section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section:nth-child(2n) {
    flex-direction: column;
  }
}
.content-column-center-acm .section .content {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm .section .content {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .content {
    width: 100%;
  }
}
.content-column-center-acm .section .content h3 {
  margin-bottom: 20px;
  font: 500 14px/14px "Italian Plate", sans-serif;
  text-transform: uppercase;
}
.content-column-center-acm .section .content h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "PT Serif", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.content-column-center-acm .section .content p {
  margin-bottom: 14px;
}
.content-column-center-acm .section .content p:last-child {
  margin-bottom: 0;
}
.content-column-center-acm .section .content .button {
  max-width: 220px;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .content .button {
    min-width: 220px;
  }
}
.content-column-center-acm .section .image {
  position: relative;
  width: 70%;
  min-height: 600px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm .section .image {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .image {
    width: 100%;
  }
}

.faq-acm {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .faq-acm {
    margin-bottom: 50px;
  }
}
.faq-acm .heading {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 30px;
  font-family: "Italian Plate", sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
.faq-acm .category {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .faq-acm .category {
    margin-bottom: 30px;
  }
}
.faq-acm .category:last-child {
  margin-bottom: 0;
}
.faq-acm .category-name, .faq-acm .question-title {
  margin-bottom: 20px;
  font: 500 18px/18px "Italian Plate", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .faq-acm .category-name, .faq-acm .question-title {
    font-size: 20px;
    line-height: 1;
  }
}
.faq-acm .category-name {
  margin-bottom: 20px;
  text-align: center;
}
.faq-acm .question {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 1px solid #cfcfcf;
}
.faq-acm .question:last-child {
  margin-bottom: 0;
}
.faq-acm .question-title {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 40px 10px 20px;
  margin-bottom: 0;
}
.faq-acm .question-title:before {
  transform: rotate(270deg);
}
.faq-acm .question-title:before, .faq-acm .question-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 24px;
  display: block;
  background-color: #00263a;
  width: 2px;
  height: 10px;
  transition: all 350ms ease-in-out;
}
.faq-acm .question-title:after {
  transform: rotate(270deg);
}
.faq-acm .question-title.collapsed:before {
  transform: rotate(0deg);
}
.faq-acm .question-title.collapsed:after {
  transform: rotate(90deg);
}
.faq-acm .content-read-more-wrapper {
  margin: 0 20px;
}

.content-for-lists-acm {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .content-for-lists-acm {
    margin-top: 30px;
  }
}
.content-for-lists-acm .center-column {
  max-width: 1150px;
}
.content-for-lists-acm h3 {
  margin-bottom: 50px;
  font: 500 14px/14px "Italian Plate", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.content-for-lists-acm .lists {
  display: flex;
  flex-wrap: wrap;
}
.content-for-lists-acm .list-wrapper {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .content-for-lists-acm .list-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-for-lists-acm .list-wrapper:nth-child(2n) {
  margin-right: 0;
}
.content-for-lists-acm .list-wrapper h2 {
  margin-bottom: 20px;
  font-size: 41px;
  line-height: 41px;
  font-family: "PT Serif", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.content-for-lists-acm .list-wrapper ul li {
  position: relative;
  padding-left: 35px;
}
.content-for-lists-acm .list-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #00263a;
}

.actions-acm {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .actions-acm {
    margin-top: 30px;
  }
}
.actions-acm .actions {
  display: flex;
  flex-wrap: wrap;
}
.actions-acm .action {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 60px;
}
.actions-acm .action:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .actions-acm .action {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .actions-acm .action {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.actions-acm .image-wrapper {
  position: relative;
  width: 100%;
  min-height: 582px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .actions-acm .image-wrapper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .actions-acm .image-wrapper {
    min-height: 200px;
  }
}
.actions-acm .content-wrapper {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .actions-acm .content-wrapper {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
.actions-acm h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "PT Serif", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.actions-acm p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}
.actions-acm .learn-more {
  font-family: "Italian Plate", sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.poi-acm {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm {
    margin-top: 40px;
  }
}
.poi-acm h2 {
  margin-bottom: 40px;
  font-size: 41px;
  line-height: 41px;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
}
.poi-acm .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .categories {
    display: none;
    margin-bottom: 40px;
  }
}
.poi-acm .categories .category {
  padding: 10px 0;
  margin: 0 34px;
  font-family: "Italian Plate", sans-serif;
  font-size: 30px;
  color: rgba(25, 33, 60, 0.5);
}
@media only screen and (max-width: 1024px) {
  .poi-acm .categories .category {
    padding: 5px 0;
    margin: 0 15px;
  }
}
.poi-acm .categories .category:hover {
  color: #00263a;
}
.poi-acm .categories .category.active {
  color: #00263a;
  border-bottom: 1px solid #00263a;
}
.poi-acm .select-wrapper {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .select-wrapper {
    display: block;
  }
}
.poi-acm .select-wrapper .select-icon {
  right: 20px;
  width: 10px;
  height: 10px;
}
.poi-acm .categories-selection {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding: 25px 20px;
  font: 500 14px/14px "Italian Plate", sans-serif;
  text-transform: uppercase;
  color: #00263a;
  background-color: transparent;
  border: 1px solid #00263a;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions {
    display: none;
  }
}
.poi-acm .category-descriptions .category-description {
  margin-bottom: 80px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description {
    margin-bottom: 40px;
  }
}
.poi-acm .category-descriptions .category-description.active {
  display: block;
}
.poi-acm .category-descriptions .category-description table td {
  width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 449px) {
  .poi-acm .category-descriptions .category-description table td {
    width: 100%;
  }
  .poi-acm .category-descriptions .category-description table td:first-child {
    width: 0;
  }
}
.poi-acm .category-descriptions .category-description img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 449px) {
  .poi-acm .category-descriptions .category-description img {
    display: none;
  }
}
.poi-acm .category-descriptions .category-description h3 {
  margin-top: 55px;
  margin-left: 80px;
  margin-bottom: 30px;
  font: 500 18px/18px "Italian Plate", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description h3 {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
  }
}
.poi-acm .category-descriptions .category-description p {
  margin-left: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description p {
    margin-left: 25px;
  }
}
.poi-acm .category-descriptions .category-description p:last-child {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description p:last-child {
    margin-bottom: 25px;
  }
}
.poi-acm .poi-map-wrapper {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  min-height: 640px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map-wrapper {
    flex-direction: column;
    min-height: auto;
  }
}
.poi-acm .poi-map-wrapper .categories-selection {
  color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map-wrapper .categories-selection {
    margin-bottom: 0;
  }
}
.poi-acm .poi-map-wrapper .categories-selection option {
  color: #000;
}
.poi-acm .poi-map-wrapper .categories-selection option:focus {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-overlay {
    display: none;
  }
}
.poi-acm .poi-aside-menu {
  padding: 60px 30px;
  width: 28%;
  max-height: 640px;
  background-color: #00263a;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-aside-menu {
    width: 100%;
    padding: 20px;
    max-height: 100%;
  }
}
.poi-acm .poi-aside-menu .select-wrapper {
  display: block;
  width: 100%;
}
.poi-acm .poi-aside-menu .select-wrapper .select-icon {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.poi-acm .points {
  display: none;
  counter-reset: myCounter;
  max-height: 400px;
  overflow: auto;
}
.poi-acm .points.active {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .points.active {
    display: none;
  }
}
.poi-acm .point {
  position: relative;
  margin: 15px 0;
  border-bottom: 1px solid #00263a;
}
.poi-acm .point:last-child {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.poi-acm .point:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  position: absolute;
  left: 13px;
  top: 5px;
  color: white;
}
.poi-acm .point:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.poi-acm .point .point-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-left: 45px;
  padding-bottom: 30px;
  font: 500 17px/17px "Italian Plate", sans-serif;
  color: #fff;
  text-align: left;
}
.poi-acm .point .point-button:hover {
  color: #ad8e6c;
}
.poi-acm .poi-map {
  width: 72%;
  max-height: 640px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map {
    width: 100%;
  }
}

.additional-content-2 {
  text-align: center;
  margin: 20px 0 80px;
}
@media only screen and (max-width: 767px) {
  .additional-content-2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.additional-content-2 .body-content {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.additional-content-2 .body-content .h1-like {
  text-transform: none;
}

.one-wide-image {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .one-wide-image {
    margin-bottom: 30px;
  }
}
.one-wide-image .thumbnail {
  position: relative;
  width: 100%;
}
.one-wide-image .thumbnail img {
  display: block;
  width: 100%;
}

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00263a;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 12px/1.2 "PtSans", sans-serif;
  color: #00263a;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "PtSans", sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #00263a;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 30px;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

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

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "PtSans", sans-serif;
  text-decoration: none;
  color: #00263a;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #00263a;
  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: #ad8e6c;
}
#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: 1024px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #00263a;
}
#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: #ad8e6c;
}
#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: #00263a;
  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: #00263a !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #cfcfcf;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Italian Plate", sans-serif;
  font-size: 14px;
  color: #00263a;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #00263a;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #00263a !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

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

.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: normal 48px/1.2 "PtSans", sans-serif;
  color: #00263a;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1:after, .blog-page.template-2 .recent-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #00263a;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #00263a;
  color: #00263a;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
  letter-spacing: 0;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more:hover {
  color: #ad8e6c;
  border-color: #ad8e6c;
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "PtSans", 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: 1024px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #cfcfcf;
}
.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: #00263a;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #00263a;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: normal 28px/1 "PtSans", sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #00263a;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a:hover {
  color: #ad8e6c;
}
.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: #00263a;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
  transition: color 350ms ease-in-out;
}
.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 #00263a;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:hover {
  color: #ad8e6c;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:hover:after {
  border-color: #ad8e6c;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #00263a;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: color 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #00263a;
  margin-left: 10px;
  transition: fill 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  color: #ad8e6c;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover svg {
  fill: #ad8e6c;
}

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

.footer-blog {
  font-family: "PtSans", sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #00263a;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1024px) {
  .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: 1024px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .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;
  border: 1px solid #373e5a;
  font-size: 15px;
  line-height: 58px;
  color: #00263a;
  border-right: none;
}
.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;
  min-width: 0;
  background-color: #00263a;
  border: 1px solid #373e5a;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #ad8e6c;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1024px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper .logo-footer {
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper .logo-footer:hover {
  opacity: 0.7;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper .logo-footer img {
  display: block;
  width: 150px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #00263a;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.tripadvisor svg {
  fill: #00263a;
}
.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: "PtSans", sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content 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 {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "PtSans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #00263a;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #00263a;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #00263a;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #00263a;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #ad8e6c;
}
.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 "Italian Plate", sans-serif;
  color: #00263a;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #cfcfcf;
  background: #cfcfcf;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #cccccc;
}
.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: 1024px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

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

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

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

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

  #content-submenu {
    display: none;
  }

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

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