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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.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: 400 20px/29px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #0F100F;
}

.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 #202A44;
  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 #202A44;
  border-bottom: 2px solid #202A44;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #216A95;
  border-left-color: #216A95;
}

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

.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 thead {
  border-bottom: 1px solid #EDF1F3;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar thead {
    border-color: #B2B2AE;
  }
}
.ui-datepicker-calendar tbody tr:first-of-type td a {
  margin-top: 12px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font: 400 12px/23px "Roboto Condensed", Arial, sans-serif;
  color: #0F100F;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar th {
    font-weight: 600;
  }
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.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: rgba(33, 106, 149, 0.49);
  color: #0F100F;
}

.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: #216A95;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 "PtSans", 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: "PtSans", sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #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;
}

#newsletter {
  position: relative;
  font-size: 0;
  margin-top: 120px;
  padding: 10px 28px;
  padding-bottom: 40vh;
}
#newsletter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  z-index: 2;
}
#newsletter.newsletter-offset {
  display: flex;
}
#newsletter.newsletter-offset:after {
  height: 25%;
}
#newsletter.newsletter-offset .newsletter-content {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  transform: translateX(40%);
}
@media only screen and (max-width: 1200px) {
  #newsletter.newsletter-offset .newsletter-content {
    transform: translateX(0);
  }
}
#newsletter .newsletter-background {
  z-index: 1;
}
#newsletter .newsletter-content {
  position: relative;
  text-align: center;
  z-index: 3;
}
#newsletter .newsletter-content .pre-heading {
  display: inline-block;
  font: 200 18px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F100F;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #newsletter .newsletter-content .pre-heading {
    letter-spacing: 0.93px;
    margin-bottom: 10px;
  }
}
#newsletter .newsletter-content h2 {
  font: 50px/67px "Playfair Display", serif;
  letter-spacing: 1.74px;
  margin-bottom: 30px;
  color: #0F100F;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #newsletter .newsletter-content h2 {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1.11px;
  }
}
#newsletter form fieldset {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #newsletter form fieldset {
    flex-wrap: wrap;
  }
}
#newsletter form input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 356px;
  height: 45px;
  padding: 0 17px;
  font: 200 16px/45px "Roboto Condensed", Arial, sans-serif;
  color: #0F100F;
  background: #fff;
  border: thin solid #979797;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #newsletter form input[type=text] {
    width: 100%;
    font-size: 14px;
    border: thin solid #979797 !important;
    margin-bottom: 24px;
    max-width: 320px;
  }
}
#newsletter form input[type=text]::-webkit-input-placeholder {
  color: #0F100F;
}
#newsletter form input[type=text]:-moz-placeholder {
  color: #0F100F;
}
#newsletter form input[type=text]::-moz-placeholder {
  color: #0F100F;
}
#newsletter form input[type=text]:-ms-input-placeholder {
  color: #0F100F;
}
#newsletter form input[type=text]:focus::-webkit-input-placeholder {
  color: #979797;
}
#newsletter form input[type=text]:focus:-moz-placeholder {
  color: #979797;
}
#newsletter form input[type=text]:focus::-moz-placeholder {
  color: #979797;
}
#newsletter form input[type=text]:focus:-ms-input-placeholder {
  color: #979797;
}
#newsletter form .button {
  height: 45px;
  font: 16px/40px "Playfair Display", serif;
  text-transform: initial;
  color: #fff;
  background-color: #0F100F;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  #newsletter form .button {
    font-size: 14px;
    padding: 0;
    width: 80%;
    max-width: 215px;
  }
}
#newsletter form .button:hover {
  background-color: #216A95;
}

.subpage-blocks .blocks-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.subpage-blocks .subpage-tile {
  float: left;
  margin-bottom: 25px;
  width: calc(50% - 15px);
  height: 450px;
  overflow: hidden;
  position: relative;
}
.subpage-blocks .subpage-tile:nth-of-type(3n-1) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .subpage-blocks .subpage-tile:nth-of-type(3n-1) {
    margin-left: 0;
  }
}
.subpage-blocks .subpage-tile:nth-of-type(3n) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .subpage-blocks .subpage-tile {
    width: 100%;
    height: 242px;
  }
}
.subpage-blocks .subpage-tile:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.subpage-blocks .subpage-tile:hover h3 {
  opacity: 0;
}
.subpage-blocks .subpage-tile img, .subpage-blocks .subpage-tile .thumb {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subpage-blocks .subpage-tile .thumb {
  background: #202A44;
}
.subpage-blocks .subpage-tile .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.subpage-blocks .subpage-tile .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#c2000000",GradientType=0 );
}
.subpage-blocks .subpage-tile h3 {
  font: 400 31px/36px "Playfair Display", serif;
  letter-spacing: 1.74px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 38px;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .subpage-blocks .subpage-tile h3 {
    bottom: 0;
    font-size: 27px;
  }
}
.subpage-blocks .subpage-tile .overlay {
  background: rgba(15, 16, 15, 0.79);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
}
.subpage-blocks .subpage-tile .overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper {
  max-width: calc(100% - 60px);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper .title, .subpage-blocks .subpage-tile .overlay .inner-wrapper a {
  color: #fff;
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper .title {
  font: 400 31px/36px "Playfair Display", serif;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  text-transform: capitalize;
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper .title:after {
  content: "";
  width: 78px;
  height: 1px;
  background: #EDF1F3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .subpage-blocks .subpage-tile .overlay .inner-wrapper .title {
    font-size: 27px;
  }
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper p {
  font: 200 16px/32px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .subpage-blocks .subpage-tile .overlay .inner-wrapper p {
    display: none;
  }
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper a {
  font: 600 18px/36px "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.39px;
}
.subpage-blocks .subpage-tile .overlay .inner-wrapper a:hover {
  text-decoration: underline;
}
.subpage-blocks .subpage-tile .overlay .video-link {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 33px;
  bottom: 33px;
  background: #fff;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  z-index: 4;
}
.subpage-blocks .subpage-tile .overlay .video-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #000;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 10px;
}
.subpage-blocks .subpage-tile .overlay .video-link:hover {
  background: #202A44;
}
.subpage-blocks .subpage-tile .overlay .video-link:hover:after {
  border-color: transparent transparent transparent #fff;
}

.slider-tiles {
  margin: 66px 0 55px;
}
.slider-tiles .title {
  font: 200 38px/50px "Roboto Condensed", Arial, sans-serif;
  color: #0F100F;
  margin-bottom: 25px;
  letter-spacing: 1.46px;
}
.slider-tiles .popup-hidden-data {
  display: none !important;
}
.slider-tiles .slider-tile {
  float: left;
  width: 41%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-tiles .slider-tile {
    width: 100%;
  }
}
.slider-tiles .slider-tile:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.slider-tiles .slider-tile:hover h3 {
  opacity: 0;
}
.slider-tiles .slider-tile img, .slider-tiles .slider-tile .thumb {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-tiles .slider-tile .thumb {
  background: #202A44;
}
.slider-tiles .slider-tile .thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.slider-tiles .slider-tile .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#c2000000",GradientType=0 );
}
.slider-tiles .slider-tile h3 {
  font: 400 31px/36px "Playfair Display", serif;
  letter-spacing: 1.74px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 38px;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.slider-tiles .slider-tile .overlay {
  background: rgba(15, 16, 15, 0.79);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
}
.slider-tiles .slider-tile .overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
}
.slider-tiles .slider-tile .overlay .inner-wrapper {
  max-width: calc(100% - 60px);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.slider-tiles .slider-tile .overlay .inner-wrapper .title, .slider-tiles .slider-tile .overlay .inner-wrapper a {
  color: #fff;
}
.slider-tiles .slider-tile .overlay .inner-wrapper .title {
  font: 400 31px/36px "Playfair Display", serif;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  text-transform: capitalize;
}
.slider-tiles .slider-tile .overlay .inner-wrapper .title:after {
  content: "";
  width: 78px;
  height: 1px;
  background: #EDF1F3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.slider-tiles .slider-tile .overlay .inner-wrapper p {
  font: 200 16px/32px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 10px;
}
.slider-tiles .slider-tile .overlay .inner-wrapper a {
  font: 600 18px/36px "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.39px;
}
.slider-tiles .slider-tile .overlay .inner-wrapper a:hover {
  text-decoration: underline;
}
.slider-tiles .slider-tile .overlay .video-link {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 33px;
  bottom: 33px;
  background: #fff;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  z-index: 4;
}
.slider-tiles .slider-tile .overlay .video-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #000;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 10px;
}
.slider-tiles .slider-tile .overlay .video-link:hover {
  background: #202A44;
}
.slider-tiles .slider-tile .overlay .video-link:hover:after {
  border-color: transparent transparent transparent #fff;
}
.slider-tiles .slideshow {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slider-tiles .slideshow {
    overflow: visible;
  }
}
.slider-tiles .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slider-tiles .slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
}
.slider-tiles .slideshow-button {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 77px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  right: 4%;
  margin-top: -33px;
  width: 77px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.slider-tiles .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-tiles .slideshow-button {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-tiles .slideshow-button {
    display: none;
  }
}
.slider-tiles .slideshow-button:hover {
  background: #fff;
}
.slider-tiles .slideshow-button:hover:after {
  border-color: #216A95;
}
.slider-tiles .slideshow-button.previous {
  transform: translateY(-55px);
}
.slider-tiles .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 30px;
}
.slider-tiles .slideshow-button.next {
  transform: translateY(55px);
}
.slider-tiles .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 20px;
}

.popup .wrapper {
  display: flex;
}
.popup .wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.popup .wrapper img {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup .wrapper img {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .popup .wrapper img {
    display: none;
  }
}
.popup .wrapper .side-wrapper {
  padding: 50px 52px 31px 53px;
  float: left;
}
.popup .wrapper .side-wrapper .page-title {
  font: 200 17px/20px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.popup .wrapper .side-wrapper h3 {
  font: 400 37px/49px "Playfair Display", serif;
  text-transform: capitalize;
  letter-spacing: 1.74px;
}
.popup .wrapper .side-wrapper p {
  font: 200 16px/34px "Roboto Condensed", Arial, sans-serif;
  margin-top: 13px;
}
.popup .wrapper .side-wrapper .info-bottom {
  padding-left: 27px;
  border-left: 1px solid #979797;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .popup .wrapper .side-wrapper .info-bottom {
    border-left: none;
    padding-left: 0;
  }
}
.popup .wrapper .side-wrapper .info-bottom * {
  font: 200 14px/24px "Roboto Condensed", Arial, sans-serif;
}
.popup .wrapper .side-wrapper .info-bottom span {
  display: block;
  text-transform: uppercase;
}
.popup .wrapper .side-wrapper .info-bottom span.with-margin {
  margin-top: 24px;
}
.popup .wrapper .side-wrapper .info-bottom a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.popup .wrapper .side-wrapper .info-bottom a:hover {
  text-decoration: underline;
}

.experiences-block {
  margin: 240px 0;
}
@media only screen and (max-width: 767px) {
  .experiences-block {
    margin: 40px 0;
  }
}
.experiences-block .experiences-wrapper {
  position: relative;
  overflow: hidden;
}
.experiences-block .controls-section {
  position: absolute;
  top: 78px;
  left: 76px;
  padding: 48px 40px 10px;
  width: 490px;
  box-sizing: border-box;
  background: #0F100F;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .experiences-block .controls-section {
    display: none;
  }
}
.experiences-block .small-title {
  font: 200 20px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.experiences-block h3 {
  font: 400 50px/50px "Playfair Display", serif;
  text-transform: capitalize;
  letter-spacing: 1.74px;
}
.experiences-block .dropdown-wrapper {
  border-bottom: 1px solid #fff;
  margin-top: 65px;
  padding-bottom: 10px;
}
.experiences-block .dropdown-wrapper button {
  font: 400 26px/35px "Playfair Display", serif;
  color: #fff;
  text-transform: capitalize;
  display: block;
  width: 100%;
  text-align: left;
}
.experiences-block .dropdown-wrapper button:hover {
  color: #216A95;
}
.experiences-block .dropdown-wrapper .dropdown-trigger {
  position: relative;
}
.experiences-block .dropdown-wrapper .dropdown-trigger:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 15px;
  transform: rotate(135deg);
}
.experiences-block .dropdown-wrapper ul {
  display: block;
  transition: max-height 1000ms ease, visibility 1000ms ease;
  max-height: 0;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
}
.experiences-block .dropdown-wrapper ul .wrapper {
  padding: 20px 0;
}
.experiences-block .dropdown-wrapper ul li {
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.experiences-block .dropdown-wrapper ul li:last-of-type {
  margin-bottom: 0;
}
.experiences-block .dropdown-wrapper.expanded .dropdown-trigger:after {
  top: 18px;
  transform: rotate(-45deg);
}
.experiences-block .dropdown-wrapper.expanded ul {
  max-height: 1000px;
  visibility: visible;
}
.experiences-block .dropdown-wrapper.expanded ul li {
  opacity: 1;
}
.experiences-block .experiences-slideshow, .experiences-block .experiences-slideshow .slideshow, .experiences-block .experiences-slideshow .slideshow-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .experiences-block .experiences-slideshow {
    padding-bottom: 32px;
  }
}
.experiences-block .slide {
  padding: 342px 0 77px 76px;
  overflow: hidden;
  width: calc(100% - 170px);
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}
.experiences-block .slide:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide {
    width: 100%;
    padding: 235px 0 0;
  }
  .experiences-block .slide:after {
    display: none;
  }
}
.experiences-block .slide .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide .thumbnail {
    height: unset;
    bottom: 160px;
  }
}
.experiences-block .slide .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.experiences-block .slide.swiper-slide-active .copy {
  opacity: 1;
}
.experiences-block .slide .copy {
  padding: 10px 40px 40px;
  width: 490px;
  min-height: 450px;
  box-sizing: border-box;
  background: #0F100F;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide .copy {
    text-align: center;
    width: 100%;
    min-height: unset;
    padding: 34px 14px 27px;
    opacity: 1;
  }
}
.experiences-block .slide .copy h4 {
  font: 400 27px/36px "Playfair Display", serif;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide .copy h4 {
    display: block;
  }
}
.experiences-block .slide .copy .descr {
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide .copy .descr {
    display: none;
  }
}
.experiences-block .slide .copy .links {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slide .copy .links {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 0 14px;
    margin-top: 31px;
  }
}
.experiences-block .slide .copy .links * {
  vertical-align: top;
}
.experiences-block .slide .copy .links .separator {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  position: relative;
  height: 36px;
}
.experiences-block .slide .copy .links .separator:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.experiences-block .slide .copy .links a {
  font: 200 18px/36px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.experiences-block .slide .copy .links a:hover {
  text-decoration: underline;
}
.experiences-block .slide .copy .links a.book-link {
  font-weight: 400;
}
.experiences-block .slideshow-button {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 77px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  right: 46px;
  margin-top: -10px;
  width: 77px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.experiences-block .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slideshow-button {
    display: none;
  }
}
.experiences-block .slideshow-button:hover {
  background: #fff;
}
.experiences-block .slideshow-button:hover:after {
  border-color: #216A95;
}
.experiences-block .slideshow-button.previous {
  transform: translateY(-55px);
}
.experiences-block .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 30px;
}
.experiences-block .slideshow-button.next {
  transform: translateY(55px);
}
.experiences-block .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 20px;
}
.experiences-block .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .experiences-block .slideshow-pagination {
    display: block;
  }
}
.experiences-block .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.experiences-block .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.experiences-block .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.experiences-block .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.experiences-block .slideshow-pagination .swiper-pagination-bullet.active, .experiences-block .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
}

