@charset "UTF-8";
@font-face {
  font-family: Bitter;
  src: url("../fonts/Bitter-VariableFont_wght.ttf") format("truetype"); /* Regular */
  font-weight: normal;
}
@font-face {
  font-family: Bitter;
  src: url("../fonts/Bitter-VariableFont_wght.ttf") format("truetype"); /* Bold */
  font-weight: bold;
}
@font-face {
  font-family: Bitter;
  src: url("../fonts/Bitter-Italic-VariableFont_wght.ttf") format("truetype"); /* Italic */
  font-style: italic;
}
@font-face {
  font-family: Arimo;
  src: url("../fonts/Arimo-VariableFont_wght.ttf") format("truetype"); /* Regular */
  font-weight: normal;
}
@font-face {
  font-family: Arimo;
  src: url("../fonts/Arimo-VariableFont_wght.ttf") format("truetype"); /* Bold */
  font-weight: bold;
}
@font-face {
  font-family: Arimo;
  src: url("../fonts/Arimo-Italic-VariableFont_wght.ttf") format("truetype"); /* Italic */
  font-style: italic;
}
/* 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: #004A99;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 100%;
  max-width: 100%;
  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: #f6f6f6 !important;
  color: #004A99;
}

.blackPopup .formErrorContent {
  background: #004A99;
  color: #fff;
}

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

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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 1.125rem;
  line-height: 16px;
  text-transform: capitalize;
  text-align: center;
  color: #004A99;
  font-family: "Bitter", serif !important;
  font-weight: 400;
}

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

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

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

.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;
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  word-wrap: break-word;
}
.ui-datepicker-calendar th {
  text-transform: capitalize;
  color: #717171;
  font-size: 0.75rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.ui-datepicker-calendar td {
  font-size: 0.75rem;
  color: #222222;
  width: 40px;
  height: 32px;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #eeeeee;
  color: #222222;
  padding: 8px;
}
.ui-datepicker-calendar td.ui-datepicker-highlight.checkout-date a, .ui-datepicker-calendar td.ui-datepicker-highlight.checkin-date a {
  background: #004A99;
  border-radius: 50%;
  color: #fff;
}

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

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

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

@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: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #004A99;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-description {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.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: #5990B4;
}
@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 "Arimo", sans-serif;
  color: #003E66;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "Arimo", 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: #5990B4;
}
.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;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #004A99;
  color: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  z-index: 9999;
  visibility: hidden;
}
.property-home #hamburger-navigation {
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .property-home #hamburger-navigation {
    display: block;
  }
  .hamburger-navigation-visible .property-home #hamburger-navigation {
    right: 0;
    visibility: visible;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font-family: "Bitter", serif !important;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  line-height: 24px;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #fff;
}
#hamburger-navigation nav.top-menu.show-on-mobile {
  display: grid;
  color: #fff;
  grid-template-columns: 1fr;
  grid-template-areas: "brand" "login";
  justify-content: start;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 95%;
  padding: 36px 0px;
  border-top: 1px solid #D0D0D0;
}
@media screen and (min-width: 1280px) {
  #hamburger-navigation nav.top-menu.show-on-mobile {
    display: none;
  }
}
#hamburger-navigation nav.top-menu.show-on-mobile .brand-name-text {
  grid-area: brand;
  left: 0px;
}
#hamburger-navigation nav.top-menu.show-on-mobile .login {
  grid-area: login;
  right: 0px;
  text-align: left;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
  padding: 12px 0px;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 12px 0px 12px 16px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
@media screen and (max-width: 1280px) {
  #hamburger-navigation .main-menu .menu.level-1 .globe-btn {
    display: none;
  }
}
@media (width <= 1023px) {
  #hamburger-navigation .main-menu .menu.level-1 .globe-btn {
    display: none;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #004A99;
  background: #fff;
  border-radius: 6px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
  display: block;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #004A99;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #004A99;
}
#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;
  display: block;
  background: #fff;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #fff;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #fff !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media (width <= 800px) {
  #booking {
    position: fixed;
    top: 72px;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .two-column-header #booking, .text-only-page #booking, .no-hero-layout #booking, .no-hero #booking, .group-travel #booking, .not-homepage #booking {
    display: block;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 0px 30px 0px;
    height: 100dvh;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
    padding: 0px 16px;
  }
  #booking .column.adults, #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0px;
    text-align: center;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
    right: -162px;
    border-radius: 50%;
    border: 1px solid #004A99;
    background: #004A99;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #222222;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #booking .close span:before, #booking .close span:after {
    background: #fff;
  }
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 7;
  width: 162%;
  height: 488px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
  background: #fff;
  padding: 24px;
  /*&.checkin-step td a:hover:before, td.checkin-date a:before {
  	content: 'in';
  }
  &.checkout-step td:not(.checkin-date) a:hover:before, td.checkout-date a:before {
  	content: 'out';
  }*/
  /*
  	.booking-container{
  		display:flex;
  		flex-direction: column;
  		justify-content: flex-start;
  		align-items: flex-start;
  		gap:12px;
  	}
  	*/
}
@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: none;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  text-align: left;
  color: #222222;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  /*font: 20px/55px $primary-font;
  text-transform: uppercase;
  color: #fff;*/
  color: #222222;
  font-size: 1.375rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  text-transform: capitalize;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .select-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#booking-datepicker .arrival-departure-status .select-date .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .select-date .departure {
  margin-right: -100%;
}
#booking-datepicker .arrival-departure-status .select-date .min-stay {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  text-transform: capitalize;
}
#booking-datepicker .arrival-departure-status #bookingcheckin {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: none;
  border: 1px solid #D0D0D0;
  height: 56px;
  padding: 8px;
  position: relative;
}
#booking-datepicker .arrival-departure-status #bookingcheckin .checkindate {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
#booking-datepicker .arrival-departure-status #bookingcheckin .cleardate {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
#booking-datepicker .arrival-departure-status #bookingcheckout {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: none;
  border: 1px solid #D0D0D0;
  height: 56px;
  padding: 8px;
  color: #232323;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  position: relative;
}
#booking-datepicker .arrival-departure-status #bookingcheckout .checkoutdate {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
#booking-datepicker .arrival-departure-status #bookingcheckout .cleardate {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
#booking-datepicker .arrival-departure-status span.dateBox-label {
  display: block;
  color: #232323;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 36px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 114px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 37px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 45px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #222222;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before {
  content: "out";
}
#booking-datepicker .divider {
  border: 1px solid #d0d0d0;
  width: 100%;
  max-width: 100%;
  position: relative;
  right: 40px;
}
#booking-datepicker .bottom-section {
  position: absolute;
  bottom: 13px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width <= 800px) {
  #booking-datepicker .bottom-section {
    display: none;
  }
}
#booking-datepicker .bottom-section .datepicker-cta {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px 36px;
}

.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 "Arimo", sans-serif !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

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

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: "Bitter", serif !important;
  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 "Bitter", serif !important;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #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 {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Bitter", serif !important;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Bitter", serif !important;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

:root {
  --copy-clamp-size: 4;
  --slider-slide-height:309px;
}

.show-review-full {
  display: block;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--copy-clamp-size);
  overflow: hidden;
}

.reviews-slideshow {
  position: relative;
  max-width: 1336px;
  margin: 0 auto;
  padding: 40px 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding: 0px;
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Bitter", serif !important;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 1224px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media (width <= 768px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
}
.reviews-slideshow .swiper-slide {
  width: 31.35% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .swiper-slide {
    width: 47% !important;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .swiper-slide {
    width: 47% !important;
  }
}
@media (width <= 680px) {
  .reviews-slideshow .swiper-slide {
    width: 95% !important;
  }
}
.reviews-slideshow .slide {
  /*position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: $primary-font;
  font-size: $font-size-16; //16px;
  line-height: 26px;*/
  width: 100%;
  height: var(--slider-slide-height);
  padding: 24px;
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  display: inline-flex;
  margin: 12px;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide {
    height: 360px;
    margin: 6px;
    gap: 101px;
  }
}
@media (width <= 680px) {
  .reviews-slideshow .slide {
    height: 360px;
    margin: 6px;
    gap: 101px;
  }
}
.reviews-slideshow .slide .slide-content {
  align-self: stretch;
  height: 178px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  flex: 1;
  /*h3,
  .copy {
  	quotes: "«" "»";
  }*/
}
.reviews-slideshow .slide .slide-content h3 {
  quotes: ' " ', ' " ';
}
.reviews-slideshow .slide .slide-content h3:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide .slide-content h3:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide .slide-content h3 {
  color: #222222;
  font-size: 1.375rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 26px;
  word-wrap: break-word;
}
.reviews-slideshow .slide .slide-content .copy {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  width: 100%;
}
.reviews-slideshow .slide .slide-content .copy * {
  display: inline;
}
.reviews-slideshow .slide .slide-content-end {
  align-self: stretch;
  height: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  flex: 1;
}
.reviews-slideshow .slide .slide-content-end .divider {
  align-self: stretch;
  height: 1px;
  border: 1px #D0D0D0 solid;
}
.reviews-slideshow .slide .slide-content-end .name-date {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  display: inline-flex;
}
.reviews-slideshow .slide .slide-content-end .name-date .name {
  color: black;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.reviews-slideshow .slide .slide-content-end .name-date .review-date {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 300;
  line-height: 16px;
  word-wrap: break-word;
}
.reviews-slideshow .slideshow-button {
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  cursor: pointer;
}
.reviews-slideshow .slideshow-button img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 0%;
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 1%;
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #004A99;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #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 {
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
  text-decoration-style: solid;
}
.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;
}
.rooms .category-wrapper {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
}
@media (width <= 640px) {
  .rooms .category-wrapper {
    position: sticky;
    top: 60px;
    z-index: 999;
    background: #fff;
    max-width: 100%;
    overflow: scroll;
  }
}
.rooms .category-wrapper .category-selector {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  margin: 0px;
  height: 40px;
}
@media (width <= 680px) {
  .rooms .category-wrapper .category-selector {
    margin: 0px 66px 0px 16px;
  }
}
.rooms .category-wrapper .category-selector .select-wrapper {
  display: none !important;
}
.rooms .category-wrapper .category-selector .button, .rooms .category-wrapper .category-selector button {
  border: 0px;
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  color: #717171;
  font-weight: 400;
  word-wrap: break-word;
  font-family: "Arimo", sans-serif !important;
  height: 40px;
  border: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  border-radius: none;
  display: block;
  /*
  &.active{
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #004A99;
  text-decoration-color: #004A99;
  text-decoration-style: solid;
  }
  */
}
.rooms .category-wrapper .category-selector .button:hover {
  color: #222222;
  background: none !important;
}
.rooms .category-wrapper .category-selector .button {
  color: #222222;
  font-weight: 400;
}
.rooms .category-wrapper .category-selector button.button.active {
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
  text-decoration-style: solid;
  color: #222222;
  font-weight: 400;
}
.rooms .category-wrapper .divider {
  width: 100%;
  height: 100%;
  border: 1px #D0D0D0 solid;
}
.rooms .category-wrapper .show-on-mobile {
  display: none;
}
@media (width <= 680px) {
  .rooms .category-wrapper .show-on-mobile {
    display: block;
  }
}

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

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

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

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

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

.rooms {
  max-width: 1224px;
  margin: 0px auto 80px;
  position: relative;
}
.rooms .rooms-layout-acm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 24px;
}
@media (width <= 650px) {
  .rooms .rooms-layout-acm {
    max-width: 100%;
    width: 100%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.rooms .rooms-layout-acm .rooms-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 288px;
  grid-template-areas: "roomsImageContainter roomsInfoContainter";
}
@media (width <= 1023px) {
  .rooms .rooms-layout-acm .rooms-container {
    grid-template-columns: 1fr;
    grid-template-areas: "roomsImageContainter" "roomsInfoContainter";
    gap: 0px;
  }
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container {
  grid-area: roomsImageContainter;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.11) 41%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  max-width: 312px;
  height: 288px;
  overflow: hidden;
}
@media (width <= 1023px) {
  .rooms .rooms-layout-acm .rooms-container .rooms-image-container {
    max-width: 100%;
    width: 100%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper {
  height: 288px;
  width: 100%;
  position: relative;
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-button-next {
  position: absolute;
  bottom: 114px;
  right: 0px;
  padding: 0px 16px 0px 0px;
}
@media (width <= 680px) {
  .rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-button-next {
    display: none;
  }
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-button-prev {
  display: none;
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 5px;
  /* display: block; */
}
.rooms .rooms-layout-acm .rooms-container .rooms-image-container .slider-roomsLayout-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container {
  grid-area: roomsInfoContainter;
  width: 100%;
  height: 288px;
  background: white;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-top: 1px #D0D0D0 solid;
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
@media (width <= 1023px) {
  .rooms .rooms-layout-acm .rooms-container .rooms-info-container {
    max-width: 100%;
    width: 100%;
    border-top-right-radius: 0px;
    border-left: 1px solid #d0d0d0;
    border-bottom-left-radius: 12px;
  }
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .divider {
  width: 80%;
  height: 1px;
  top: 208px;
  position: absolute;
  border: 1px #D0D0D0 solid;
  margin: 0px 24px;
}
@media (width <= 1023px) {
  .rooms .rooms-layout-acm .rooms-container .rooms-info-container .divider {
    max-width: 90%;
    width: 100%;
  }
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper {
  width: 100%;
  height: 122px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  padding: 24px 24px 0px 24px;
  text-align: left !important;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .room-name {
  align-self: stretch;
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 26px;
  word-wrap: break-word;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features .room-features {
  width: 240px;
  height: 16px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features .room-features .feature-wrapper {
  height: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features .room-features .feature-wrapper .icon-wrapper {
  width: 16px;
  height: 16px;
  padding-left: 2.44px;
  padding-right: 2.45px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features .room-features .feature-wrapper .icon-wrapper img {
  width: 100%;
  max-width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  position: absolute;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .room-info-wrapper .features .room-features .feature-wrapper .icon-type {
  flex: 1 1 0;
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .cta-wrapper {
  top: 232px;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  padding: 0px 24px;
}
.rooms .rooms-layout-acm .rooms-container .rooms-info-container .cta-wrapper .button, .rooms .rooms-layout-acm .rooms-container .rooms-info-container .cta-wrapper .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}

.offers-landing {
  margin-top: 101px;
}
@media (width <= 640px) {
  .offers-landing .rooms.page-content {
    position: sticky;
    top: 60px;
    z-index: 999;
    background: #fff;
    max-width: 100%;
  }
  .offers-landing .rooms {
    margin: 0px auto 40px;
  }
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
  /*
  .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 .3s ease-out;
  	opacity: 1;

  	&:hover {
  		opacity: 0.8;
  	}

  	&:nth-child(4),
  	&:nth-child(5),
  	&:nth-child(11) {
  		width: calc((100% - 60px) / 5 * 2 + 10px);
  	}

  	@include respond-to(tablet) {
  		width: calc((100% - 50px) / 4);
  		padding-top: calc((100% - 50px) / 4);

  		&:nth-child(4),
  		&:nth-child(5),
  		&:nth-child(11) {
  			width: calc((100% - 50px) / 4);
  		}
  	}

  	@include respond-to(mobile) {
  		width: calc((100% - 30px) / 2);
  		padding-top: calc((100% - 30px) / 2);

  		&:nth-child(4),
  		&:nth-child(5),
  		&:nth-child(11) {
  			width: calc((100% - 30px) / 2);
  		}

  		&:nth-child(n + 8) {
  			display: none;
  		}
  	}
  }
  */
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Bitter", serif !important;
  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;
}
@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 "Bitter", serif !important;
  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 "Bitter", serif !important;
  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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Arimo", sans-serif !important;
  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 "Arimo", sans-serif !important;
  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: "Arimo", sans-serif !important;
  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 .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: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

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

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

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

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

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

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

.blog-page.template-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: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 16px/1 "Arimo", 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: 1023px) {
  #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 "Arimo", sans-serif;
  text-decoration: none;
  color: #003E66;
  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 #E04E39;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #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: #003E66;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #5990B4;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #003E66;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #003E66 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 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: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Bitter", serif !important;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 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: #003E66 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  font: normal 48px/1.2 "Arimo", sans-serif;
  text-align: center;
  color: #003E66;
  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 #5990B4;
}
@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: "Arimo", 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: #5990B4;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #EDEDED;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .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: #969696;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 50px/1 "Arimo", sans-serif;
  color: #003E66;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #003E66;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .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: #E04E39;
}
.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: #003E66;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50%;
  border: 1px solid #979797;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #5990B4;
}

.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 "Arimo", sans-serif;
  color: #003E66;
  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 #5990B4;
}
@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 #5990B4;
  color: #5990B4;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Arimo", 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: 1023px) {
  .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: #5990B4;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #8A8A8A;
}
.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 "Arimo", sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .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: #003E66;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #969696;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #969696;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "Arimo", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "Arimo", sans-serif;
  text-align: center;
  color: #003E66;
  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: "Arimo", 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: #5990B4;
  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: #E04E39;
  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 "Arimo", sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .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: #E04E39;
  color: #fff;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}

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

.footer-menu-title {
  color: #F6F6F6;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  text-align: left;
  padding-bottom: 8px;
}

#footer {
  position: relative;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
  background: #6B6B6B;
}
#footer .center-column.footer-container {
  max-width: 1337px;
  margin: 0 auto;
  position: relative;
}
#footer .center-column.footer-container a {
  color: #FFFFFF;
}
#footer .center-column.footer-container a:hover {
  color: #FFFFFF;
}
#footer .center-column.footer-container .copyright {
  display: block;
  margin-bottom: 24px;
  grid-area: copyright;
  width: 100%;
}
#footer .center-column.footer-container .copyright > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .center-column.footer-container .credits {
  display: block;
}
#footer .center-column.footer-container .credits sup {
  vertical-align: super;
}
#footer .footer-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  grid-template-rows: auto;
  grid-template-areas: "logo about services policies newsletter" "divider divider divider divider divider" "copyright copyright copyright copyright copyright";
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-top: 40px;
  justify-items: start;
}
.property-home #footer .footer-grid-container {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (width <= 990px) {
  .property-home #footer .footer-grid-container {
    grid-template-columns: 1fr;
    row-gap: 24px;
    width: 100%;
    margin: 0px;
    grid-template-areas: "logo" "about" "services" "policies" "mobile-divider" "newsletter" "divider" "copyright";
  }
}
@media (width <= 1440px) {
  #footer .footer-grid-container {
    margin: 0px 56px;
  }
}
@media (width <= 1023px) {
  #footer .footer-grid-container {
    margin: 0px 16px;
  }
}
@media (width <= 990px) {
  #footer .footer-grid-container {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    row-gap: 24px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    margin: 0px;
    grid-template-areas: "logo logo" "about about" "services policies" "mobile-divider mobile-divider" "newsletter newsletter" "divider divider" "copyright copyright";
    /*grid-template-areas:
    "logo logo logo logo logo "
    "about about about about about"
    "services services policies policies policies "
    "mobile-divider mobile-divider mobile-divider mobile-divider mobile-divider "
    "newsletter newsletter newsletter newsletter newsletter"
    "divider divider divider divider divider "
    "copyright copyright copyright copyright copyright";*/
  }
}
#footer .footer-grid-container .filter-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(103%) contrast(102%);
}
#footer .footer-grid-container #footer-logo {
  grid-area: logo;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