.weddings-block {
  margin: 240px 0;
}
@media only screen and (max-width: 767px) {
  .weddings-block {
    margin: 40px 0;
  }
}
.weddings-block .weddings-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.weddings-block .left-side, .weddings-block .right-side {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-block .left-side, .weddings-block .right-side {
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-block .left-side, .weddings-block .right-side {
    width: 100% !important;
  }
}
.weddings-block .left-side {
  width: 512px;
  margin-right: 60px;
  text-align: right;
}
.weddings-block .left-side .main-image {
  width: 100%;
  height: auto;
  top: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .weddings-block .left-side .main-image {
    display: none;
  }
}
.weddings-block .left-side .view-gallery {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .weddings-block .left-side .view-gallery {
    display: none;
  }
}
.weddings-block .left-side .view-gallery span {
  margin-right: 11px;
  font: 200 18px/24px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
.weddings-block .left-side .view-gallery svg {
  transform: scale(1.3);
}
.weddings-block .right-side {
  width: calc(100% - 572px);
  padding-top: 165px;
}
@media only screen and (max-width: 767px) {
  .weddings-block .right-side {
    text-align: center;
    padding-top: 27px;
  }
}
.weddings-block .right-side .small-title {
  font: 200 20px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .weddings-block .right-side .small-title {
    font: 200 18px/21px "Roboto Condensed", Arial, sans-serif;
  }
}
.weddings-block .right-side h3 {
  font: 400 50px/67px "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 32px;
  letter-spacing: 1.74px;
}
@media only screen and (max-width: 767px) {
  .weddings-block .right-side h3 {
    font: 400 32px/43px "Playfair Display", serif;
    margin-bottom: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #000;
  }
}
.weddings-block .right-side p {
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
}
.weddings-block .info-block {
  margin-top: 44px;
}
.weddings-block .info-block:after {
  clear: both;
  content: "";
  display: table;
}
.weddings-block .info-block .info-left, .weddings-block .info-block .info-right {
  float: left;
  width: calc(50% - 63px);
}
@media only screen and (max-width: 1023px) {
  .weddings-block .info-block .info-left, .weddings-block .info-block .info-right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left, .weddings-block .info-block .info-right {
    float: none;
    width: 100%;
  }
}
.weddings-block .info-block .info-left {
  padding: 9px 0;
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left {
    border-bottom: 1px solid #979797;
    display: flex;
    justify-content: space-around;
    padding: 0 0 27px;
    margin: 0 22px 27px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left * {
    vertical-align: top;
  }
}
.weddings-block .info-block .info-left .button-wrapper {
  width: 100%;
}
.weddings-block .info-block .info-left .button-wrapper:last-of-type {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left .button-wrapper:last-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left .button-wrapper {
    display: inline-block;
    width: 33%;
  }
}
.weddings-block .info-block .info-left .separator {
  display: none;
  width: 1px;
  height: 34px;
  background: #979797;
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left .separator {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left .arrow-button {
    padding-right: 0;
    font-weight: 400;
  }
  .weddings-block .info-block .info-left .arrow-button:after {
    display: none;
  }
}
.weddings-block .info-block .info-left .quote-link {
  font: 400 18px/24px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.weddings-block .info-block .info-left .quote-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-left .quote-link {
    font-weight: 600;
  }
}
.weddings-block .info-block .info-right {
  padding: 9px 0 9px 27px;
  border-left: 1px solid #979797;
}
@media only screen and (max-width: 767px) {
  .weddings-block .info-block .info-right {
    border-left: none;
    padding-left: 0;
  }
}
.weddings-block .info-block .info-right * {
  font: 200 14px/24px "Roboto Condensed", Arial, sans-serif;
}
.weddings-block .info-block .info-right span {
  display: block;
  text-transform: uppercase;
}
.weddings-block .info-block .info-right span.with-margin {
  margin-top: 24px;
}
.weddings-block .info-block .info-right a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.weddings-block .info-block .info-right a:hover {
  text-decoration: underline;
}

.weddings-gallery-slideshow {
  overflow: hidden;
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .weddings-gallery-slideshow {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.weddings-gallery-slideshow .slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .weddings-gallery-slideshow .slideshow {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
}
.weddings-gallery-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.weddings-gallery-slideshow .slide {
  position: relative;
  display: inline-block;
  height: 355px;
  width: 100%;
}
.weddings-gallery-slideshow .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .weddings-gallery-slideshow .slideshow-pagination {
    display: block;
  }
}
.weddings-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 6px;
}
.weddings-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.weddings-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.weddings-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet.active, .weddings-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
  color: #fff;
}

.spa-block {
  margin: 120px 0 240px;
}
@media only screen and (max-width: 767px) {
  .spa-block {
    margin: 40px 0;
  }
}
.spa-block .spa-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.spa-block .left-side, .spa-block .right-side {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-block .left-side, .spa-block .right-side {
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .left-side, .spa-block .right-side {
    width: 100% !important;
  }
}
.spa-block .left-side {
  width: 750px;
  margin-right: 60px;
  text-align: right;
}
.spa-block .right-side {
  width: calc(100% - 810px);
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .spa-block .right-side {
    text-align: center;
    padding-top: 27px;
  }
}
.spa-block .right-side .small-title {
  font: 200 20px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .spa-block .right-side .small-title {
    font: 200 18px/21px "Roboto Condensed", Arial, sans-serif;
  }
}
.spa-block .right-side h3 {
  font: 400 50px/67px "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 32px;
  letter-spacing: 1.74px;
}
@media only screen and (max-width: 767px) {
  .spa-block .right-side h3 {
    font: 400 32px/43px "Playfair Display", serif;
    margin-bottom: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #000;
  }
}
.spa-block .right-side p {
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
}
.spa-block .info-block {
  margin-top: 44px;
}
.spa-block .info-block:after {
  clear: both;
  content: "";
  display: table;
}
.spa-block .info-block .info-left, .spa-block .info-block .info-right {
  float: left;
  width: calc(50% - 63px);
}
@media only screen and (max-width: 1023px) {
  .spa-block .info-block .info-left, .spa-block .info-block .info-right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left, .spa-block .info-block .info-right {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left {
    border-bottom: 1px solid #979797;
    display: flex;
    justify-content: space-around;
    padding: 0 0 27px;
    margin: 0 22px 27px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left * {
    vertical-align: top;
  }
}
.spa-block .info-block .info-left .button-wrapper {
  width: 100%;
}
.spa-block .info-block .info-left .button-wrapper:last-of-type {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left .button-wrapper:last-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left .button-wrapper {
    display: inline-block;
    width: 33%;
  }
}
.spa-block .info-block .info-left .separator {
  display: none;
  width: 1px;
  height: 34px;
  background: #979797;
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left .separator {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left .arrow-button {
    padding-right: 0;
    font-weight: 400;
  }
  .spa-block .info-block .info-left .arrow-button:after {
    display: none;
  }
}
.spa-block .info-block .info-left .quote-link {
  font: 400 18px/24px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.spa-block .info-block .info-left .quote-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-left .quote-link {
    font-weight: 600;
  }
}
.spa-block .info-block .info-right {
  padding-left: 27px;
  border-left: 1px solid #979797;
}
@media only screen and (max-width: 767px) {
  .spa-block .info-block .info-right {
    border-left: none;
    padding-left: 0;
  }
}
.spa-block .info-block .info-right * {
  font: 200 14px/24px "Roboto Condensed", Arial, sans-serif;
}
.spa-block .info-block .info-right span {
  display: block;
  text-transform: uppercase;
}
.spa-block .info-block .info-right span.with-margin {
  margin-top: 24px;
}
.spa-block .info-block .info-right a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.spa-block .info-block .info-right a:hover {
  text-decoration: underline;
}

.spa-gallery-slideshow {
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .spa-gallery-slideshow {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.spa-gallery-slideshow .slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .spa-gallery-slideshow .slideshow {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
}
.spa-gallery-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.spa-gallery-slideshow .slide {
  position: relative;
  display: inline-block;
  height: 750px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .spa-gallery-slideshow .slide {
    height: 355px;
  }
}
.spa-gallery-slideshow .slideshow-pagination {
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 1;
  bottom: -34px;
}
@media only screen and (max-width: 767px) {
  .spa-gallery-slideshow .slideshow-pagination {
    display: block;
    text-align: center;
    bottom: 12px;
  }
}
.spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #405866;
}
.spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet.active, .spa-gallery-slideshow .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
  color: #fff;
}

.spa-wellness-block {
  background-color: #fff;
  background-image: url("../images/acm/spa-wellness-bg.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 63.3vh;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block {
    min-height: auto;
    display: block;
  }
}
.spa-wellness-block.no-bg-image {
  background-image: none !important;
}
.spa-wellness-block .spa-wellness-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: calc(100% - 172px);
  max-width: 1530px;
  box-sizing: content-box;
  padding: 0 86px;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block .spa-wellness-wrapper {
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }
}
.spa-wellness-block .left-side,
.spa-wellness-block .right-side {
  width: 50%;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block .left-side,
  .spa-wellness-block .right-side {
    width: 100%;
  }
}
.spa-wellness-block .left-side {
  padding-right: 220px;
  display: flex;
  align-items: center;
  padding-bottom: 11vh;
}
@media screen and (max-width: 1250px) {
  .spa-wellness-block .left-side {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block .left-side {
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.spa-wellness-block .left-side .content {
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block .left-side .content {
    padding: 40px 20px 60px 20px;
  }
}
.spa-wellness-block .left-side .content h2 {
  font: 400 50px/74px "Playfair Display", serif;
  color: #202A44;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .spa-wellness-block .left-side .content h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.spa-wellness-block .left-side .content h3 {
  font: 400 23px/30px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #202A44;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .spa-wellness-block .left-side .content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.spa-wellness-block .left-side .content h2 + h3 {
  margin-top: -20px;
}
.spa-wellness-block .left-side .content p {
  font: 400 18px/1.4 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1.1px;
  color: #405866;
}
.spa-wellness-block .right-side {
  text-align: right;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-block .right-side {
    height: 60vw;
  }
}
.spa-wellness-block .button {
  margin-top: 35px;
}
.spa-wellness-block .video-link {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 24px;
  bottom: 21px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  z-index: 4;
}
.spa-wellness-block .video-link span {
  display: none;
}
.spa-wellness-block .video-link svg {
  fill: #fff;
}
.spa-wellness-block .video-link:hover svg {
  fill: #405866;
}

.spa-wellness-gallery-slideshow {
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .spa-wellness-gallery-slideshow {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.spa-wellness-gallery-slideshow .slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.spa-wellness-gallery-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.spa-wellness-gallery-slideshow .slide {
  position: relative;
  display: inline-block;
  width: 100%;
}
.spa-wellness-gallery-slideshow .slideshow-button {
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .spa-wellness-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.spa-wellness-gallery-slideshow .slideshow-button:after {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #202A44;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
.spa-wellness-gallery-slideshow .slideshow-button:hover:after {
  border-color: #202A44;
}
.spa-wellness-gallery-slideshow .slideshow-button.previous {
  left: -65px;
}
.spa-wellness-gallery-slideshow .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.spa-wellness-gallery-slideshow .slideshow-button.next {
  right: -65px;
}
.spa-wellness-gallery-slideshow .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}

.spa-menu-section {
  padding: 83px 0 124px;
  text-align: center;
  position: relative;
  background-color: #202A44;
  background-image: url("../images/acm/spa-menu-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 582px;
}
@media only screen and (max-width: 767px) {
  .spa-menu-section {
    min-height: 0;
    padding: 60px 0;
  }
}
.spa-menu-section img {
  opacity: 0.2;
}
.spa-menu-section .content {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .spa-menu-section .content {
    max-width: 90%;
  }
}
.spa-menu-section .content h2 {
  font: 400 55px/74px "Playfair Display", serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spa-menu-section .content h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.spa-menu-section .content p {
  margin-top: 47px;
  color: #fff;
  font: 500 22px/30px "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1.1px;
}
.spa-menu-section .content .button {
  margin-top: 122px;
  padding: 0 55px;
  color: #202A44;
  background-color: #fff;
  letter-spacing: 2px;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spa-menu-section .content .button {
    margin-top: 60px;
    padding: 0 30px;
  }
}
.spa-menu-section .content .button:hover {
  color: #fff;
  background-color: #202A44;
}

.spa-packages-retreats {
  padding: 80px 0 126px 0;
  text-align: center;
  background-color: #eaf4f4;
  background-image: url("../images/acm/spa-packages-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats {
    padding: 40px 0;
  }
}
.spa-packages-retreats h2 {
  position: relative;
  font: 400 55px/74px "Playfair Display", serif;
  color: #202A44;
  margin-bottom: 88px;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.spa-packages-retreats .packages-wrapper {
  overflow: hidden;
  padding: 0 86px;
  max-width: 1530px;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats .packages-wrapper {
    padding: 0 20px;
  }
}
.spa-packages-retreats .packages-slideshow {
  position: relative;
}
.spa-packages-retreats .slideshow {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats .slideshow {
    overflow: visible;
  }
}
.spa-packages-retreats .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.spa-packages-retreats .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats .slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
}
.spa-packages-retreats .slide .thumbnail {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.spa-packages-retreats .slide .thumbnail.no-image {
  background: #202A44;
}
.spa-packages-retreats .slide .thumbnail.no-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
.spa-packages-retreats .slide .specials-content {
  padding: 44px 30px 150px 30px;
}
.spa-packages-retreats .slide .specials-content h3 {
  color: #405866;
  font: 600 14px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.spa-packages-retreats .slide .specials-content .description {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.85px;
  color: #405866;
  margin-top: 38px;
}
.spa-packages-retreats .slide nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.spa-packages-retreats .slide nav a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.4px;
  color: #405866;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.spa-packages-retreats .slide nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #405866;
  transition: background 350ms ease-in-out;
}
.spa-packages-retreats .slide nav a:hover {
  color: #202A44;
}
.spa-packages-retreats .slide nav a:hover:after {
  background: #202A44;
}
.spa-packages-retreats .slideshow-button {
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.spa-packages-retreats .slideshow-button:after {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #202A44;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spa-packages-retreats .slideshow-button {
    display: none;
  }
}
.spa-packages-retreats .slideshow-button:hover:after {
  border-color: #202A44;
}
.spa-packages-retreats .slideshow-button.previous {
  left: -65px;
}
.spa-packages-retreats .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.spa-packages-retreats .slideshow-button.next {
  right: -65px;
}
.spa-packages-retreats .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}

.spa-content-block {
  background-color: transparent;
  background-image: url("../images/acm/spa-secondary-bg.svg");
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  padding-top: 22px;
  padding-bottom: 112px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .spa-content-block {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.spa-content-block .center-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1530px;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .spa-content-block .center-column {
    flex-wrap: wrap;
  }
}
.spa-content-block .left-side {
  width: 466px;
  margin-right: 102px;
  flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  .spa-content-block .left-side {
    margin-right: 80px;
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .spa-content-block .left-side {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-content-block .left-side {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}
.spa-content-block .left-side .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 136%;
}
@media only screen and (max-width: 767px) {
  .spa-content-block .left-side .image {
    padding-top: 50vw;
  }
}
.spa-content-block .left-side .image + .image {
  margin-top: 52px;
}
@media only screen and (max-width: 1023px) {
  .spa-content-block .left-side .image + .image {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-content-block .left-side .image + .image {
    margin-top: 0;
    margin-left: 10px;
  }
}
.spa-content-block .right-side {
  flex-grow: 1;
}
.spa-content-block .right-side .intro-text {
  padding: 30px 0 10px 0;
  border-top: thin solid #405866;
  border-bottom: thin solid #405866;
}
.spa-content-block .right-side .intro-text + .content {
  margin-top: 30px;
}
.spa-content-block .right-side nav {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .spa-content-block .right-side nav {
    margin-top: 60px;
  }
}
.spa-content-block .right-side nav .button {
  padding: 0 74px;
}
@media only screen and (max-width: 767px) {
  .spa-content-block .right-side nav .button {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-content-block .left-side,
  .spa-content-block .right-side {
    width: 100%;
  }
}

.events-block {
  padding: 50px 0;
}
.events-block .events-wrapper {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .events-block .events-wrapper {
    flex-flow: column;
    padding: 0px;
  }
}
.events-block .left-side {
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .events-block .left-side {
    order: 2;
    padding: 0px 10px;
    margin-right: 0px;
    text-align: center;
  }
}
.events-block .small-title {
  font: 200 20px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .events-block .small-title {
    font: 200 18px/21px "Roboto Condensed", Arial, sans-serif;
  }
}
.events-block h3 {
  font: 400 50px/67px "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 32px;
  letter-spacing: 1.74px;
}
@media only screen and (max-width: 767px) {
  .events-block h3 {
    font: 400 32px/43px "Playfair Display", serif;
    margin-bottom: 16px;
  }
}
.events-block p {
  margin-bottom: 34px;
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
}
.events-block .arrow-button {
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .events-block .arrow-button {
    font-size: 14px;
  }
  .events-block .arrow-button:after {
    display: none;
  }
}
.events-block .images-container {
  display: flex;
  flex-basis: 652px;
}
@media only screen and (max-width: 1023px) {
  .events-block .images-container {
    order: 1;
    flex-basis: 100%;
    margin: 0 auto 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .events-block .images-container img {
    max-width: calc(50% - 6px);
    width: 320px;
  }
}
.events-block .images-container img:first-child {
  margin-right: 12px;
}

.plan-visit-block {
  background-color: #fff;
  min-height: 63.3vh;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block {
    min-height: auto;
    display: block;
  }
}
.plan-visit-block .plan-visit-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: calc(100% - 172px);
  max-width: 1530px;
  box-sizing: content-box;
  padding: 0 86px;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .plan-visit-wrapper {
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }
}
.plan-visit-block .left-side,
.plan-visit-block .right-side {
  width: 50%;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .left-side,
  .plan-visit-block .right-side {
    width: 100%;
  }
}
.plan-visit-block .left-side {
  position: relative;
  padding-left: 220px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .plan-visit-block .left-side {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .left-side {
    text-align: center;
    padding-left: 0;
  }
}
.plan-visit-block .left-side .content {
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .left-side .content {
    padding: 40px 20px 60px 20px;
  }
}
.plan-visit-block .left-side .content h2 {
  font: 400 45px/1.2 "Playfair Display", serif;
  color: #202A44;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .left-side .content h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.plan-visit-block .left-side .content h3 {
  font: 400 18px/1.2 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #202A44;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .left-side .content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.plan-visit-block .left-side .content h2 + h3 {
  margin-top: -20px;
}
.plan-visit-block .left-side .content p {
  font: 400 18px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1.1px;
  color: #202A44;
}
.plan-visit-block .left-side .content .info-block {
  margin-top: 74px;
}
.plan-visit-block .left-side .content .info-block p {
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .left-side .content .info-block p {
    display: block;
    font-size: 18px;
    line-height: 1.4;
  }
}
.plan-visit-block .left-side .content .info-block p + p {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .left-side .content .info-block p + p {
    margin-top: 20px;
  }
}
.plan-visit-block .left-side .content .info-block p span.info-block-icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 28px;
  height: 33px;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .left-side .content .info-block p span.info-block-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.plan-visit-block .left-side .content .info-block p span.info-block-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #202A44;
}
.plan-visit-block .left-side .content .info-block p a {
  color: inherit;
  text-decoration: none;
}
.plan-visit-block .left-side .content .info-block p a:hover {
  color: #202A44;
}
.plan-visit-block .right-side {
  text-align: right;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .right-side {
    height: 60vw;
  }
}
.plan-visit-block .button {
  margin-top: 58px;
}
.plan-visit-block .video-link {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 24px;
  bottom: 21px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  z-index: 4;
}
.plan-visit-block .video-link span {
  display: none;
}
.plan-visit-block .video-link svg {
  fill: #fff;
}
.plan-visit-block .video-link:hover svg {
  fill: #202A44;
}
.plan-visit-block .spa-wellness-gallery-slideshow {
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .plan-visit-block .spa-wellness-gallery-slideshow {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slide {
  position: relative;
  display: inline-block;
  width: 100%;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button {
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button:after {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #202A44;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button:hover:after {
  border-color: #202A44;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button.previous {
  left: -65px;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button.next {
  right: -65px;
}
.plan-visit-block .spa-wellness-gallery-slideshow .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}

.testimonials-block {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-color: #000;
  min-height: 608px;
}
@media only screen and (max-width: 767px) {
  .testimonials-block {
    min-height: 0;
  }
}
.testimonials-block::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.testimonials-block .block-content {
  position: relative;
  color: #fff;
}
.testimonials-block .testimonials-categories {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.testimonials-block .testimonials-categories button {
  position: relative;
  color: #fff;
  font: 200 18px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 350ms ease-in-out;
}
.testimonials-block .testimonials-categories button.active {
  font-weight: 600;
}
.testimonials-block .testimonials-categories button:not(:last-child) {
  margin-right: 30px;
}
.testimonials-block .testimonials-categories button:not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.testimonials-block .category-items-list {
  position: relative;
  visibility: hidden;
  height: 0;
}
.testimonials-block .category-items-list.active {
  visibility: visible;
  height: auto;
}
.testimonials-block .slideshow {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .testimonials-block .slideshow {
    margin: 0 24px;
    width: auto;
  }
}
.testimonials-block .testimonial-item {
  text-align: center;
  min-height: 440px;
}
.testimonials-block .testimonial-item h3 {
  position: relative;
  margin-bottom: 40px;
  font: 400 46px/50px "Playfair Display", serif;
  padding-top: 80px;
  letter-spacing: 1.74px;
}
.testimonials-block .testimonial-item h3:before {
  position: absolute;
  display: inline-block;
  content: "“";
  left: 50%;
  top: 0;
  font-family: "Playfair Display", serif;
  font-size: 140px;
  line-height: 1;
  transform: translateX(-50%);
}
.testimonials-block .testimonial-item .testimonial-copy {
  margin-bottom: 40px;
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
}
.testimonials-block .testimonial-item .testimonial-link {
  position: relative;
  color: #fff;
  font: 600 18px/26px "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 16px;
}
.testimonials-block .testimonial-item .testimonial-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translatex(-50%) rotate(135deg);
}
@media only screen and (max-width: 1023px) {
  .testimonials-block .testimonial-item .testimonial-link::after {
    display: none;
  }
}
.testimonials-block .slideshow-pagination {
  position: absolute;
  display: none;
  width: 100%;
  justify-content: center;
  flex-flow: wrap;
  bottom: -18px;
  transform: translateY(100%);
}
@media only screen and (max-width: 1023px) {
  .testimonials-block .slideshow-pagination {
    display: flex;
  }
}
.testimonials-block .slideshow-pagination button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0px;
  border: 1px solid #979797;
}
.testimonials-block .slideshow-pagination button.active {
  background-color: #000;
  border-color: #000;
}
.testimonials-block .slideshow-pagination button:not(:last-child) {
  margin-right: 13px;
}
.testimonials-block .slideshow-button {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 77px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  width: 77px;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .testimonials-block .slideshow-button {
    display: none;
  }
}
.testimonials-block .slideshow-button::after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
.testimonials-block .slideshow-button.previous {
  left: 50px;
}
.testimonials-block .slideshow-button.previous::after {
  transform: translateY(-50%) rotate(-135deg);
  left: 30px;
}
.testimonials-block .slideshow-button.next {
  right: 50px;
}
.testimonials-block .slideshow-button.next::after {
  right: 18px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.testimonials-block .slideshow-button:hover {
  background: #fff;
}
.testimonials-block .slideshow-button:hover:after {
  border-color: #216A95;
}

.alternating-content-blocks {
  display: flex;
  flex-flow: column nowrap;
  /*margin: 100px 0;*/
  padding: 20px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.alternating-content-blocks #scroll-to-upper-deck {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .alternating-content-blocks {
    margin: 60px 0;
  }
}
.alternating-content-blocks .alternating-content-block + .alternating-content-block {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .alternating-content-blocks .alternating-content-block + .alternating-content-block {
    margin-top: 40px;
  }
}

.alternating-content-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.alternating-content-block.even {
  flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 767px) {
  .alternating-content-block {
    flex-flow: column nowrap;
  }
  .alternating-content-block.even {
    flex-flow: column nowrap;
  }
}
.alternating-content-block__image {
  width: calc(50% - 40px);
  height: auto;
  max-height: 450px;
}
.alternating-content-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .alternating-content-block__image {
    width: auto;
    height: auto;
    max-height: initial;
  }
}
.alternating-content-block__content {
  width: calc(50% + 40px);
  padding: 0 0 0 40px;
}
.even .alternating-content-block__content {
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .alternating-content-block__content {
    width: auto;
    height: auto;
    padding: 20px 0 0 0;
  }
  .even .alternating-content-block__content {
    padding: 20px 0 0 0;
  }
}
.alternating-content-block__subheading {
  font: 200 20px/26px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .alternating-content-block__subheading {
    font: 200 18px/21px "Roboto Condensed", Arial, sans-serif;
  }
}
.alternating-content-block h2, .alternating-content-block__heading {
  font: 400 50px/67px "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 32px;
  letter-spacing: 1.74px;
}
@media only screen and (max-width: 767px) {
  .alternating-content-block h2, .alternating-content-block__heading {
    font: 400 32px/43px "Playfair Display", serif;
    margin-bottom: 24px;
  }
}
.alternating-content-block p {
  font: 200 16px/37px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 20px;
}
.alternating-content-block p.alternating-content-block__subheading {
  margin-bottom: 0;
}

.guest-amenities {
  margin: 70px 0 70px 0;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .swiper-container {
    /* overflow: visible;*/
  }
}
.guest-amenities .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .slideshow-pagination {
    display: block;
  }
}
.guest-amenities .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.guest-amenities .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.guest-amenities .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.guest-amenities .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.guest-amenities .slideshow-pagination .swiper-pagination-bullet.active, .guest-amenities .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
}
.guest-amenities h3 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .guest-amenities h3 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.guest-amenities .swiper-container {
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .swiper-container {
    margin: 40px auto 0px auto;
  }
}
.guest-amenities .guest-link {
  display: flex;
  width: 260px;
  height: 48px;
  padding: 14px 27px 13px 28px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.32);
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
}
.guest-amenities .guest_nt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 26px;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .guest_nt {
    padding: 0 40px;
  }
}
.guest-amenities .guest_nt .icon_nt {
  display: block;
  width: 100%;
  text-align: center;
}
.guest-amenities .guest_nt .content_sec {
  align-items: baseline;
  display: flex;
  min-height: 70px;
  margin: 19px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .guest_nt .content_sec {
    min-height: 120px;
  }
}
.guest-amenities .guest_nt .content_sec p {
  color: #0F100F;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 147.687%; /* 23.63px */
  letter-spacing: 0.32px;
  margin-bottom: 0px;
}
.guest-amenities .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
  height: initial;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
}
.guest-amenities .slide .inner-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.guest-amenities .slideshow-button {
  border-radius: 50%;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 30%;
  margin-top: -10px;
  width: 38px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.guest-amenities .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .guest-amenities .slideshow-button {
    display: block;
  }
}
.guest-amenities .slideshow-button:hover:after {
  border-color: #216A95;
}
.guest-amenities .slideshow-button.previous {
  left: -5px;
}
.guest-amenities .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.guest-amenities .slideshow-button.next {
  right: -5px;
}
.guest-amenities .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.without-slider {
  display: flex;
}
.without-slider .new_design_accom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .without-slider .new_design_accom {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-self: stretch;
  }
}
.without-slider .new_design_accom .slide {
  width: 144px;
  margin: 0 40px 40px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .without-slider .new_design_accom .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0px 0px 0;
    width: 95px;
  }
}
.without-slider .new_design_accom .slide .icon_nt {
  width: 30px;
  height: 30px;
  margin: 0 auto 20px auto;
}
.without-slider .new_design_accom .slide .icon_nt img {
  width: 100%;
}
.without-slider .new_design_accom .slide p {
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 147.687%; /* 23.63px */
  letter-spacing: 0.32px;
}

.resort-amenities h1,
.resort-amenities h2 {
  text-align: left;
}
.resort-amenities h1 {
  margin: 21px 0;
}
.resort-amenities p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .resort-amenities p {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .resort-amenities .breadcrumb {
    text-align: left;
  }
}

.restore-amenities .h2-like {
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 205.556% */
  letter-spacing: 1px;
}
.restore-amenities li {
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 66px;
    padding-bottom: 70px;
  }
}
.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: 22px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu li {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu li a.map-trigger {
    display: none;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 42px;
  font: 300 15px/18px "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #216A95;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #979797;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 42px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 18px;
}
#hamburger-navigation .main-menu .menu.level-1 > li:last-of-type {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 18px/21px "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  color: #0F100F;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #216A95;
}
#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 li {
  margin-bottom: 15px;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.submenu a.room-cat-name {
  font: 600 15px/18px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 14px;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #216A95;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 29px;
  width: 29px;
  position: absolute;
  left: 4px;
  top: 0;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
}
#hamburger-navigation .main-menu .plus .vertical {
  opacity: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-4px, -5px) rotate(45deg);
}
#hamburger-navigation .main-menu .plus .horizontal {
  opacity: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: translate(-5px, -1px) rotate(45deg);
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  opacity: 0;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
#booking {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 16, 15, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 400ms ease, visibility 400ms ease;
}
.booking-visible #booking {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#booking.visible-default .column.dates button {
  border: 2px solid #216A95;
}
#booking.visible-default .tabs .tab-datepicker {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
#booking.visible-rac .column.rac button {
  border: 2px solid #216A95;
}
#booking.visible-rac .tabs .tab-rac {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
#booking.visible-promo .column.promo button {
  border: 2px solid #216A95;
}
#booking.visible-promo .tabs .tab-promo {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #booking.visible-promo .tabs .tab-promo {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 50;
  }
}
#booking .center-column {
  max-width: 914px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #booking .center-column {
    height: 100%;
  }
}
#booking .close {
  position: absolute;
  top: 8px;
  right: -53px;
  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: 1040px) {
  #booking .close {
    top: -45px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .close {
    top: 14px;
    right: 14px;
  }
}
#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: #fff;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #booking .close span:before, #booking .close span:after {
    background: #0F100F;
  }
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .close:hover span:before, #booking .close:hover span:after {
  background: #216A95;
}
#booking form {
  padding: 26px 36px 61px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #booking form {
    height: 100%;
    padding: 25px 24px 61px;
  }
}
#booking form .title {
  display: block;
  font: 400 30px/40px "Playfair Display", serif;
  color: #000;
  text-align: center;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #booking form .title {
    font: 400 28px/37px "Playfair Display", serif;
    margin-bottom: 20px;
  }
}
#booking .logo-booking {
  display: none;
  width: 200px;
  margin: 0 auto 33px;
}
@media only screen and (max-width: 767px) {
  #booking .logo-booking {
    display: block;
  }
}
#booking .logo-booking img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#booking .tabs {
  width: 100%;
  position: relative;
  height: 350px;
}
@media only screen and (max-width: 1023px) {
  #booking .tabs {
    height: auto;
  }
}
#booking .tabs .tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 320px;
}
@media only screen and (max-width: 1023px) {
  #booking .tabs .tab {
    height: auto;
  }
}
#booking .tabs .tab.tab-rac .inner-wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #booking .tabs .tab.tab-rac .inner-wrapper {
    position: relative;
    transform: translate(0, 0);
    top: unset;
    left: unset;
  }
}
#booking .tabs .tab.tab-rac .pseudo-selector {
  width: 180px;
  text-align: center;
  color: #0F100F;
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #booking .tabs .tab.tab-rac .pseudo-selector {
    display: block;
    margin: 10px auto;
  }
}
#booking .tabs .tab.tab-rac .pseudo-selector .top {
  font: 400 27px/35px "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 11px;
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle {
  font: 600 48px/52px "Roboto Condensed", Arial, sans-serif;
  width: 115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle .minus, #booking .tabs .tab.tab-rac .pseudo-selector .middle .plus {
  width: 27px;
  height: 52px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle .minus:before, #booking .tabs .tab.tab-rac .pseudo-selector .middle .plus:before {
  display: block;
  font: 200 45px/24px "Roboto Condensed", Arial, sans-serif;
  color: #216A95;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 28px;
  text-indent: 0;
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle .minus:hover, #booking .tabs .tab.tab-rac .pseudo-selector .middle .plus:hover {
  background: #0F100F;
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle .minus:before {
  content: "-";
}
#booking .tabs .tab.tab-rac .pseudo-selector .middle .plus:before {
  content: "+";
}
#booking .tabs .tab.tab-rac .pseudo-selector .bottom {
  margin-top: 11px;
  font: 200 12px/13px "Roboto Condensed", Arial, sans-serif;
}
#booking .tabs .tab.tab-promo {
  padding: 40px 0;
}
#booking .tabs .tab.tab-promo .promo-close-button {
  position: absolute;
  top: 6px;
  right: 25px;
  height: 44px;
  line-height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 23px;
  display: none;
}
#booking .tabs .tab.tab-promo .promo-close-button:before, #booking .tabs .tab.tab-promo .promo-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 1px;
  height: 16px;
  background: #262323;
  transform: translateY(-50%) rotate(45deg);
}
#booking .tabs .tab.tab-promo .promo-close-button:after {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #booking .tabs .tab.tab-promo .promo-close-button {
    display: block;
  }
}
#booking .tabs .tab.tab-promo .inner-wrapper {
  width: 293px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  #booking .tabs .tab.tab-promo .inner-wrapper {
    position: relative;
    transform: translate(0, 0);
    top: unset;
    left: unset;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tabs .tab.tab-promo .inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
  }
}
#booking .tabs .tab.tab-promo .inner-wrapper label {
  display: none;
}
#booking .tabs .tab.tab-promo .inner-wrapper input, #booking .tabs .tab.tab-promo .inner-wrapper select {
  height: 40px;
  border: none;
  background: #ededed;
  color: #0F100F;
  font: 400 18px/24px "Roboto Condensed", Arial, sans-serif;
  text-transform: capitalize;
  width: 100%;
  padding: 0 35px 0 20px;
  margin-bottom: 19px;
}
#booking .tabs .tab.tab-promo .inner-wrapper input::-webkit-input-placeholder {
  color: #0F100F;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:-moz-placeholder {
  color: #0F100F;
}
#booking .tabs .tab.tab-promo .inner-wrapper input::-moz-placeholder {
  color: #0F100F;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:-ms-input-placeholder {
  color: #0F100F;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:focus::-webkit-input-placeholder {
  color: #848484;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:focus:-moz-placeholder {
  color: #848484;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:focus::-moz-placeholder {
  color: #848484;
}
#booking .tabs .tab.tab-promo .inner-wrapper input:focus:-ms-input-placeholder {
  color: #848484;
}
#booking .tabs .tab.tab-promo .inner-wrapper select {
  margin-bottom: 0;
}
#booking .column {
  padding: 10px 30px;
}
#booking .column:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  #booking .column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column {
    margin-bottom: 25px;
    padding: 0 !important;
  }
}
#booking .column input, #booking .column select {
  font-weight: 600;
}
#booking .column .alt-column-title {
  display: none;
  font: 400 14px/19px "Roboto Condensed", Arial, sans-serif;
  text-transform: capitalize;
  margin-bottom: 4px;
}
#booking .column .alt-column-title:after {
  clear: both;
  content: "";
  display: table;
}
#booking .column .alt-column-title em {
  color: #B61A1A;
  margin-right: 5px;
}
#booking .column .alt-column-title span:nth-of-type(2) {
  float: right;
}
@media only screen and (max-width: 767px) {
  #booking .column .alt-column-title {
    display: block;
  }
}
#booking .column.custom-triggers-column {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking .column.custom-triggers-column {
    display: block;
  }
}
#booking .column #booking-rooms-guests-trigger, #booking .column #booking-rooms-trigger {
  border: 1px solid #DDDDDD;
  background: #fbfbfb;
  height: 51px;
  line-height: 51px;
  border-radius: 2px;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font: 200 16px/17px "Roboto Condensed", Arial, sans-serif;
  position: relative;
}
#booking .column #booking-rooms-guests-trigger:after, #booking .column #booking-rooms-trigger:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0F100F;
  border-right: 1px solid #0F100F;
  position: absolute;
  top: 17px;
  right: 20px;
  transform: rotate(135deg);
  pointer-events: none;
}
#booking .column #booking-rooms-guests-trigger[aria-expanded=true]:after, #booking .column #booking-rooms-trigger[aria-expanded=true]:after {
  top: 22px;
  transform: rotate(-45deg);
}
#booking .column .rooms-guests-options, #booking .column .rooms-options {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  padding: 4px 7px 9px;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #FBFBFB;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #booking .column .rooms-guests-options, #booking .column .rooms-options {
    padding: 5px 9px 11px;
  }
}
#booking .column .rooms-guests-options.visible, #booking .column .rooms-options.visible {
  display: block;
}
#booking .column .rooms-guests-options .option, #booking .column .rooms-options .option {
  margin-bottom: 19px;
}
#booking .column .rooms-guests-options .option:last-child, #booking .column .rooms-options .option:last-child {
  margin-bottom: 0;
}
#booking .column .rooms-guests-options .option-label, #booking .column .rooms-options .option-label {
  display: block;
  margin: 0 0 7px 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.286em;
  color: #000000;
}
#booking .column .rooms-guests-options .option-label .details, #booking .column .rooms-options .option-label .details {
  font-size: 12px;
  font-weight: 400;
}
#booking .column .rooms-guests-options .wrapper, #booking .column .rooms-options .wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 17px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
}
#booking .column .rooms-guests-options .counter, #booking .column .rooms-options .counter {
  margin-right: auto;
}
#booking .column .rooms-guests-options button[type=button], #booking .column .rooms-options button[type=button] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #b2b2ae;
  border-radius: 50%;
  margin-left: 14px;
  font-size: 0;
}
#booking .column .rooms-guests-options button[type=button][data-action=decrease]:before, #booking .column .rooms-guests-options button[type=button][data-action=increase]:before, #booking .column .rooms-options button[type=button][data-action=decrease]:before, #booking .column .rooms-options button[type=button][data-action=increase]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 12px;
  background: #262323;
  transition: opacity 200ms;
}
#booking .column .rooms-guests-options button[type=button][data-action=increase]:after, #booking .column .rooms-options button[type=button][data-action=increase]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 2px;
  background: #262323;
  transition: opacity 200ms;
}
#booking .column .rooms-guests-options button[type=button].disabled, #booking .column .rooms-options button[type=button].disabled {
  cursor: default;
}
#booking .column .rooms-guests-options button[type=button].disabled:before, #booking .column .rooms-guests-options button[type=button].disabled:after, #booking .column .rooms-options button[type=button].disabled:before, #booking .column .rooms-options button[type=button].disabled:after {
  opacity: 0.5;
}
#booking .column .rooms-guests-options .option-button-wrapper, #booking .column .rooms-options .option-button-wrapper {
  width: 100%;
  margin-top: 30px;
}
#booking .column .rooms-guests-options .option-button-wrapper:after, #booking .column .rooms-options .option-button-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#booking .column .rooms-guests-options .option-button-wrapper .dialog-apply-button, #booking .column .rooms-options .option-button-wrapper .dialog-apply-button {
  width: 100px;
  height: 40px;
  font: 400 16px/16px "Playfair Display", serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  float: right;
  background: #202A44;
  padding-bottom: 3px;
}
#booking .column .rooms-guests-options .option-button-wrapper .dialog-apply-button:hover, #booking .column .rooms-options .option-button-wrapper .dialog-apply-button:hover {
  background: #216A95;
}
#booking .column.dates {
  width: 328px;
  padding-left: 20px;
}
#booking .column.dates .input-overlay {
  border: none;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .input-overlay {
    height: 51px;
  }
}
#booking .column.dates .dates-wrapper {
  width: calc((100% - 32px) / 2);
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper {
    border: 1px solid #DDDDDD;
    background: #fbfbfb;
    width: 50%;
  }
}
#booking .column.dates .dates-wrapper.first-date {
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper.first-date {
    margin-right: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper.last-date {
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
#booking .column.dates .dates-wrapper.last-date:before {
  content: "";
  display: none;
  width: 1px;
  height: 30px;
  background: #B2B2AE;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper.last-date:before {
    display: block;
  }
}
#booking .column.dates .dates-wrapper input {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper input {
    border: none;
    text-align: center;
    height: 51px;
    font: 200 16px/51px "Roboto Condensed", Arial, sans-serif;
  }
}
#booking .column.dates .dates-wrapper svg {
  position: absolute;
  right: 5px;
  bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper svg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking .column.dates .dates-wrapper label {
    display: none;
  }
}
#booking .column.rac {
  width: 352px;
}
@media only screen and (max-width: 767px) {
  #booking .column.rac {
    display: none;
  }
}
#booking .column.rac > div {
  width: calc((100% - 48px) / 3);
  float: left;
}
#booking .column.rac > div:first-of-type, #booking .column.rac > div:nth-of-type(2) {
  margin-right: 24px;
}
#booking .column.promo {
  width: calc(100% - 680px);
}
#booking .column.promo input {
  width: 100%;
}
#booking .column.promo span {
  display: block;
  font: 600 14px/50px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #0F100F;
  text-align: center;
}
#booking .column button.overlay-open-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  border: 2px solid transparent;
  overflow: hidden;
  text-indent: -9999px;
}
#booking .column button.overlay-open-button:hover {
  border-color: #216A95;
}
@media only screen and (max-width: 767px) {
  #booking .column button.overlay-open-button {
    display: none;
  }
}
#booking .booking-footer {
  padding-top: 22px;
  font: 400 16px/16px "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
#booking .booking-footer:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #booking .booking-footer {
    color: #0F100F;
    padding: 0 30px 0;
    position: relative;
    z-index: 0;
    margin-top: -35px;
  }
}
#booking .booking-footer * {
  vertical-align: top;
}
#booking .booking-footer a {
  font: 400 16px/16px "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #booking .booking-footer a {
    color: #0F100F;
  }
}
#booking .booking-footer a:hover {
  text-decoration: underline;
}
#booking .booking-footer a span {
  display: inline-block;
  margin-left: 6px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 2px;
}
#booking .booking-footer a span:before, #booking .booking-footer a span:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 1px;
}
#booking .booking-footer a span:before {
  height: 1px;
  top: 2px;
  left: 5px;
}
#booking .booking-footer a span:after {
  height: 4px;
  left: 5px;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #booking .booking-footer a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-footer .phone {
    display: none;
  }
}
#booking .booking-footer .separator {
  display: inline-block;
  margin: 0 15px;
  height: 16px;
  width: 1px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #booking .booking-footer .separator {
    display: none;
  }
}
#booking .booking-footer .left-side {
  float: left;
}
#booking .booking-footer .right-side {
  float: right;
}

#booking-datepicker {
  display: block;
  z-index: 7;
  position: relative;
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: rgba(40, 40, 40, 0.89);
    padding-top: 65px;
    height: 100%;
    box-sizing: border-box;
  }
  #booking-datepicker.visible {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
}
#booking-datepicker .mobile-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .mobile-header {
    position: relative;
    display: block;
    background: #fff;
  }
  #booking-datepicker .mobile-header .header-title {
    height: 55px;
    padding: 0 19px;
    line-height: 55px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
  }
  #booking-datepicker .mobile-header .datepicker-close-button {
    position: absolute;
    top: 6px;
    right: 25px;
    height: 44px;
    line-height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 23px;
  }
  #booking-datepicker .mobile-header .datepicker-close-button:before, #booking-datepicker .mobile-header .datepicker-close-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1px;
    height: 16px;
    background: #262323;
    transform: translateY(-50%) rotate(45deg);
  }
  #booking-datepicker .mobile-header .datepicker-close-button:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  #booking-datepicker .mobile-header .status {
    display: flex;
    height: 65px;
  }
  #booking-datepicker .mobile-header .status .status-column {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #cacbcb;
  }
  #booking-datepicker .mobile-header .status .status-column:first-child {
    border-right: 1px solid #cacbcb;
  }
  #booking-datepicker .mobile-header .status .status-label {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
  }
  #booking-datepicker .mobile-header .status .status-date {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
  }
  #booking-datepicker .mobile-header .status .status-date[data-type=checkout] {
    font-weight: 400;
  }
  #booking-datepicker .mobile-header .week-days {
    display: flex;
    justify-content: space-around;
    padding: 0 23px;
    background: #2C2523;
  }
  #booking-datepicker .mobile-header .week-days .week-day {
    margin: 0 10px;
    padding: 8px 0;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
  }
}
#booking-datepicker .datepicker-mobile-buttons {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .datepicker-mobile-buttons {
    display: block;
  }
}
#booking-datepicker .datepicker-mobile-buttons button {
  display: block;
  width: 100%;
  height: 45px;
  background: #202A44;
  font: 400 16px/40px "Playfair Display", serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #202A44;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker {
    white-space: initial;
    overflow: scroll;
    height: calc(100% - 100px);
    padding-bottom: 120px;
  }
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: calc(50% - 10px);
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(1) {
    margin-bottom: 20px;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    margin-left: 0;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-header {
    font: 600 20px/22px "Roboto Condensed", Arial, sans-serif;
  }
}
#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: 11px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 225px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 4px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 4px;
  }
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
}
@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: #202A44;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: none !important;
}

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

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

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #216A95;
  border-bottom-color: #216A95;
  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: "Playfair Display", serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Playfair Display", serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #202A44;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #216A95;
}

.promos-layout-c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.75);
}
.promos-layout-c .promo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 806px;
  min-height: 250px;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo {
    width: calc(100% - 50px);
  }
}
.promos-layout-c .promo .close {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  width: 22px;
  height: 22px;
  background: none;
  outline: none;
  border: none;
}
.promos-layout-c .promo .close:before, .promos-layout-c .promo .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 10;
  width: 1px;
  height: 28px;
  background: #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo .close:before, .promos-layout-c .promo .close:after {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
.promos-layout-c .promo .close:after {
  transform: rotate(-45deg);
}
.promos-layout-c .promo .inner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo .inner-wrapper {
    flex-direction: column;
  }
}
.promos-layout-c .promo .inner-wrapper .promo-thumbnail {
  position: relative;
  flex: 0 1 342px;
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo .inner-wrapper .promo-thumbnail {
    flex: 0 0 250px;
  }
}
.promos-layout-c .promo .inner-wrapper .content {
  position: relative;
  flex: 0 0 464px;
  text-align: center;
}
.promos-layout-c .promo .inner-wrapper .content .padding {
  padding: 32px 38px;
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo .inner-wrapper .content .padding {
    padding: 20px;
  }
}
.promos-layout-c .promo .inner-wrapper .content .time {
  font: 400 26px/36px "Playfair Display", serif;
  color: #000;
}
.promos-layout-c .promo .inner-wrapper .content .countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 97px;
  margin: 11px 0 35px auto;
}
.promos-layout-c .promo .inner-wrapper .content .countdown .val {
  position: relative;
  width: 81px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  background: #fff;
  text-align: center;
}
.promos-layout-c .promo .inner-wrapper .content .countdown .val .num {
  display: block;
  text-align: center;
  font: 400 46px/1 "Roboto Condensed", Arial, sans-serif;
  color: #000;
  width: 100%;
  padding: 6px 0 0 0;
}
.promos-layout-c .promo .inner-wrapper .content .countdown .val .caption {
  display: block;
  text-align: center;
  font: 200 12px/26px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  position: absolute;
  bottom: -31px;
  z-index: 10;
  text-transform: uppercase;
  width: 100%;
}
.promos-layout-c .promo .inner-wrapper .content .countdown > span {
  font: 400 46px/1 "Playfair Display", serif;
  color: #000;
  text-align: center;
  padding: 8px 12px;
}
.promos-layout-c .promo .inner-wrapper .content .fs_title {
  font: 400 31px/36px "Playfair Display", serif;
  color: #000;
}
.promos-layout-c .promo .inner-wrapper .content .fs_descr {
  font: 200 16px/29px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  letter-spacing: 1.17px;
  margin: 14px 0;
}
.promos-layout-c .promo .inner-wrapper .content .promo-button {
  display: inline-block;
  font: 400 18px/18px "Roboto Condensed", Arial, sans-serif;
  color: #000 !important;
  text-transform: uppercase;
  text-decoration: none;
  margin: 13px 0 4px 0;
}
.promos-layout-c .promo .inner-wrapper .content .promo-button:hover, .promos-layout-c .promo .inner-wrapper .content .promo-button:focus {
  text-decoration: underline;
}
.promos-layout-c .promo .inner-wrapper .content .email {
  padding: 14px 38px 24px 44px;
  background: #F5F5F5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .promos-layout-c .promo .inner-wrapper .content .email {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.promos-layout-c .promo .inner-wrapper .content .email span {
  display: block;
  font: 400 16px/26px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}
.promos-layout-c .promo .inner-wrapper .content .email form {
  margin: 0 !important;
}
.promos-layout-c .promo .inner-wrapper .content .email label {
  display: none;
}
.promos-layout-c .promo .inner-wrapper .content .email .row {
  display: flex;
}
.promos-layout-c .promo .inner-wrapper .content .email .row input[type=email] {
  width: 100%;
  height: 45px;
  padding: 11px 17px 12px 18px;
  border-radius: 2px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
  background: #fff;
  font: 200 16px/1 "Roboto Condensed", Arial, sans-serif;
  color: #000;
}
.promos-layout-c .promo .inner-wrapper .content .email .row input[type=submit] {
  flex: 0 0 123px;
  height: 45px;
  padding: 2px 32px 3px 32px;
  background: #000;
  font: 400 16px/1 "Playfair Display", serif;
  color: #fff;
  letter-spacing: 1.18px;
}
.promos-layout-c .promo .inner-wrapper .content .email .row input[type=submit]:hover, .promos-layout-c .promo .inner-wrapper .content .email .row input[type=submit]:focus {
  background: #979797;
}
.promos-layout-c .promo .inner-wrapper .content .email .success p {
  padding-top: 10px;
  font: 200 15px/26px "Roboto Condensed", Arial, sans-serif;
  color: rgb(0, 100, 0);
  text-transform: none;
}

/* Fixes for preview window */
.preview-item .promos-layout-c {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
.preview-item .promos-layout-c .promo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 806px;
  transform: none;
}
.preview-item .promos-layout-c .success {
  display: none;
}