#footer .footer-grid-container #footer-logo img {
  height: 127px;
  max-width: 100%;
  overflow: hidden;
}
@media (width <= 640px) {
  #footer .footer-grid-container #footer-logo img {
    height: 40px;
    width: 198px;
  }
}
@media (width <= 990px) {
  .property-home #footer .footer-grid-container #footer-logo img {
    height: 76px;
    width: 100%;
  }
}
#footer .footer-grid-container #footer-menu {
  grid-area: about;
  font-size: 0;
  text-align: left;
}
#footer .footer-grid-container #footer-menu ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
#footer .footer-grid-container #footer-menu ul li {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
#footer .footer-grid-container #footer-menu ul a {
  display: block;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 24px;
}
#footer .footer-grid-container #footer-menu ul a:hover, #footer .footer-grid-container #footer-menu ul a.active {
  color: #FFFFFF;
}
#footer .footer-grid-container .services-news {
  grid-area: services;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (width <= 990px) {
  #footer .footer-grid-container .services-news {
    width: 100%;
  }
}
#footer .footer-grid-container .services-news #footer-service-menu {
  font-size: 0;
}
#footer .footer-grid-container .services-news #footer-service-menu ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  display: flex;
}
#footer .footer-grid-container .services-news #footer-service-menu ul li {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
#footer .footer-grid-container .services-news #footer-service-menu ul a {
  display: block;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 24px;
}
#footer .footer-grid-container .services-news #footer-service-menu ul a:hover, #footer .footer-grid-container .services-news #footer-service-menu ul a.active {
  color: #FFFFFF;
}
#footer .footer-grid-container .services-news #footer-news-menu {
  font-size: 0;
}
#footer .footer-grid-container .services-news #footer-news-menu ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
#footer .footer-grid-container .services-news #footer-news-menu ul li {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
#footer .footer-grid-container .services-news #footer-news-menu ul a {
  display: block;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 24px;
}
#footer .footer-grid-container .services-news #footer-news-menu ul a:hover, #footer .footer-grid-container .services-news #footer-news-menu ul a.active {
  color: #FFFFFF;
}
#footer .footer-grid-container #footer-policies-menu {
  font-size: 0;
  grid-area: policies;
}
@media (width <= 990px) {
  #footer .footer-grid-container #footer-policies-menu {
    width: 100%;
  }
}
#footer .footer-grid-container #footer-policies-menu ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
#footer .footer-grid-container #footer-policies-menu ul li {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
#footer .footer-grid-container #footer-policies-menu ul a {
  display: block;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 24px;
}
#footer .footer-grid-container #footer-policies-menu ul a:hover, #footer .footer-grid-container #footer-policies-menu ul a.active {
  color: #FFFFFF;
}
#footer .footer-grid-container .footer-divider {
  grid-area: divider;
  width: 100%;
  height: 1px;
  background: rgba(246, 246, 246, 0.6);
  margin: 32px 0px;
  grid-column: 1/span 5;
}
@media (width <= 990px) {
  #footer .footer-grid-container .footer-divider {
    margin: 0px;
  }
}
#footer .footer-grid-container .footer-divider-mobile {
  grid-area: mobile-divider;
  width: 100%;
  height: 1px;
  background: rgba(246, 246, 246, 0.6);
  margin: 24px 0px;
  grid-column: 1/span 5;
  display: none;
}
@media (max-width: 768px) {
  #footer .footer-grid-container .footer-divider-mobile {
    display: block;
  }
}
#footer .footer-grid-container #footer-contacts {
  grid-area: about;
  text-align: left;
}
@media (width <= 990px) {
  #footer .footer-grid-container #footer-contacts {
    width: 100%;
  }
}
#footer .footer-grid-container #footer-contacts h2 {
  margin-bottom: 10px;
  font-family: "Bitter", serif !important;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
#footer .footer-grid-container #footer-contacts .footer-info {
  display: flex;
  gap: 14px;
}
#footer .footer-grid-container #footer-contacts .footer-info .footer-icon {
  max-width: 16px;
  height: 16px;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
#footer .footer-grid-container #footer-contacts .footer-info .footer-icon img {
  width: 100%;
  height: 100%;
}
#footer .footer-grid-container #footer-contacts .footer-info a {
  font-size: 12px;
}
#footer .footer-grid-container #newsletter {
  grid-area: newsletter;
  position: relative;
  font-size: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (width <= 990px) {
  #footer .footer-grid-container #newsletter {
    width: 100%;
  }
}
.property-home #footer .footer-grid-container #newsletter {
  grid-column: 4/span 2;
  right: -81px;
  width: 80%;
}
@media (width <= 990px) {
  .property-home #footer .footer-grid-container #newsletter {
    grid-column: auto;
    right: 0px;
    width: 100%;
  }
}
#footer .footer-grid-container #newsletter h2 {
  margin-bottom: 15px;
  font-family: "Bitter", serif !important;
  font-size: 1rem;
  line-height: 16px;
  word-wrap: break-word;
  text-align: left;
}
#footer .footer-grid-container #newsletter .form-field {
  display: inline-flex;
}
#footer .footer-grid-container #newsletter .form-field input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 238px;
  height: 48px;
  padding: 0 8px;
  background: #ffffff;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  line-height: 16px;
  color: #717171;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-style: normal;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]::-webkit-input-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:-moz-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]::-moz-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:-ms-input-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:focus::-webkit-input-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:focus:-moz-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:focus::-moz-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field input[type=text]:focus:-ms-input-placeholder {
  color: #717171;
}
#footer .footer-grid-container #newsletter .form-field .form-button {
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 48px;
  padding: 0 8px;
  width: 44px;
}
#footer .footer-grid-container #newsletter .socials {
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-grid-container #newsletter .socials {
    float: none;
  }
}
#footer .footer-grid-container #newsletter .socials li {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer-grid-container #newsletter .socials a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-grid-container #newsletter .socials a {
    display: inline-block;
  }
}
#footer .footer-grid-container #newsletter .socials a.facebook {
  background-position: -1px -347px;
}
#footer .footer-grid-container #newsletter .socials a.facebook:hover {
  background-position: -1px -387px;
}
#footer .footer-grid-container #newsletter .socials a.twitter {
  background-position: -41px -348px;
}
#footer .footer-grid-container #newsletter .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer .footer-grid-container #newsletter .socials a.instagram {
  background-position: -281px -347px;
}
#footer .footer-grid-container #newsletter .socials a.instagram:hover {
  background-position: -281px -387px;
}
#footer .footer-grid-container #newsletter .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .footer-grid-container #newsletter .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .footer-grid-container #newsletter .socials a.youtube {
  background-position: -121px -347px;
}
#footer .footer-grid-container #newsletter .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .footer-grid-container #newsletter .socials a.flickr {
  background-position: -361px -347px;
}
#footer .footer-grid-container #newsletter .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .footer-grid-container #newsletter .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .footer-grid-container #newsletter .socials a.pinterest:hover {
  background-position: -241px -387px;
}

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

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.specials {
  /*

  .image-list-item {
  	position: relative;
  	overflow: hidden;
  	height: 300px;
  	width: 100%;
  	margin: 0 auto 20px;
  	text-align: left;
  	font-size:14px;
  	line-height:18px;

  	@include respond-to(mobile) { height:auto; }

  	&:before {
  		content: "";
  		position: absolute;
  		top: 0;
  		left: 0;
  		height: 100%;
  		width: 100%;
  		border: 1px solid #e2e2e2;
  		z-index:-1;
  	}

  	.background {
  		position: relative;
  		width: 350px;
  		height: 300px;
  		margin-left: 40px;
  		display: block;
  		float: right;
  		overflow: hidden;

  		@include respond-to(tablet) { width:300px; }
  		@include respond-to(mobile) {
  			width:100%;
  			margin:0 0 10px 0;
  		}
  	}

  	.description {
  		width: 100%;
  		display: block;
  		padding: 25px;

  		@include respond-to(mobile) {
  			padding: 20px 20px 10px 20px;
  			text-align: center;
  		}

  		h3 {
  			margin-bottom: 15px;

  			a {
  				text-decoration:none;
  				&:hover { color:#54baba; }
  			}
  		}

  		nav {
  			position: absolute;
  			bottom: 30px;
  			left: 25px;

  			@include respond-to(tablet) { bottom:25px; }
  			@include respond-to(mobile) {
  				text-align:center;
  				width:100%;
  				left:auto;
  				right:auto;
  				bottom:auto;
  				position:relative;
  			}
  		}
  	}
  }*/
}

/*
.single-special {
	.background {
		float:right;
		width:300px;
		height:300px;
		margin-left:20px;
		margin-bottom:20px;
		position:relative;
		overflow:hidden;

		@include respond-to(large) { width:500px; }
		@include respond-to(mobile) {
			width:100%;
			float:none;
			margin-left:0;
		}
	}
}
*/
.image-list {
  margin-top: 80px;
}

.all-specials-grid {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
@media (max-width: 1200px) {
  .all-specials-grid {
    margin: 80px 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .all-specials-grid {
    margin: 40px 16px;
  }
}
.all-specials-grid .image-list {
  display: grid;
  grid-template-columns: repeat(4, 288px);
  grid-template-rows: auto;
  grid-gap: 24px;
}
@media (max-width: 1230px) {
  .all-specials-grid .image-list {
    grid-template-columns: repeat(3, 18rem);
  }
}
@media (max-width: 1096px) {
  .all-specials-grid .image-list {
    grid-template-columns: repeat(2, 18rem);
  }
}
@media (max-width: 700px) {
  .all-specials-grid .image-list {
    grid-template-columns: 1fr;
  }
}
.all-specials-grid .image-list .image-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  flex: 1;
}
.all-specials-grid .image-list .image-list-item .background {
  width: 100%;
  max-width: 100%;
  height: 224px;
}
.all-specials-grid .image-list .image-list-item .background img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.all-specials-grid .image-list .image-list-item .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin: 0px 16px;
}
.all-specials-grid .image-list .image-list-item .content .property-name {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.all-specials-grid .image-list .image-list-item .content .offer-title {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.all-specials-grid .image-list .image-list-item .content .description {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.all-specials-grid .image-list .image-list-item .content .description p {
  width: 100%;
  max-width: 100%;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;*/
}
.all-specials-grid .image-list .image-list-item .content .border {
  width: 100%;
  height: 1px;
  margin-top: 27px;
  border: 1px #D0D0D0 solid;
}
.all-specials-grid .image-list .image-list-item .cta-container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  margin: 24px 16px;
}
.all-specials-grid .image-list .image-list-item .cta-container .button, .all-specials-grid .image-list .image-list-item .cta-container .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.all-specials-grid .category-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
}
.all-specials-grid .category-buttons .category-filter {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .all-specials-grid .category-buttons .category-filter {
    overflow: scroll;
  }
}
.all-specials-grid .category-buttons .category-filter li {
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  color: #717171;
}
@media only screen and (max-width: 767px) {
  .all-specials-grid .category-buttons .category-filter li {
    white-space: nowrap;
  }
}
.all-specials-grid .category-buttons .category-filter li.active {
  color: #222222;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
}
.all-specials-grid .category-buttons .category-filter li > a.active, .all-specials-grid .category-buttons .category-filter li:hover > a {
  color: #717171;
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
}

.career-wrapper {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
.career-wrapper .page-content .careers .narrow {
  width: 20%;
}
.career-wrapper .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.career-wrapper table.careers {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Bitter", serif !important;
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(46, 102, 102, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "Bitter", serif !important;
  color: #fff;
}
.map-content a {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: left;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  max-width: 1224px;
  margin: 0 auto;
}
.pressroom .pressroom-item {
  display: flex;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 600px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  /*background-color:#fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item .press-image {
  height: 250px;
  width: 100%;
}
.pressroom .pressroom-item .press-image img {
  height: 250px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.pressroom .pressroom-item h4 {
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #222222;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description .border {
  width: 100%;
  height: 1px;
  margin-top: 27px;
  border: 1px #D0D0D0 solid;
  margin-bottom: 24px;
  display: none;
}
.pressroom .pressroom-item .description p {
  color: #222222;
  line-height: 22px;
  font-size: 0.875rem;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pressroom .pressroom-item .pdf {
  color: #004A99;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}
.pressroom .category-wrapper {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
}
.pressroom .category-wrapper .category-selector {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  height: 40px;
  margin: 0px;
}
.pressroom .category-wrapper .category-selector button {
  border: 0px;
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  font-weight: 400;
  word-wrap: break-word;
  font-family: "Aktiv Grotesk", sans-serif !important;
  height: 40px;
  border: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  border-radius: none;
  display: block;
}
@media (width <= 768px) {
  .pressroom .category-wrapper .category-selector button {
    display: none;
  }
}
.pressroom .category-wrapper .category-selector .active {
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
  text-decoration-style: solid;
  color: #222222;
  font-weight: 400;
}
.pressroom .category-wrapper .category-selector .button:hover {
  color: #222222;
  background: none !important;
}
.pressroom .category-wrapper .category-selector .select-wrapper {
  width: 100%;
}
.pressroom .category-wrapper .category-selector .select-wrapper select {
  border: 1px solid #004A99;
  color: #132929;
  background: #fff;
  width: 100%;
}
.pressroom .category-wrapper .divider {
  width: 100%;
  height: 100%;
  border: 1px #D0D0D0 solid;
}
@media (width <= 768px) {
  .pressroom .category-wrapper .divider {
    display: none;
  }
}

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

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

#newsletter {
  /*
  	[id*=form_form_] .form-builder-group {
  		display: inline-flex;
  		flex-wrap: wrap;
  		align-content: flex-start;
  		height: 48px;
  		width:100%;
  	}

  	*/
  /*
  	[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  		width: calc(91% - 10px);
  		height: 48px;
  	}
  	*/
}
#newsletter [id*=form_form_] {
  display: block;
  width: 100%;
}
#newsletter div {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (width <= 990px) {
  #newsletter div {
    overflow: visible;
  }
}
#newsletter .newsletter-signup-new {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  flex-wrap: nowrap !important;
}
#newsletter .signup-wrapper {
  width: 50% !important;
  max-width: 50%;
  margin: 0px 0px 24px 0px;
}
#newsletter .signup-wrapper a.button.stay-connect-btn {
  background: #fff;
  color: #6B6B6B;
}
#newsletter .inputemail_X6paaCYM1pJulIleHSU5 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 48px;
  padding: 0 8px;
  background: #fff;
  font-size: 0.875rem;
  line-height: 16px;
  color: #717171;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#newsletter .inputsubmit_oJvCTqs8blXzhM7a57Kt {
  width: 20%;
  position: relative;
  display: flex;
  padding: 0px !important;
  margin-left: 0px !important;
}
#newsletter [id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  display: none;
}
#newsletter [id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  border-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 48px;
  border: none;
}
#newsletter [id*=form_form_] input[type=email] {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 0px !important;
}
#newsletter [id*=form_form_] h3 {
  display: none !important;
}
#newsletter [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.33px;
  font-weight: 400;
  font-family: "Arimo", sans-serif !important;
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#newsletter [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label a {
  text-decoration: underline;
  text-transform: none;
  color: #fff;
  font-size: 0.75rem;
}

/*
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 238px;
}



input#inputsubmit_oJvCTqs8blXzhM7a57Kt {
	display: inline-block;
	vertical-align: top;
	background: #000;
	color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 48px;
	padding: 0 8px;
	width: 44px;
}

input#inputemail_X6paaCYM1pJulIleHSU5 {
    width: 238px;
}
*/
/****========= CLIENT EXTERNAL IFRAME SIGNUP FORM ****/
.cr_form-component input[type=text], .cr_form-component input[type=date], .cr_form-component textarea, .cr_form-component select, .cr_form-component .input-overlay, .cr_form-input {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}

input#text8518517 {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}

div#\38 518519 {
  margin-top: 24px;
}

div#\38 518521 {
  margin-top: 24px;
}

div#\38 518735 {
  margin-top: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.agreement-checkbox {
  color: white;
  font-size: 0.75rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.33px;
  word-wrap: break-word;
  display: block;
  padding: 16px 0px 24px 0px;
  text-align: left;
}
.agreement-checkbox label {
  color: white;
  font-size: 12px;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.33px;
  word-wrap: break-word;
}
.agreement-checkbox label a {
  text-decoration: underline;
  color: white;
  font-size: 0.75rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-decoration: underline;
}
.agreement-checkbox input#agreement {
  width: 16px;
  height: 16px;
}