#content-submenu {
  width: 240px;
  margin: 8px 80px 0 0;
  position: sticky;
  top: 100px;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #content-submenu {
    display: none;
  }
}
#content-submenu img {
  width: 100%;
  height: auto;
  margin-top: -108px;
  margin-bottom: 45px;
  display: block;
  transition: margin-top 350ms ease-in-out;
  box-shadow: 0 -9px 38px 20px rgba(0, 0, 0, 0.15);
}
.alt-header #content-submenu img, .spa-page #content-submenu img {
  margin-top: 0;
}
#content-submenu .submenu-root {
  display: inline-block;
}
#content-submenu .submenu-root, #content-submenu li {
  margin-bottom: 30px;
}
#content-submenu a {
  text-decoration: none;
  font: 500 20px/14px "Playfair Display", serif;
  color: #0F100F;
}
#content-submenu a.active {
  text-decoration: underline;
}
#content-submenu a:hover {
  color: #216A95;
}

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

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 30px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Playfair Display", serif;
  margin-bottom: 30px;
  color: #216A95;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #0F100F;
  font: 400 29px/42px "Playfair Display", serif;
  letter-spacing: 0.5px;
  min-height: 190px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide {
    font-size: 25px;
  }
}
.reviews-slideshow .slide .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide .copy {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0, 0);
    max-width: 100%;
    padding: 55px 8px;
  }
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .copy .before, .reviews-slideshow .slide .copy .after {
  position: absolute;
  top: 0;
}
.reviews-slideshow .slide .copy .before {
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide .copy .before {
    left: calc(50% - 10px);
    top: 0;
  }
}
.reviews-slideshow .slide .copy .after {
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slide .copy .after {
    right: unset;
    left: calc(50% - 10px);
    top: unset;
    bottom: 0;
  }
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #979797;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #216A95;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #202A44;
  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: #202A44;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #216A95;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #216A95;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  margin: 30px 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .amenities {
    width: 100%;
  }
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .room .amenities .rooms-icon {
    width: 100%;
  }
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: none;
  margin: 0 0 20px 0;
  max-width: 800px;
}
.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: #EDF1F3;
  overflow: hidden;
}
.rooms .template-1-1:nth-of-type(2n) {
  background: none;
}
@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: 260px;
}
.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);
  font-family: "Roboto Condensed", Arial, sans-serif;
}
@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: 280px;
  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: #0F100F;
}
@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;
  color: #000;
}
.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: #202A44;
}
@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: #202A44;
  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;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0;
  text-align: center;
}
@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;
  }
}

.homepage-rooms {
  width: 100%;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms {
    background: #fff;
  }
}
.homepage-rooms .rooms-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .rooms-wrapper {
    padding-bottom: 32px;
  }
}
.homepage-rooms h3 {
  position: absolute;
  top: 9vh;
  left: 50%;
  transform: translateX(-50%);
  font: 600 28px/28px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms h3 {
    top: 22px;
    font: 600 21px/24px "Roboto Condensed", Arial, sans-serif;
    left: 0;
    transform: translateX(0);
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
    text-align: center;
  }
}
.homepage-rooms .rooms-slideshow,
.homepage-rooms .rooms-slideshow .slideshow,
.homepage-rooms .rooms-slideshow .slideshow-wrapper,
.homepage-rooms .rooms-slideshow .slide {
  width: 100%;
  height: 90vh;
  min-height: 650px;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .rooms-slideshow,
  .homepage-rooms .rooms-slideshow .slideshow,
  .homepage-rooms .rooms-slideshow .slideshow-wrapper,
  .homepage-rooms .rooms-slideshow .slide {
    height: 80vh;
    min-height: 0;
  }
}
.homepage-rooms .rooms-slideshow {
  background: #000;
}
.homepage-rooms .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0 !important;
}
.homepage-rooms .slide.swiper-slide-active {
  opacity: 1 !important;
}
.homepage-rooms .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.homepage-rooms .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.homepage-rooms .view-gallery-mobile {
  overflow: hidden;
  display: none;
  width: 20px;
  height: 29px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .view-gallery-mobile {
    display: block;
  }
}
.homepage-rooms .view-gallery-mobile span {
  display: none;
}
.homepage-rooms .view-gallery-mobile svg {
  fill: #fff;
}
.homepage-rooms .view-gallery-mobile:hover svg {
  fill: #216A95;
}
.homepage-rooms .copy {
  position: absolute;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy {
    top: unset;
    bottom: 23px;
    transform: translate(-50%, 0);
  }
}
.homepage-rooms .copy h4 {
  font: 400 83px/80px "Playfair Display", serif;
  text-transform: capitalize;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy h4 {
    font: 400 28px/35px "Playfair Display", serif;
  }
}
.homepage-rooms .copy .descr {
  margin-top: 40px;
  color: #fff;
  font: 200 22px/22px "Roboto Condensed", Arial, sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy .descr {
    font: 200 18px/18px "Roboto Condensed", Arial, sans-serif;
    margin-top: 23px;
  }
}
.homepage-rooms .copy .descr span,
.homepage-rooms .copy .descr a {
  vertical-align: top;
}
.homepage-rooms .copy .descr .separator {
  display: inline-block;
  margin: 0 25px;
  width: 1px;
  height: 22px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy .descr .separator {
    display: none;
  }
}
.homepage-rooms .copy .descr .view-gallery {
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 29px;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy .descr .view-gallery {
    display: none;
  }
}
.homepage-rooms .copy .descr .view-gallery svg {
  fill: #fff;
  transform: scale(1.5);
}
.homepage-rooms .copy .descr .view-gallery:hover svg {
  fill: #216A95;
}
.homepage-rooms .copy .descr .view-gallery .screen-reader-only {
  color: #fff;
}
.homepage-rooms .copy .links {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .copy .links {
    margin-top: 26px;
  }
}
.homepage-rooms .copy .links a {
  display: inline-block;
  width: 100%;
  max-width: 378px;
  background: #fff;
  color: #000;
}
.homepage-rooms .copy .links a:hover {
  background: #202A44;
  color: #fff;
}
.homepage-rooms .slideshow-button {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 77px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 77px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #fff;
}
.homepage-rooms .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow-button {
    display: none;
  }
}
.homepage-rooms .slideshow-button:hover {
  background: #fff;
}
.homepage-rooms .slideshow-button:hover:after {
  border-color: #216A95;
}
.homepage-rooms .slideshow-button.previous {
  left: 40px;
}
.homepage-rooms .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 30px;
}
@media only screen and (max-width: 1023px) {
  .homepage-rooms .slideshow-button.previous {
    left: 20px;
  }
}
.homepage-rooms .slideshow-button.next {
  right: 40px;
}
.homepage-rooms .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 20px;
}
@media only screen and (max-width: 1023px) {
  .homepage-rooms .slideshow-button.next {
    right: 20px;
  }
}
.homepage-rooms .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .homepage-rooms .slideshow-pagination {
    display: block;
  }
}
.homepage-rooms .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.homepage-rooms .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.homepage-rooms .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.homepage-rooms .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.homepage-rooms .slideshow-pagination .swiper-pagination-bullet.active, .homepage-rooms .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
}

.popup-gallery-slideshow {
  width: 100%;
  height: 680px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popup-gallery-slideshow {
    height: 80vh;
  }
}
.popup-gallery-slideshow .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-gallery-slideshow .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.popup-gallery-slideshow .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-gallery-slideshow .slide .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-gallery-slideshow .slide .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .popup-gallery-slideshow .slide .thumbnail img {
    min-height: 0;
  }
}
.popup-gallery-slideshow .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: -37px;
  width: 100%;
  text-align: right;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
  display: inline-block;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:hover {
  background: #fff;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet.active, .popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet.active:hover {
  background: #D8D8D8;
}

.rooms-category {
  text-align: center;
}
.rooms-category .h1-like {
  font: 400 50px/48px "Playfair Display", serif;
  color: #0F100F;
}
@media only screen and (max-width: 767px) {
  .rooms-category .h1-like {
    font: 400 32px/36px "Playfair Display", serif;
  }
}
.rooms-category + .rooms-category {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .rooms-category + .rooms-category {
    margin-top: 40px;
  }
}

.rooms-entry {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.rooms-entry .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 20;
  outline: none;
  transition: opacity 250ms ease-in;
}
@media (max-width: 767px) {
  .rooms-entry .slideshow-button {
    width: 25px;
    height: 25px;
  }
}
.rooms-entry .slideshow-button:hover {
  opacity: 0.7;
}
.rooms-entry .slideshow-button.swiper-button-disabled {
  opacity: 0.2;
}
.rooms-entry .slideshow-button.swiper-button-lock {
  display: none;
}
.rooms-entry .slideshow-button.previous {
  left: 40px;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media (max-width: 980px) {
  .rooms-entry .slideshow-button.previous {
    left: 20px;
  }
}
.rooms-entry .slideshow-button.next {
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media (max-width: 980px) {
  .rooms-entry .slideshow-button.next {
    right: 20px;
  }
}
.rooms-entry.hide {
  display: none;
}
.rooms-entry .thumbnails-wrapper {
  position: relative;
  width: 63.33%;
  max-height: 750px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumbnails-wrapper {
    width: 100%;
  }
}
.rooms-entry.alternative-order .thumbnails-wrapper {
  order: 1;
}
.rooms-entry .thumbnails {
  width: 100%;
  height: 0;
  padding-top: 66.6%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.rooms-entry .thumbnails nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
  line-height: 0;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumbnails nav {
    right: 10px;
    bottom: 10px;
  }
}
.rooms-entry .thumbnails nav .rooms-icon + .rooms-icon {
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumbnails nav .rooms-icon + .rooms-icon {
    margin-left: 10px;
  }
}
.rooms-entry .thumbnails .call-to-book {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumbnails .call-to-book {
    left: 10px;
    right: auto;
    top: 10px;
  }
}
.rooms-entry .room-gallery-slideshow {
  position: absolute;
  max-height: 750px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rooms-entry .room-gallery-slideshow {
  width: 100%;
  overflow: hidden;
}
.rooms-entry .room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-entry .room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
  overflow: hidden;
}
.rooms-entry .room-gallery-slideshow .slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 88, 102, 0.2);
  z-index: 10;
}
.rooms-entry .room-gallery-slideshow .slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rooms-entry .content-wrapper {
  width: 36.66%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-entry .content-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-entry .content-wrapper {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .content-wrapper {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }
}
.rooms-entry .room-main-content {
  padding: 0 40px 20px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-main-content {
    padding: 0;
  }
}
.rooms-entry .room-additional-content {
  padding: 0 40px;
  font-family: "Playfair Display", serif;
}
.rooms-entry .separator {
  margin: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .separator {
    margin: 20px 0;
  }
}
.rooms-entry .room-description {
  text-align: left;
  padding-top: 10px;
}
.rooms-entry .room-description h3,
.rooms-entry .room-description p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rooms-entry .room-description h3,
  .rooms-entry .room-description p {
    margin-bottom: 20px;
  }
}
.rooms-entry .room-description h3 {
  font: bold 24px/26px "Playfair Display", serif;
  text-transform: uppercase;
}
.rooms-entry .room-description h3 a {
  color: #0F100F;
}
.rooms-entry .room-description h3 a:hover {
  color: #202A44;
}
.rooms-entry .room-description h4,
.rooms-entry .room-description .features {
  font-family: "Playfair Display", serif;
  font-style: normal;
  letter-spacing: 0;
}
.rooms-entry .room-description h4 {
  font-size: 16px;
}
.rooms-entry .room-description a {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .rooms-entry .room-additional-content-wrapper {
    flex-grow: 1;
    position: relative;
    flex-basis: 100px;
    padding: 0 40px;
  }
  .rooms-entry .room-additional-content-wrapper:before, .rooms-entry .room-additional-content-wrapper:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 20px;
    z-index: 3;
    pointer-events: none;
  }
  .rooms-entry .room-additional-content-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .rooms-entry .room-additional-content-wrapper:after {
    height: 40px;
    bottom: 0;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .rooms-entry .room-additional-content {
    overflow: auto;
    height: 100%;
    padding: 0 30px 0 0;
  }
  html:not(.mobile-device) .rooms-entry .room-additional-content::-webkit-scrollbar {
    position: relative;
    width: 12px;
    height: 12px;
    z-index: 5;
    border-radius: 6px;
  }
  html:not(.mobile-device) .rooms-entry .room-additional-content::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 6px;
  }
  html:not(.mobile-device) .rooms-entry .room-additional-content::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 6px;
  }
  html:not(.mobile-device) .rooms-entry .room-additional-content::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
  }
  .rooms-entry .scrollable-content-wrapper {
    position: relative;
    height: 100%;
  }
  .rooms-entry .scrollable-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
}

.category-selector {
  margin-bottom: 30px;
}
.category-selector button {
  font: normal 18px/26px "Roboto Condensed", Arial, sans-serif;
  color: #202A44;
  margin: 10px 10px;
  cursor: pointer;
}
.category-selector button:hover {
  color: #216A95;
}
.category-selector button.active {
  color: #0F100F;
  cursor: default;
}
.category-selector button.active:hover {
  color: #0F100F;
}

/*---- New room design css -------*/
.room-panel-nt h1 {
  margin: 21px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-panel-nt .breadcrumb,
  .room-panel-nt h1,
  .room-panel-nt h2,
  .room-panel-nt p {
    text-align: left;
  }
}
.room-panel-nt h2 {
  margin-bottom: 37px;
  text-align: center;
}
.room-panel-nt .rooms-category p {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .room-panel-nt .rooms-category p {
    text-align: center;
    margin: 19px 0;
  }
}

.room-center .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-center .slideshow-pagination {
    display: block;
  }
}
.room-center .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.room-center .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.room-center .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.room-center .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.room-center .slideshow-pagination .swiper-pagination-bullet.active, .room-center .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
}
.room-center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.room-center ul li {
  width: 340px;
  display: inline-block;
  list-style: none;
}
.room-center ul li::before {
  display: none;
}

.card-wrapper-nt {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt {
    width: 100%;
    margin: 0 auto;
  }
}
.card-wrapper-nt .room-thumb {
  width: 340px;
  height: 209px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-thumb {
    width: 100%;
    margin: 0 auto;
  }
}
.card-wrapper-nt .room-thumb .thumbnail-gallery-venues {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.card-wrapper-nt .room-thumb .icon-gallery-nt {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.card-wrapper-nt .room-content-section {
  padding: 15px 20px 20px 20px;
  background-color: #f7f8f8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: flex-end; */
  min-height: 370px;
}
.card-wrapper-nt .room-content-section .room-title {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  font-family: "Playfair Display", serif;
  color: #0F100F;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-content-section .room-title {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
  }
}
.card-wrapper-nt .room-content-section .room-title a {
  text-decoration: none;
}
.card-wrapper-nt .room-content-section .room-features {
  width: 60%;
  margin: 0 auto 13px auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-content-section .room-features {
    width: 80%;
    display: grid;
  }
}
.card-wrapper-nt .room-content-section .room-features .feature-list {
  position: relative;
  padding: 0 12px;
  display: block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.687%;
  /* 25.87px */
  letter-spacing: 0.16px;
  /*&:last-child::after{
              display: none;
          }*/
}
.card-wrapper-nt .room-content-section .room-features .feature-list::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -7px;
  background: #0f100f;
  border-radius: 50px;
  top: 9px;
}
.card-wrapper-nt .room-content-section .room-desc p {
  color: #0F100F;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-content-section .room-desc p {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: 0.75px;
  }
}
.card-wrapper-nt .room-content-section .nav {
  display: flex;
  gap: 20px;
}
.card-wrapper-nt .room-content-section .nav .button {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 12px 26px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-content-section .nav .button {
    display: flex;
    width: 140px;
    height: 40px;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}
.card-wrapper-nt .room-content-section .nav .text-button {
  display: flex;
  width: 120px;
  height: 48px;
  padding: 14px 29px 13px 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.32);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .card-wrapper-nt .room-content-section .nav .text-button {
    display: flex;
    width: 100px;
    height: 40px;
    padding: 11px 24px 11px 25px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}

.room-mobile-slider-nt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-mobile-slider-nt {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .room-mobile-slider-nt .swiper-wrapper {
    padding-bottom: 40px;
  }
}

.room-desktop-slider-nt {
  display: block;
}
@media only screen and (max-width: 767px) {
  .room-desktop-slider-nt {
    display: none;
  }
}

/*-----room details page -------*/
@media only screen and (max-width: 767px) {
  .room-details-new-sec {
    padding: 0 20px;
  }
}
.room-details-new-sec .links {
  margin: 37px 0px;
}
@media only screen and (max-width: 767px) {
  .room-details-new-sec .links {
    text-align: left;
    margin: 37px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .room-details-new-sec .room p {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .room-details-new-sec .breadcrumb,
  .room-details-new-sec h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .room-details-new-sec h1 {
    text-align: left;
    margin: 21px 0px;
  }
}

.room-facility {
  width: 100%;
  display: flex;
  background: #edf1f3;
  padding: 50px 65px;
  align-items: baseline;
  margin: 37px 0;
}
@media only screen and (max-width: 767px) {
  .room-facility {
    width: 100%;
    flex-wrap: wrap;
    padding: 50px 20px 50px 40px;
    margin: 40px 0;
  }
}
.room-facility .room-feature-sec {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .room-facility .room-feature-sec {
    width: 100%;
    text-align: left;
  }
}
.room-facility .room-feature-sec .h2-like {
  text-align: left;
}
.room-facility .room-feature-sec .features {
  width: 100%;
  font: 500 16px/28px "Roboto Condensed", Arial, sans-serif;
  font-style: normal;
  margin-left: 18px;
}
.room-facility .room-feature-sec .features li {
  position: relative;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-left: 20px;
}
.room-facility .room-feature-sec .features li::before {
  left: 0px;
  top: 17px;
}
.room-facility .room-amenities-sec {
  width: 48%;
  position: relative;
  padding: 0 0px 0 60px;
  border-left: solid thin rgba(32, 42, 68, 0.32);
}
@media only screen and (max-width: 767px) {
  .room-facility .room-amenities-sec {
    width: 100%;
    border-left: none;
    padding: 0 0px 0 0px;
    text-align: left;
  }
}
.room-facility .room-amenities-sec::before {
  content: "";
  position: absolute;
}
.room-facility .room-amenities-sec .h2-like {
  text-align: left;
}
.room-facility .room-amenities-sec .amenities {
  margin: 0;
  width: 100%;
}
.room-facility .room-amenities-sec .amenities ul {
  width: 100%;
  font: 500 16px/28px "Roboto Condensed", Arial, sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .room-facility .room-amenities-sec .amenities ul {
    width: 100%;
    margin-left: 18px;
  }
}
.room-facility .room-amenities-sec .amenities ul li {
  position: relative;
  width: 49%;
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-left: 20px;
}
.room-facility .room-amenities-sec .amenities ul li::before {
  left: 0px;
  top: 17px;
}
@media only screen and (max-width: 767px) {
  .room-facility .room-amenities-sec .amenities ul li {
    width: 100%;
    padding-left: 20px;
  }
}

.room-detials-gallery {
  margin: 140px 0px;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery {
    margin: 40px 0px;
  }
}

.detail-h3 {
  font-family: "Playfair Display", serif;
  font-size: 50px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #000;
  text-align: center;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .detail-h3 {
    text-align: center;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}

.room-detials-gallery,
.detail_offer_nt,
.room-detials-gallery .slideshow,
.detail_offer_nt .slideshow,
.room-detials-gallery .slideshow-wrapper,
.detail_offer_nt .slideshow-wrapper,
.room-detials-gallery .slide,
.detail_offer_nt .slide {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery,
  .detail_offer_nt,
  .room-detials-gallery .slideshow,
  .detail_offer_nt .slideshow,
  .room-detials-gallery .slideshow-wrapper,
  .detail_offer_nt .slideshow-wrapper,
  .room-detials-gallery .slide,
  .detail_offer_nt .slide {
    height: 40vh;
    min-height: 0;
  }
}
.room-detials-gallery .rooms-slideshow,
.detail_offer_nt .rooms-slideshow,
.room-detials-gallery .slideshow .rooms-slideshow,
.detail_offer_nt .slideshow .rooms-slideshow,
.room-detials-gallery .slideshow-wrapper .rooms-slideshow,
.detail_offer_nt .slideshow-wrapper .rooms-slideshow,
.room-detials-gallery .slide .rooms-slideshow,
.detail_offer_nt .slide .rooms-slideshow {
  background: #000;
}
.room-detials-gallery .slide,
.detail_offer_nt .slide,
.room-detials-gallery .slideshow .slide,
.detail_offer_nt .slideshow .slide,
.room-detials-gallery .slideshow-wrapper .slide,
.detail_offer_nt .slideshow-wrapper .slide,
.room-detials-gallery .slide .slide,
.detail_offer_nt .slide .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0 !important;
}
.room-detials-gallery .slide.swiper-slide-active,
.detail_offer_nt .slide.swiper-slide-active,
.room-detials-gallery .slideshow .slide.swiper-slide-active,
.detail_offer_nt .slideshow .slide.swiper-slide-active,
.room-detials-gallery .slideshow-wrapper .slide.swiper-slide-active,
.detail_offer_nt .slideshow-wrapper .slide.swiper-slide-active,
.room-detials-gallery .slide .slide.swiper-slide-active,
.detail_offer_nt .slide .slide.swiper-slide-active {
  opacity: 1 !important;
}
.room-detials-gallery .thumbnail,
.detail_offer_nt .thumbnail,
.room-detials-gallery .slideshow .thumbnail,
.detail_offer_nt .slideshow .thumbnail,
.room-detials-gallery .slideshow-wrapper .thumbnail,
.detail_offer_nt .slideshow-wrapper .thumbnail,
.room-detials-gallery .slide .thumbnail,
.detail_offer_nt .slide .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.room-detials-gallery .thumbnail img,
.detail_offer_nt .thumbnail img,
.room-detials-gallery .slideshow .thumbnail img,
.detail_offer_nt .slideshow .thumbnail img,
.room-detials-gallery .slideshow-wrapper .thumbnail img,
.detail_offer_nt .slideshow-wrapper .thumbnail img,
.room-detials-gallery .slide .thumbnail img,
.detail_offer_nt .slide .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.room-detials-gallery .view-gallery-mobile,
.detail_offer_nt .view-gallery-mobile,
.room-detials-gallery .slideshow .view-gallery-mobile,
.detail_offer_nt .slideshow .view-gallery-mobile,
.room-detials-gallery .slideshow-wrapper .view-gallery-mobile,
.detail_offer_nt .slideshow-wrapper .view-gallery-mobile,
.room-detials-gallery .slide .view-gallery-mobile,
.detail_offer_nt .slide .view-gallery-mobile {
  overflow: hidden;
  display: none;
  width: 20px;
  height: 29px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .view-gallery-mobile,
  .detail_offer_nt .view-gallery-mobile,
  .room-detials-gallery .slideshow .view-gallery-mobile,
  .detail_offer_nt .slideshow .view-gallery-mobile,
  .room-detials-gallery .slideshow-wrapper .view-gallery-mobile,
  .detail_offer_nt .slideshow-wrapper .view-gallery-mobile,
  .room-detials-gallery .slide .view-gallery-mobile,
  .detail_offer_nt .slide .view-gallery-mobile {
    display: block;
  }
}
.room-detials-gallery .view-gallery-mobile span,
.detail_offer_nt .view-gallery-mobile span,
.room-detials-gallery .slideshow .view-gallery-mobile span,
.detail_offer_nt .slideshow .view-gallery-mobile span,
.room-detials-gallery .slideshow-wrapper .view-gallery-mobile span,
.detail_offer_nt .slideshow-wrapper .view-gallery-mobile span,
.room-detials-gallery .slide .view-gallery-mobile span,
.detail_offer_nt .slide .view-gallery-mobile span {
  display: none;
}
.room-detials-gallery .view-gallery-mobile svg,
.detail_offer_nt .view-gallery-mobile svg,
.room-detials-gallery .slideshow .view-gallery-mobile svg,
.detail_offer_nt .slideshow .view-gallery-mobile svg,
.room-detials-gallery .slideshow-wrapper .view-gallery-mobile svg,
.detail_offer_nt .slideshow-wrapper .view-gallery-mobile svg,
.room-detials-gallery .slide .view-gallery-mobile svg,
.detail_offer_nt .slide .view-gallery-mobile svg {
  fill: #fff;
}
.room-detials-gallery .view-gallery-mobile:hover svg,
.detail_offer_nt .view-gallery-mobile:hover svg,
.room-detials-gallery .slideshow .view-gallery-mobile:hover svg,
.detail_offer_nt .slideshow .view-gallery-mobile:hover svg,
.room-detials-gallery .slideshow-wrapper .view-gallery-mobile:hover svg,
.detail_offer_nt .slideshow-wrapper .view-gallery-mobile:hover svg,
.room-detials-gallery .slide .view-gallery-mobile:hover svg,
.detail_offer_nt .slide .view-gallery-mobile:hover svg {
  fill: #216A95;
}
.room-detials-gallery .copy,
.detail_offer_nt .copy,
.room-detials-gallery .slideshow .copy,
.detail_offer_nt .slideshow .copy,
.room-detials-gallery .slideshow-wrapper .copy,
.detail_offer_nt .slideshow-wrapper .copy,
.room-detials-gallery .slide .copy,
.detail_offer_nt .slide .copy {
  position: absolute;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy,
  .detail_offer_nt .copy,
  .room-detials-gallery .slideshow .copy,
  .detail_offer_nt .slideshow .copy,
  .room-detials-gallery .slideshow-wrapper .copy,
  .detail_offer_nt .slideshow-wrapper .copy,
  .room-detials-gallery .slide .copy,
  .detail_offer_nt .slide .copy {
    top: unset;
    bottom: 23px;
    transform: translate(-50%, 0);
  }
}
.room-detials-gallery .copy h4,
.detail_offer_nt .copy h4,
.room-detials-gallery .slideshow .copy h4,
.detail_offer_nt .slideshow .copy h4,
.room-detials-gallery .slideshow-wrapper .copy h4,
.detail_offer_nt .slideshow-wrapper .copy h4,
.room-detials-gallery .slide .copy h4,
.detail_offer_nt .slide .copy h4 {
  font: 400 83px/80px "Playfair Display", serif;
  text-transform: capitalize;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy h4,
  .detail_offer_nt .copy h4,
  .room-detials-gallery .slideshow .copy h4,
  .detail_offer_nt .slideshow .copy h4,
  .room-detials-gallery .slideshow-wrapper .copy h4,
  .detail_offer_nt .slideshow-wrapper .copy h4,
  .room-detials-gallery .slide .copy h4,
  .detail_offer_nt .slide .copy h4 {
    font: 400 28px/35px "Playfair Display", serif;
  }
}
.room-detials-gallery .copy .descr,
.detail_offer_nt .copy .descr,
.room-detials-gallery .slideshow .copy .descr,
.detail_offer_nt .slideshow .copy .descr,
.room-detials-gallery .slideshow-wrapper .copy .descr,
.detail_offer_nt .slideshow-wrapper .copy .descr,
.room-detials-gallery .slide .copy .descr,
.detail_offer_nt .slide .copy .descr {
  margin-top: 40px;
  color: #fff;
  font: 200 22px/22px "Roboto Condensed", Arial, sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy .descr,
  .detail_offer_nt .copy .descr,
  .room-detials-gallery .slideshow .copy .descr,
  .detail_offer_nt .slideshow .copy .descr,
  .room-detials-gallery .slideshow-wrapper .copy .descr,
  .detail_offer_nt .slideshow-wrapper .copy .descr,
  .room-detials-gallery .slide .copy .descr,
  .detail_offer_nt .slide .copy .descr {
    font: 200 18px/18px "Roboto Condensed", Arial, sans-serif;
    margin-top: 23px;
  }
}
.room-detials-gallery .copy .descr span,
.room-detials-gallery .copy .descr a,
.detail_offer_nt .copy .descr span,
.detail_offer_nt .copy .descr a,
.room-detials-gallery .slideshow .copy .descr span,
.room-detials-gallery .slideshow .copy .descr a,
.detail_offer_nt .slideshow .copy .descr span,
.detail_offer_nt .slideshow .copy .descr a,
.room-detials-gallery .slideshow-wrapper .copy .descr span,
.room-detials-gallery .slideshow-wrapper .copy .descr a,
.detail_offer_nt .slideshow-wrapper .copy .descr span,
.detail_offer_nt .slideshow-wrapper .copy .descr a,
.room-detials-gallery .slide .copy .descr span,
.room-detials-gallery .slide .copy .descr a,
.detail_offer_nt .slide .copy .descr span,
.detail_offer_nt .slide .copy .descr a {
  vertical-align: top;
}
.room-detials-gallery .copy .descr .separator,
.detail_offer_nt .copy .descr .separator,
.room-detials-gallery .slideshow .copy .descr .separator,
.detail_offer_nt .slideshow .copy .descr .separator,
.room-detials-gallery .slideshow-wrapper .copy .descr .separator,
.detail_offer_nt .slideshow-wrapper .copy .descr .separator,
.room-detials-gallery .slide .copy .descr .separator,
.detail_offer_nt .slide .copy .descr .separator {
  display: inline-block;
  margin: 0 25px;
  width: 1px;
  height: 22px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy .descr .separator,
  .detail_offer_nt .copy .descr .separator,
  .room-detials-gallery .slideshow .copy .descr .separator,
  .detail_offer_nt .slideshow .copy .descr .separator,
  .room-detials-gallery .slideshow-wrapper .copy .descr .separator,
  .detail_offer_nt .slideshow-wrapper .copy .descr .separator,
  .room-detials-gallery .slide .copy .descr .separator,
  .detail_offer_nt .slide .copy .descr .separator {
    display: none;
  }
}
.room-detials-gallery .copy .descr .view-gallery,
.detail_offer_nt .copy .descr .view-gallery,
.room-detials-gallery .slideshow .copy .descr .view-gallery,
.detail_offer_nt .slideshow .copy .descr .view-gallery,
.room-detials-gallery .slideshow-wrapper .copy .descr .view-gallery,
.detail_offer_nt .slideshow-wrapper .copy .descr .view-gallery,
.room-detials-gallery .slide .copy .descr .view-gallery,
.detail_offer_nt .slide .copy .descr .view-gallery {
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 29px;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy .descr .view-gallery,
  .detail_offer_nt .copy .descr .view-gallery,
  .room-detials-gallery .slideshow .copy .descr .view-gallery,
  .detail_offer_nt .slideshow .copy .descr .view-gallery,
  .room-detials-gallery .slideshow-wrapper .copy .descr .view-gallery,
  .detail_offer_nt .slideshow-wrapper .copy .descr .view-gallery,
  .room-detials-gallery .slide .copy .descr .view-gallery,
  .detail_offer_nt .slide .copy .descr .view-gallery {
    display: none;
  }
}
.room-detials-gallery .copy .descr .view-gallery svg,
.detail_offer_nt .copy .descr .view-gallery svg,
.room-detials-gallery .slideshow .copy .descr .view-gallery svg,
.detail_offer_nt .slideshow .copy .descr .view-gallery svg,
.room-detials-gallery .slideshow-wrapper .copy .descr .view-gallery svg,
.detail_offer_nt .slideshow-wrapper .copy .descr .view-gallery svg,
.room-detials-gallery .slide .copy .descr .view-gallery svg,
.detail_offer_nt .slide .copy .descr .view-gallery svg {
  fill: #fff;
  transform: scale(1.5);
}
.room-detials-gallery .copy .descr .view-gallery:hover svg,
.detail_offer_nt .copy .descr .view-gallery:hover svg,
.room-detials-gallery .slideshow .copy .descr .view-gallery:hover svg,
.detail_offer_nt .slideshow .copy .descr .view-gallery:hover svg,
.room-detials-gallery .slideshow-wrapper .copy .descr .view-gallery:hover svg,
.detail_offer_nt .slideshow-wrapper .copy .descr .view-gallery:hover svg,
.room-detials-gallery .slide .copy .descr .view-gallery:hover svg,
.detail_offer_nt .slide .copy .descr .view-gallery:hover svg {
  fill: #216A95;
}
.room-detials-gallery .copy .descr .view-gallery .screen-reader-only,
.detail_offer_nt .copy .descr .view-gallery .screen-reader-only,
.room-detials-gallery .slideshow .copy .descr .view-gallery .screen-reader-only,
.detail_offer_nt .slideshow .copy .descr .view-gallery .screen-reader-only,
.room-detials-gallery .slideshow-wrapper .copy .descr .view-gallery .screen-reader-only,
.detail_offer_nt .slideshow-wrapper .copy .descr .view-gallery .screen-reader-only,
.room-detials-gallery .slide .copy .descr .view-gallery .screen-reader-only,
.detail_offer_nt .slide .copy .descr .view-gallery .screen-reader-only {
  color: #fff;
}
.room-detials-gallery .copy .links,
.detail_offer_nt .copy .links,
.room-detials-gallery .slideshow .copy .links,
.detail_offer_nt .slideshow .copy .links,
.room-detials-gallery .slideshow-wrapper .copy .links,
.detail_offer_nt .slideshow-wrapper .copy .links,
.room-detials-gallery .slide .copy .links,
.detail_offer_nt .slide .copy .links {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .copy .links,
  .detail_offer_nt .copy .links,
  .room-detials-gallery .slideshow .copy .links,
  .detail_offer_nt .slideshow .copy .links,
  .room-detials-gallery .slideshow-wrapper .copy .links,
  .detail_offer_nt .slideshow-wrapper .copy .links,
  .room-detials-gallery .slide .copy .links,
  .detail_offer_nt .slide .copy .links {
    margin-top: 26px;
  }
}
.room-detials-gallery .copy .links a,
.detail_offer_nt .copy .links a,
.room-detials-gallery .slideshow .copy .links a,
.detail_offer_nt .slideshow .copy .links a,
.room-detials-gallery .slideshow-wrapper .copy .links a,
.detail_offer_nt .slideshow-wrapper .copy .links a,
.room-detials-gallery .slide .copy .links a,
.detail_offer_nt .slide .copy .links a {
  display: inline-block;
  width: 100%;
  max-width: 378px;
  background: #fff;
  color: #000;
}
.room-detials-gallery .copy .links a:hover,
.detail_offer_nt .copy .links a:hover,
.room-detials-gallery .slideshow .copy .links a:hover,
.detail_offer_nt .slideshow .copy .links a:hover,
.room-detials-gallery .slideshow-wrapper .copy .links a:hover,
.detail_offer_nt .slideshow-wrapper .copy .links a:hover,
.room-detials-gallery .slide .copy .links a:hover,
.detail_offer_nt .slide .copy .links a:hover {
  background: #202A44;
  color: #fff;
}
.room-detials-gallery .slideshow-button,
.detail_offer_nt .slideshow-button,
.room-detials-gallery .slideshow .slideshow-button,
.detail_offer_nt .slideshow .slideshow-button,
.room-detials-gallery .slideshow-wrapper .slideshow-button,
.detail_offer_nt .slideshow-wrapper .slideshow-button,
.room-detials-gallery .slide .slideshow-button,
.detail_offer_nt .slide .slideshow-button {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 77px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 77px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #fff;
}
.room-detials-gallery .slideshow-button:after,
.detail_offer_nt .slideshow-button:after,
.room-detials-gallery .slideshow .slideshow-button:after,
.detail_offer_nt .slideshow .slideshow-button:after,
.room-detials-gallery .slideshow-wrapper .slideshow-button:after,
.detail_offer_nt .slideshow-wrapper .slideshow-button:after,
.room-detials-gallery .slide .slideshow-button:after,
.detail_offer_nt .slide .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .slideshow-button,
  .detail_offer_nt .slideshow-button,
  .room-detials-gallery .slideshow .slideshow-button,
  .detail_offer_nt .slideshow .slideshow-button,
  .room-detials-gallery .slideshow-wrapper .slideshow-button,
  .detail_offer_nt .slideshow-wrapper .slideshow-button,
  .room-detials-gallery .slide .slideshow-button,
  .detail_offer_nt .slide .slideshow-button {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.room-detials-gallery .slideshow-button:hover,
.detail_offer_nt .slideshow-button:hover,
.room-detials-gallery .slideshow .slideshow-button:hover,
.detail_offer_nt .slideshow .slideshow-button:hover,
.room-detials-gallery .slideshow-wrapper .slideshow-button:hover,
.detail_offer_nt .slideshow-wrapper .slideshow-button:hover,
.room-detials-gallery .slide .slideshow-button:hover,
.detail_offer_nt .slide .slideshow-button:hover {
  background: #fff;
}
.room-detials-gallery .slideshow-button:hover:after,
.detail_offer_nt .slideshow-button:hover:after,
.room-detials-gallery .slideshow .slideshow-button:hover:after,
.detail_offer_nt .slideshow .slideshow-button:hover:after,
.room-detials-gallery .slideshow-wrapper .slideshow-button:hover:after,
.detail_offer_nt .slideshow-wrapper .slideshow-button:hover:after,
.room-detials-gallery .slide .slideshow-button:hover:after,
.detail_offer_nt .slide .slideshow-button:hover:after {
  border-color: #216A95;
}
.room-detials-gallery .slideshow-button.previous,
.detail_offer_nt .slideshow-button.previous,
.room-detials-gallery .slideshow .slideshow-button.previous,
.detail_offer_nt .slideshow .slideshow-button.previous,
.room-detials-gallery .slideshow-wrapper .slideshow-button.previous,
.detail_offer_nt .slideshow-wrapper .slideshow-button.previous,
.room-detials-gallery .slide .slideshow-button.previous,
.detail_offer_nt .slide .slideshow-button.previous {
  left: 40px;
}
.room-detials-gallery .slideshow-button.previous:after,
.detail_offer_nt .slideshow-button.previous:after,
.room-detials-gallery .slideshow .slideshow-button.previous:after,
.detail_offer_nt .slideshow .slideshow-button.previous:after,
.room-detials-gallery .slideshow-wrapper .slideshow-button.previous:after,
.detail_offer_nt .slideshow-wrapper .slideshow-button.previous:after,
.room-detials-gallery .slide .slideshow-button.previous:after,
.detail_offer_nt .slide .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .slideshow-button.previous:after,
  .detail_offer_nt .slideshow-button.previous:after,
  .room-detials-gallery .slideshow .slideshow-button.previous:after,
  .detail_offer_nt .slideshow .slideshow-button.previous:after,
  .room-detials-gallery .slideshow-wrapper .slideshow-button.previous:after,
  .detail_offer_nt .slideshow-wrapper .slideshow-button.previous:after,
  .room-detials-gallery .slide .slideshow-button.previous:after,
  .detail_offer_nt .slide .slideshow-button.previous:after {
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .room-detials-gallery .slideshow-button.previous,
  .detail_offer_nt .slideshow-button.previous,
  .room-detials-gallery .slideshow .slideshow-button.previous,
  .detail_offer_nt .slideshow .slideshow-button.previous,
  .room-detials-gallery .slideshow-wrapper .slideshow-button.previous,
  .detail_offer_nt .slideshow-wrapper .slideshow-button.previous,
  .room-detials-gallery .slide .slideshow-button.previous,
  .detail_offer_nt .slide .slideshow-button.previous {
    left: 20px;
  }
}
.room-detials-gallery .slideshow-button.next,
.detail_offer_nt .slideshow-button.next,
.room-detials-gallery .slideshow .slideshow-button.next,
.detail_offer_nt .slideshow .slideshow-button.next,
.room-detials-gallery .slideshow-wrapper .slideshow-button.next,
.detail_offer_nt .slideshow-wrapper .slideshow-button.next,
.room-detials-gallery .slide .slideshow-button.next,
.detail_offer_nt .slide .slideshow-button.next {
  right: 40px;
}
.room-detials-gallery .slideshow-button.next:after,
.detail_offer_nt .slideshow-button.next:after,
.room-detials-gallery .slideshow .slideshow-button.next:after,
.detail_offer_nt .slideshow .slideshow-button.next:after,
.room-detials-gallery .slideshow-wrapper .slideshow-button.next:after,
.detail_offer_nt .slideshow-wrapper .slideshow-button.next:after,
.room-detials-gallery .slide .slideshow-button.next:after,
.detail_offer_nt .slide .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .slideshow-button.next:after,
  .detail_offer_nt .slideshow-button.next:after,
  .room-detials-gallery .slideshow .slideshow-button.next:after,
  .detail_offer_nt .slideshow .slideshow-button.next:after,
  .room-detials-gallery .slideshow-wrapper .slideshow-button.next:after,
  .detail_offer_nt .slideshow-wrapper .slideshow-button.next:after,
  .room-detials-gallery .slide .slideshow-button.next:after,
  .detail_offer_nt .slide .slideshow-button.next:after {
    left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .room-detials-gallery .slideshow-button.next,
  .detail_offer_nt .slideshow-button.next,
  .room-detials-gallery .slideshow .slideshow-button.next,
  .detail_offer_nt .slideshow .slideshow-button.next,
  .room-detials-gallery .slideshow-wrapper .slideshow-button.next,
  .detail_offer_nt .slideshow-wrapper .slideshow-button.next,
  .room-detials-gallery .slide .slideshow-button.next,
  .detail_offer_nt .slide .slideshow-button.next {
    right: 20px;
  }
}
.room-detials-gallery .slideshow-pagination,
.detail_offer_nt .slideshow-pagination,
.room-detials-gallery .slideshow .slideshow-pagination,
.detail_offer_nt .slideshow .slideshow-pagination,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination,
.room-detials-gallery .slide .slideshow-pagination,
.detail_offer_nt .slide .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-detials-gallery .slideshow-pagination,
  .detail_offer_nt .slideshow-pagination,
  .room-detials-gallery .slideshow .slideshow-pagination,
  .detail_offer_nt .slideshow .slideshow-pagination,
  .room-detials-gallery .slideshow-wrapper .slideshow-pagination,
  .detail_offer_nt .slideshow-wrapper .slideshow-pagination,
  .room-detials-gallery .slide .slideshow-pagination,
  .detail_offer_nt .slide .slideshow-pagination {
    display: block;
  }
}
.room-detials-gallery .slideshow-pagination .swiper-pagination-bullet,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
}
.room-detials-gallery .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet:first-of-type,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.room-detials-gallery .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet:last-of-type,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.room-detials-gallery .slideshow-pagination .swiper-pagination-bullet:hover,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet:hover,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet:hover,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet:hover,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:hover,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet:hover,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet:hover,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet:hover {
  background: #202A44;
}
.room-detials-gallery .slideshow-pagination .swiper-pagination-bullet.active, .room-detials-gallery .slideshow-pagination .swiper-pagination-bullet.active:hover,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet.active,
.detail_offer_nt .slideshow-pagination .swiper-pagination-bullet.active:hover,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet.active,
.room-detials-gallery .slideshow .slideshow-pagination .swiper-pagination-bullet.active:hover,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet.active,
.detail_offer_nt .slideshow .slideshow-pagination .swiper-pagination-bullet.active:hover,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet.active,
.room-detials-gallery .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet.active:hover,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet.active,
.detail_offer_nt .slideshow-wrapper .slideshow-pagination .swiper-pagination-bullet.active:hover,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet.active,
.room-detials-gallery .slide .slideshow-pagination .swiper-pagination-bullet.active:hover,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet.active,
.detail_offer_nt .slide .slideshow-pagination .swiper-pagination-bullet.active:hover {
  background: #0F100F;
}

/*------- Room Detail Content --------*/
@media only screen and (max-width: 767px) {
  .room-details-content {
    padding: 0 30px;
  }
}
.room-details-content p {
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  /* 231.25% */
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .room-details-content p {
    text-align: left;
  }
}
.room-details-content h3 {
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .room-details-content h3 {
    text-align: left;
  }
}
.room-details-content .book_btn {
  display: flex;
  width: 160px;
  height: 48px;
  padding: 12px 31px 12px 32px;
  justify-content: center;
  align-items: center;
  background: #202A44;
  margin: 37px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .room-details-content .book_btn {
    display: flex;
    width: 140px;
    height: 40px;
    padding: 10px 29px 10px 30px;
    justify-content: center;
    align-items: center;
    margin: 37px 0 0 0;
  }
}
.room-details-content .book_btn a {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .room-details-content .book_btn a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}
.room-details-content hr {
  margin: 70px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .room-details-content hr {
    margin: 40px 0 30px 0;
  }
}
.room-details-content .bottom-links {
  display: flex;
}
.room-details-content .bottom-links a {
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 37px;
  /* 264.286% */
  letter-spacing: 1px;
  text-decoration: none;
}
.room-details-content .bottom-links .term_link {
  font-weight: 700;
  margin-right: 40px;
  position: relative;
  margin-bottom: 20px;
  cursor: inherit;
}

.rooms-menu {
  position: relative;
  top: auto;
  text-align: center;
  z-index: 43;
  width: 100%;
  margin-top: -77px;
  height: 77px;
}
@media only screen and (max-width: 767px) {
  .rooms-menu {
    display: none;
  }
}
.rooms-menu .menu-wrapper {
  display: inline-block;
  background: transparent;
  width: 100%;
  height: 78px;
  transition: max-width 350ms ease-in-out, width 350ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.rooms-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-menu ul {
    padding: 0 10px;
  }
}
.rooms-menu ul li {
  display: inline-block;
  padding: 0 28px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .rooms-menu ul li {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-menu ul li {
    padding: 14px;
  }
}
.rooms-menu ul li a {
  display: block;
  font: 400 14px/16px "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-menu ul li a {
    font-size: 13px;
  }
}
.rooms-menu ul li a:hover {
  color: #202A44;
}

.big-top-image.rooms-fixed-menu .rooms-menu {
  position: fixed;
  top: 77px;
  margin-top: 24px;
  height: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-top-image.rooms-fixed-menu .rooms-menu {
    top: 64px;
  }
}
.big-top-image.rooms-fixed-menu .rooms-menu .menu-wrapper {
  width: 100%;
  max-width: 100%;
  background-color: #202A44;
}
.big-top-image.rooms-fixed-menu .rooms-menu ul li a:hover {
  color: #f4f4f4;
}

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

.feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
.feeds .header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1023px) {
  .feeds .header-row {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
    width: calc(100% - 30px);
  }
}
.feeds h2 {
  font: 200 50px/1.6 "Playfair Display", serif;
  color: #0F100F;
  text-transform: unset;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .feeds h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.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: #216A95;
  border-bottom-color: #216A95;
  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 {
  width: calc(100% - 100px);
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .feeds .feed-content {
    width: calc(100% - 30px);
  }
}
.feeds .slideshow {
  overflow: hidden;
}
.feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
.feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Roboto Condensed", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
.feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  .feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  .feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
.feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  bottom: 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 "Roboto Condensed", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  .feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
.feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
.feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 200;
}
.feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds .feed-item.instagram {
  background: #833ab4;
}
.feeds .feed-item.instagram:before {
  background-position: 0 0;
}
.feeds .feed-item.instagram .feed-descr {
  display: none;
}
.feeds .feed-item.instagram a {
  color: inherit;
}
.feeds .feed-item.facebook {
  background: #3b5998;
}
.feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
.feeds .feed-item.twitter {
  background: #657786;
}
.feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
.feeds .feed-item.blog:before {
  background-position: -150px 0;
}
.feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
.feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
.feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
.feeds .feed-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
.feeds .column {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.feeds .column-1 {
  width: 62%;
  margin-right: 20px;
  height: 564px;
  align-items: flex-start;
  flex-flow: wrap;
}
.feeds .column-1 .feed-item {
  height: calc(50% - 10px);
}
.feeds .column-1 .feed-item:nth-child(1), .feeds .column-1 .feed-item:nth-child(4) {
  width: calc(33.333% - 20px);
}
.feeds .column-1 .feed-item:nth-child(2), .feeds .column-1 .feed-item:nth-child(3) {
  width: 66.666%;
}
.feeds .column-1 .feed-item:nth-child(2), .feeds .column-1 .feed-item:nth-child(4) {
  margin-right: 0px;
}
.feeds .column-1 .feed-item:nth-child(3), .feeds .column-1 .feed-item:nth-child(4) {
  margin-bottom: 0px;
}
.feeds .column-2 {
  width: calc(38% - 20px);
}
.feeds .column-2 .feed-item {
  height: 100%;
  width: 100%;
  margin-right: 0px;
}
@media only screen and (max-width: 1023px) {
  .feeds .feed-slide {
    padding: 0px 5px;
  }
  .feeds .feed-item {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    max-height: 250px;
    margin: 5px;
  }
}
.feeds .social-links {
  display: flex;
}
.feeds .social-links .social-link {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/sprite.svg) -180px 0 no-repeat;
}
.feeds .social-links .social-link:not(:last-child) {
  margin-right: 10px;
}
.feeds .social-links .social-link.instagram-link {
  background-position: -280px -345px;
}
.feeds .social-links .social-link.facebook-link {
  background-position: 0px -345px;
}
.feeds .social-links .social-link.twitter-link {
  background-position: -40px -345px;
}
.feeds .feed-controls {
  display: block;
  text-align: center;
}
.feeds .slideshow-button {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .feeds .slideshow-button {
    position: relative;
    transform: none;
  }
}
.feeds .slideshow-button::after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 8px;
  transition: border-color 350ms ease-in-out;
}
.feeds .slideshow-button.previous {
  left: -30px;
}
@media only screen and (max-width: 1023px) {
  .feeds .slideshow-button.previous {
    left: -10px;
  }
}
.feeds .slideshow-button.previous::after {
  transform: rotate(-135deg);
  left: 10px;
}
.feeds .slideshow-button.next {
  right: -30px;
}
@media only screen and (max-width: 1023px) {
  .feeds .slideshow-button.next {
    right: -10px;
  }
}
.feeds .slideshow-button.next::after {
  transform: rotate(45deg);
  right: 10px;
}
.feeds .slideshow-button.swiper-button-disabled {
  opacity: 0.3;
}