#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_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
  font-family: "Arimo", sans-serif !important;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: left;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
[id*=form_form_] .select-wrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  [id*=form_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 {
  background: #f6f6f6;
  color: #222222;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  font-size: 1rem;
  line-height: 40px;
  font-family: "Bitter", serif !important;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [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 {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
  background: #f6f6f6;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  color: #222222;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field input[type=submit] {
  border-radius: 24px;
  border: 1px solid #d0d0d0;
}
[id*=form_form_] .form-builder-field input[type=submit]:hover {
  border-radius: 24px;
  border: 1px solid #d0d0d0;
  background: #004A99;
  color: #fff;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_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 {
  margin-bottom: 20px;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [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 {
    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 {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_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 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Arimo", sans-serif !important;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  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 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
[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] {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [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 {
    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 {
  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 {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [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 {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
[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] {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [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 {
    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 {
  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 {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [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 {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
[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] {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  [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 {
    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 {
  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 {
  width: 100%;
  background: #f6f6f6;
  height: 40px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
[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 {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [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 {
    width: 100%;
  }
}
[id*=form_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) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] input[type=submit] {
  border-radius: 24px;
  border: 1px #D0D0D0 solid;
}
[id*=form_form_] input[type=submit]:hover {
  background-color: #004a99;
  color: #fff;
}

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

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #54baba;
  font-size: 14px;
  line-height: 22px;
  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: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

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

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

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #327d7d;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #327d7d;
}

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

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

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 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;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

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

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

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

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

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

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

.gallery-grid-template {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
  margin-top: 80px;
}
.gallery-grid-template .gallery-grid {
  display: grid;
  grid-template-columns: 19.5rem 52rem;
  grid-template-rows: auto;
  grid-template-areas: "filter images";
  grid-column-gap: 5rem;
}
@media (width <= 1278px) {
  .gallery-grid-template .gallery-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
    grid-template-areas: "filter" "images";
  }
}
.gallery-grid-template .gallery-grid .gallery-filter-column {
  grid-area: filter;
}
@media (width <= 767px) {
  .gallery-grid-template .gallery-grid .gallery-filter-column {
    position: sticky;
    top: 71px;
    z-index: 99;
  }
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter {
  width: 100%;
  padding: 12px;
  background: white;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  top: 200px;
  position: sticky;
}
@media (width <= 767px) {
  .gallery-grid-template .gallery-grid .gallery-filter-column .category-filter {
    border: 0px;
    border-radius: 0px;
  }
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .heading {
  color: #717171;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .category-selector {
  text-align: left;
  font-size: 0;
  margin: 0 0 20px 0;
}
@media (width <= 768px) {
  .gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .category-selector .select-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .category-selector .select-wrapper select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 48px;
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .category-selector .select-wrapper .select-icon {
  position: absolute;
  top: 0px;
  right: -6px;
  width: 44px;
  height: 48px;
  border-bottom: 0px;
  border-left: 0px;
  transform: none;
  margin-top: 0px;
  pointer-events: none;
  background: #004A99;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .category-selector .select-wrapper .select-icon:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 24px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateY(-50%);
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 170px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  color: #6B6B6B;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  border: none;
  text-transform: none;
  gap: 8px;
  text-align: left;
}
@media (width <= 767px) {
  .gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .button {
    display: none;
  }
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .button.active {
  background: #004A99;
  color: #fff;
  border: none;
}
.gallery-grid-template .gallery-grid .gallery-filter-column .category-filter .button:hover {
  color: #fff;
}
.gallery-grid-template .gallery-grid .gallery-images-column {
  grid-area: images;
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
@media (width <= 600px) {
  .gallery-grid-template .gallery-grid .gallery-images-column .gallery .gallery-wrapper {
    grid-template-rows: auto 111px;
    gap: 0.5rem;
  }
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo img {
  width: 100%;
  height: 280px;
}
@media (width <= 600px) {
  .gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo img {
    height: 111px;
  }
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo .object-fit {
  position: relative;
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo:nth-child(3n+1) {
  grid-column: span 2;
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo:nth-child(3n+1) img {
  height: 520px;
}
@media (width <= 600px) {
  .gallery-grid-template .gallery-grid .gallery-images-column .gallery .photo:nth-child(3n+1) img {
    height: 206px;
  }
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .showCategoryPhoto {
  display: block;
}
.gallery-grid-template .gallery-grid .gallery-images-column .gallery .hidePhoto {
  display: none;
}

.dining-wrapper {
  position: relative;
  margin-top: 120px;
  min-height: 100vh;
  min-height: 100dvh;
}
.dining-wrapper .dining-wrapper-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 105px;
  grid-template-areas: "content imageCol";
}
.dining-wrapper .dining-wrapper-grid .content-column {
  grid-area: content;
}
.dining-wrapper .dining-wrapper-grid .image-column {
  grid-area: imageCol;
}

.text-only-wrapper {
  position: relative;
  margin-top: 120px;
  min-height: 100vh;
  min-height: 100dvh;
}
@media (width <= 768px) {
  .text-only-wrapper {
    margin: 0px 16px;
    margin-top: 90px;
    text-align: left;
  }
}
.text-only-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 105px;
  grid-template-areas: "content dataCol";
}
@media (width <= 768px) {
  .text-only-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "dataCol";
  }
}
.text-only-wrapper .grid-wrapper .content-column {
  grid-area: content;
}
.text-only-wrapper .grid-wrapper .data-column {
  grid-area: dataCol;
}

.special-detail-wrapper {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 120px;
  top: 80px;
}
@media (width <= 1020px) {
  .special-detail-wrapper {
    margin: 40px 16px 80px 16px;
  }
}
.special-detail-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 105px;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .special-detail-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.special-detail-wrapper .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
}
.special-detail-wrapper .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.special-detail-wrapper .grid-wrapper .content-column .h1-heading {
  margin-bottom: 0px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.special-detail-wrapper .grid-wrapper .content-column .desc {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  padding-bottom: 40px;
}
.special-detail-wrapper .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.special-detail-wrapper .grid-wrapper .content-column .terms {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  border-top: 1px solid #D0D0D0;
  padding-top: 40px;
}
.special-detail-wrapper .grid-wrapper .content-column .terms .terms-heading {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}
.special-detail-wrapper .grid-wrapper .content-column .terms ul {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  margin-left: 15px;
}
.special-detail-wrapper .grid-wrapper .content-column .terms li {
  padding-bottom: 8px;
}
.special-detail-wrapper .grid-wrapper .image-column {
  grid-area: offerImage;
}
.special-detail-wrapper .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
}
.special-detail-wrapper .grid-wrapper .image-column .background img {
  width: clamp(300px, 100%, 100%);
  height: 100%;
}

.rooms-detail-layout {
  position: relative;
  max-width: 1224px;
  margin: 0px auto 120px;
  top: 80px;
  /*min-height:100vh;
  min-height:100dvh;
  top:80px;
   margin:80px 0px 120px 0px;*/
}
@media (width <= 768px) {
  .rooms-detail-layout {
    top: 0px;
    margin: 40px auto 120px;
  }
}
.rooms-detail-layout .grid-wrapper {
  display: grid;
  grid-template-columns: 32.2% 59.7%;
  grid-template-rows: auto;
  grid-column-gap: 6.5rem;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .rooms-detail-layout .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.rooms-detail-layout .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
}
.rooms-detail-layout .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
.rooms-detail-layout .grid-wrapper .content-column .h1-heading {
  margin-bottom: 0px;
  padding-top: 24px;
}
.rooms-detail-layout .grid-wrapper .content-column .features {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.rooms-detail-layout .grid-wrapper .content-column .features .beds {
  order: 2;
}
.rooms-detail-layout .grid-wrapper .content-column .features .occupancy {
  order: 1;
}
.rooms-detail-layout .grid-wrapper .content-column .features .size {
  order: 3;
}
.rooms-detail-layout .grid-wrapper .content-column .desc {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.rooms-detail-layout .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.rooms-detail-layout .grid-wrapper .content-column .amenities {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #d0d0d0;
  width: 100%;
}
.rooms-detail-layout .grid-wrapper .content-column .amenities h4 {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.rooms-detail-layout .grid-wrapper .content-column .amenities .amenities-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.rooms-detail-layout .grid-wrapper .image-column {
  grid-area: offerImage;
}
@media (width <= 1023px) {
  .rooms-detail-layout .grid-wrapper .image-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
  height: 608px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (width <= 1023px) {
  .rooms-detail-layout .grid-wrapper .image-column .background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    height: 480px;
  }
}
@media (width <= 1023px) {
  .rooms-detail-layout .grid-wrapper .image-column .background {
    height: 280px;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-prev {
  position: absolute;
  bottom: 50%;
  left: 2%;
}
@media (width <= 680px) {
  .rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-prev {
    display: none;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-prev img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-next {
  position: absolute;
  bottom: 50%;
  right: 2%;
}
@media (width <= 680px) {
  .rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-next {
    display: none;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-slide {
  background-size: cover;
  background-position: center;
}
.rooms-detail-layout .grid-wrapper .image-column .background .mySwiper2 {
  height: 80%;
  width: 100%;
}
@media (width <= 1023px) {
  .rooms-detail-layout .grid-wrapper .image-column .background .mySwiper2 {
    height: 100%;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.rooms-detail-layout .grid-wrapper .image-column .background .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.rooms-detail-layout .grid-wrapper .image-column .background .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 1023px) {
  .rooms-detail-layout .grid-wrapper .image-column .background .swiper-container-thumbs {
    display: none;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: none;
}
@media (width <= 680px) {
  .rooms-detail-layout .grid-wrapper .image-column .background .swiper-pagination {
    display: flex;
  }
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 8px;
  /* display: block; */
}
.rooms-detail-layout .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

#property-map {
  max-width: 100%;
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
@media (width <= 500px) {
  #property-map {
    height: 600px;
  }
}
#property-map .map-cta {
  display: none;
}
#property-map .map-cta span.close-circle {
  width: 16px;
  border-radius: 50%;
  background: #fff;
  color: #222222;
}
@media (width <= 768PX) {
  #property-map .map-cta {
    position: absolute;
    bottom: 10px;
    z-index: 99997;
    left: 40%;
    display: block;
  }
}
#property-map .leaflet-popup {
  max-width: 240px;
  width: 240px;
  overflow: hidden;
  bottom: -230px !important;
  left: -275px !important;
}
@media (width <= 500px) {
  #property-map .leaflet-popup {
    bottom: -361px !important;
    left: -143px !important;
  }
}
#property-map .leaflet-popup-content {
  margin: 0px !important;
}
#property-map .leaflet-top.leaflet-left {
  display: none !important;
}
#property-map .leaflet-control-attribution.leaflet-control {
  display: none !important;
}
#property-map .leaflet-popup-content-wrapper {
  box-shadow: none !important;
}
#property-map .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  border: none;
  text-align: center;
  color: #222222;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  background: #fff !important;
  border-radius: 50%;
}
#property-map .popup-close-button {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  background: #fff !important;
  border-radius: 50%;
}
#property-map a.leaflet-popup-close-button {
  background: #fff !important;
  border-radius: 50%;
  top: 10px !important;
  right: 10px !important;
}
#property-map .map-content-popup {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
  width: 240px;
  height: 312px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#property-map .map-content-popup .popup-content-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 160px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#property-map .map-content-popup .popup-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#property-map .map-content-popup .popup-content-container {
  width: 100%;
  height: 152px;
  padding: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
#property-map .map-content-popup .popup-content-container .property-name {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
#property-map .map-content-popup .popup-content-container .property-address {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  text-transform: capitalize;
}
#property-map .map-content-popup .popup-content-container a.button {
  text-transform: capitalize;
}

.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: "Arimo", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "Arimo", 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: #003E66;
}
.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: #004A99;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #003E66;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #004A99;
}
.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 "Bitter", serif !important;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #6b6b6b;
  background: #6b6b6b;
  color: #fff;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .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-1 .read-more-link {
  font: 700 16px/1.6em "Bitter", serif !important;
  color: #54baba;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #54baba;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "Arimo", sans-serif !important;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #54baba;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #54baba;
}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "Arimo", sans-serif;
  color: #E04E39;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #E04E39;
  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: #969696;
  border: 1px solid #969696;
  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: #003E66;
  border-color: #003E66;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #003E66;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #5990B4;
  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: #E04E39;
}
@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: #5990b4;
  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 "Arimo", sans-serif;
  background-color: #003E66;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  max-width: 890px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 62, 102, 0.8);
  }
}
.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: 1023px) {
  .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 "Arimo", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .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: 1023px) {
  .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 "Arimo", sans-serif;
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #003E66;
}
@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: "Arimo", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Arimo", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #003E66;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "Arimo", sans-serif;
  color: #003E66;
}
.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 "Arimo", sans-serif;
  color: #E04E39;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Arimo", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 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: "Arimo", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #5990B4;
}
@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: "Arimo", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "Arimo", sans-serif;
  color: #5990B4;
  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: #5990B4;
  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;
  }
}
.overline {
  font-family: "Arimo", sans-serif !important;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
  color: #222222;
}
@media only screen and (max-width: 449px) {
  .overline {
    font-size: 0.625rem;
    word-wrap: break-word;
  }
}

.h1 {
  font-family: "Bitter", serif !important;
  text-decoration: none;
  font-size: 3.5rem;
  line-height: 64px;
  color: #004A99;
  word-wrap: break-word;
  font-weight: 400;
}
@media only screen and (max-width: 449px) {
  .h1 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}

.h1-heading {
  color: #222222;
  font-size: 24px;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.h2 {
  font-family: "Bitter", serif !important;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 32px;
  color: #222222;
  word-wrap: break-word;
  font-weight: 500;
}
@media only screen and (max-width: 449px) {
  .h2 {
    font-size: 1.5rem;
    word-wrap: break-word;
  }
}

.primary-button {
  font-family: "Arimo", sans-serif !important;
  line-height: 16px;
  text-decoration: none;
  font-weight: 400;
  word-wrap: break-word;
  padding: 8px 20px;
  display: inline-flex;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 24px;
  color: #004A99;
  background: #ffffff;
  font-size: 0.875rem;
  border: 1px solid #D0D0D0;
}
.primary-button:hover {
  background: #D0D0D0;
  color: #004A99;
  border: 1px solid #D0D0D0;
}

.booknow-btn {
  font-family: "Arimo", sans-serif !important;
  line-height: 16px;
  text-decoration: none;
  font-weight: 400;
  word-wrap: break-word;
  padding: 8px 20px;
  display: inline-flex;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 24px;
  color: #004A99;
  background: #ffffff;
  font-size: 0.875rem;
  border: 1px solid #D0D0D0;
  padding: 16px 48px;
}
.booknow-btn:hover {
  background: #D0D0D0;
  color: #004A99;
  border: 1px solid #D0D0D0;
}
.booknow-btn:hover {
  background: #222222;
  color: #FFFFFF;
}

.form-label {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}

.sm-description {
  font-family: "Arimo", sans-serif !important;
  font-size: 0.875rem;
  line-height: 20px;
  text-decoration: none;
}

.category-title {
  font-family: "Arimo", sans-serif !important;
  font-size: 0.625rem;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-med-title {
  font-family: "Bitter", serif !important;
  line-height: 26px;
  font-size: 1.375rem;
  font-weight: 500px;
  word-wrap: break-word;
  color: #222222;
}

.card-small-title {
  font-family: "Bitter", serif !important;
  line-height: 24px;
  font-size: 1.25rem;
  font-weight: 500px;
  word-wrap: break-word;
  color: #222222;
}

.card-extra-small-title {
  font-family: "Bitter", serif !important;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 500px;
  word-wrap: break-word;
  color: #222222;
}

.rating {
  font-family: "Arimo", sans-serif !important;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
}

.price-overline {
  font-family: "Arimo", sans-serif !important;
  letter-spacing: 0.5px;
  font-size: 0.625rem;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.price {
  font-family: "Bitter", serif !important;
  font-size: 1.125rem;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0px;
}

.mobile_xxxl {
  font-family: "Bitter", serif !important;
  font-size: 2.5rem;
  line-height: 48px;
  letter-spacing: 0px;
  text-decoration: none;
}

.two-column-header {
  position: relative;
  top: 0px;
  width: 100%;
  margin-bottom: 68px;
}
.property-home .two-column-header {
  top: 120px;
  padding-bottom: 60px;
}
@media (width <= 1000px) {
  .property-home .two-column-header {
    top: 70px;
    margin-bottom: 40px;
  }
}
.group-travel .two-column-header {
  top: 90px;
}
@media only screen and (max-width: 767px) {
  .group-travel .two-column-header {
    top: 70px;
  }
}
.two-column-header .header-grid {
  display: grid;
  margin-left: 108px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 80px;
  grid-template-areas: "content-column hero-image";
}
@media (max-width: 1000px) {
  .two-column-header .header-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "hero-image" "content-column";
    margin-left: 0px;
    row-gap: 16px;
  }
}
.two-column-header .header-grid .content-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  gap: 32px;
  grid-area: content-column;
}
@media (max-width: 1000px) {
  .two-column-header .header-grid .content-column {
    margin: 0px 16px;
  }
}
.two-column-header .header-grid .content-column .info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.two-column-header .header-grid .content-column .info .h1 {
  width: 100%;
}
.two-column-header .header-grid .content-column .info .content {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}
.two-column-header .header-grid .content-column .info .content h2, .two-column-header .header-grid .content-column .info .content h3, .two-column-header .header-grid .content-column .info .content h4, .two-column-header .header-grid .content-column .info .content h5, .two-column-header .header-grid .content-column .info .content h6 {
  color: #004A99;
  font-weight: 400;
}
.two-column-header .header-grid .content-column .info .content strong {
  font-weight: bold;
  color: #222222;
}
.two-column-header .header-grid .content-column .info ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-column-header .header-grid .content-column .info strong {
  font-weight: bold;
  color: #222222;
}
.two-column-header .header-grid .content-column .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.two-column-header .header-grid .content-column .cta-wrapper .hero-btn {
  text-align: center;
  color: #004A99;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.two-column-header .header-grid .hero-image-container {
  grid-area: hero-image;
}
.two-column-header .header-grid .hero-image-container img {
  width: 100%;
  max-width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1000px) {
  .two-column-header .header-grid .hero-image-container img {
    height: 360px;
  }
}
@media (width <= 490px) {
  .two-column-header .header-grid .hero-image-container img {
    height: 338px;
  }
}
.two-column-header tbody.mobile {
  row-gap: 16px;
}
@media (max-width: 1000px) {
  .two-column-header tbody.mobile {
    justify-content: center;
  }
}

.no-hero-layout {
  margin-bottom: 100px;
}

.two-column-image-left {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 80px;
}
.home .two-column-image-left {
  margin: 0px auto 80px;
}
.two-column-image-left .content-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 104px;
  display: inline-flex;
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-image-left .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-image-left .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.two-column-image-left .content-wrapper .content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  display: inline-flex;
  flex: 1;
}
.two-column-image-left .content-wrapper .content .heading {
  color: #222222;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.two-column-image-left .content-wrapper .content .content-info {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.two-column-image-left .content-wrapper .content .content-info ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-column-image-left .content-wrapper .content .content-info h2, .two-column-image-left .content-wrapper .content .content-info h3, .two-column-image-left .content-wrapper .content .content-info h4, .two-column-image-left .content-wrapper .content .content-info h5, .two-column-image-left .content-wrapper .content .content-info h6 {
  color: #004A99;
}
.two-column-image-left .content-wrapper .content .content-info strong {
  font-weight: bold;
  color: #222222;
}
.two-column-image-left .content-wrapper .content .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.two-column-image-left .content-wrapper .home-about-image {
  width: 100%;
  max-width: 60%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-image-left .content-wrapper .home-about-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-image-left .content-wrapper .home-about-image {
    max-width: 100%;
  }
}

.two-col-header-intro-content {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-header-intro-content {
    margin: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-header-intro-content {
    margin: 40px 16px;
  }
}
.two-col-header-intro-content .wrapper {
  padding-top: 40px;
  padding-left: 1px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: flex-start;
  gap: 340px;
  display: inline-flex;
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-header-intro-content .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-header-intro-content .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.two-col-header-intro-content .wrapper .heading {
  color: black;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.two-col-header-intro-content .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.two-col-header-intro-content .wrapper .content .content-info {
  width: 100%;
  color: black;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-header-intro-content .wrapper .content .content-info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-header-intro-content .wrapper .content .content-info {
    width: 100%;
  }
}
.two-col-header-intro-content .wrapper .content .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.special-offers-four-grid {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
.special-offers-four-grid .image-list {
  display: grid;
  grid-template-columns: repeat(4, 18rem);
  grid-template-rows: auto;
  grid-gap: 24px;
  justify-content: center;
}
@media (max-width: 1280px) {
  .special-offers-four-grid .image-list {
    grid-template-columns: repeat(3, 18rem);
  }
}
@media (max-width: 960px) {
  .special-offers-four-grid .image-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .special-offers-four-grid .image-list {
    grid-template-columns: 1fr;
  }
}
.special-offers-four-grid .image-list .image-list-item {
  display: flex;
  border: 2px solid green;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  flex: 1;
}
.special-offers-four-grid .image-list .image-list-item .background {
  width: 100%;
  max-width: 100%;
  height: 224px;
}
.special-offers-four-grid .image-list .image-list-item .background img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.special-offers-four-grid .image-list .image-list-item .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin: 0px 16px;
}
.special-offers-four-grid .image-list .image-list-item .content .property-name {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.special-offers-four-grid .image-list .image-list-item .content .title-desc-holder {
  flex: 1;
}
.special-offers-four-grid .image-list .image-list-item .content .offer-title {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.special-offers-four-grid .image-list .image-list-item .content .description {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.special-offers-four-grid .image-list .image-list-item .content .description p {
  width: 100%;
  max-width: 100%;
  /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex:1;*/
}
.special-offers-four-grid .image-list .image-list-item .content .border {
  width: 100%;
  height: 1px;
  margin-top: 27px;
  border: 1px #D0D0D0 solid;
}
.special-offers-four-grid .image-list .image-list-item .cta-container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  margin: 24px 16px;
}
.special-offers-four-grid .image-list .image-list-item .cta-container .button, .special-offers-four-grid .image-list .image-list-item .cta-container .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.special-offers-four-grid .category-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.special-offers-four-grid .category-buttons .category-filter {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  height: 40px;
}
@media (width <= 830px) {
  .special-offers-four-grid .category-buttons .category-filter {
    overflow: scroll;
    gap: 16px;
  }
}
.special-offers-four-grid .category-buttons .category-filter li {
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  color: #717171;
}
@media only screen and (max-width: 767px) {
  .special-offers-four-grid .category-buttons .category-filter li {
    white-space: nowrap;
  }
}
.special-offers-four-grid .category-buttons .category-filter li.active {
  color: #222222;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
}
.special-offers-four-grid .category-buttons .category-filter li > a.active, .special-offers-four-grid .category-buttons .category-filter li:hover > a {
  color: #717171;
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
}
.special-offers-four-grid .category-wrapper {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
}
@media (width <= 640px) {
  .special-offers-four-grid .category-wrapper {
    position: sticky;
    top: 60px;
    z-index: 999;
    background: #fff;
    max-width: 100%;
    overflow: scroll;
  }
}
.special-offers-four-grid .category-wrapper .divider {
  width: 100%;
  height: 100%;
  border: 1px #D0D0D0 solid;
}
.special-offers-four-grid .category-wrapper .show-on-mobile {
  display: none;
}
@media (width <= 680px) {
  .special-offers-four-grid .category-wrapper .show-on-mobile {
    display: block;
  }
}
.special-offers-four-grid .category-wrapper .category-selector {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  margin: 0px;
  height: 40px;
}
@media (width <= 830px) {
  .special-offers-four-grid .category-wrapper .category-selector {
    gap: 16px;
  }
}
@media (width <= 680px) {
  .special-offers-four-grid .category-wrapper .category-selector {
    margin: 0px 66px 0px 16px;
  }
}
.special-offers-four-grid .category-wrapper .category-selector .select-wrapper {
  display: none !important;
}
.special-offers-four-grid .category-wrapper .category-selector button {
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  word-wrap: break-word;
  font-family: "Arimo", sans-serif !important;
  height: 40px;
  border: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  border-radius: none;
  display: block;
}
.special-offers-four-grid .category-wrapper .category-selector button.button.active {
  text-decoration: underline;
  text-underline-offset: 24px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004A99;
  text-decoration-style: solid;
  color: #222222;
  font-weight: 400;
}
.special-offers-four-grid .category-wrapper .category-selector .button:hover {
  background: none !important;
  color: #222222;
}
.special-offers-four-grid .load-more-button {
  justify-content: center;
  margin: 20px auto 20px auto;
}

.two-col-with-border {
  position: relative;
  max-width: 1224px;
  margin: 68px auto 80px;
}
.two-col-with-border .column-wrapper {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 82px;
  display: inline-flex;
  flex: 1;
}
@media (width <= 942px) {
  .two-col-with-border .column-wrapper {
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 32px;
    border-top: 1px #D0D0D0 solid;
  }
}
.two-col-with-border .column-wrapper .image {
  width: 412px;
  height: 367px;
}
@media (width <= 942px) {
  .two-col-with-border .column-wrapper .image {
    width: 100%;
  }
}
@media (width <= 484px) {
  .two-col-with-border .column-wrapper .image {
    width: 100%;
  }
}
.two-col-with-border .column-wrapper .column-two {
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex: 1;
}
@media (width <= 942px) {
  .two-col-with-border .column-wrapper .column-two {
    border-top: none;
  }
}
.two-col-with-border .column-wrapper .column-two .content-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  flex: 1;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .title {
  width: 100%;
  color: #222222;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  flex: 1;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content ol {
  list-style-type: auto;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content h2, .two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content h3, .two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content h4, .two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content h5, .two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content h6 {
  color: #004A99;
  font-weight: 400;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .content strong {
  font-weight: bold;
  color: #222222;
}
.two-col-with-border .column-wrapper .column-two .content-wrapper .wrapper .cta-wrapper {
  display: flex;
  gap: 17px;
  /* padding-left: 20px; 
     padding-right: 20px;
      padding-top: 8px;
     padding-bottom: 8px; 
  border-radius: 24px; 
  overflow: hidden; 
  border: 1px #D0D0D0 solid; 
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  display: inline-flex;
  */
}

.special-offers-carousel {
  position: relative;
  max-width: 1336px;
  margin: 52px auto 80px;
}
.special-offer-carousel-swiper {
  max-width: 1366px;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offer-carousel-swiper {
    width: calc(100% - 200px);
  }
}
@media (width <= 768px) {
  .special-offer-carousel-swiper {
    width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 767px) {
  .special-offer-carousel-swiper {
    width: calc(100% - 60px);
  }
}
.special-offer-carousel-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.special-offer-carousel-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 20% !important;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin-left: 9px;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  height: 432px;
  flex-basis: 18.5rem;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .background {
  width: 100%;
  max-width: 100%;
  height: 224px;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .background img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin: 0px 16px;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .property-name {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .title-desc-holder {
  flex: 1;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .offer-title {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .description {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .description p {
  width: 100%;
  /* display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   flex:1;*/
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .content .border {
  width: 100%;
  height: 1px;
  border: 1px #D0D0D0 solid;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .cta-container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  margin: 24px 16px;
}
.special-offer-carousel-swiper .swiper-wrapper .card-info .cta-container .button, .special-offer-carousel-swiper .swiper-wrapper .card-info .cta-container .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.special-offer-carousel-swiper button.swiper-button-prev {
  position: absolute;
  left: -1%;
  top: 50%;
}
.special-offer-carousel-swiper button.swiper-button-prev img {
  width: 32px;
  height: 32px;
}
.special-offer-carousel-swiper button.swiper-button-next {
  position: absolute;
  right: -12px;
  top: 50%;
}
@media (width <= 540px) {
  .special-offer-carousel-swiper button.swiper-button-next {
    right: 21px;
  }
}
.special-offer-carousel-swiper button.swiper-button-next img {
  width: 32px;
  height: 32px;
}

.two-col-listing-divider {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
@media (width <= 980px) {
  .two-col-listing-divider {
    margin: 0 16px 40px;
  }
}
.two-col-listing-divider .section-wrapper {
  display: grid;
  grid-template-columns: 392px 1fr;
  grid-template-rows: 32px 1fr;
  grid-column-gap: 89px;
  grid-template-areas: "grid-about grid-about" "grid-listing grid-content";
}
@media (width <= 980px) {
  .two-col-listing-divider .section-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "grid-about" "grid-listing" "grid-content";
  }
}
.two-col-listing-divider .section-wrapper .heading {
  grid-area: grid-about;
  grid-column: span 2;
  color: #222222;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
@media (width <= 980px) {
  .two-col-listing-divider .section-wrapper .heading {
    grid-column: span 1;
  }
}
.two-col-listing-divider .section-wrapper .listing {
  grid-area: grid-listing;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  margin-top: 40px;
}
@media (width <= 980px) {
  .two-col-listing-divider .section-wrapper .listing {
    border-bottom: 1px solid #d0d0d0;
    border-right: none;
    padding-bottom: 32px;
  }
}
.two-col-listing-divider .section-wrapper .listing .item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  /*
  .icon::before {
      content: "";
      position: absolute;
      top: 8%;
      left: 29%;
      transform: translate(-50%, -50%);
      background: $primary-color;
      border-radius: 50%;
      z-index: -1;
      width: 40px;
      height: 40px;
  }*/
}
.two-col-listing-divider .section-wrapper .listing .item .icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  overflow: hidden;
}
.two-col-listing-divider .section-wrapper .listing .item .icon img {
  width: 100%;
  height: 100%;
}
.two-col-listing-divider .section-wrapper .listing .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 24px;
  flex: 1;
}
.two-col-listing-divider .section-wrapper .listing .item .item-content .info-heading {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
.two-col-listing-divider .section-wrapper .listing .item .item-content .info {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
.two-col-listing-divider .section-wrapper .content {
  grid-area: grid-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #222222;
  font-size: 16px;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  gap: 32px;
  flex: 1;
}
.two-col-listing-divider .section-wrapper .content p {
  width: 100%;
}

.two-column {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column {
    margin: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column {
    margin: 40px 16px;
  }
}
.two-column .wrapper {
  padding-top: 40px;
  padding-left: 1px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: flex-start;
  gap: 82px;
  display: inline-flex;
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.two-column .wrapper .heading {
  color: black;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  width: 35.2%;
}
@media only screen and (max-width: 767px) {
  .two-column .wrapper .heading {
    width: 100%;
    max-width: 100%;
  }
}
.two-column .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.two-column .wrapper .content .content-info {
  width: 100%;
  color: black;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column .wrapper .content .content-info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-column .wrapper .content .content-info {
    width: 100%;
  }
}
.two-column .wrapper .content .content-info ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-column .wrapper .content .content-info h2, .two-column .wrapper .content .content-info h3, .two-column .wrapper .content .content-info h4, .two-column .wrapper .content .content-info h5, .two-column .wrapper .content .content-info h6 {
  color: #004A99;
  font-weight: bold;
}
.two-column .wrapper .content .content-info strong {
  font-weight: bold;
  color: #222222;
}
.two-column .wrapper .content .content-info p {
  padding: 15px 0px;
}
.two-column .wrapper .content .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.two-column-text-left .wrapper {
  display: flex;
  justify-content: space-between;
}
.two-column-text-left .wrapper .content {
  display: block;
}
.two-column-text-left .title {
  font-family: #222222;
  color: #004A99;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  padding-bottom: 38px;
}
.two-column-text-left .left-side {
  width: 35.2%;
}
@media only screen and (max-width: 767px) {
  .two-column-text-left .left-side {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-left .left-side {
    width: 100%;
  }
}
.two-column-text-left .left-side .heading {
  padding-bottom: 30px;
  width: 100%;
  color: #000;
  font-family: "Bitter", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.two-column-text-left .left-side .left-content {
  color: #222222;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.two-column-text-left .right-side {
  width: 64.8%;
}
@media only screen and (max-width: 767px) {
  .two-column-text-left .right-side {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-left .right-side {
    width: 100%;
  }
}
.two-column-text-left .right-side h3 {
  display: none;
}
.two-column-text-left .right-side .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 14px);
}
@media only screen and (max-width: 767px) {
  .two-column-text-left .right-side .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-left .right-side .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
.two-column-text-left .right-side .form-builder-field[class*=inputsubmit] {
  margin-left: 0;
  padding: 0;
  margin-top: 14px;
}

.grid-layout-heading-section {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-layout-heading-section {
    margin: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-layout-heading-section {
    margin: 40px 16px;
  }
}
.grid-layout-heading-section .wrapper {
  padding-top: 40px;
  padding-left: 1px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: flex-start;
  gap: 104px;
  display: inline-flex;
  flex: 1;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-layout-heading-section .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-layout-heading-section .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.grid-layout-heading-section .wrapper .heading {
  color: black;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  width: 34%;
}
@media (width <= 1000px) {
  .grid-layout-heading-section .wrapper .heading {
    width: 100%;
    max-width: 100%;
  }
}
.grid-layout-heading-section .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.grid-layout-heading-section .wrapper .content .content-info {
  width: 100%;
  color: black;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-layout-heading-section .wrapper .content .content-info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-layout-heading-section .wrapper .content .content-info {
    width: 100%;
  }
}
.grid-layout-heading-section .wrapper .content .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.heading-acm {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .heading-acm {
    margin: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-acm {
    margin: 40px 16px;
  }
}
.heading-acm .section-wrapper {
  width: 100%;
  height: 72px;
  padding-left: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 38.5px;
  display: inline-flex;
}
.heading-acm .section-wrapper .border {
  width: 100%;
  height: 1.5px;
  background: #D0D0D0;
}
.heading-acm .section-wrapper .heading-info {
  color: #222222;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.rooms-layout {
  max-width: 1224px;
  margin: 0px auto 80px;
  position: relative;
  /*
      .rooms-layout-acm {
  		display: grid;
  		grid-template-columns: 1fr 1fr;
  		grid-template-rows: auto;
  		gap: 40px;


  		.rooms-container {
  			display: grid;
  			grid-template-columns: 1fr 1fr;
  			grid-template-rows:288px;
  			grid-template-areas:'roomsImageContainter roomsInfoContainter';

  			.rooms-image-container{
  				grid-area: roomsImageContainter;
  				background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.11) 41%, rgba(0, 0, 0, 0) 100%);
  				border-top-left-radius: 12px;
      			border-bottom-left-radius: 12px;
  				max-width: 312px;
  				height: 288px;
  				overflow: hidden;


  				.slider-roomsLayout-wrapper{
  					height:288px;
  					width:100%;
  					position:relative;

  					.swiper-button-next {
  						position: absolute;
  						bottom:114px;
  						right: 0px;
  						padding:0px 16px 0px 0px;

  						img{
  							max-width:32px;
  							width:100%;
  							height:32px;
  						}
  					}


  					.swiper-button-prev {
  						display:none;
  					}
  				}

  			}


  			.rooms-info-container{
  				grid-area: roomsInfoContainter;
  				width: 288px;
  				 height: 288px; 
  				  background: white; 
  				  border-bottom-right-radius: 12px; 
  				  border-top-right-radius: 12px;
  				   border-top: 1px #D0D0D0 solid; 
  				   border-right: 1px #D0D0D0 solid; 
  				   border-bottom: 1px #D0D0D0 solid;
  					display:inline-flex;
  					justify-content: flex-start;
  					align-items: flex-start;
  					flex-direction: column;
  					position:relative;

  				   .room-info-wrapper{
  					width: 240px;
  					 height: 122px; 
  					 flex-direction: column; 
  					 justify-content: flex-start;
  					  align-items: flex-start; 
  					  gap: 16px; 
  					  display: inline-flex;
  					  padding: 24px 24px 0px 24px;


  					  .room-name{
  						align-self: stretch; 
  						color: #222222; 
  						font-size: 22px; 
  						font-family: Bitter; 
  						font-weight: 500;
  						 line-height: 26px; 
  						 word-wrap: break-word;
  					  }


  					  .room-features{
  						width: 240px; 
  						height: 16px; 
  						justify-content: flex-start;
  						align-items: center; 
  						display: inline-flex;

  						.feature-wrapper{
  							height: 16px; 
  							justify-content: flex-start; 
  							align-items: flex-start; 
  							gap: 12px; 
  							display: inline-flex;

  							.icon-wrapper{
  									width: 16px;
  									 height: 16px; 
  								 	padding-left: 2.44px; 
  								 	padding-right: 2.45px;
  								  	justify-content: center;
  								  	align-items: center;
  									 display: flex;
  									 position:relative;


  									 img{
  										width: 100%;
  										max-width:16px;
  										height: 16px; 
  										left: 0px; 
  										top: 0px; 
  										position: absolute;
  									 }

  							}

  							.icon-type{
  								flex: 1 1 0; 
  								color: #222222; 
  								font-size: 14px; 
  								font-family: Aktiv Grotesk; 
  								font-weight: 400;
  								 line-height: 16px; 
  								 letter-spacing: 0.20px;
  								  word-wrap: break-word;
  							}

  						}
  					  }

  					  //divider
  					  .divider{
  						width: 240px; 
  						height: 1px; 
  						left: 336px; 
  						top: 208px; 
  						position: absolute; 
  						border: 1px #D0D0D0 solid;
  					  }

  				   }


  				   //cta-wrapper
  				   .cta-wrapper{
  					//left: 336px; 
  					top: 232px;
  					position: absolute; 
  					justify-content: flex-start; 
  					align-items: flex-start; 
  					gap: 24px; 
  					display: inline-flex;
  					//padding:0px 24px;
  				   }

  			}
  		}
  	}
      */
}
@media (width <= 768px) {
  .rooms-layout {
    margin: 0px 16px 80px 16px;
  }
}

.amenities-acm {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
@media (width <= 768px) {
  .amenities-acm {
    margin: 0px 16px 40px 16px;
    max-width: 100%;
  }
}
.amenities-acm .amenities-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #d0d0d0;
}
.amenities-acm .amenities-wrapper .amenities-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  justify-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
}
@media (width <= 640px) {
  .amenities-acm .amenities-wrapper .amenities-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.amenities-acm .amenities-wrapper .amenities-list .list-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: inline-flex;
  flex: 1;
}
@media (width <= 640px) {
  .amenities-acm .amenities-wrapper .amenities-list .list-wrapper {
    flex-direction: row;
  }
}
.amenities-acm .amenities-wrapper .amenities-list .list-wrapper .icon {
  width: 24px;
  height: 24px;
  padding: 1.5px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.amenities-acm .amenities-wrapper .amenities-list .list-wrapper .list-description {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}
.amenities-acm .amenities-wrapper .amenities-list .list-wrapper:nth-child(-n+8) {
  display: inline-flex;
}
.amenities-acm .amenities-wrapper .amenities-list .list-wrapper:nth-child(n+9) {
  display: none;
}
.amenities-acm .amenities-wrapper .amenities-list .additional-item:only-child {
  display: inline-flex;
}
.amenities-acm .amenities-wrapper .amenities-list .show-all {
  display: inline-flex !important;
}
.amenities-acm .amenities-wrapper .show-all-amenities {
  color: #004A99;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  cursor: pointer;
}

.destinations-acm {
  position: relative;
  margin: 0 auto;
  max-width: 1224px;
}
@media (width <= 1250px) {
  .destinations-acm {
    margin: auto 16px;
  }
}
@media (width <= 768px) {
  .destinations-acm {
    margin: 0 16px;
  }
}
@media (width <= 640px) {
  .destinations-acm {
    margin: 40px 16px;
  }
}
.destinations-acm .container-wrapper {
  position: relative;
  border-top: 1px #D0D0D0 solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  flex: 1;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (width <= 768px) {
  .destinations-acm .container-wrapper {
    margin-bottom: 0;
  }
}
@media (width <= 640px) {
  .destinations-acm .container-wrapper {
    padding: 40px 16px 0px 16px;
  }
}
.destinations-acm .container-wrapper .columns {
  display: grid;
  grid-template-columns: 728px 1fr;
  padding-top: 24px;
  width: 100%;
  row-gap: 24px;
}
@media (width <= 960px) {
  .destinations-acm .container-wrapper .columns {
    grid-template-columns: 1fr minmax(min-content, auto);
  }
}
.destinations-acm .container-wrapper .columns .intro-text {
  grid-column: 1/-1;
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media (width <= 960px) {
  .destinations-acm .container-wrapper .columns .intro-text {
    width: 100%;
  }
}
.destinations-acm .container-wrapper .columns .classifier-category {
  display: inline-flex;
  grid-row: 2;
  border-bottom: 1px solid #D0D0D0;
  margin-right: 16px;
}
.destinations-acm .container-wrapper .columns .classifier-category .button {
  border-radius: none;
  border: 0px;
}
.destinations-acm .container-wrapper .columns .classifier-category .button:hover {
  background: #fff;
  border-radius: none;
  color: #004A99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
}
.destinations-acm .container-wrapper .columns .classifier-category .button.active {
  font-weight: 500;
  color: #004A99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
}
@media (width <= 767px) {
  .destinations-acm .container-wrapper .columns .classifier-category.category-selector {
    margin: 0;
  }
  .destinations-acm .container-wrapper .columns .classifier-category.category-selector .button {
    display: block;
  }
  .destinations-acm .container-wrapper .columns .classifier-category.category-selector .select-wrapper {
    display: none;
  }
}
.destinations-acm .container-wrapper .columns .map-grid {
  height: 32px;
  background: white;
  border-radius: 24px;
  border: 1px #D0D0D0 solid;
  align-self: end;
  justify-self: end;
  grid-row: 2;
}
.austria .destinations-acm .container-wrapper .columns .map-grid {
  grid-column: 2;
}
.germany .destinations-acm .container-wrapper .columns .map-grid {
  grid-column: 2;
}
@media (width <= 1250px) {
  .destinations-acm .container-wrapper .columns .map-grid {
    align-self: start;
    margin-top: 24px;
  }
}
@media (width <= 768px) {
  .destinations-acm .container-wrapper .columns .map-grid {
    display: none;
  }
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector {
  text-align: right;
  font-size: 0;
  margin: 0px;
  height: 32px;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .select-wrapper {
  display: none !important;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .button {
  margin: 0px !important;
  border: 0px;
  text-transform: capitalize !important;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .grid-view {
  display: inline-flex;
  width: 100px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .grid-view.active {
  height: 100%;
  background: #004A99;
  border-radius: 24px;
  color: #fff;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .grid-view.active path {
  fill: white !important;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .grid-view .grid-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.destinations-acm .container-wrapper .columns .map-grid .category-selector .grid-view .grid-text {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.destinations-acm .container-wrapper .columns .map-grid .map-view {
  display: inline-flex;
  width: 87px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.destinations-acm .container-wrapper .columns .map-grid .map-view.active {
  height: 100%;
  background: #004A99;
  border-radius: 24px;
  color: #fff;
}
.destinations-acm .container-wrapper .columns .map-grid .map-view.active path {
  fill: white !important;
}
.destinations-acm .container-wrapper .columns .map-grid .map-view .map-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.destinations-acm .container-wrapper .columns .map-grid .map-view .map-text {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.destinations-acm .destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 18rem);
  grid-template-rows: auto;
  gap: 24px;
  justify-content: start;
  align-items: flex-start;
}
@media (width <= 1240px) {
  .destinations-acm .destination-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 768px) {
  .destinations-acm .destination-grid {
    grid-template-columns: 50%;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 640px) {
  .destinations-acm .destination-grid {
    grid-template-columns: 90%;
    justify-content: center;
    align-items: center;
  }
}
.destinations-acm .destination-grid p {
  display: none !important;
}
.destinations-acm .destination-grid .destination-item {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 488px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper {
  /*  width: 100%;
     height: 100%; 
     background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); 
     border-top-left-radius: 12px; 
     border-top-right-radius: 12px
     */
  width: 100%;
  height: 284px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-slide img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-wrapper img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next {
  position: absolute;
  bottom: 114px;
  right: 0px;
  padding: 0px 16px 0px 0px;
}
@media (width <= 680px) {
  .destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next {
    display: none;
  }
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-prev {
  display: none;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 5px;
  /* display: block; */
}
.destinations-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.destinations-acm .destination-grid .destination-item .content-area {
  width: 100%;
  height: 200px;
  left: 0px;
  top: 284px;
  position: absolute;
  background: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 1px #D0D0D0 solid;
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.destinations-acm .destination-grid .destination-item .content-area .info-wrapper {
  margin: 16px 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  margin: 16px 16px 0px 16px;
  flex: 1;
}
.destinations-acm .destination-grid .destination-item .content-area .info-wrapper .property-name {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.destinations-acm .destination-grid .destination-item .content-area .info-wrapper .location {
  width: 100%;
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.destinations-acm .destination-grid .destination-item .content-area .bottom-section {
  height: 56px;
  /* left: 16px; 
   top: 408px;
    position: absolute; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
  display: flex;
  flex: 1;
  width: 100%;
  padding: 16px;
}
.destinations-acm .destination-grid .destination-item .content-area .bottom-section .divider {
  width: 90%;
  height: 1px;
  border: 1px #D0D0D0 solid;
}
.destinations-acm .destination-grid .destination-item .content-area .bottom-section .cta-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}
.destinations-acm .destination-grid .destination-item .content-area .bottom-section .cta-wrapper .button {
  text-transform: capitalize;
}
.destinations-acm .grid-content-section {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.destinations-acm .grid-content-section .map-mobile-view.button-blue {
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 38px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 129%);
  display: none;
}
@media (width <= 768px) {
  .destinations-acm .grid-content-section .map-mobile-view.button-blue {
    display: inline-flex;
  }
}
.destinations-acm .grid-content-section .map-mobile-view.button-blue .button-blue {
  text-transform: capitalize !important;
  position: relative;
}
.destinations-acm .grid-content-section .map-mobile-view.button-blue .map-icon {
  position: relative;
  top: -8px;
  left: -7px;
}
.destinations-acm .grid-content-section .destination-grid.map {
  grid-template-columns: 100%;
  grid-template-rows: 800px;
  overflow: hidden;
  max-width: 100%;
  padding: 0px 16px;
}
@media (width <= 768px) {
  .destinations-acm .grid-content-section .destination-grid.map {
    grid-template-rows: auto;
  }
}
.destinations-acm .grid-content-section .destination-grid.map p {
  display: none !important;
}
.destinations-acm .grid-content-section .hide-grid {
  display: none;
}
.destinations-acm .grid-content-section .map-grid .category-selector .select-wrapper {
  display: none !important;
}

.dining-detail-acm {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 120px;
  /*min-height:100vh;
  min-height:100dvh;
  top:80px;
   margin:80px 0px 120px 0px;*/
}
@media (width <= 768px) {
  .dining-detail-acm {
    top: 0px;
  }
}
.dining-detail-acm .grid-wrapper {
  display: grid;
  grid-template-columns: 32.2% 59.7%;
  grid-template-rows: auto;
  grid-column-gap: 6.5rem;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .dining-detail-acm .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.dining-detail-acm .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
}
.dining-detail-acm .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.dining-detail-acm .grid-wrapper .content-column .h1-heading {
  margin-bottom: 0px;
  padding-top: 24px;
}
.dining-detail-acm .grid-wrapper .content-column .phone {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.dining-detail-acm .grid-wrapper .content-column .phone .phone-number {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  flex: 1 1 0;
}
.dining-detail-acm .grid-wrapper .content-column .phone .phone-number a {
  color: #222222 !important;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 40px;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-title {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-hours {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  padding-top: 8px;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper {
  display: inline-flex;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button, .dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.dining-detail-acm .grid-wrapper .content-column .menu-section .menu-info:last-child {
  border-bottom: none;
}
.dining-detail-acm .grid-wrapper .content-column .features {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.dining-detail-acm .grid-wrapper .content-column .features .beds {
  order: 2;
}
.dining-detail-acm .grid-wrapper .content-column .features .occupancy {
  order: 1;
}
.dining-detail-acm .grid-wrapper .content-column .features .size {
  order: 3;
}
.dining-detail-acm .grid-wrapper .content-column .desc {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.dining-detail-acm .grid-wrapper .content-column .desc p {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.dining-detail-acm .grid-wrapper .content-column .desc .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.dining-detail-acm .grid-wrapper .content-column .desc ul {
  list-style-type: disc;
  margin-left: 32px;
}
.dining-detail-acm .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.dining-detail-acm .grid-wrapper .content-column .amenities {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #d0d0d0;
  width: 100%;
}
.dining-detail-acm .grid-wrapper .content-column .amenities .amenities-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.dining-detail-acm .grid-wrapper .image-column {
  grid-area: offerImage;
}
@media (width <= 1023px) {
  .dining-detail-acm .grid-wrapper .image-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
  height: 608px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (width <= 1023px) {
  .dining-detail-acm .grid-wrapper .image-column .background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    height: 480px;
  }
}
@media (width <= 1023px) {
  .dining-detail-acm .grid-wrapper .image-column .background {
    height: 280px;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
  position: absolute;
  bottom: 50%;
  right: 2%;
  cursor: pointer;
}
@media (width <= 680px) {
  .dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
    display: none;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
  position: absolute;
  bottom: 50%;
  left: 2%;
  cursor: pointer;
}
@media (width <= 680px) {
  .dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
    display: none;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  background-size: cover;
  background-position: center;
}
.dining-detail-acm .grid-wrapper .image-column .background .diningDetail2 {
  height: 80%;
  width: 100%;
}
@media (width <= 1023px) {
  .dining-detail-acm .grid-wrapper .image-column .background .diningDetail2 {
    height: 100%;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .diningDetail {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.dining-detail-acm .grid-wrapper .image-column .background .diningDetail .swiper-slide {
  width: 25% !important;
  height: 100%;
  opacity: 0.4;
}
.dining-detail-acm .grid-wrapper .image-column .background .diningDetail .swiper-slide-thumb-active {
  opacity: 1;
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 1023px) {
  .dining-detail-acm .grid-wrapper .image-column .background .swiper-container-thumbs {
    display: none;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: none;
}
@media (width <= 680px) {
  .dining-detail-acm .grid-wrapper .image-column .background .swiper-pagination {
    display: flex;
  }
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 8px;
  /* display: block; */
}
.dining-detail-acm .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.menu-tabs-block-acm {
  z-index: 12;
  max-width: 1224px;
  margin: 0 auto;
  position: relative;
}
.menu-tabs-block-acm h2 {
  margin-bottom: 20px;
  color: #004A99;
  font-size: 2.5rem;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
  margin-bottom: 45px;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 45px;
  z-index: 200;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  margin: 0;
  padding: 4px;
  background: white;
  gap: 15px;
  width: 100%;
  height: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles ul {
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
  width: auto;
  border-bottom: 0;
  color: #5A7A90;
  font-size: 14px;
  font-family: "Arimo", sans-serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background: none;
  color: #222222;
  text-decoration-line: underline;
  text-decoration-color: #004A99;
  text-decoration-thickness: 3px;
  text-decoration-style: solid;
  text-transform: capitalize;
  border-radius: none;
  border: none;
  text-underline-offset: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button:after {
    content: "▾";
    height: 15px;
    width: 15px;
  }
}
.menu-tabs-block-acm .tabs-titles li.test .button {
  cursor: default;
}
.menu-tabs-block-acm .tabs-titles li.test .button::after {
  display: none !important;
}
.menu-tabs-block-acm .tabs-titles .button {
  color: #222222;
  background-color: transparent;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 420;
  text-transform: capitalize;
  letter-spacing: 1.4px;
  word-wrap: break-word;
  height: 40px;
  border: none;
}
.menu-tabs-block-acm .tabs-titles .button:hover {
  background: none;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
    background-color: #fff;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header {
  width: 100%;
  text-align: center;
  margin-bottom: 0%;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #004A99;
  font-size: 28px;
  line-height: normal;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr .tabs-content-price {
  color: #004A99;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  width: 100%;
  align-items: baseline;
  border-bottom: 1px solid #d0d0d0;
}
@media (width <= 800px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper {
    grid-template-columns: 100%;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options {
  color: #004A99;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options {
    flex-direction: column;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options .title {
  color: black;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  /*
  width: 46%;
  margin-right: auto;
  text-align: left;
  color: $primary-color;
  text-transform: uppercase;
  font-size: 1.5rem;
  span {font-size: 0.8em;}
  */
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options .title {
    width: 100%;
    font-size: 1.6em;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options .note {
  font-size: 1em;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block-options:not(first) {
  margin-top: 50px;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish {
  width: 100%;
  min-width: 400px;
  padding: 2% 2% 2% 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #d0d0d0;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish {
    width: 100%;
    min-width: 0px;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish .row {
  display: flex;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish .dish-descr {
  margin: auto;
  color: black;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish .dish-name {
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #222222;
  margin-right: auto;
  font-size: 1.125rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish .h5 {
  line-height: 24px;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish .dish-price {
  color: #222222;
  font-size: 1.125rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block .dish:last-child {
  border-bottom: none !important;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-wrapper:last-child {
  border-bottom: none !important;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

section.acm-block.menu-tabs-block-acm.center-column.fade-on-scroll.show-menu {
  display: block;
}

.dining-list-acm {
  overflow: hidden;
  position: relative;
  max-width: 1336px;
  margin: 52px auto 80px;
}
.dining-carousel-swiper {
  max-width: 1366px;
  width: calc(100% - 40px);
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-carousel-swiper {
    width: calc(100% - 200px);
  }
}
@media (width <= 768px) {
  .dining-carousel-swiper {
    width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 767px) {
  .dining-carousel-swiper {
    width: calc(100% - 60px);
  }
}
.dining-carousel-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.dining-carousel-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 20% !important;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin-left: 9px;
}
.dining-carousel-swiper .swiper-wrapper .card-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  height: 475px;
  flex-basis: 18.5rem;
}
.dining-carousel-swiper .swiper-wrapper .card-info .background {
  width: 100%;
  max-width: 100%;
  height: 224px;
  min-height: 224px;
}
.dining-carousel-swiper .swiper-wrapper .card-info .background img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.dining-carousel-swiper .swiper-wrapper .card-info .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin: 0px 16px;
  row-gap: 5px;
}
.dining-carousel-swiper .swiper-wrapper .card-info .content .property-name {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.dining-carousel-swiper .swiper-wrapper .card-info .content .offer-title {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.dining-carousel-swiper .swiper-wrapper .card-info .content .description {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dining-carousel-swiper .swiper-wrapper .card-info .content .description p {
  width: 100%;
  /* display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   flex:1;*/
}
.dining-carousel-swiper .swiper-wrapper .card-info .content .border {
  width: 100%;
  height: 1px;
  margin-top: 27px;
  border: 1px #D0D0D0 solid;
}
.dining-carousel-swiper .swiper-wrapper .card-info .cta-container {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  margin: 24px 16px;
}
.dining-carousel-swiper .swiper-wrapper .card-info .cta-container .button, .dining-carousel-swiper .swiper-wrapper .card-info .cta-container .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.dining-carousel-swiper button.swiper-button-prev {
  position: absolute;
  left: -1%;
  top: 50%;
}
.dining-carousel-swiper button.swiper-button-prev img {
  width: 32px;
  height: 32px;
}
.dining-carousel-swiper button.swiper-button-next {
  position: absolute;
  right: -12px;
  top: 50%;
}
@media (width <= 540px) {
  .dining-carousel-swiper button.swiper-button-next {
    right: 21px;
  }
}
.dining-carousel-swiper button.swiper-button-next img {
  width: 32px;
  height: 32px;
}

.property-location-acm {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
@media (width <= 1256px) {
  .property-location-acm {
    margin: 0 16px;
  }
}
.property-location-acm .location-map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 600px;
  margin: 40px 0px;
}
.property-location-acm .location-map .poi-map {
  height: 600px;
}
.property-location-acm .location-map .leaflet-control-attribution.leaflet-control {
  display: none !important;
}
.property-location-acm .location-map section.poi {
  position: relative;
  z-index: 9999;
  height: 600px;
}
.property-location-acm .location-map section.poi .poi-overlay {
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 99998;
  right: 0px;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector {
  margin: 0;
  position: absolute;
  top: 22px;
  right: 15px;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector button {
  display: none !important;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector .select-wrapper {
  width: 240px;
  overflow: hidden;
  height: 40px;
  position: relative;
  display: inline-block !important;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector .select-wrapper select {
  border: 1px solid #004A99;
  color: #132929;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector .select-wrapper .select-icon {
  position: absolute;
  top: 10%;
  right: -1px;
  width: 40px;
  height: 40px;
  transform: none;
  margin-top: -4px;
  pointer-events: none;
  background: #004A99;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 0px;
  border-left: 0px;
}
.property-location-acm .location-map section.poi .poi-overlay .category-selector .select-wrapper .select-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
}
.property-location-acm .location-map section.poi .poi-overlay .poi-zoom {
  color: #004A99;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  top: 484px;
  right: 15px;
}
.property-location-acm .location-map section.poi .poi-overlay .poi-zoom .poi-zoom-button {
  display: block;
  position: relative;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 1px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.19);
}
.property-location-acm .location-map section.poi .poi-overlay .poi-zoom .poi-zoom-button:after {
  content: "";
  background: #004A99;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.property-location-acm .location-map section.poi .poi-overlay .poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #004A99;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.property-location-acm .location-map .leaflet-popup-content {
  width: 224px !important;
  height: 232px;
  margin: 0px !important;
}
.property-location-acm .location-map .map-content {
  background: #fff !important;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px !important;
  position: relative;
  text-align: left !important;
  color: #222222;
  width: 100%;
  border-radius: 12px;
}
.property-location-acm .location-map .map-content img {
  width: 100%;
  max-width: 100%;
  height: 152px;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.property-location-acm .location-map .map-content a {
  color: #222222 !important;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.property-location-acm .location-map .map-content h3 {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  padding: 0px 16px;
}
.property-location-acm .location-map .map-content .miles {
  color: #717171;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.property-location-acm .location-map .map-content .content {
  padding: 0px 16px;
}
.property-location-acm .location-map .map-content .direction {
  padding: 0px 16px;
}
.property-location-acm .location-map .leaflet-popup-tip-container {
  display: none !important;
}
.property-location-acm .location-map .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  color: #757575;
  text-decoration: none;
  background: #fff !important;
  border-radius: 50%;
}
.property-location-acm .location-map .leaflet-popup {
  bottom: -54px !important;
  left: -252px !important;
}
.property-location-acm .info-container {
  display: grid;
  grid-template-columns: 728px 1fr;
  grid-template-areas: "about nearest";
  gap: 80px;
  justify-content: start;
  width: 100%;
}
@media (width <= 1122px) {
  .property-location-acm .info-container {
    grid-template-columns: 1fr;
    grid-template-areas: "about" "nearest";
    gap: 40px;
  }
}
.property-location-acm .info-container .about-info-container {
  grid-area: "about";
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.property-location-acm .info-container .about-info-container .title {
  width: 100%;
  max-width: 100%;
  color: #222222;
  font-size: 1.375rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 26px;
  word-wrap: break-word;
}
.property-location-acm .info-container .about-info-container .content {
  width: 100%;
  max-width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: #004A99;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.property-location-acm .info-container .nearest-info {
  grid-area: nearest;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-bottom: 4px;
  gap: 24px;
  width: 100%;
  border-left: 1px solid #d0d0d0;
}
@media (width <= 1122px) {
  .property-location-acm .info-container .nearest-info {
    border-left: none;
    padding-left: 0px;
  }
}
.property-location-acm .info-container .nearest-info .main-heading {
  width: 100%;
  max-width: 100%;
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.property-location-acm .info-container .nearest-info .points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "heading heading" "distance-info get-direction";
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
}
.property-location-acm .info-container .nearest-info .points .heading {
  grid-area: heading;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.property-location-acm .info-container .nearest-info .points .distance {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  grid-area: distance-info;
}
.property-location-acm .info-container .nearest-info .points .get-direction {
  grid-area: get-direction;
  position: relative;
  display: inline-flex;
  gap: 8px;
  padding-bottom: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.property-location-acm .info-container .nearest-info .points .get-direction .get-direction-icon {
  display: block;
}
.property-location-acm .info-container .nearest-info .points .get-direction .direction {
  color: #004A99;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.property-location-acm .info-container .nearest-info .points:last-child {
  border-bottom: none;
}

.additional-content {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
}
.additional-content ul {
  list-style-type: disc;
  margin-left: 24px;
}
.additional-content h2, .additional-content h3, .additional-content h4, .additional-content h5, .additional-content h6 {
  color: #004A99;
  font-weight: bold;
}
.additional-content table {
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  /*
  tr.even{
      background: #d0d0d0;
      color: #004A99;
  }

  tr.odd{
      background: #fff;
      color: #222222;
  }
  */
}
.additional-content table thead {
  background: #696969;
  text-align: left;
  color: #fff;
}
.additional-content table thead tr {
  background: #696969;
  text-align: left;
  color: #fff;
}
.additional-content table thead tr th {
  background: #696969;
  text-align: left;
  color: #fff;
}
.additional-content table thead tr th p {
  background: #696969;
  text-align: left;
  color: #fff;
}
.additional-content table .odd {
  background: #fff;
  color: #222222;
}
.additional-content table .even {
  background: #d0d0d0;
  color: #004A99;
}
.additional-content .table-wrapper {
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}
.additional-content .table-wrapper table thead {
  background: #6b6b6b;
  color: #fff;
}
.additional-content .table-wrapper td, .additional-content .table-wrapper th, .additional-content .table-wrapper caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.additional-content .table-wrapper th, .additional-content .table-wrapper caption {
  padding: 10px 10px;
  font: 22px/1 "Bitter", serif !important;
  color: #fff;
}
.additional-content .table-wrapper td {
  background: #696969;
  color: #fff;
}
.additional-content .table-wrapper .even td {
  background: #d0d0d0;
  color: #004A99;
}
.additional-content .table-wrapper .odd td {
  background: #fff;
  color: #222222;
}
.additional-content .table-wrapper table p {
  margin: 10px 0;
}
.additional-content td, .additional-content th, .additional-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.additional-content th, .additional-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Bitter", serif !important;
  color: #fff;
}
.additional-content td {
  background: #696969;
  color: #fff;
}
.additional-content .even td {
  background: #d0d0d0;
  color: #004A99;
}
.additional-content .odd td {
  background: #fff;
  color: #222222;
}
.additional-content table p {
  margin: 10px 0;
}
.additional-content tr.even {
  background: #d0d0d0;
  color: #004A99;
}
.additional-content tr.odd {
  background: #fff;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  .additional-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*
.odd {
    background: #fff;
        color: #222222;
  }
  .even {
    background: #d0d0d0;
    color: #004A99;
  }
*/
.additional-rooms-amenities {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: -5px;
}
.additional-rooms-amenities .list-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: flex;
  flex: 1;
}
.additional-rooms-amenities .list-wrapper .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 1.5px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.additional-rooms-amenities .list-wrapper .icon img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.additional-rooms-amenities .list-wrapper .list-description {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.custom-booking-destination {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: 20px 40px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #fff;
  top: -132px;
  z-index: 99;
  padding: 20px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  height: 100px;
}
.austria .custom-booking-destination {
  display: none;
}
.germany .custom-booking-destination {
  display: none;
}
@media (width <= 769px) {
  .custom-booking-destination {
    grid-template-columns: 1fr;
    row-gap: 12px;
    margin: 0px 20px;
    height: 200px;
    top: -70px;
  }
}
.custom-booking-destination label.booking-custom-widget-label {
  grid-column: 1/-1;
  color: #222222;
  font-size: 0.625rem;
  font-family: "Arimo";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.custom-booking-destination input#selectDestination {
  border: 1px solid #d0d0d0;
  width: 100%;
  max-width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: Bitter;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  padding-left: 12px;
}
.custom-booking-destination .hotel-list-custom {
  width: 60%;
  max-width: 60%;
  background: white;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
  position: absolute;
  top: -1px;
  left: 11px;
  z-index: 7;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  flex: 1;
}
@media (width <= 800px) {
  .custom-booking-destination .hotel-list-custom {
    width: 100%;
    left: 0px;
    max-width: 100%;
    height: 500px;
    overflow: scroll;
    bottom: 147px;
  }
}
.custom-booking-destination .hotel-list-custom .button {
  border: none;
}
.custom-booking-destination .hotel-list-custom .property-name {
  display: inline-flex;
  width: 100%;
  height: 59px;
  padding: 3px 11px 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #d0d0d0;
  flex: 1;
  text-align: left !important;
  white-space: wrap;
}
@media (width <= 769px) {
  .custom-booking-destination .hotel-list-custom .property-name {
    height: auto;
  }
}
.custom-booking-destination .hotel-list-custom .property-name .propAddress {
  color: #717171;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.custom-booking-destination .hotel-list-custom .property-name .propName {
  color: #222222;
  font-size: 1.125rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}
.custom-booking-destination .hotel-list-custom .property-name.button {
  border-radius: 0px;
}
.custom-booking-destination .hotel-list-custom .property-name.button:hover {
  border-radius: 0px;
  color: #fff;
}
.custom-booking-destination .hotel-list-custom .property-name.button:hover .propAddress {
  color: #fff;
}
.custom-booking-destination .hotel-list-custom .property-name.button:hover .propName {
  color: #fff;
}
.custom-booking-destination .hotel-list-custom .property-name.active {
  color: #fff;
  background: #004A99;
}
.custom-booking-destination .hotel-list-custom .property-name.active .propAddress {
  color: #fff;
}
.custom-booking-destination .hotel-list-custom .property-name.active .propName {
  color: #fff;
}
.custom-booking-destination .hotel-list-custom .close-btn {
  color: #004A99;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.custom-booking-destination .hotel-list-custom .close-btn .button {
  border-radius: 12px;
  border: 1px solid #004a99;
}

.activities-acm {
  position: relative;
  margin: 0 auto;
  max-width: 1224px;
}
.activities-acm .activities-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (width <= 700px) {
  .activities-acm .activities-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 500px) {
  .activities-acm .activities-container {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
}
.activities-acm .activities-container .activitiy-item {
  max-width: 392px;
  height: 472px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  /*border-top-left-radius: 12px; 
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;*/
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
}
.activities-acm .activities-container .activitiy-item .image-container {
  width: 100%;
  max-width: 100%;
  height: 260px;
}
.activities-acm .activities-container .activitiy-item .image-container img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.activities-acm .activities-container .activitiy-item .content {
  height: 68px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: inline-flex;
  margin: 16px 16px 48px 16px;
}
.activities-acm .activities-container .activitiy-item .content .activitiy-name {
  align-self: stretch;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.activities-acm .activities-container .activitiy-item .content .activity-content {
  align-self: stretch;
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.activities-acm .activities-container .activitiy-item .cta-divider {
  height: 56px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.activities-acm .activities-container .activitiy-item .cta-divider .divider {
  align-self: stretch;
  height: 1px;
  border: 1px #D0D0D0 solid;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.activities-acm .activities-container .activitiy-item .cta-divider .cta-wrapper {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.activity-detail-acm {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 120px;
  /*min-height:100vh;
  min-height:100dvh;
  top:80px;
   margin:80px 0px 120px 0px;*/
}
@media (width <= 768px) {
  .activity-detail-acm {
    top: 0px;
  }
}
.activity-detail-acm .grid-wrapper {
  display: grid;
  grid-template-columns: 32.2% 59.7%;
  grid-template-rows: auto;
  grid-column-gap: 6.5rem;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .activity-detail-acm .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.activity-detail-acm .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
  margin-top: 80px;
}
@media (width <= 768px) {
  .activity-detail-acm .grid-wrapper .breadcumb-column {
    margin-top: 40px;
  }
}
.activity-detail-acm .grid-wrapper .breadcumb-column .detail-breadcrumb {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.activity-detail-acm .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.activity-detail-acm .grid-wrapper .content-column .h1-heading {
  margin-bottom: 0px;
  padding-top: 24px;
}
.activity-detail-acm .grid-wrapper .content-column .contact-icon {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.activity-detail-acm .grid-wrapper .content-column .contact-icon .icon {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  flex: 1 1 0;
}
.activity-detail-acm .grid-wrapper .content-column .contact-icon .icon a {
  color: #222222 !important;
}
.activity-detail-acm .grid-wrapper .content-column .contact-icon a.phone-number {
  text-decoration: underline;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 40px;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-title {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-hours {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  padding-top: 8px;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper {
  display: inline-flex;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button, .activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.activity-detail-acm .grid-wrapper .content-column .menu-section .menu-info:last-child {
  border-bottom: none;
}
.activity-detail-acm .grid-wrapper .content-column .features {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.activity-detail-acm .grid-wrapper .content-column .features .beds {
  order: 2;
}
.activity-detail-acm .grid-wrapper .content-column .features .occupancy {
  order: 1;
}
.activity-detail-acm .grid-wrapper .content-column .features .size {
  order: 3;
}
.activity-detail-acm .grid-wrapper .content-column .desc h3 {
  color: #004A99;
  margin-bottom: 24px;
}
.activity-detail-acm .grid-wrapper .content-column .desc h3:not(:first-of-type) {
  margin-top: 32px;
}
.activity-detail-acm .grid-wrapper .content-column .desc p {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  margin-bottom: 16px;
}
.activity-detail-acm .grid-wrapper .content-column .desc .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
  margin-top: 24px;
}
.activity-detail-acm .grid-wrapper .content-column .desc ul {
  list-style-type: disc;
  margin-left: 32px;
  margin-bottom: 16px;
}
.activity-detail-acm .grid-wrapper .content-column .desc strong {
  font-weight: bold;
}
.activity-detail-acm .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.activity-detail-acm .grid-wrapper .content-column .amenities {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #d0d0d0;
  width: 100%;
}
.activity-detail-acm .grid-wrapper .content-column .amenities .amenities-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.activity-detail-acm .grid-wrapper .image-column {
  grid-area: offerImage;
}
@media (width <= 1023px) {
  .activity-detail-acm .grid-wrapper .image-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
  height: 608px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (width <= 1023px) {
  .activity-detail-acm .grid-wrapper .image-column .background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    height: 480px;
  }
}
@media (width <= 1023px) {
  .activity-detail-acm .grid-wrapper .image-column .background {
    height: 280px;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
  position: absolute;
  bottom: 50%;
  left: 2%;
}
@media (width <= 680px) {
  .activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
    display: none;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
  position: absolute;
  bottom: 50%;
  right: 2%;
}
@media (width <= 680px) {
  .activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
    display: none;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  background-size: cover;
  background-position: center;
}
.activity-detail-acm .grid-wrapper .image-column .background .diningDetail2 {
  height: 80%;
  width: 100%;
}
@media (width <= 1023px) {
  .activity-detail-acm .grid-wrapper .image-column .background .diningDetail2 {
    height: 100%;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .diningDetail {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.activity-detail-acm .grid-wrapper .image-column .background .diningDetail .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.activity-detail-acm .grid-wrapper .image-column .background .diningDetail.swiper-slide-thumb-active {
  opacity: 1;
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 1023px) {
  .activity-detail-acm .grid-wrapper .image-column .background .swiper-container-thumbs {
    display: none;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: none;
}
@media (width <= 680px) {
  .activity-detail-acm .grid-wrapper .image-column .background .swiper-pagination {
    display: flex;
  }
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 8px;
  /* display: block; */
}
.activity-detail-acm .grid-wrapper .image-column .background .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.freetime-detail-acm {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 120px;
  /*min-height:100vh;
  min-height:100dvh;
  top:80px;
   margin:80px 0px 120px 0px;*/
}
@media (width <= 768px) {
  .freetime-detail-acm {
    top: 0px;
  }
}
.freetime-detail-acm .grid-wrapper {
  display: grid;
  grid-template-columns: 32.2% 59.7%;
  grid-template-rows: auto;
  grid-column-gap: 6.5rem;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .freetime-detail-acm .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.freetime-detail-acm .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
  margin-top: 80px;
}
@media (width <= 768px) {
  .freetime-detail-acm .grid-wrapper .breadcumb-column {
    margin-top: 40px;
  }
}
.freetime-detail-acm .grid-wrapper .breadcumb-column .detail-breadcrumb {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.freetime-detail-acm .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.freetime-detail-acm .grid-wrapper .content-column .h1-heading {
  margin-bottom: 0px;
  padding-top: 24px;
}
.freetime-detail-acm .grid-wrapper .content-column .contact-icon {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.freetime-detail-acm .grid-wrapper .content-column .contact-icon .icon {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  flex: 1 1 0;
}
.freetime-detail-acm .grid-wrapper .content-column .contact-icon .icon a {
  color: #222222 !important;
}
.freetime-detail-acm .grid-wrapper .content-column .contact-icon a.phone-number {
  text-decoration: underline;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 40px;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-title {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .menu-hours {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  padding-top: 8px;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper {
  display: inline-flex;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button, .freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .additional-info-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info .additional-info-section ul {
  list-style: disc;
  margin-left: 30px;
}
.freetime-detail-acm .grid-wrapper .content-column .menu-section .menu-info:last-child {
  border-bottom: none;
}
.freetime-detail-acm .grid-wrapper .content-column .features {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.freetime-detail-acm .grid-wrapper .content-column .features .beds {
  order: 2;
}
.freetime-detail-acm .grid-wrapper .content-column .features .occupancy {
  order: 1;
}
.freetime-detail-acm .grid-wrapper .content-column .features .size {
  order: 3;
}
.freetime-detail-acm .grid-wrapper .content-column .desc {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.freetime-detail-acm .grid-wrapper .content-column .desc p {
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.freetime-detail-acm .grid-wrapper .content-column .desc .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.freetime-detail-acm .grid-wrapper .content-column .desc ul {
  list-style-type: disc;
  margin-left: 32px;
}
.freetime-detail-acm .grid-wrapper .content-column .desc strong {
  font-weight: bold;
}
.freetime-detail-acm .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.freetime-detail-acm .grid-wrapper .content-column .amenities {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #d0d0d0;
  width: 100%;
}
.freetime-detail-acm .grid-wrapper .content-column .amenities .amenities-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.freetime-detail-acm .grid-wrapper .image-column {
  grid-area: offerImage;
}
@media (width <= 1023px) {
  .freetime-detail-acm .grid-wrapper .image-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.freetime-detail-acm .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
  height: 608px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (width <= 1023px) {
  .freetime-detail-acm .grid-wrapper .image-column .background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    height: 480px;
  }
}
@media (width <= 1023px) {
  .freetime-detail-acm .grid-wrapper .image-column .background {
    height: 280px;
  }
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
  position: absolute;
  bottom: 50%;
  right: 2%;
  cursor: pointer;
}
@media (width <= 680px) {
  .freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next {
    display: none;
  }
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
  position: absolute;
  bottom: 50%;
  left: 2%;
  cursor: pointer;
}
@media (width <= 680px) {
  .freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev {
    display: none;
  }
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper .swiper-button-prev img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper-slide {
  background-size: cover;
  background-position: center;
}
.freetime-detail-acm .grid-wrapper .image-column .background .mySwiperActivity {
  height: 80%;
  width: 100%;
}
@media (width <= 1023px) {
  .freetime-detail-acm .grid-wrapper .image-column .background .mySwiperActivity {
    height: 100%;
  }
}
.freetime-detail-acm .grid-wrapper .image-column .background .mySwiperActivity_2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.freetime-detail-acm .grid-wrapper .image-column .background .mySwiperActivity_2 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.freetime-detail-acm .grid-wrapper .image-column .background .mySwiperActivity_2 .swiper-slide-thumb-active {
  opacity: 1;
}
.freetime-detail-acm .grid-wrapper .image-column .background .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 1023px) {
  .freetime-detail-acm .grid-wrapper .image-column .background .swiper-container-thumbs {
    display: none;
  }
}

.activites-with-filter-acm {
  position: relative;
  margin: 0 auto;
  max-width: 1224px;
}
.activites-with-filter-acm .activities-category {
  display: flex;
  grid-row: 2;
  border-bottom: 1px solid #d0d0d0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
}
.activites-with-filter-acm .activities-category .button.active {
  font-weight: 500;
  color: #004a99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
}
.activites-with-filter-acm .activities-category .button {
  border-radius: none;
  border: 0;
}
.activites-with-filter-acm .activities-category .button:hover {
  color: #004a99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
  background: none;
}
.activites-with-filter-acm .activities-category .select-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .activites-with-filter-acm .activities-category .select-wrapper {
    display: inline-block;
    height: 80px;
    width: 100%;
    margin: 0px 12px;
  }
}
.activites-with-filter-acm .activities-category .select-wrapper select {
  border: 1px solid #D0D0D0;
  color: #132929;
  background: #fff;
  width: 100%;
}
.activites-with-filter-acm .activities-category .select-wrapper .select-icon {
  top: 28%;
}
.activites-with-filter-acm .activities-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (width <= 700px) {
  .activites-with-filter-acm .activities-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 500px) {
  .activites-with-filter-acm .activities-container {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
}
.activites-with-filter-acm .activities-container .activitiy-item {
  max-width: 288px;
  height: 408px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  /*border-top-left-radius: 12px; 
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;*/
  border-radius: 12px;
  border: 1px #D0D0D0 solid;
}
@media (width <= 680px) {
  .activites-with-filter-acm .activities-container .activitiy-item {
    max-width: 100%;
    overflow: hidden;
  }
}
.activites-with-filter-acm .activities-container .activitiy-item .image-container {
  width: 100%;
  max-width: 100%;
  height: 224px;
}
.activites-with-filter-acm .activities-container .activitiy-item .image-container img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.activites-with-filter-acm .activities-container .activitiy-item .content {
  height: 68px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: inline-flex;
  margin: 16px;
  flex: 1;
}
.activites-with-filter-acm .activities-container .activitiy-item .content .activity-category {
  color: #6B6B6B;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.activites-with-filter-acm .activities-container .activitiy-item .content .activitiy-name {
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.activites-with-filter-acm .activities-container .activitiy-item .content .activity-content {
  align-self: stretch;
  color: #6B6B6B;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.activites-with-filter-acm .activities-container .activitiy-item .cta-divider {
  height: 56px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 24px;
}
.activites-with-filter-acm .activities-container .activitiy-item .cta-divider .divider {
  align-self: stretch;
  height: 1px;
  border: 1px #D0D0D0 solid;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.activites-with-filter-acm .activities-container .activitiy-item .cta-divider .cta-wrapper {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.two-column-text-acm {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-acm {
    margin: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-text-acm {
    margin: 40px 16px;
  }
}
.two-column-text-acm .wrapper {
  padding-top: 40px;
  padding-left: 1px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: flex-start;
  gap: 82px;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-acm .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-text-acm .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.two-column-text-acm .wrapper .heading-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.two-column-text-acm .wrapper .heading-column .heading {
  color: #004A99;
  font-size: 3.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 400;
  line-height: 64px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-column-text-acm .wrapper .heading-column .heading {
    width: 100%;
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 34px;
  }
}
.two-column-text-acm .wrapper .heading-column .author {
  color: #004A99;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}
.two-column-text-acm .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.two-column-text-acm .wrapper .content .content-info {
  width: 100%;
  color: black;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column-text-acm .wrapper .content .content-info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-text-acm .wrapper .content .content-info {
    width: 100%;
  }
}
.two-column-text-acm .wrapper .content .content-info ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-column-text-acm .wrapper .content .content-info h2, .two-column-text-acm .wrapper .content .content-info h3, .two-column-text-acm .wrapper .content .content-info h4, .two-column-text-acm .wrapper .content .content-info h5, .two-column-text-acm .wrapper .content .content-info h6 {
  color: #004A99;
  font-weight: bold;
}
.two-column-text-acm .wrapper .content .content-info strong {
  font-weight: bold;
  color: #222222;
}
.two-column-text-acm .wrapper .content .cta-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.two-column-text-acm .wrapper .content .download {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.two-column-text-acm .wrapper .content .download .download-icon {
  width: 16px;
  height: 16px;
}
.two-column-text-acm .wrapper .content .download .download-icon img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.two-column-text-acm .wrapper .content .download .download-link {
  color: #004A99;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
}

.two-col-with-border-info {
  position: relative;
  max-width: 1224px;
  margin: 68px auto 80px;
}
.two-col-with-border-info .column-wrapper {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 82px;
  display: inline-flex;
  flex: 1;
}
@media (width <= 942px) {
  .two-col-with-border-info .column-wrapper {
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 32px;
    border-top: 1px #D0D0D0 solid;
  }
}
.two-col-with-border-info .column-wrapper .image {
  width: 412px;
  height: 367px;
}
@media (width <= 942px) {
  .two-col-with-border-info .column-wrapper .image {
    width: clamp(360px, 100%, 100%);
  }
}
@media (width <= 484px) {
  .two-col-with-border-info .column-wrapper .image {
    height: 290px;
  }
}
.two-col-with-border-info .column-wrapper .column-two {
  padding-top: 40px;
  padding-bottom: 32px;
  border-top: 1px #D0D0D0 solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex: 1;
}
@media (width <= 942px) {
  .two-col-with-border-info .column-wrapper .column-two {
    border-top: none;
  }
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  flex: 1;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .title {
  width: 100%;
  color: #222222;
  font-size: 1.5rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  flex: 1;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content ul {
  list-style-type: disc;
  margin-left: 24px;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content ol {
  list-style-type: auto;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content h2, .two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content h3, .two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content h4, .two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content h5, .two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content h6 {
  color: #004A99;
  font-weight: 400;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .content strong {
  font-weight: bold;
  color: #222222;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .wrapper .cta-wrapper {
  /* padding-left: 20px; 
     padding-right: 20px;
      padding-top: 8px;
     padding-bottom: 8px; 
  border-radius: 24px; 
  overflow: hidden; 
  border: 1px #D0D0D0 solid; 
  justify-content: center; 
  align-items: center; 
  gap: 10px; 
  display: inline-flex;
  */
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .heading-title {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .contact-icon {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .contact-icon .icon {
  color: #222;
  font-size: 0.875rem;
  font-family: Aktiv Grotesk, sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  flex: 1 1 0;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .contact-icon a.phone-number {
  text-decoration: underline;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .cta-wrapper {
  padding-top: 32px;
}
.two-col-with-border-info .column-wrapper .column-two .content-wrapper .contact-info .cta-wrapper .button-blue {
  padding: 16px 48px;
}

.team-intro .slide {
  height: auto;
}
.team-intro .slide-content .top-side {
  display: flex;
  flex-direction: row;
}
.team-intro .slide-content .top-side .image {
  height: 96px;
  width: 96px;
  margin-right: 22px;
  border-radius: 50%;
}
.team-intro .slide-content .top-side .text-side {
  color: #222222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-intro .slide-content .top-side .text-side .name {
  padding-bottom: 4px;
  font-family: "Bitter", serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.team-intro .slide-content .top-side .text-side .job-title {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.team-intro .slide-content .content {
  margin-bottom: 20px;
  overflow: hidden;
  color: #222222;
  text-overflow: ellipsis;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .team-intro .slide {
    gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow,
  .team-intro .slideshow {
    overflow: visible;
  }
}
.reviews-slideshow .swiper-wrapper,
.team-intro .swiper-wrapper {
  width: calc(100% + 6px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .swiper-wrapper,
  .team-intro .swiper-wrapper {
    width: calc(100% - 12px);
  }
}

.capacity-chart {
  max-width: 1224px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .capacity-chart {
    overflow: scroll;
  }
}
.capacity-chart .title {
  padding: 0;
  margin-bottom: 19px;
  font-family: "Bitter", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.capacity-chart table {
  width: 100%;
  max-width: 1440px;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.capacity-chart table .top-row {
  height: 40px;
  color: #FFFFFF;
  font-family: "Bitter", serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background-color: #6B6B6B;
}
.capacity-chart table .bottom-row {
  font-family: "Bitter", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.capacity-chart table th {
  text-align: start;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .capacity-chart table th {
    padding-right: 12px;
    min-width: 72px;
  }
}
.capacity-chart table .name-column {
  width: 12.5%;
  padding-left: 16px;
  padding-right: 16px;
}
.capacity-chart table .dimension-column {
  width: 12.5%;
}
.capacity-chart table .area-column {
  width: 10%;
}
.capacity-chart table .bestuhlungsarten-column {
  width: 10%;
}
.capacity-chart table .uform-column {
  width: 10%;
}
.capacity-chart table .block-column {
  width: 10%;
}
.capacity-chart table .parlamentarisch-column {
  width: 15%;
}
.capacity-chart table .theatre-column {
  width: 10%;
}
.capacity-chart table .bankett-column {
  width: 10%;
}
.capacity-chart table td {
  background-color: #F6F6F6;
  color: #004A99;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 8px 0 6px 0;
}
.capacity-chart table td.name {
  padding-left: 16px;
  padding-right: 16px;
}

.hotel-tiles-acm {
  margin: 80px auto;
}
.hotel-tiles-acm .top-text-container {
  gap: 8px;
  display: flex;
}
.hotel-tiles-acm .top-text-container .h1-heading {
  flex: 0 0 40%;
}
.hotel-tiles-acm .top-text-container .intro-text {
  font-family: "Aktiv Grotesk", sans-serif;
  flex: 0 0 59%;
}
.hotel-tiles-acm .container-wrapper {
  margin-bottom: 24px;
}
.hotel-tiles-acm .container-wrapper .columns {
  grid-template-columns: initial;
}
@media only screen and (max-width: 767px) {
  .hotel-tiles-acm .container-wrapper .columns {
    overflow-x: auto;
  }
}
.hotel-tiles-acm .category-selector {
  margin-bottom: 0;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .bottom-section .divider {
  width: 100%;
}

.hotel-tiles-acm {
  position: relative;
  margin: 0 auto;
  max-width: 1224px;
}
@media (width <= 1250px) {
  .hotel-tiles-acm {
    margin: auto 16px;
  }
}
@media (width <= 768px) {
  .hotel-tiles-acm {
    margin: 0 16px;
  }
}
@media (width <= 640px) {
  .hotel-tiles-acm {
    margin: 40px 16px;
  }
}
.hotel-tiles-acm .container-wrapper {
  position: relative;
  border-top: 1px #D0D0D0 solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  flex: 1;
  width: 100%;
  padding-top: 40px;
}
@media (width <= 768px) {
  .hotel-tiles-acm .container-wrapper {
    margin-bottom: 0;
  }
}
@media (width <= 640px) {
  .hotel-tiles-acm .container-wrapper {
    padding: 40px 16px 0px 16px;
  }
}
.hotel-tiles-acm .container-wrapper .columns {
  display: grid;
  padding-top: 39px;
  width: 100%;
}
@media (width <= 960px) {
  .hotel-tiles-acm .container-wrapper .columns {
    grid-template-columns: 1fr minmax(min-content, auto);
  }
}
.hotel-tiles-acm .container-wrapper .columns .intro-text {
  grid-column: 1/-1;
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
@media (width <= 960px) {
  .hotel-tiles-acm .container-wrapper .columns .intro-text {
    width: 100%;
  }
}
.hotel-tiles-acm .container-wrapper .columns .classifier-category {
  display: inline-flex;
  grid-row: 2;
  border-bottom: 1px solid #D0D0D0;
  margin-right: 16px;
}
.hotel-tiles-acm .container-wrapper .columns .classifier-category .button {
  border-radius: none;
  border: 0px;
}
.hotel-tiles-acm .container-wrapper .columns .classifier-category .button:hover {
  background: #fff;
  border-radius: none;
  color: #004A99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
}
.hotel-tiles-acm .container-wrapper .columns .classifier-category .button.active {
  font-weight: 500;
  color: #004A99;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
  text-decoration-style: solid;
}
@media (width <= 767px) {
  .hotel-tiles-acm .container-wrapper .columns .classifier-category.category-selector {
    margin: 24px;
  }
  .hotel-tiles-acm .container-wrapper .columns .classifier-category.category-selector .button {
    display: block;
  }
  .hotel-tiles-acm .container-wrapper .columns .classifier-category.category-selector .select-wrapper {
    display: none;
  }
}
.hotel-tiles-acm .container-wrapper .columns .map-grid {
  height: 32px;
  background: white;
  border-radius: 24px;
  border: 1px #D0D0D0 solid;
  align-self: end;
  justify-self: end;
  grid-row: 2;
}
.austria .hotel-tiles-acm .container-wrapper .columns .map-grid {
  grid-column: 2;
}
.germany .hotel-tiles-acm .container-wrapper .columns .map-grid {
  grid-column: 2;
}
@media (width <= 1250px) {
  .hotel-tiles-acm .container-wrapper .columns .map-grid {
    align-self: start;
    margin-top: 24px;
  }
}
@media (width <= 768px) {
  .hotel-tiles-acm .container-wrapper .columns .map-grid {
    display: none;
  }
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector {
  text-align: right;
  font-size: 0;
  margin: 0px;
  height: 32px;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .select-wrapper {
  display: none !important;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .button {
  margin: 0px !important;
  border: 0px;
  text-transform: capitalize !important;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .grid-view {
  display: inline-flex;
  width: 100px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .grid-view.active {
  height: 100%;
  background: #004A99;
  border-radius: 24px;
  color: #fff;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .grid-view.active path {
  fill: white !important;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .grid-view .grid-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .category-selector .grid-view .grid-text {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .map-view {
  display: inline-flex;
  width: 87px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .map-view.active {
  height: 100%;
  background: #004A99;
  border-radius: 24px;
  color: #fff;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .map-view.active path {
  fill: white !important;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .map-view .map-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.hotel-tiles-acm .container-wrapper .columns .map-grid .map-view .map-text {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.hotel-tiles-acm .destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 18rem);
  grid-template-rows: auto;
  gap: 24px;
  justify-content: start;
  align-items: flex-start;
}
@media (width <= 1240px) {
  .hotel-tiles-acm .destination-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 768px) {
  .hotel-tiles-acm .destination-grid {
    grid-template-columns: 50%;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 640px) {
  .hotel-tiles-acm .destination-grid {
    grid-template-columns: 90%;
    justify-content: center;
    align-items: center;
  }
}
.hotel-tiles-acm .destination-grid p {
  display: none !important;
}
.hotel-tiles-acm .destination-grid .destination-item {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 488px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper {
  /*  width: 100%;
     height: 100%; 
     background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); 
     border-top-left-radius: 12px; 
     border-top-right-radius: 12px
     */
  width: 100%;
  height: 284px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-slide img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-wrapper img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next {
  position: absolute;
  bottom: 114px;
  right: 0px;
  padding: 0px 16px 0px 0px;
}
@media (width <= 680px) {
  .hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next {
    display: none;
  }
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-next img {
  max-width: 32px;
  width: 100%;
  height: 32px;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-button-prev {
  display: none;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 5px;
  /* display: block; */
}
.hotel-tiles-acm .destination-grid .destination-item .property-image-wrapper .slider-propertiesLayout-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area {
  width: 100%;
  height: 200px;
  left: 0px;
  top: 284px;
  position: absolute;
  background: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 1px #D0D0D0 solid;
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .info-wrapper {
  margin: 16px 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  margin: 16px 16px 0px 16px;
  flex: 1;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .info-wrapper .property-name {
  width: 100%;
  color: #222222;
  font-size: 1rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .info-wrapper .location {
  width: 100%;
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .bottom-section {
  height: 56px;
  /* left: 16px; 
   top: 408px;
    position: absolute; */
  flex-direction: column;
  justify-content: flex-start;
  gap: 23px;
  display: flex;
  flex: 1;
  width: 100%;
  padding: 16px;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .bottom-section .divider {
  width: 100%;
  height: 1px;
  border: 1px #D0D0D0 solid;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .bottom-section .cta-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}
.hotel-tiles-acm .destination-grid .destination-item .content-area .bottom-section .cta-wrapper .button {
  text-transform: capitalize;
}
.hotel-tiles-acm .grid-content-section {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.hotel-tiles-acm .grid-content-section .map-mobile-view.button-blue {
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 38px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 129%);
  display: none;
}
@media (width <= 768px) {
  .hotel-tiles-acm .grid-content-section .map-mobile-view.button-blue {
    display: inline-flex;
  }
}
.hotel-tiles-acm .grid-content-section .map-mobile-view.button-blue .button-blue {
  text-transform: capitalize !important;
  position: relative;
}
.hotel-tiles-acm .grid-content-section .map-mobile-view.button-blue .map-icon {
  position: relative;
  top: -8px;
  left: -7px;
}
.hotel-tiles-acm .grid-content-section .destination-grid.map {
  grid-template-columns: 100%;
  grid-template-rows: 800px;
  overflow: hidden;
  max-width: 100%;
  padding: 0px 16px;
}
@media (width <= 768px) {
  .hotel-tiles-acm .grid-content-section .destination-grid.map {
    grid-template-rows: auto;
  }
}
.hotel-tiles-acm .grid-content-section .destination-grid.map p {
  display: none !important;
}
.hotel-tiles-acm .grid-content-section .hide-grid {
  display: none;
}
.hotel-tiles-acm .grid-content-section .map-grid .category-selector .select-wrapper {
  display: none !important;
}

.three-item-carousel-acm {
  position: relative;
  max-width: 1336px;
  margin: 52px auto 80px;
}
.three-item-carousel-acm .image-text {
  position: relative;
  top: -35px;
  left: 16px;
  color: #FFFFFF;
  font-family: "Bitter", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.three-item-carousel-acm .top-text {
  max-width: 1224px;
  margin: auto 57px;
}
@media only screen and (max-width: 767px) {
  .three-item-carousel-acm .top-text {
    margin: auto 32px;
  }
}
.three-item-carousel-acm .top-text .header {
  padding-top: 40px;
  border-top: 1px #D0D0D0 solid;
  font-family: "Bitter", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
.three-item-carousel-acm .top-text .intro-text {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
  max-width: 728px;
}
.three-item-carousel-acm .bottom {
  position: relative;
}

.three-item-swiper {
  max-width: 1224px;
  overflow: hidden;
  margin: 0 auto;
}
@media (width <= 1372px) {
  .three-item-swiper {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .three-item-swiper {
    width: calc(100% - 60px);
  }
}
.three-item-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  gap: 24px;
}
.three-item-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.three-item-swiper .swiper-wrapper .card-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  height: 548px;
  margin-right: 0 !important;
}
.three-item-swiper .swiper-wrapper .card-info .background {
  width: 100%;
  max-width: 100%;
  height: 284px;
  min-height: 284px;
  max-height: 284px;
}
.three-item-swiper .swiper-wrapper .card-info .background img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.three-item-swiper .swiper-wrapper .card-info .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin: 0px 16px;
  row-gap: 5px;
}
.three-item-swiper .swiper-wrapper .card-info .content .title {
  color: #222222;
  font-size: 0.625rem;
  font-family: "Arimo", sans-serif !important;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  margin: 0 auto 8px auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.three-item-swiper .swiper-wrapper .card-info .content .subtitle {
  color: #717171;
  word-wrap: break-word;
  margin: 0 auto 17px auto;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.three-item-swiper .swiper-wrapper .card-info .content .description {
  color: #6B6B6B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 4px;
  height: 40px;
}
.three-item-swiper .swiper-wrapper .card-info .content .description p {
  width: 100%;
  /* display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   flex:1;*/
}
.three-item-swiper .swiper-wrapper .card-info .content .price {
  color: #004A99;
  text-overflow: ellipsis;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0 auto;
}
.three-item-swiper .swiper-wrapper .card-info .content .border {
  width: 100%;
  height: 1px;
  margin-top: 13px;
  border: 1px #D0D0D0 solid;
}
.three-item-swiper .swiper-wrapper .card-info .cta-container {
  align-items: center;
  gap: 64px;
  display: flex;
  position: relative;
  top: -20px;
  place-content: center;
  width: 100%;
}
.three-item-swiper .swiper-wrapper .card-info .cta-container .button, .three-item-swiper .swiper-wrapper .card-info .cta-container .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.three-item-swiper .swiper-wrapper .card-info .cta-container .borderless-button {
  padding: 8px 0;
  color: #000;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.three-item-swiper .swiper-wrapper .card-info .cta-container .borderless-button:hover {
  color: #004A99;
}
.three-item-swiper .swiper-wrapper .card-info .cta-container .button2-container {
  width: 40%;
  flex: none;
}
.three-item-swiper button.swiper-button-prev {
  position: absolute;
  left: 0;
  top: 49%;
}
.three-item-swiper button.swiper-button-prev img {
  width: 32px;
  height: 32px;
}
.three-item-swiper button.swiper-button-next {
  position: absolute;
  right: 0;
  top: 49%;
}
.three-item-swiper button.swiper-button-next img {
  width: 32px;
  height: 32px;
}

.password-protected-page {
  max-width: 1223px;
  margin: 152px auto;
}
@media only screen and (max-width: 767px) {
  .password-protected-page {
    flex-direction: column;
    margin: 120px auto;
  }
}
.password-protected-page .left-side {
  flex: 0 0 35%;
  margin-right: 79px;
}
@media (min-width: 768px) and (max-width: 860px) {
  .password-protected-page .left-side {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .password-protected-page .left-side {
    margin-right: 0;
  }
}
.password-protected-page .left-side .header {
  font-family: "Bitter", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 23px;
}
.password-protected-page .left-side .phone-email {
  border-top: 1px solid #D0D0D0;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .left-side .phone-email {
    padding-top: 20px;
  }
}
.password-protected-page .left-side .phone-email .phone-container {
  display: flex;
  gap: 14px;
}
.password-protected-page .left-side .phone-email .phone-container .phone-icon {
  padding-top: 2px;
}
.password-protected-page .left-side .phone-email .phone-container .phone-number {
  font-family: "Aktiv Grotesk", sans-serif;
  text-decoration: underline;
  color: #004A99;
}
.password-protected-page .left-side .phone-email .phone-container .phone-number:hover {
  text-decoration-color: #222222;
}
.password-protected-page .left-side .phone-email .email-container {
  display: flex;
  gap: 14px;
}
.password-protected-page .left-side .phone-email .email-container .email-icon {
  padding-top: 2px;
}
.password-protected-page .left-side .phone-email .email-container .email-address {
  font-family: "Aktiv Grotesk", sans-serif;
  text-decoration: underline;
  color: #004A99;
}
.password-protected-page .left-side .phone-email .email-container .email-address:hover {
  text-decoration-color: #222222;
}
.password-protected-page .page-content {
  margin: 0 !important;
}
.password-protected-page .page-content .description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.password-protected-page .page-content .user-pass {
  display: flex;
  -moz-text-align-last: start;
       text-align-last: start;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content .user-pass {
    display: contents;
  }
}
.password-protected-page .page-content p.form-builder-field.left,
.password-protected-page .page-content p.form-builder-field.right {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content p.form-builder-field.left,
  .password-protected-page .page-content p.form-builder-field.right {
    width: 100%;
  }
}
.password-protected-page .page-content p.form-builder-field.left label,
.password-protected-page .page-content p.form-builder-field.right label {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6B6B6B;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content p.form-builder-field.left label,
  .password-protected-page .page-content p.form-builder-field.right label {
    margin-bottom: 10px;
  }
}
.password-protected-page .page-content p.form-builder-field.left label::after,
.password-protected-page .page-content p.form-builder-field.right label::after {
  content: "*";
  color: red;
  margin-left: 2px;
  font-size: 10px;
}
.password-protected-page .page-content input#email,
.password-protected-page .page-content input#password {
  background-color: #F6F6F6;
  border-radius: 6px;
  height: 42px;
  font-family: "Bitter", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
.password-protected-page .page-content fieldset.controls {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content fieldset.controls {
    flex-direction: column;
    align-items: center;
  }
}
.password-protected-page .page-content fieldset.controls p {
  padding: 0;
  justify-content: end;
  display: flex;
}
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox {
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 8px;
  margin-right: 6px;
}
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox span,
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox a {
  color: #004A99;
  font-family: "Aktiv Grotesk", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.333px;
}
.password-protected-page .page-content fieldset.controls .checkbox-side a {
  text-decoration: underline;
}
.password-protected-page .page-content fieldset.controls .checkbox-side,
.password-protected-page .page-content fieldset.controls .submit-side {
  flex: 0 0 50%;
}
.password-protected-page .page-content fieldset.controls input#submit {
  border-radius: 24px;
  border: 1px solid #D0D0D0;
  margin-left: 14px;
  width: 100%;
}
.password-protected-page .page-content fieldset.controls input#submit:hover {
  background-color: #004a99;
  color: #fff;
}

.minisite-details-page {
  position: relative;
  max-width: 1224px;
  margin: 80px auto 120px;
  /*min-height:100vh;
  min-height:100dvh;
  top:80px;
   margin:80px 0px 120px 0px;*/
}
@media (width <= 768px) {
  .minisite-details-page {
    top: 0px;
  }
}
.minisite-details-page .grid-wrapper {
  display: grid;
  grid-template-columns: 32.2% 59.7%;
  grid-template-rows: auto;
  grid-column-gap: 6.5rem;
  grid-template-areas: "bdcrumb bdcrumb" "content offerImage";
}
@media (width <= 1020px) {
  .minisite-details-page .grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "bdcrumb" "offerImage" "content";
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin: 16px 0px;
  }
}
.minisite-details-page .grid-wrapper .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
  margin-top: 24px;
}
.minisite-details-page .grid-wrapper .divider-bottom {
  margin-top: 0;
}
.minisite-details-page .grid-wrapper .breadcumb-column {
  grid-area: bdcrumb;
  text-align: left;
  margin-bottom: 24px;
}
@media (width <= 768px) {
  .minisite-details-page .grid-wrapper .breadcumb-column {
    margin-top: 40px;
  }
}
.minisite-details-page .grid-wrapper .content-column {
  grid-area: content;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.minisite-details-page .grid-wrapper .content-column .h1-heading {
  margin-bottom: 24px;
}
.minisite-details-page .grid-wrapper .content-column .contact-icon:last-child {
  margin-bottom: 16px;
}
.minisite-details-page .grid-wrapper .content-column .contact-icon {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.minisite-details-page .grid-wrapper .content-column .contact-icon .icon {
  color: #222222;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  flex: 1 1 0;
  padding-top: 2px;
}
.minisite-details-page .grid-wrapper .content-column .contact-icon .icon a {
  color: #222222 !important;
}
.minisite-details-page .grid-wrapper .content-column .contact-icon a.phone-number {
  text-decoration: underline;
}
.minisite-details-page .grid-wrapper .content-column .menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 2px solid #D0D0D0;
  padding-bottom: 40px;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .menu-title {
  color: #222222;
  font-size: 1.25rem;
  font-family: "Bitter", serif !important;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .menu-subtitle {
  margin-bottom: 12px;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .menu-hours {
  color: #717171;
  font-size: 0.875rem;
  font-family: "Arimo", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  padding-top: 8px;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper {
  display: inline-flex;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button, .minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .cta-wrapper .button-blue {
  text-transform: capitalize !important;
  font-size: 0.875rem;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info .divider {
  width: 100%;
  height: 2px;
  background: #D0D0D0;
}
.minisite-details-page .grid-wrapper .content-column .menu-section .menu-info:last-child {
  border-bottom: none;
}
.minisite-details-page .grid-wrapper .content-column .desc h3 {
  color: #004A99;
  margin-bottom: 24px;
}
.minisite-details-page .grid-wrapper .content-column .desc h3:not(:first-of-type) {
  margin-top: 32px;
}
.minisite-details-page .grid-wrapper .content-column .desc p {
  color: #222222;
  font-size: 1rem;
  font-family: "Aktiv Grotesk", sans-serif;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  margin-bottom: 40px;
}
.minisite-details-page .grid-wrapper .content-column .desc ul {
  list-style-type: disc;
  margin-left: 32px;
  margin-bottom: 16px;
}
.minisite-details-page .grid-wrapper .content-column .desc strong {
  font-weight: bold;
}
.minisite-details-page .grid-wrapper .content-column .desc .price-button-holder {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
.minisite-details-page .grid-wrapper .content-column .desc .price {
  text-overflow: ellipsis;
  font-family: "Aktiv Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #004A99;
}
.minisite-details-page .grid-wrapper .content-column .desc .button {
  min-width: 143px;
}
.minisite-details-page .grid-wrapper .content-column .cta {
  padding-bottom: 40px;
}
.minisite-details-page .grid-wrapper .bottom-section {
  margin-top: 40px;
}
.minisite-details-page .grid-wrapper .bottom-section .bottom-title {
  font-family: "Bitter", serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
.minisite-details-page .grid-wrapper .bottom-section .bulletpoints-container {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.minisite-details-page .grid-wrapper .bottom-section .bulletpoints-container .bulletpoint {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.minisite-details-page .grid-wrapper .bottom-section .bulletpoints-container .bulletpoint::before {
  content: "•";
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.minisite-details-page .grid-wrapper .image-column {
  grid-area: offerImage;
  margin-top: -48px;
}
@media (width <= 1023px) {
  .minisite-details-page .grid-wrapper .image-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
}
.minisite-details-page .grid-wrapper .image-column .background {
  position: sticky;
  top: 200px;
  height: 608px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (width <= 1023px) {
  .minisite-details-page .grid-wrapper .image-column .background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    height: 480px;
  }
}
@media (width <= 1023px) {
  .minisite-details-page .grid-wrapper .image-column .background {
    height: 280px;
  }
}
.minisite-details-page .grid-wrapper .image-column .background img {
  width: 100%;
}