/* 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: "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

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

#modal-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  background: rgba(15, 16, 15, 0.9);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease;
}
#modal-popup.visible {
  z-index: 99999;
  visibility: visible;
}
#modal-popup.in-transition {
  opacity: 1;
}
#modal-popup.in-transition .popup {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 200ms;
}
#modal-popup .popup {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  min-width: 300px;
  max-width: 1115px;
  width: 80%;
  min-height: 150px;
  max-height: 80%;
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}
@media only screen and (max-width: 767px) {
  #modal-popup .popup {
    width: 90%;
  }
}
#modal-popup .popup video, #modal-popup .popup iframe {
  display: block;
  width: 100%;
}
#modal-popup .popup video {
  height: auto;
}
#modal-popup .popup iframe {
  height: 80vh;
}
#modal-popup .close {
  position: absolute;
  top: -45px;
  right: 8px;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #modal-popup .close {
    top: 14px;
    right: 14px;
  }
}
#modal-popup .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#modal-popup .close span:before, #modal-popup .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #fff;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #modal-popup .close span:before, #modal-popup .close span:after {
    background: #0F100F;
  }
}
#modal-popup .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#modal-popup .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#modal-popup .close:hover span:before, #modal-popup .close:hover span:after {
  background: #216A95;
}

.faq-section-category {
  margin-bottom: 40px;
}

.faq-section-category-descr {
  text-align: center;
}

.faq-section-item.active .faq-section-question:after {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDE0E7;
  font: 200 24px/37px "Playfair Display", serif;
}
.faq-section-item .faq-section-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 12px;
  width: 12px;
  margin-top: -8px;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}
.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}

.spa-page #content h1,
.spa-page .page-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 74px;
  letter-spacing: 0;
  color: #202A44;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .spa-page #content h1,
  .spa-page .page-content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.spa-page #content h2,
.spa-page .page-content h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #202A44;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  .spa-page #content h2,
  .spa-page .page-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #content h2,
  .spa-page .page-content h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.spa-page #content h1 + h2,
.spa-page .page-content h1 + h2 {
  margin-top: -20px;
}
.spa-page #content h3,
.spa-page .page-content h3 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.spa-page #content h3,
.spa-page #content h4,
.spa-page #content h5,
.spa-page #content h6,
.spa-page .page-content h3,
.spa-page .page-content h4,
.spa-page .page-content h5,
.spa-page .page-content h6 {
  color: #202A44;
}
.spa-page #content p,
.spa-page #content ul,
.spa-page #content ol,
.spa-page .page-content p,
.spa-page .page-content ul,
.spa-page .page-content ol {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.1px;
  font-style: normal;
  color: #202A44;
}
@media only screen and (max-width: 767px) {
  .spa-page #content p,
  .spa-page #content ul,
  .spa-page #content ol,
  .spa-page .page-content p,
  .spa-page .page-content ul,
  .spa-page .page-content ol {
    font-size: 16px;
    line-height: 1.2;
  }
}
.spa-page #content ul,
.spa-page #content ol,
.spa-page .page-content ul,
.spa-page .page-content ol {
  color: #202A44;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .spa-page #content ul,
  .spa-page #content ol,
  .spa-page .page-content ul,
  .spa-page .page-content ol {
    text-align: left;
  }
}
.spa-page #content ul li:before,
.spa-page .page-content ul li:before {
  top: 6px;
  width: 8px;
  height: 8px;
  background: #202A44;
  transform: skewX(0);
}
@media only screen and (max-width: 767px) {
  .spa-page #content ul li:before,
  .spa-page .page-content ul li:before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.spa-page #content hr,
.spa-page .page-content hr {
  background-color: #405866;
  color: #405866;
}
.spa-page #photos {
  height: calc(86vh - 182px);
  max-height: calc(86vh - 182px);
  min-height: 540px;
  margin-top: 77px;
  margin-bottom: 108px;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .spa-page #photos {
    height: calc(76vh - 273px);
    max-height: calc(76vh - 273px);
    min-height: 400px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #photos {
    height: calc(60vh - 64px);
    max-height: calc(60vh - 64px);
  }
}
.spa-page #photos .slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(91, 182, 185);
  background: linear-gradient(0deg, rgba(70, 139, 141, 0.7) 0%, rgba(18, 97, 128, 0) 100%);
  z-index: 1;
}
.spa-page #photos .slideshow-button {
  display: block;
}
.spa-page #photos .caption,
.spa-page #photos .slideshow-pagination {
  display: none;
}
.spa-page #photos .photos-text {
  position: absolute;
  bottom: 100px;
  left: 20px;
  right: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page #photos .photos-text {
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #photos .photos-text {
    bottom: 30px;
  }
}
.spa-page #photos .photos-text h1 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .spa-page #photos .photos-text h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #photos .photos-text h1 {
    font-size: 20px;
  }
}
.spa-page #photos .photos-text h2 {
  margin-top: 10px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .spa-page #photos .photos-text h2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #photos .photos-text h2 {
    font-size: 14px;
  }
}
.spa-page .spa-menu {
  position: relative;
  top: auto;
  text-align: center;
  z-index: 43;
  width: 100%;
  margin-top: -77px;
  height: 77px;
}
@media only screen and (max-width: 767px) {
  .spa-page .spa-menu {
    display: none;
  }
}
.spa-page .spa-menu .menu-wrapper {
  display: inline-block;
  background: transparent;
  width: 100%;
  height: 78px;
  transition: max-width 350ms ease-in-out, width 350ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.spa-page .spa-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page .spa-menu ul {
    padding: 0 10px;
  }
}
.spa-page .spa-menu ul li {
  display: inline-block;
  padding: 0 28px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .spa-page .spa-menu ul li {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page .spa-menu ul li {
    padding: 14px;
  }
}
.spa-page .spa-menu ul li + li:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page .spa-menu ul li + li:after {
    height: 14px;
  }
}
.spa-page .spa-menu ul li a {
  display: block;
  font: 400 14px/16px "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page .spa-menu ul li a {
    font-size: 13px;
  }
}
.spa-page .spa-menu ul li a:hover {
  color: #202A44;
}
.spa-page .spa-menu ul li:last-child a {
  color: #fff;
}
.spa-page .main-sub-header {
  background-color: #deeeee;
  text-align: center;
  font-size: 25px;
  color: #202A44;
}
.spa-page .scroll-arrow {
  position: relative;
  height: 70px;
  width: 100%;
  background-color: #deeeee;
}
.spa-page .scroll-arrow:after {
  content: "";
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  border: solid #202A44;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.spa-page #content {
  background-color: #deeeee;
  padding-top: 20px;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  .spa-page #content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.spa-page #content #main-content.center-column {
  max-width: 1130px;
}
.spa-page #content .page-content,
.spa-page #content .page-content p {
  text-align: center;
}
.spa-page .testimonials-block {
  background-color: #fff;
  padding: 76px 0 38px 0;
  margin: 0;
}
.spa-page .testimonials-block:before {
  display: none;
}
.spa-page .testimonials-block .testimonials-content {
  margin-top: 35px;
  padding: 0 140px;
}
@media screen and (max-width: 1500px) {
  .spa-page .testimonials-block .testimonials-content {
    padding: 0 66px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page .testimonials-block .testimonials-content {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.spa-page .testimonials-block .slideshow {
  width: 100%;
  max-width: 1130px;
}
@media only screen and (max-width: 1023px) {
  .spa-page .testimonials-block .slideshow {
    margin: 0;
    width: 100%;
  }
}
.spa-page .testimonials-block h3,
.spa-page .testimonials-block .testimonials-categories button {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 74px;
  letter-spacing: 0;
  text-transform: none;
  color: #202A44;
}
@media only screen and (max-width: 767px) {
  .spa-page .testimonials-block h3,
  .spa-page .testimonials-block .testimonials-categories button {
    font-size: 30px;
    line-height: 1.2;
  }
}
.spa-page .testimonials-block h3 {
  padding-top: 110px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .spa-page .testimonials-block h3 {
    padding-top: 44px;
  }
}
.spa-page .testimonials-block h3:before {
  color: #202A44;
  font-size: 240px;
  line-height: 150px;
}
@media only screen and (max-width: 767px) {
  .spa-page .testimonials-block h3:before {
    font-size: 100px;
    line-height: 64px;
  }
}
.spa-page .testimonials-block .testimonial-copy {
  color: #405866;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.spa-page .testimonials-block .slideshow-pagination {
  bottom: 0;
}
.spa-page .testimonials-block .slideshow-pagination button {
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #202A44;
}
.spa-page .testimonials-block .slideshow-pagination button.active {
  background-color: #202A44;
}
.spa-page .testimonials-block .slideshow-button {
  border: 0;
  border-radius: 0;
  width: 30px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-indent: -100em;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .spa-page .testimonials-block .slideshow-button {
    display: none;
  }
}
.spa-page .testimonials-block .slideshow-button:after {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #202A44;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
.spa-page .testimonials-block .slideshow-button:hover {
  background: transparent !important;
}
.spa-page .testimonials-block .slideshow-button:hover:after {
  border-color: #202A44;
}
.spa-page .testimonials-block .slideshow-button.previous {
  left: -50px;
}
.spa-page .testimonials-block .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.spa-page .testimonials-block .slideshow-button.next {
  right: -50px;
}
.spa-page .testimonials-block .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  right: 14px;
}
.spa-page #newsletter {
  height: 690px;
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/acm/spa-newsletter-bg.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .spa-page #newsletter {
    height: 80vh;
  }
}
.spa-page #newsletter:after {
  display: none;
}
.spa-page #newsletter .newsletter-background {
  display: none;
}
.spa-page #newsletter .newsletter-content {
  position: relative;
  width: 884px;
  max-width: calc(100% - 40px);
}
.spa-page #newsletter .newsletter-content .pre-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #202A44;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page #newsletter .newsletter-content .pre-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #newsletter .newsletter-content .pre-heading {
    font-size: 18px;
    line-height: 1.2;
  }
}
.spa-page #newsletter .newsletter-content h2 {
  font-size: 40px;
  line-height: 74px;
  letter-spacing: 0;
  color: #202A44;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .spa-page #newsletter .newsletter-content h2 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #newsletter .newsletter-content h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 60px;
  }
}
.spa-page #newsletter .newsletter-content form {
  flex-wrap: wrap;
}
.spa-page #newsletter .newsletter-content form #form_module_container_success {
  background-color: transparent;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #202A44;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page #newsletter .newsletter-content form #form_module_container_success {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page #newsletter .newsletter-content form #form_module_container_success {
    font-size: 18px;
    line-height: 1.2;
  }
}
.spa-page #newsletter .newsletter-content form fieldset,
.spa-page #newsletter .newsletter-content form .form-builder-group {
  width: 100%;
}
.spa-page #newsletter .newsletter-content form fieldset p,
.spa-page #newsletter .newsletter-content form .form-builder-group p {
  margin-bottom: 0;
}
.spa-page #newsletter .newsletter-content form input[type=email] {
  width: 100%;
  border: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 34px;
  color: #202A44;
  font-size: 18px;
  font-weight: 500;
}
.spa-page #newsletter .newsletter-content form input[type=email]::-webkit-input-placeholder {
  color: #202A44;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.spa-page #newsletter .newsletter-content form input[type=email]:-moz-placeholder {
  color: #202A44;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.spa-page #newsletter .newsletter-content form input[type=email]::-moz-placeholder {
  color: #202A44;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.spa-page #newsletter .newsletter-content form input[type=email]:-ms-input-placeholder {
  color: #202A44;
  -ms-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.spa-page #newsletter .newsletter-content form input[type=email]:focus::-webkit-input-placeholder {
  color: rgba(32, 42, 68, 0.3);
}
.spa-page #newsletter .newsletter-content form input[type=email]:focus:-moz-placeholder {
  color: rgba(32, 42, 68, 0.3);
}
.spa-page #newsletter .newsletter-content form input[type=email]:focus::-moz-placeholder {
  color: rgba(32, 42, 68, 0.3);
}
.spa-page #newsletter .newsletter-content form input[type=email]:focus:-ms-input-placeholder {
  color: rgba(32, 42, 68, 0.3);
}
.spa-page #newsletter .newsletter-content form .button {
  margin-top: 54px;
  padding: 0 40px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .spa-page #newsletter .newsletter-content form .button {
    margin-top: 20px;
  }
}
.spa-page #newsletter .newsletter-background {
  opacity: 1;
}
.spa-page #newsletter .newsletter-background.object-fit {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.spa-page #photos .slideshow {
  position: relative;
}

.spa-page.spa-fixed-menu .spa-menu {
  position: fixed;
  top: 77px;
  margin-top: 24px;
  height: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page.spa-fixed-menu .spa-menu {
    top: 64px;
  }
}
.spa-page.spa-fixed-menu .spa-menu .menu-wrapper {
  width: 100%;
  max-width: 100%;
  background-color: #202A44;
}
.spa-page.spa-fixed-menu .spa-menu .scroll-arrow {
  display: none;
}

.spa-page.spa-secondary {
  background-color: #eaf4f4;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-secondary .scroll-arrow {
    display: none;
  }
}
.spa-page.spa-secondary #content {
  background: transparent;
}
.spa-page.spa-secondary #content .page-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-secondary #content .page-content {
    text-align: center;
  }
}
.spa-page.spa-secondary #content .page-content p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-secondary #content .page-content p {
    text-align: center;
  }
}

.spa-page.spa-special {
  background-color: #eaf4f4;
}
.spa-page.spa-special #content {
  background-color: transparent;
  padding-top: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page.spa-special #content {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content {
    padding-top: 90px;
  }
}
.spa-page.spa-special #content #main-content.center-column {
  max-width: 100%;
  padding: 0 180px 0 0;
}
@media screen and (max-width: 1400px) {
  .spa-page.spa-special #content #main-content.center-column {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page.spa-special #content #main-content.center-column {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content #main-content.center-column {
    padding: 0 20px;
  }
}
.spa-page.spa-special #content .page-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content {
    text-align: center;
  }
}
.spa-page.spa-special #content .page-content p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content p {
    text-align: center;
  }
}
.spa-page.spa-special #content .page-content .special.single-special {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content .special.single-special {
    flex-wrap: wrap;
  }
}
.spa-page.spa-special #content .page-content .special.single-special.no-img {
  margin-left: 180px;
}
@media screen and (max-width: 1400px) {
  .spa-page.spa-special #content .page-content .special.single-special.no-img {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page.spa-special #content .page-content .special.single-special.no-img {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content .special.single-special.no-img {
    margin-left: 0;
  }
}
.spa-page.spa-special #content .page-content .special.single-special .background {
  float: none;
  flex-shrink: 0;
  width: 686px;
  height: 524px;
  margin-left: 0;
  margin-right: 72px;
}
@media screen and (max-width: 1400px) {
  .spa-page.spa-special #content .page-content .special.single-special .background {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content .special.single-special .background {
    width: 100%;
    height: 30vh;
    margin-right: 0;
  }
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content {
  border-top: thin solid #405866;
  padding-top: 30px;
  color: #405866;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spa-page.spa-special #content .page-content .special.single-special .single-special-content {
    padding-top: 20px;
  }
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content h1 {
  max-width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .spa-page.spa-special #content .page-content .special.single-special .single-special-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content h3 em {
  font-weight: normal;
  font-style: normal;
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content ul {
  font-size: 15px;
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content nav.special-nav {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content .special.single-special .single-special-content nav.special-nav {
    padding-top: 40px;
  }
}
.spa-page.spa-special #content .page-content .special.single-special .single-special-content nav.special-nav .button {
  padding: 0 74px;
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special #content .page-content .special.single-special .single-special-content nav.special-nav .button {
    padding: 0 30px;
  }
}
.spa-page.spa-special .spa-packages-retreats {
  padding-top: 0;
  padding-bottom: 330px;
  background: #eaf4f4;
}
@media only screen and (max-width: 1023px) {
  .spa-page.spa-special .spa-packages-retreats {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special .spa-packages-retreats {
    padding-bottom: 60px;
  }
}
.spa-page.spa-special .spa-packages-retreats .content > h2 {
  background-color: #fff;
  padding: 70px 20px 140px 20px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1023px) {
  .spa-page.spa-special .spa-packages-retreats .content > h2 {
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special .spa-packages-retreats .content > h2 {
    margin-bottom: 60px;
    padding-bottom: 80px;
  }
}
.spa-page.spa-special .spa-packages-retreats .content > h2:after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  border: solid #202A44;
  border-width: 0 2px 2px 0;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .spa-page.spa-special .spa-packages-retreats .content > h2:after {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .spa-page.spa-special .spa-packages-retreats .content > h2:after {
    bottom: 50px;
  }
}
.spa-page.spa-special #newsletter {
  background-image: url("../images/acm/spa-newsletter-alt-bg.jpg");
}

.blog-page.template-1 {
  background: #F9F9F9;
}
@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: #216A95;
}
.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: #e2e2de;
  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: 40px;
}
@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: "Playfair Display", serif;
  font-size: 18px;
  color: #9b9b9b;
  border-radius: 4px;
}
@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: #216A95;
  border: none;
  cursor: pointer;
  color: transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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 {
  color: var(--Text-Text-Primary, #000);
  font-feature-settings: "liga" off, "clig" off;
  /* Desktop/Headings/M */
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 25px 0 40px 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::before {
  display: none;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  color: #4180BA;
  font-family: "PtSans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 13px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5px;
  background: #4180BA;
}
.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 {
  color: #000;
  font-family: "PtSans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  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: -20px;
  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 {
  color: #4180BA;
  font-family: "PtSans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  position: relative;
}
.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: #216A95;
}
.blog-page.template-1 .sidebar-wrap .blog-archives .archive-dates {
  margin: 25px 0 40px 0;
}
.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;
  display: none;
}
@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 {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 30px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
  color: #4180BA;
}
@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;
  }
}

.single-blog-post {
  background: #f9f9f9;
}
.single-blog-post h1 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.single-blog-post p {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PtSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}
.single-blog-post #header-blog {
  background: rgba(255, 255, 255, 0) !important;
  position: absolute !important;
}
.single-blog-post #header-blog .top-bar {
  display: none !important;
}
.single-blog-post #header-blog .logo {
  color: #fff;
}
.single-blog-post #header-blog .right-side {
  display: none !important;
}
.single-blog-post .gray_bg {
  background-color: #f9f9f9;
}

.blog-detail-page {
  width: 100%;
  display: block;
}
.blog-detail-page .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 56px auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 360px;
  padding: 0 5%;
}
.blog-detail-page .swiper .swiper-wrapper {
  display: flex;
}
.blog-detail-page .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}
.blog-detail-page .swiper .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: 360px !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.blog-detail-page .swiper .swiper-button-next,
.blog-detail-page .swiper .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 0%;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}
.blog-detail-page .swiper .swiper-button-prev {
  rotate: 180deg;
}
.blog-detail-page .swiper .swiper-button-next {
  right: 0;
  left: inherit;
}
.blog-detail-page .page-heading-nt {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.blog-detail-page .gray-content-page-nt {
  padding: 34px;
  background: #e2e2de;
  position: relative;
  margin: 56px 0;
}
.blog-detail-page .gray-content-page-nt p {
  margin: 0;
}
.blog-detail-page .gray-content-page-nt::after {
  content: "";
  background: url("../images/blog-template-1/quote.svg");
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  rotate: 180deg;
  bottom: -10px;
  right: -15px;
}
.blog-detail-page .gray-content-page-nt::before {
  content: "";
  background: url("../images/blog-template-1/quote.svg");
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  left: -20px;
  top: -10px;
}
.blog-detail-page .bottom-box-nt {
  display: flex;
  width: 100%;
  margin: 56px 0 0 0;
  gap: 56px;
  align-items: flex-start;
  vertical-align: top;
}
.blog-detail-page .bottom-box-nt .left-box-nt {
  width: 50%;
  flex-wrap: wrap;
}
.blog-detail-page .bottom-box-nt .left-box-nt h3 {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.24px;
}
.blog-detail-page .bottom-box-nt .right-box-nt {
  width: 50%;
  display: flex;
}
.blog-detail-page .bottom-box-nt .right-box-nt img {
  margin-top: 0px;
}

.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 "PtSans", sans-serif;
  position: absolute;
  top: 50%;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 12px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #9A9A9A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 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 "PtSans", 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: "Playfair Display", serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 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 "PtSans", 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: "PtSans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #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 "PtSans", 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 "PtSans", 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: "PtSans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 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 "PtSans", 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 "PtSans", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "PtSans", 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 {
  width: 50%;
  padding: 0 20px 0 0px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@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;
}
.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%);
  display: none;
}
.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: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 24px 28px 28px 28px;
  box-sizing: border-box;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "PtSans", sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@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: "PtSans", 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: #D93F2C;
}
@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 {
  position: relative;
  padding-bottom: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #202A44;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 90px;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#footer a:hover {
  color: #00AFD0;
}
#footer .copyright {
  display: block;
  font: 200 13px/1.2 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.55px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright span {
    display: block;
  }
}
#footer .footer-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-wrapper {
    gap: 30px;
  }
}
#footer .footer-logo-wrapper .divider {
  width: 1px;
  height: 118px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo-wrapper .divider {
    height: 88px;
  }
}
#footer .footer-logo {
  width: 164px;
  height: 94px;
  flex-shrink: 0;
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    width: 120px;
    height: 70px;
  }
}
#footer .main-row {
  margin: 0 auto;
}
#footer .main-row .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #EDF1F3;
  border-top: 1px solid #EDF1F3;
}
@media only screen and (max-width: 767px) {
  #footer .main-row .logo-wrapper {
    padding: 0 60px;
    gap: 28px;
    row-gap: 0px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #footer .main-row .logo-wrapper {
    padding: 0;
    padding-top: 20px;
  }
}
#footer .main-row .logo-wrapper .footer-additional-logo {
  margin: 15px 1px;
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .main-row .logo-wrapper .footer-additional-logo.traveler-choice {
  width: 70px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  #footer .main-row .logo-wrapper .footer-additional-logo.traveler-choice {
    height: 70px;
  }
}
#footer .main-row .logo-wrapper .footer-additional-logo.travel-tripper {
  width: 91px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  #footer .main-row .logo-wrapper .footer-additional-logo {
    width: 70px;
    margin: 0px;
  }
  #footer .main-row .logo-wrapper .footer-additional-logo.traveler-choice-22 {
    width: calc((100% - 60px) / 3.5);
  }
}
#footer .main-row .logo-wrapper .footer-additional-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .main-row .logo-wrapper .footer-additional-logo.filter-white {
  filter: grayscale(1) invert(1);
}
#footer .main-row .logo-wrapper .footer-additional-logo.forbes-logo {
  width: 100px;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  #footer .main-row .logo-wrapper .footer-additional-logo.forbes-logo {
    width: 100px;
    height: 56px;
  }
}
#footer .main-row .logo-wrapper .footer-additional-logo.traveller-islands-logo {
  width: 100px;
  height: 650px;
}
@media only screen and (max-width: 767px) {
  #footer .main-row .logo-wrapper .footer-additional-logo.traveller-islands-logo {
    width: 70px;
  }
}

#footer-menu {
  margin-bottom: 38px;
  padding: 10px 0;
  font-size: 0;
  background-color: #EDF1F3;
}
@media only screen and (max-width: 1023px) {
  #footer-menu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    padding: 29px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer-menu li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer-menu li {
    width: 50%;
    padding: 0 11px;
  }
}
#footer-menu a {
  display: block;
  margin: 10px 26px;
  font: 200 16px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1.16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0F100F;
}
@media only screen and (max-width: 1023px) {
  #footer-menu a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu a {
    margin: 10px 0;
  }
}
#footer-menu a:hover, #footer-menu a.active {
  color: #216A95;
}

#footer-contacts {
  font: 200 14px/1.7 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.59px;
  margin: 30px 20px 40px 20px;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  #footer-contacts {
    margin: 20px 0 50px 0;
  }
}
#footer-contacts h2 {
  margin-bottom: 8px;
  font: 14px/1.7 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.59px;
  text-transform: uppercase;
}
#footer-contacts .divider {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .divider {
    display: none;
  }
}
#footer-contacts p {
  color: var(--Windjammer-Colors-White, #FFF);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px;
  letter-spacing: 0.59px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts p {
    padding-inline: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .category-selector-wrapper {
  width: auto;
  position: relative;
  z-index: 1;
}
#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: #216A95;
}
#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;*/
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: none;
  font-size: 14px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#hebs-gallery .category-selector button {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 337.5% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
#hebs-gallery .category-selector button.active {
  border-bottom: solid 3px #fff;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 80px;
  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: #216A95;
}
#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: #216A95;
  border-bottom-color: #216A95;
  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: #202A44;
}
#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:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 550px;
  height: 350px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: left;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description h3 {
    text-align: left;
  }
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #216A95;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav .button {
    padding: 0 30px;
  }
}

.single-special .background {
  float: right;
  width: 600px;
  height: 600px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special .background {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.single-special h2 {
  display: inline-block;
}

.specials-heading {
  max-width: 900px;
}

.special-offers {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .special-offers {
    padding: 40px 0;
  }
}
.special-offers .specials-wrapper {
  overflow: hidden;
  padding: 0 86px;
}
@media only screen and (max-width: 767px) {
  .special-offers .specials-wrapper {
    padding: 0 62px;
  }
}
.special-offers .select-wrapper {
  position: absolute;
  right: 86px;
  top: 27px;
}
.special-offers .select-wrapper:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .special-offers .select-wrapper {
    display: none;
  }
}
.special-offers .select-wrapper select {
  border: none;
  text-transform: uppercase;
  font: 200 18px/24px "Roboto Condensed", Arial, sans-serif;
  padding: 0 20px 0 0;
}
.special-offers h3 {
  font: 400 50px/67px "Playfair Display", serif;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 1.74px;
}
@media only screen and (max-width: 767px) {
  .special-offers h3 {
    font: 400 32px/43px "Playfair Display", serif;
  }
}
.special-offers h4 {
  font: 400 26px/36px "Playfair Display", serif;
  text-transform: capitalize;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .special-offers h4 {
    font: 400 18px/26px "Playfair Display", serif;
  }
}
.special-offers .slideshow {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .special-offers .slideshow {
    overflow: visible;
  }
}
.special-offers .slide {
  position: relative;
  overflow: hidden;
  transition: transform 350ms ease-in-out;
  height: initial;
}
@media only screen and (max-width: 767px) {
  .special-offers .slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
}
.special-offers .slide .inner-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.special-offers .thumbnail {
  position: relative;
  width: 100%;
  height: 451px;
  overflow: hidden;
  margin-bottom: 15px;
}
.special-offers .thumbnail.no-image {
  background: #202A44;
}
.special-offers .thumbnail.no-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .special-offers .thumbnail {
    height: 290px;
  }
}
.special-offers .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.special-offers .title-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.special-offers .title-wrapper h4 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.special-offers nav {
  text-align: center;
  margin-top: auto;
}
.special-offers nav * {
  display: inline-block;
  vertical-align: top;
  font: 200 18px/18px "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}
.special-offers nav .separator {
  width: 1px;
  height: 19px;
  background: #979797;
  margin: 0 24px;
}
.special-offers nav a {
  text-decoration: none;
  color: #000;
}
.special-offers nav a.book-link {
  font-weight: 400;
}
.special-offers nav a:hover {
  text-decoration: underline;
}
.special-offers .slideshow-button {
  border-radius: 50%;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 38px;
  z-index: 10;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.special-offers .slideshow-button:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  transition: border-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .special-offers .slideshow-button {
    display: none;
  }
}
.special-offers .slideshow-button:hover:after {
  border-color: #216A95;
}
.special-offers .slideshow-button.previous {
  left: -65px;
}
.special-offers .slideshow-button.previous:after {
  transform: translateY(-50%) rotate(-135deg);
  left: 14px;
}
.special-offers .slideshow-button.next {
  right: -65px;
}
.special-offers .slideshow-button.next:after {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

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

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #216A95;
  border-bottom-color: #216A95;
  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 "Playfair Display", serif;
  text-transform: uppercase;
  color: #202A44;
}
.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(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  color: #202A44;
  width: 300px;
}
.map-content h3,
.map-content p {
  margin-bottom: 5px;
}
.map-content p {
  color: #202A44;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 0.14px;
  margin: 8px 0;
  text-transform: capitalize;
}
.map-content h3 {
  color: #202A44;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 21.12px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.map-content a {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.map-content .button {
  margin-top: 20px;
}

.close-map-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 16, 15, 0.8);
  transition: opacity 400ms ease;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.map-visible .close-map-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 44;
}

#location-map-overlay {
  position: fixed;
  display: block;
  top: -300%;
  left: 0;
  width: 100%;
  background: #fff;
  transition: top 400ms ease, opacity 400ms ease;
  z-index: 45;
}
.map-visible #location-map-overlay {
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .map-visible #location-map-overlay {
    top: 64px;
  }
}
.spa-page.map-visible #location-map-overlay {
  top: 77px;
}
@media only screen and (max-width: 1023px) {
  .spa-page.map-visible #location-map-overlay {
    top: 64px;
  }
}
#location-map-overlay.map2-visible .map1 {
  visibility: hidden;
}
#location-map-overlay.map2-visible .map2 {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #fff;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  padding-top: 60px;
  height: auto;
}
#location-map-overlay.map2-visible .zoom-button {
  background: url("../images/close-icon.svg") center center;
  z-index: 999;
  background-repeat: no-repeat;
}
#location-map-overlay .map1,
#location-map-overlay .map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#location-map-overlay .map1 {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map1 {
    background-color: #94b0be;
  }
}
#location-map-overlay .map1 .image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map1 .image-wrapper {
    width: 200%;
    right: 0;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
#location-map-overlay .map1 img {
  height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  right: 0;
}
#location-map-overlay .map1 img.mobile-map {
  display: none;
  height: auto;
  width: 100%;
  min-width: 100%;
  right: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map1 img.mobile-map {
    display: block;
  }
}
#location-map-overlay .map1 img.desktop-map {
  display: block;
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map1 img.desktop-map {
    display: none;
  }
}
#location-map-overlay .map1 .zoom-circle {
  font: 700 24px/36px "Roboto Condensed", Arial, sans-serif;
  color: #000;
  position: absolute;
  z-index: 1;
  right: 43vh;
  top: 61%;
  text-decoration: underline;
}
#location-map-overlay .map1 .zoom-circle span {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #216A95;
  background: rgba(0, 175, 208, 0.32);
  transition: background 400ms ease;
  top: -5px;
  right: -40px;
}
#location-map-overlay .map1 .zoom-circle:hover span {
  background: rgba(0, 175, 208, 0.6);
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map1 .zoom-circle {
    top: 54%;
    right: 21vw;
  }
}
#location-map-overlay .map2 {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease;
  padding-top: 160px;
}
#location-map-overlay .map2:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  #location-map-overlay .map2 {
    padding-top: 83px;
  }
}
#location-map-overlay .map2 .side-left,
#location-map-overlay .map2 .side-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#location-map-overlay .map2 .side-left {
  padding-left: 50px;
  padding-top: 53px;
  z-index: 2;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #location-map-overlay .map2 .side-left {
    padding-left: 80px;
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 1023px) {
  #location-map-overlay .map2 .side-left {
    display: none;
  }
}
#location-map-overlay .map2 .side-left h2 {
  font: 400 24px/35px "Playfair Display", serif;
  letter-spacing: 0.9px;
  color: #0F100F;
  position: relative;
}
#location-map-overlay .map2 .side-left h2:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #202A44;
  width: 42vw;
}
#location-map-overlay .map2 .side-left .content-wrapper {
  overflow: auto;
  margin-top: 27px;
  max-height: calc(100% - 90px);
  padding-right: 20px;
}
#location-map-overlay .map2 .side-left .page-content p {
  line-height: 26px;
}
#location-map-overlay .map2 .side-left .page-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
#location-map-overlay .map2 .side-left .page-content ul,
#location-map-overlay .map2 .side-left .page-content ol {
  -moz-columns: 2;
  columns: 2;
  margin: 0;
}
#location-map-overlay .map2 .side-left .page-content ul li,
#location-map-overlay .map2 .side-left .page-content ol li {
  margin-bottom: 13px;
}
#location-map-overlay .map2 .side-left .page-content ul li:before,
#location-map-overlay .map2 .side-left .page-content ol li:before {
  display: none;
}
#location-map-overlay .map2 .side-left .page-content ul li .sep-line,
#location-map-overlay .map2 .side-left .page-content ol li .sep-line {
  display: block;
  height: 21px;
  width: 100%;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
#location-map-overlay .map2 .side-left .page-content ul li .sep-line:after,
#location-map-overlay .map2 .side-left .page-content ol li .sep-line:after {
  content: "";
  background: #202A44;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
#location-map-overlay .map2 .side-right {
  padding-right: 0px;
  position: relative;
  min-width: 500px;
  max-height: 650px;
  height: 100%;
  padding-bottom: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #location-map-overlay .map2 .side-right {
    width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  #location-map-overlay .map2 .side-right {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #location-map-overlay .map2 .side-right {
    min-width: 0;
  }
}
#location-map-overlay .map2 .side-right nav {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0vw;
  margin-top: 10px;
}
@media screen and (max-width: 1245px) {
  #location-map-overlay .map2 .side-right nav {
    right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  #location-map-overlay .map2 .side-right nav {
    right: unset;
    left: 29px;
    z-index: 1;
  }
}
#location-map-overlay .map2 .side-right nav button {
  padding-left: 19px;
  font: 600 14px/17px "Roboto Condensed", Arial, sans-serif;
  color: #979797;
  margin-bottom: 9px;
  display: block;
  position: relative;
}
#location-map-overlay .map2 .side-right nav button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #202A44;
  border-bottom: 1px solid #202A44;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity 400ms ease;
  opacity: 0;
}
#location-map-overlay .map2 .side-right nav button.active {
  color: #202A44;
  text-decoration: underline;
}
#location-map-overlay .map2 .side-right nav button.active:before {
  opacity: 1;
}
#location-map-overlay .map2 .side-right nav:hover button:before {
  opacity: 0;
}
#location-map-overlay .map2 .side-right nav:hover button:hover {
  color: #202A44;
}
#location-map-overlay .map2 .side-right nav:hover button:hover:before {
  opacity: 1;
}
#location-map-overlay .map2 .side-right .small-map {
  display: block;
  text-align: center;
  height: 100%;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper {
  height: 100%;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #location-map-overlay .map2 .side-right .small-map .small-map-wrapper {
    margin-top: 35px;
    height: calc(100% - 35px);
  }
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper img {
  height: 100%;
  width: auto;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .hotel-pin {
  width: 25px;
  height: 25px;
  background: url("../images/map-pin.svg") center center;
  position: absolute;
  top: 19%;
  left: 41%;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab.visible {
  opacity: 1;
  visibility: visible;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab .point {
  position: absolute;
  padding-left: 18px;
  font: 400 13px/15px "Roboto Condensed", Arial, sans-serif;
  color: #202A44;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab .point:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/map-star.svg") center center;
  position: absolute;
  left: 0;
  top: 0;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab .point.star-right {
  padding-left: 0;
  padding-right: 18px;
}
#location-map-overlay .map2 .side-right .small-map .small-map-wrapper .overlay-tab .point.star-right:before {
  left: unset;
  right: 0;
}
#location-map-overlay .zoom-button {
  display: block;
  width: 60px;
  /* height: 40px; 
      background: url(../images/zoom-in.svg) center center;*/
  position: absolute;
  right: 10px;
  top: -40px;
  z-index: 4;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 40% !important;
}
#location-map-overlay .zoom-button:hover {
  opacity: 0.6;
}

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

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #216A95;
  padding: 20px 0;
  background-color: #ddf0f0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #216A95;
  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 .pressroom-item .button {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-top: 5px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.main-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
.main-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Roboto Condensed", Arial, sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-gallery h2 {
    display: block;
  }
}
.main-gallery .gallery-filter {
  margin-bottom: 64px;
}
.main-gallery .gallery-filter__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-gallery .gallery-filter__container {
    flex-flow: column;
  }
}
.main-gallery .gallery-filter .label-filter {
  display: inline-block;
  margin: 0 16px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  color: #ff0000;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .main-gallery .gallery-filter .label-filter {
    margin: 0 0 16px;
  }
}
.main-gallery .gallery-filter__item {
  position: relative;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .main-gallery .gallery-filter__item {
    margin: 0 0 16px;
  }
}
.main-gallery .gallery-filter__item:last-child {
  margin-bottom: 0;
}
.main-gallery .gallery-filter__item:after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 4px;
  height: 4px;
  content: "";
  border-right: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
  transform: rotate(45deg) translateY(-50%);
  z-index: -1;
}
.main-gallery .gallery-filter .category-selector {
  position: relative;
  margin: 0;
  padding: 0 12px 0 0;
  min-width: 240px;
  height: 36px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-bottom: none;
}
.main-gallery .gallery-filter .category-buttons {
  border-bottom: 0;
}
.main-gallery .gallery-filter .category-buttons .button {
  padding: 0;
}
.main-gallery .gallery-filter .category-buttons .button:after {
  bottom: -3px;
  border-color: #ff0000;
}
.main-gallery .gallery {
  overflow: hidden;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 260px;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 449px) {
  .main-gallery .gallery {
    grid-auto-rows: 140px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .main-gallery .gallery {
    grid-gap: 24px;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
.main-gallery .gallery-tile {
  position: relative;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-gallery .gallery-tile {
    margin: 0 0 20px 0;
  }
}
.main-gallery .gallery-tile .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-gallery .gallery-tile .photo {
  width: 100%;
  height: 100%;
}
.main-gallery .gallery-tile.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.65s ease forwards;
}
.main-gallery .gallery-tile img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-gallery .gallery-tile:hover {
  opacity: 0.8;
}
.main-gallery .gallery-tile:nth-child(2n+2) {
  grid-row: span 2;
}
.main-gallery .gallery-tile:nth-child(6n), .main-gallery .gallery-tile:nth-child(8n), .main-gallery .gallery-tile:nth-child(10n) {
  grid-row: span 1;
}
.main-gallery .gallery-tile:nth-child(2n+7) {
  grid-row: span 2;
}
.main-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid_gallery_layout .view-more-button {
  margin-top: 20px;
}
.grid_gallery_layout .select-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .grid_gallery_layout .select-wrapper {
    display: block;
  }
}
.grid_gallery_layout .category-selector {
  display: block;
}
@media only screen and (max-width: 767px) {
  .grid_gallery_layout .category-selector {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .new-gallery-nt .select-wrapper {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
.new-gallery-nt .select-wrapper .gallery-select {
  padding-right: 36px;
  border: none;
  border-bottom: solid 3px #202A44;
}

.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;
  font: 400 14px/16px "Roboto Condensed", Arial, sans-serif;
}
@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: #fbfbfb;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 40px;
  border-radius: 2px;
}
@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;
  }
}

#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;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
  font: 400 14px/16px "Roboto Condensed", Arial, sans-serif;
}
@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;
}
@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: #fbfbfb;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 40px;
  border-radius: 2px;
}
@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;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  flex-shrink: 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[class*=textarea] label {
  margin-bottom: 10px;
}
@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;
}
@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-top: 0;
  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 "Roboto Condensed", Arial, sans-serif;
  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:nth-child(even) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:nth-child(even) {
    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;
}
[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],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=phone],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field [id*=select_],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field textarea,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=number] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@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%;
}
[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;
}
[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%;
}
[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;
}
@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%;
}
[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;
}
[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%;
}
[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;
}
@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%;
}
[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;
}

#form_form_4 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #form_form_4 {
    flex-direction: column;
    align-items: center;
  }
}
#form_form_4 label {
  display: none;
}
#form_form_4 input[type=email] {
  vertical-align: top;
  width: 356px;
  height: 45px;
  padding: 0 17px;
  font: 200 16px/45px "Roboto Condensed", Arial, sans-serif, Arial, sans-serif;
  color: #0F100F;
  background: #fff;
  border: thin solid #979797;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #form_form_4 input[type=email] {
    width: 300px;
  }
}
#form_form_4 input[type=submit] {
  margin: 0;
}

#form_form_newsletter {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #form_form_newsletter {
    flex-direction: column;
    align-items: center;
  }
}
#form_form_newsletter label {
  display: none;
}
#form_form_newsletter input[type=email] {
  vertical-align: top;
  width: 356px;
  height: 45px;
  padding: 0 17px;
  font: 200 16px/45px "Roboto Condensed", Arial, sans-serif, Arial, sans-serif;
  color: #0F100F;
  background: #fff;
  border: thin solid #979797;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #form_form_newsletter input[type=email] {
    width: 300px;
  }
}
#form_form_newsletter input[type=submit] {
  margin: 0;
}

.success {
  display: none;
}
.success p {
  font: 200 18px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F100F;
  margin: 0;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Playfair Display", serif;
  margin-bottom: 30px;
  color: #216A95;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  position: relative;
}

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

.poi-zoom {
  color: #216A95;
  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: #216A95;
  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: #216A95;
  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: 30px;
}
#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: #202A44;
}
#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-month-button {
  position: relative;
}
.calendar-month-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 14px;
  stroke: #0F100F;
  stroke-width: 2;
  transition: stroke 350ms ease-in-out;
}
.calendar-month-button:hover svg {
  stroke: #fff;
}
.calendar-month-button:active svg {
  stroke: #e6e6e6;
  transition-duration: 50ms;
}
.calendar-month-button.next svg {
  transform: rotate(180deg);
}

#calendar-filter {
  float: right;
}
#calendar-filter #calendar-category-filter {
  text-transform: uppercase;
}
#calendar-filter .select-wrapper {
  float: left;
}
#calendar-filter .select-wrapper .select-icon {
  width: 14px;
  height: 14px;
  right: 15px;
  border-bottom: 1px solid #405866;
  border-left: 1px solid #405866;
}
#calendar-filter .select-wrapper select {
  height: 50px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  padding: 0 50px 0 20px;
  color: #000;
}
#calendar-filter button.calendar-button {
  float: right;
  height: 50px;
  line-height: 50px;
  background-color: #405866;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  #calendar-filter .select-wrapper {
    width: calc(100% - 140px);
  }
  #calendar-filter .select-wrapper select {
    width: 100%;
  }
  #calendar-filter button.calendar-button {
    width: auto;
    padding: 0 20px;
  }
}

#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: 60px 0px 60px 0px;
  }
}
#calendar-views li {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  #calendar-views li:last-child {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 449px) {
  #calendar-views li:last-child {
    margin-left: 0;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #405866;
  background-color: transparent;
  color: #405866;
  padding: 0 20px;
}
#calendar-views a:hover, #calendar-views a.active {
  background-color: #405866;
  color: #fff;
  border-color: #405866;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    padding: 0 1.167em;
  }
}

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

#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: #202A44;
  color: #202A44;
}
#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 .calendar-month-button {
  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: #0F100F;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month .calendar-month-button {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month .calendar-month-button {
    padding: 0;
    font-size: 11px;
    text-align: center;
  }
  #calendar-month .calendar-month-button li a {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
  }
}
#calendar-month .calendar-month-button.active, #calendar-month .calendar-month-button:hover {
  color: #fff;
  background-color: #405866;
}
#calendar-month .calendar-month-button svg {
  display: none;
}
@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: 1em;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 1em;
  }
  #calendar-month li.prev a svg, #calendar-month li.next a svg {
    display: block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #calendar-month li.next a svg {
    right: 10px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
  }
}
@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: 1em;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 1em;
  }
  #calendar-month li.prev a svg, #calendar-month li.next a svg {
    display: block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #calendar-month li.next a svg {
    right: 10px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
  }
}

#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 strong, #calendar-days strong {
  font-weight: 700;
}
#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;
  font-size: 1.15em;
}
#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;
  font-size: 1.1em;
}
#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: #202A44;
  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 #calendar-header {
  margin: 0;
}
#calendar.single-event .content-column {
  text-align: left;
}
#calendar.single-event .socials {
  margin: 20px 0 0;
}

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

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

#calendar .single-special-navigation, #calendar .single-event-navigation {
  display: flex;
  margin-bottom: 2.143em;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  #calendar .single-special-navigation, #calendar .single-event-navigation {
    justify-content: center;
  }
}
#calendar .single-special-navigation:empty, #calendar .single-event-navigation:empty {
  margin-bottom: 0 !important;
}
#calendar .single-special-navigation .button, #calendar .single-event-navigation .button {
  margin: 0 0.333em 0.333em 0;
  padding: 0 20px;
  background-color: #405866;
}
#calendar .single-special-navigation .button:hover, #calendar .single-event-navigation .button:hover {
  background-color: #202A44;
}
#calendar .single-special-navigation .button:last-child, #calendar .single-event-navigation .button:last-child {
  margin-right: 0;
}
#calendar .background {
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
  z-index: 2;
  width: 35%;
  padding-bottom: 45%;
  height: 0;
}
#calendar .headers {
  display: flex;
  flex-direction: column-reverse;
}
#calendar h3 {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  color: #405866;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0.2em 0 0.25em 0;
}
@media only screen and (max-width: 767px) {
  #calendar h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#calendar h3 .other-symbols {
  display: inline-block;
}
#calendar .sub-headers {
  line-height: 0;
}
#calendar h4 {
  width: 100%;
}
#calendar h4, #calendar time {
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 10px;
  color: #0F100F;
  position: relative;
  display: inline-block;
}
#calendar .calendar-featured-item {
  display: flex;
  background-color: #979797;
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-featured-item {
    flex-wrap: wrap;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
}
#calendar .calendar-featured-item h4, #calendar .calendar-featured-item time {
  font-size: 1.071em;
}
#calendar .calendar-featured-item .description {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-featured-item .description .feutured-event-buttons :first-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-featured-item .description {
    padding: 30px;
  }
}
#calendar .calendar-featured-item .description .square {
  height: 70%;
  width: 40px;
  position: absolute;
  left: -65px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-featured-item .description .square {
    left: -50px;
  }
}
#calendar .calendar-featured-item .background {
  width: 550px;
  height: 500px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar .calendar-featured-item .background {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar .calendar-featured-item .background {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
}
#calendar .calendar-list-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1440px) {
  #calendar .calendar-list-view {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
}
@media only screen and (min-width: 1800px) {
  #calendar .calendar-list-view {
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar .calendar-list-view {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
}
#calendar .calendar-list-view .calendar-list-view-item {
  width: calc(33.33% - 40px);
  min-height: 220px;
  display: flex;
  background-color: #F7F8F8;
  flex-direction: column;
  margin: 0 20px 40px 20px;
}
@media only screen and (min-width: 1440px) {
  #calendar .calendar-list-view .calendar-list-view-item {
    flex-direction: row;
    width: calc(33.33% - 30px);
    min-height: 260px;
    margin: 0 15px 30px 15px;
  }
}
@media only screen and (min-width: 1800px) {
  #calendar .calendar-list-view .calendar-list-view-item {
    flex-direction: row;
    width: calc(33.33% - 60px);
    margin: 0 30px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar .calendar-list-view .calendar-list-view-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px 10px;
  }
}
#calendar .calendar-list-view .calendar-list-view-item .description {
  width: 100%;
  padding: 25px 15px 15px 25px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
}
#calendar .calendar-list-view .calendar-list-view-item .description .summary {
  margin-bottom: 0.2em;
  color: #0F100F;
}
#calendar .calendar-list-view .calendar-list-view-item .description h3 {
  margin: 0 0 10px 0;
  line-height: 1.2;
}
#calendar .calendar-list-view .calendar-list-view-item .background {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
@media only screen and (min-width: 1440px) {
  #calendar .calendar-list-view .calendar-list-view-item .background {
    height: 100%;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 200px;
    padding-bottom: 0;
  }
}
#calendar .calendar-list-view .calendar-list-view-item .calendar-list-view-item-button {
  font-family: "Playfair Display", serif;
  color: #405866;
  font-size: 16px;
  line-height: 1.2;
}
#calendar .calendar-list-view .calendar-list-view-item .calendar-list-view-item-button:hover {
  color: #202A44;
}
#calendar .common-numbered-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.25vw;
}
@media (max-width: 1280px) {
  #calendar .common-numbered-pagination {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #calendar .common-numbered-pagination {
    font-size: 24px;
  }
}
#calendar .common-numbered-pagination button {
  font-size: inherit;
  color: #405866;
  background-color: transparent;
}
#calendar .common-numbered-pagination .page {
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  font-size: 16px;
  border: 1px solid #D1D1D1;
  border-left: 0;
  transition: border-color 350ms ease-in-out;
}
#calendar .common-numbered-pagination .page.first-element {
  border-left: 1px solid #D1D1D1;
}
#calendar .common-numbered-pagination .page:hover, #calendar .common-numbered-pagination .page.active {
  border-color: #405866;
  border-left: 1px solid #405866;
  background-color: #405866;
  color: #fff;
}
#calendar .common-numbered-pagination .arrow {
  position: relative;
  margin: 0 15px;
  font-size: 0.833em;
  opacity: 1;
  visibility: visible;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}
#calendar .common-numbered-pagination .arrow.visible {
  opacity: 1;
  visibility: visible;
}
#calendar .common-numbered-pagination .arrow:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #calendar .common-numbered-pagination .arrow {
    display: none;
  }
}
#calendar .common-numbered-pagination .arrow.previous-page {
  padding-left: 10px;
}
#calendar .common-numbered-pagination .arrow.next-page {
  padding-right: 10px;
}
#calendar .common-numbered-pagination {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  #calendar .common-numbered-pagination {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  #calendar .common-numbered-pagination {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar .common-numbered-pagination {
    margin-top: 20px;
  }
}

.no-background {
  background-color: #405866;
}
.no-background::after {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transform: scale(0.8, 0.8);
  position: absolute;
  content: "";
  z-index: 4;
  width: 100%;
  height: 100%;
}

#calendar .calendar-slideshow-container {
  width: calc(100% + 20px);
  overflow: hidden;
}
#calendar .calendar-slideshow-container .calendar-slideshow {
  overflow: hidden;
  margin-bottom: 60px;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #F7F8F8;
  height: auto;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile .description {
  padding: 4vw 2vw 2vw 4vw;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile .description .summary {
  margin-bottom: 0.2em;
  color: #0F100F;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile .background {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #405866;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile .calendar-list-view-item-button {
  font-family: "Playfair Display", serif;
  overflow: hidden;
  color: #405866;
}
#calendar .calendar-slideshow-container .calendar-slideshow .calendar-tile .calendar-list-view-item-button:hover {
  color: #202A44;
}
#calendar .calendar-slideshow-container h1 {
  text-align: center;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "PtSans", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "PtSans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #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: #5990B4;
}
@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: #5990B4;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Playfair Display", serif;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 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 "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-XXS, 13px); /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
.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: #216A95;
  display: none;
  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 .chat_icon {
  background: url("../images/blog-template-1/chat-icon.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 4px;
  background-size: 100%;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0 0 0 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 0 0px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
  /* Even items (2nd, 4th, 6th, ...) */
}
.blog-page.template-1 .posts-content-wrap .one-post:nth-child(odd) {
  padding: 0 20px 0 0px;
}
.blog-page.template-1 .posts-content-wrap .one-post:nth-child(even) {
  padding: 0 0px 0 20px;
}
@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: #216A95;
}
.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: 24px 28px 28px 28px;
  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 .category {
  position: relative;
  padding: 0 0 0 23px;
  color: #4180BA;
  text-transform: capitalize;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .category::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #000;
  left: 0;
  top: 3px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #216A95;
}
.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: #216A95;
}
.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 "Roboto Condensed", Arial, sans-serif;
  margin-top: 20px;
  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: #216A95;
  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: #216A95;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #216A95;
}
.blog-page.template-1 .related-posts-slider .one-post {
  width: 50%;
  padding: 0 20px 0 0px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 40px;
  /* Even items (2nd, 4th, 6th, ...) */
}
.blog-page.template-1 .related-posts-slider .one-post:nth-child(odd) {
  padding: 0 20px 0 0px;
}
.blog-page.template-1 .related-posts-slider .one-post:nth-child(even) {
  padding: 0 0px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .related-posts-slider .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .related-posts-slider .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-image .comments-number a {
  color: #216A95;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 0px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-content {
  width: 100%;
  background: #fff;
  padding: 24px 28px 28px 28px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author a {
  color: #216A95;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author .date a {
  color: #216A95;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "Roboto Condensed", Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-title a {
  color: #216A95;
  text-decoration: none;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .related-posts-slider .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 .related-posts-slider .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #216A95;
}
.blog-page.template-1 .related-posts-slider .one-post .one-post-wrapper .read-more-link:after {
  background: #216A95;
}
.blog-page.template-1 #newsletter {
  position: relative;
  font-size: 0;
  margin-top: 48px;
  padding: 10px 28px;
  padding-bottom: 5vh;
  display: none;
}
.blog-page.template-1 #newsletter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  z-index: 2;
  display: none;
}
.blog-page.template-1 #newsletter.newsletter-offset {
  display: flex;
}
.blog-page.template-1 #newsletter.newsletter-offset:after {
  height: 25%;
}
.blog-page.template-1 #newsletter.newsletter-offset .newsletter-content {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  transform: translateX(40%);
}
@media only screen and (max-width: 1200px) {
  .blog-page.template-1 #newsletter.newsletter-offset .newsletter-content {
    transform: translateX(0);
  }
}
.blog-page.template-1 #newsletter .newsletter-background {
  z-index: 1;
}
.blog-page.template-1 #newsletter .newsletter-content {
  position: relative;
  text-align: center;
  z-index: 3;
}
.blog-page.template-1 #newsletter .newsletter-content .pre-heading {
  display: inline-block;
  font: 200 18px/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F100F;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 #newsletter .newsletter-content .pre-heading {
    letter-spacing: 0.93px;
    margin-bottom: 10px;
  }
}
.blog-page.template-1 #newsletter .newsletter-content h2 {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PtSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Font-Line-Height-S, 24px); /* 150% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 #newsletter .newsletter-content h2 {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1.11px;
  }
}
.blog-page.template-1 #newsletter form fieldset {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 #newsletter form fieldset {
    flex-wrap: wrap;
  }
}
.blog-page.template-1 #newsletter form input[type=text] {
  display: flex;
  width: 520px;
  padding: 15px 20px;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 #newsletter form input[type=text] {
    width: 100%;
    font-size: 14px;
    border: thin solid #979797 !important;
    margin-bottom: 24px;
    max-width: 320px;
  }
}
.blog-page.template-1 #newsletter form input[type=text]::-webkit-input-placeholder {
  color: #0F100F;
  color: var(--Text-Text-Primary, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
}
.blog-page.template-1 #newsletter form input[type=text]:-moz-placeholder {
  color: #0F100F;
  color: #0F100F;
  color: var(--Text-Text-Primary, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
}
.blog-page.template-1 #newsletter form input[type=text]::-moz-placeholder {
  color: #0F100F;
  opacity: 0.5;
}
.blog-page.template-1 #newsletter form input[type=text]:-ms-input-placeholder {
  color: #0F100F;
  opacity: 0.5;
}
.blog-page.template-1 #newsletter form input[type=text]:focus::-webkit-input-placeholder {
  color: #979797;
}
.blog-page.template-1 #newsletter form input[type=text]:focus:-moz-placeholder {
  color: #979797;
}
.blog-page.template-1 #newsletter form input[type=text]:focus::-moz-placeholder {
  color: #979797;
}
.blog-page.template-1 #newsletter form input[type=text]:focus:-ms-input-placeholder {
  color: #979797;
}
.blog-page.template-1 #newsletter form .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 0px 4px 4px 0px;
  background: var(--Surface-Surface-Brand, #4180ba);
  color: #fff;
  font-family: "PtSans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-XXS, 13px); /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 #newsletter form .button {
    font-size: 14px;
    padding: 0;
    width: 80%;
    max-width: 215px;
  }
}
.blog-page.template-1 #newsletter form .button:hover {
  background-color: #216A95;
}
.blog-page.template-1 #footer {
  position: relative;
  padding-bottom: 80px;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  text-align: center;
  z-index: 1;
  padding-top: 91px;
}
.blog-page.template-1 #footer #newsletter {
  display: block;
}
.blog-page.template-1 #footer .footer_logo {
  margin: 0 0 50px 0;
}
.blog-page.template-1 #footer .footer_logo .logo {
  width: 197px;
  display: inline-block;
}
.blog-page.template-1 #footer .footer_logo .logo img {
  width: 100%;
}
.blog-page.template-1 #footer .footer_info p {
  color: #000;
  text-align: center;
  font-family: "PtSans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-XXS, 13px); /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.blog-page.template-1 #footer .footer_info p a {
  color: #000;
  margin: 0 5px;
}

.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: flex;
  vertical-align: top;
  font-family: "Playfair Display", serif;
  width: 50%;
  align-items: center;
  justify-content: left;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Playfair Display", serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #216A95;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}
.single-blog-post .date {
  padding-right: 20px;
}
.single-blog-post .category {
  position: relative;
  padding: 0 0 0 23px;
  color: #4180BA;
  text-transform: capitalize;
}
.single-blog-post .category::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #000;
  left: 0;
  top: 3px;
}
.single-blog-post .chat_icon {
  background: url("../images/blog-template-1/chat-icon.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block !important;
  text-align: center;
  color: #4180BA !important;
  padding: 4px;
  background-size: 100%;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0 0 0 16px;
  position: inherit !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-list-view .one-post-wrapper {
  padding: 0 0px 0 0 !important;
}
.blog-list-view .one-post-wrapper .one-post-content {
  margin-top: 0px !important;
}
.blog-list-view .chat_icon {
  background: url("../images/blog-template-1/chat-icon.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block !important;
  text-align: center;
  color: #4180BA;
  padding: 4px;
  background-size: 100%;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0 0 0 16px;
  position: inherit !important;
}

.blog-page.template-1 .cat-page-nt .blog-posts-wrapper {
  padding-right: 56px;
}
.blog-page.template-1 .cat-page-nt .blog-posts-wrapper .one-post {
  width: 100%;
  border-bottom: solid thin #e9e9e9;
}
.blog-page.template-1 .cat-page-nt .blog-posts-wrapper .one-post:last-child {
  border-bottom: none;
}
.blog-page.template-1 .cat-page-nt .blog-posts-wrapper .one-post:nth-child(even) {
  padding: 0 0px 0 0px;
}
.blog-page.template-1 .cat-page-nt .blog-posts-wrapper .one-post .one-post-title {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.blog-page.template-1 .cat-page-nt .blog-posts-wrapper .one-post .one-post-title a {
  color: #000;
}
.blog-page.template-1 .footer_social .share-socials {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.blog-page.template-1 .footer_social .share-socials .share-title {
  display: none;
}
.blog-page.template-1 .bottom-row-nt {
  width: 100%;
  background: none;
  display: flex;
  justify-content: end;
}
.blog-page.template-1 .bottom-row-nt .tags {
  display: flex;
  vertical-align: top;
  font-family: "Playfair Display", serif;
  width: 50%;
  align-items: center;
  justify-content: left;
}
.blog-page.template-1 .bottom-row-nt .tags h5 {
  color: #000;
  font-family: "PtSans", sans-serif;
  font-size: var(--Font-Size-XXS, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Font-Line-Height-XXS, 13px);
  letter-spacing: 0.39px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .bottom-row-nt .tags h5 {
    margin-bottom: 0px;
  }
}
.blog-page.template-1 .bottom-row-nt .tags ul {
  margin: 0 0 0px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-1 .bottom-row-nt .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-1 .bottom-row-nt .tags ul li:before {
  content: none;
}
.blog-page.template-1 .bottom-row-nt .tags ul li a {
  color: #4180BA;
  font-family: "PtSans", sans-serif;
  font-size: var(--Font-Size-XXS, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-XXS, 13px); /* 100% */
  letter-spacing: 0.52px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.blog-page.template-1 .bottom-row-nt .tags ul li a:hover {
  color: #525252;
}
.blog-page.template-1 .bottom-row-nt .tags ul li a::after {
  content: ",";
  position: absolute;
  bottom: 0;
  right: -7px;
}
.blog-page.template-1 .bottom-row-nt .tags ul li:last-child a::after {
  display: none;
}
.blog-page.template-1 .bottom-row-nt .share-socials {
  width: 50%;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: end;
}
.blog-page.template-1 .single_nt {
  background: #e2e2de;
  margin-top: 148px;
  padding: 20px;
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "PtSans", 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 "PtSans", 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 "PtSans", 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 "PtSans", 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: "PtSans", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "PtSans", 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 "PtSans", 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 "PtSans", 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: "PtSans", 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: "PtSans", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #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: "PtSans", 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 "PtSans", 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;
  }
}
