@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: #fff;
  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-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
.ui-datepicker-calendar thead th {
  color: #B87E35 !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.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: #000;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/calendar.svg") no-repeat;
  background-size: contain;
}
.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: #000;
}
.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;
}

.dual-image-content {
  padding-top: 5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dual-image-content {
    margin-top: 10%;
  }
}
.dual-image-content.desktop-content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .dual-image-content.desktop-content {
    display: none;
  }
}
.dual-image-content.mobile-content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dual-image-content.mobile-content {
    display: block;
  }
}
.dual-image-content.mobile-content .vertical-cards-content-slider-wrapper {
  position: relative;
}
.dual-image-content.mobile-content .vertical-cards-content-slider-wrapper .slide {
  opacity: 0.5;
}
.dual-image-content.mobile-content .vertical-cards-content-slider-wrapper .slide.swiper-slide-active {
  opacity: 1;
}
.dual-image-content.mobile-content .vertical-cards-content-slider-wrapper .slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dual-image-content.mobile-content .vertical-cards-content-wrapper {
  text-align: center;
  padding: 0px 30px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .dual-image-content.mobile-content .vertical-cards-content-wrapper .controls {
    margin-top: 10px;
  }
}
.dual-image-content.mobile-content .vertical-cards-content-wrapper .controls a {
  text-transform: uppercase;
}
.dual-image-content .dual-image-content-wrapper {
  position: relative;
}
.dual-image-content .dual-image-content-wrapper .first-image-section {
  width: 70%;
}
.dual-image-content .dual-image-content-wrapper .first-image-section img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 350ms ease-in-out;
}
.dual-image-content .dual-image-content-wrapper .first-image-section .content-section {
  width: 65%;
  text-align: center;
  margin-left: 5%;
  margin-top: 40px;
}
.dual-image-content .dual-image-content-wrapper .first-image-section .content-section h2 {
  text-transform: uppercase;
}
.dual-image-content .dual-image-content-wrapper .first-image-section .content-section p {
  margin: 15px 0px;
}
.dual-image-content .dual-image-content-wrapper .first-image-section .content-section a {
  text-transform: uppercase;
}
.dual-image-content .dual-image-content-wrapper .second-image-section {
  width: 45%;
  position: absolute;
  bottom: 10%;
  right: 0;
}
.dual-image-content .dual-image-content-wrapper .second-image-section img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
}

.video-background-carousel {
  margin-top: 7%;
  height: calc(100% - 200px);
  min-height: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-background-carousel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel {
    margin-top: 20%;
  }
}
.video-background-carousel .video-background-carousel-background-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 350ms ease-in;
}
.video-played .video-background-carousel .video-background-carousel-background-section video {
  opacity: 1;
}
.video-background-carousel .video-background-carousel-wrapper {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .video-background-carousel-wrapper {
    padding: 0px 15px;
  }
}
.video-background-carousel .content-section {
  text-align: center;
  color: #fff;
  width: 100%;
}
.video-background-carousel .content-section h2 {
  font: 400 50px/60px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section h2 {
    font: 400 30px/36px "Proxima Nova", sans-serif !important;
  }
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section h3 {
    font: 400 26px/28px "Proxima Nova", sans-serif !important;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section .description {
    margin: 15px 0px;
  }
}
.video-background-carousel .content-section p {
  font: 400 16px/21px "Proxima Nova", sans-serif;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section p {
    font: 400 15px/27px "Proxima Nova", sans-serif;
  }
}
.video-background-carousel .content-section a {
  color: #fff;
  text-transform: uppercase;
}
.video-background-carousel .content-section a path {
  fill: #fff;
}
.video-background-carousel .content-section a:hover {
  color: #B87E35;
}
.video-background-carousel .content-section a:hover path {
  fill: #B87E35;
}
.video-background-carousel .content-section .logos-slider {
  position: relative;
}
.video-background-carousel .content-section .logos-slider .slideshow-button.previous {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section .logos-slider .slideshow-button.previous {
    left: 0;
  }
}
.video-background-carousel .content-section .logos-slider .slideshow-button.next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section .logos-slider .slideshow-button.next {
    right: 0;
  }
}
.video-background-carousel .content-section .logos-slider .logos-wrap {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section .logos-slider .logos-wrap {
    width: 70%;
  }
}
.video-background-carousel .content-section .logos-slider .swiper-container {
  margin: 40px auto;
  width: 999px;
}
@media only screen and (max-width: 767px) {
  .video-background-carousel .content-section .logos-slider .swiper-container {
    width: 100%;
  }
}

.offers-carousel {
  margin: 7% 6% 0;
  padding: 60px 80px;
  border: 1.5px solid #B87E35;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .offers-carousel {
    padding: 25px;
    margin: 20% 4% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-carousel {
    padding: 50px;
    margin: 7% 4% 0;
  }
}
.offers-carousel::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: -1;
}
.offers-carousel .slideshow-button.previous {
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow-button.previous {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-carousel .slideshow-button.previous {
    left: 0px;
  }
}
.offers-carousel .slideshow-button.next {
  right: -60px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow-button.next {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-carousel .slideshow-button.next {
    right: 0px;
  }
}
.offers-carousel .slideshow .content-section {
  text-align: center;
}
.offers-carousel .slideshow .content-section img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow .content-section img {
    height: 150px;
  }
}
.offers-carousel .slideshow .content-section .content-main {
  width: 900px;
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow .content-section .content-main {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .offers-carousel .slideshow .content-section .content-main {
    width: 100%;
    margin-top: 15px;
  }
}
.offers-carousel .slideshow .content-section .content-main .description {
  margin: 20px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow .content-section .content-main .description {
    margin: 10px 0px 15px;
  }
}
.offers-carousel .slideshow .content-section .content-main .custom-links.inline-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow .content-section .content-main .custom-links.inline-sec {
    flex-direction: column;
  }
}
.offers-carousel .slideshow .content-section .content-main .custom-links a {
  text-transform: uppercase;
  margin: 0px 20px;
}
@media only screen and (max-width: 767px) {
  .offers-carousel .slideshow .content-section .content-main .custom-links a {
    margin: 10px 0px;
  }
}

.gallery-carousel {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel {
    margin-top: 20%;
  }
}
.gallery-carousel .content-section {
  text-align: center;
}
.gallery-carousel .content-section .gallery-widget-index {
  margin: 40px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel .content-section .gallery-widget-index {
    margin: 20px 0px;
  }
}
.gallery-carousel .content-section .gallery-widget-index .gallery-slider-main .slideshow {
  overflow: hidden;
  position: relative;
}
.gallery-carousel .content-section .gallery-widget-index .slideshow-button {
  z-index: 9;
}
.gallery-carousel .content-section .gallery-widget-index .slideshow-button.previous {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel .content-section .gallery-widget-index .slideshow-button.previous {
    left: 0;
  }
}
.gallery-carousel .content-section .gallery-widget-index .slideshow-button.next {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel .content-section .gallery-widget-index .slideshow-button.next {
    right: 0;
  }
}
.gallery-carousel .content-section .gallery-widget-index .slideshow-wrapper {
  display: flex;
  transition: transform 0.3s ease; /* Ensure smooth scrolling */
}
.gallery-carousel .content-section .gallery-widget-index .slide {
  flex: 0 0 auto;
  position: relative;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gallery-carousel .content-section .gallery-widget-index .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 2;
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel .content-section .gallery-widget-index .swiper-slide-active {
    transform: auto;
    top: auto;
  }
}
.gallery-carousel .content-section .gallery-widget-index .swiper-slide-prev,
.gallery-carousel .content-section .gallery-widget-index .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.85);
}
.gallery-carousel .content-section .gallery-widget-index .gallery-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gallery-carousel .content-section .gallery-widget-index .gallery-image {
    height: 300px;
  }
}
.gallery-carousel .content-section .controls a {
  text-transform: uppercase;
}

.added-video-content .video-background-carousel-wrapper {
  align-items: end;
}
.added-video-content .video-controls {
  bottom: auto;
  top: 50px;
}
.added-video-content .content-section {
  padding-bottom: 80px;
}
.added-video-content .content-section h2 {
  font: 400 32px/38px "Proxima Nova", sans-serif;
}
.added-video-content .content-section p {
  margin: 15px 0px;
}
.added-video-content .content-section .controls {
  margin-top: 30px;
}
.added-video-content .content-section .controls a {
  padding: 10px 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.vertical-cards-content {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content {
    margin-top: 20%;
  }
}
.vertical-cards-content .vertical-cards-content-wrapper .content-section {
  width: 900px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-wrapper .content-section {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vertical-cards-content .vertical-cards-content-wrapper .content-section {
    width: 100%;
    padding: 0px 20px;
  }
}
.vertical-cards-content .vertical-cards-content-wrapper .content-section p {
  margin: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-wrapper .content-section p {
    margin: 15px 0px;
  }
}
.vertical-cards-content .vertical-cards-content-wrapper .content-section .controls a {
  text-transform: uppercase;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper {
  position: relative;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards {
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  transition: 350ms ease-in-out;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards h2 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .front-side {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  padding: 0px 20px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side {
  display: none;
  transition: 350ms ease-in-out;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .description {
  margin: 15px 0px;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .description p {
  color: #fff;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .controls a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .controls a path {
  fill: #fff;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .controls a:hover {
  color: #B87E35;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards .back-side .controls a:hover path {
  fill: #B87E35;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards:hover .front-side {
  display: none;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .vertical-cards:hover .back-side {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6392156863);
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow {
  overflow: hidden;
  position: relative;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-button {
  z-index: 9;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-button.previous {
    left: 0;
  }
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-button.next {
    right: 0;
  }
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  align-items: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-wrapper {
    padding-bottom: 40px;
  }
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slide {
  flex: 0 0 auto;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  bottom: -80px;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide {
  opacity: 0.5;
  pointer-events: none;
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-pagination {
  text-align: left;
  margin-left: 85%;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .slideshow-pagination {
    display: none;
  }
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-prev,
.vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-active,
.vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-next {
  opacity: 1;
  bottom: auto;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-prev,
  .vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-active,
  .vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-next {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-active {
    opacity: 1;
  }
}
.vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-active .vertical-cards {
  min-height: 560px;
}
@media only screen and (max-width: 767px) {
  .vertical-cards-content .vertical-cards-content-slider-wrapper .swiper-slide-active .vertical-cards {
    min-height: 510px;
  }
}

.login-signup-block {
  margin-top: 7%;
  background-color: #FAFAFA;
  padding: 5% 0%;
}
@media only screen and (max-width: 767px) {
  .login-signup-block {
    margin-top: 20%;
  }
}
.login-signup-block .login-signup-block-wrapper {
  margin: 0% 4%;
  padding: 8% 5%;
  border: 1.5px solid #B87E35;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper {
    padding: 10% 10% 0%;
  }
}
.login-signup-block .login-signup-block-wrapper::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper::after {
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .login-signup-block .login-signup-block-wrapper::after {
    z-index: 1;
  }
}
.login-signup-block .login-signup-block-wrapper .content-section {
  text-align: center;
  width: 900px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper .content-section {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .login-signup-block .login-signup-block-wrapper .content-section {
    width: 100%;
  }
}
.login-signup-block .login-signup-block-wrapper .content-section .description {
  margin: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper .content-section .description {
    margin: 15px 0px;
  }
}
.login-signup-block .login-signup-block-wrapper .content-section .controls {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper .content-section .controls {
    flex-direction: column;
  }
}
.login-signup-block .login-signup-block-wrapper .content-section .controls a {
  padding: 7px 60px;
  margin: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .login-signup-block .login-signup-block-wrapper .content-section .controls a {
    margin-bottom: 35px;
  }
}

.events-slider {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .events-slider {
    margin-top: 20%;
  }
}
.events-slider .content-section {
  text-align: center;
}
.events-slider .content-section .controls {
  margin: 20px 0px;
}
.events-slider .content-section .controls a {
  text-transform: uppercase;
}
.events-slider .center-column-slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .events-slider .center-column-slider {
    padding: 0 30px;
  }
}
.events-slider .event-slider-main {
  margin-top: 40px;
}
.events-slider .event-slider-main .swiper-slide-prev,
.events-slider .event-slider-main .swiper-slide-duplicate-prev {
  opacity: 0;
}
.events-slider .slideshow-button {
  top: 30%;
}
.events-slider .slideshow-button.previous {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .events-slider .slideshow-button.previous {
    left: 0;
    z-index: 9;
  }
}
.events-slider .slideshow-button.next {
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .events-slider .slideshow-button.next {
    right: 0;
    z-index: 9;
  }
}
.events-slider .slideshow {
  position: relative;
  overflow: hidden;
}
.events-slider .event {
  position: relative;
  display: inline-block;
}
.events-slider .event:hover .thumbnail img {
  transform: scale(1.1);
}
.events-slider .event .thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  transition: 350ms ease-in-out;
}
.events-slider .event .thumbnail img {
  transition: 350ms ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .events-slider .event .thumbnail {
    height: auto;
  }
}
.events-slider .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
.events-slider .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: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events-slider .event .date {
  margin: 20px 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .events-slider .event .date {
    margin: 10px 0px;
  }
}
.events-slider .event .date a {
  font: 400 16px/28px "Proxima Nova", sans-serif;
  margin-left: -20px;
}
.events-slider .event .copy {
  margin-top: 30px;
  padding: 0px 10px;
}
.events-slider .event h2 {
  font: 400 30px/38px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.events-slider .event .controls-custom a {
  text-transform: uppercase;
}

.content_section_slide {
  text-align: center;
}

.ui-datepicker-trigger {
  width: 30px !important;
  height: 30px !important;
}

.images-carousel-content {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content {
    margin-top: 20%;
  }
}
.images-carousel-content .images-carousel-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content .images-carousel-content-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .images-carousel-content .images-carousel-content-wrapper {
    flex-direction: column;
  }
}
.images-carousel-content .images-carousel-content-wrapper.switch-position, .images-carousel-content .images-carousel-content-wrapper.even {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content .images-carousel-content-wrapper.switch-position, .images-carousel-content .images-carousel-content-wrapper.even {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .images-carousel-content .images-carousel-content-wrapper.switch-position, .images-carousel-content .images-carousel-content-wrapper.even {
    flex-direction: column;
  }
}
.images-carousel-content .images-carousel-content-wrapper .image-block {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content .images-carousel-content-wrapper .image-block {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .images-carousel-content .images-carousel-content-wrapper .image-block {
    width: 100%;
  }
}
.images-carousel-content .images-carousel-content-wrapper .image-block .slideshow-button {
  z-index: 9;
}
.images-carousel-content .images-carousel-content-wrapper .image-block .slideshow-button.previous {
  left: 20px;
}
.images-carousel-content .images-carousel-content-wrapper .image-block .slideshow-button.next {
  right: 20px;
}
.images-carousel-content .images-carousel-content-wrapper .image-block article .images-wrap {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content .images-carousel-content-wrapper .image-block article .images-wrap {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .images-carousel-content .images-carousel-content-wrapper .image-block article .images-wrap {
    height: 400px;
  }
}
.images-carousel-content .images-carousel-content-wrapper .content-block {
  width: 46%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .images-carousel-content .images-carousel-content-wrapper .content-block {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .images-carousel-content .images-carousel-content-wrapper .content-block {
    width: 100%;
    margin-top: 20px;
  }
}
.images-carousel-content .images-carousel-content-wrapper .content-block .description {
  margin: 15px 0px;
}
.images-carousel-content .images-carousel-content-wrapper .content-block .description p {
  margin-bottom: 15px;
}
.images-carousel-content .images-carousel-content-wrapper .content-block .description strong {
  font-weight: bold;
}
.images-carousel-content .images-carousel-content-wrapper .content-block .controls a {
  text-transform: uppercase;
}

.image-gallery-custom {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-gallery-custom {
    margin: 0px 20px;
    margin-top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-gallery-custom {
    margin: 0px 30px;
    margin-top: 7%;
  }
}
.image-gallery-custom .image-gallery-custom-wrapper {
  width: 1000px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .image-gallery-custom .image-gallery-custom-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-gallery-custom .image-gallery-custom-wrapper {
    width: 100%;
  }
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  margin: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid {
    grid-template-columns: 1fr;
    margin: 30px 0px;
  }
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid .image-wrapper {
  overflow: hidden;
  height: 260px;
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid .image-wrapper:nth-child(1) {
  grid-row: span 2;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid .image-wrapper:nth-child(1) {
    grid-row: span 2;
  }
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid .image-wrapper .images-wrap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 350ms ease-in-out;
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .images-grid .image-wrapper .images-wrap:hover {
  transform: scale(1.1);
}
.image-gallery-custom .image-gallery-custom-wrapper .content-section .controls a {
  text-transform: uppercase;
}

.two-images-slide-content {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .two-images-slide-content {
    margin-top: 20%;
  }
  .two-images-slide-content.desktop-content {
    display: none;
  }
}
.two-images-slide-content .two-images-slide-content-wrapper .content-section {
  text-align: center;
}
.two-images-slide-content .two-images-slide-content-wrapper .content-section-bottom {
  width: 900px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .two-images-slide-content .two-images-slide-content-wrapper .content-section-bottom {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-images-slide-content .two-images-slide-content-wrapper .content-section-bottom {
    width: 100%;
  }
}
.two-images-slide-content .two-images-slide-content-wrapper .images-slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.two-images-slide-content .two-images-slide-content-wrapper .images-slides .image-wrapper {
  height: 450px;
  cursor: pointer;
  transition: 350ms ease-in-out;
}
.two-images-slide-content .two-images-slide-content-wrapper .images-slides .image-wrapper.expanded {
  width: 73%;
}
.two-images-slide-content .two-images-slide-content-wrapper .images-slides .image-wrapper.narrow {
  width: 25%;
}
.two-images-slide-content .two-images-slide-content-wrapper .images-slides .image-wrapper .images-wrap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-images-slide-content .two-images-slide-content-wrapper .description {
  margin: 30px 0px 20px;
}
.two-images-slide-content .two-images-slide-content-wrapper .controls a {
  text-transform: uppercase;
}

.two-images-slide-content-mobile .center-column {
  text-align: center;
  margin-bottom: 25px;
}

.instafeed-content {
  margin-top: 5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .instafeed-content {
    margin-top: 10%;
  }
}
.instafeed-content .instafeed-content-wrapper .content-section {
  text-align: center;
}
.instafeed-content .instafeed-content-wrapper .content-section .hash-text {
  margin-top: 10px;
  letter-spacing: 3px;
}

.popup-custom {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  transition: all 350ms ease-in-out;
  display: none;
}
.popup-custom .close-custom-popup {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 78;
}
@media only screen and (max-width: 767px) {
  .popup-custom .close-custom-popup {
    right: 15px;
    top: 15px;
  }
}
.popup-custom .close-custom-popup .close-custom-popup-btn {
  background-color: #000;
  border: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .popup-custom .close-custom-popup .close-custom-popup-btn {
    padding: 15px 17px 10px;
  }
}
.popup-custom .close-custom-popup .close-custom-popup-btn:hover {
  background-color: #B87E35;
}
.popup-custom .close-custom-popup .close-custom-popup-btn svg {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .popup-custom .close-custom-popup .close-custom-popup-btn svg {
    width: 16px;
    height: 16px;
  }
}
.popup-custom .popup-custom-wrapper {
  position: relative;
  background-color: #fff;
  padding: 50px;
}
.popup-custom .popup-custom-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: -1;
}
.popup-custom .popup-custom-wrapper .popup-custom-content {
  display: flex;
  justify-content: space-between;
  border: 1.5px solid #B87E35;
  position: relative;
  padding: 90px 100px;
}
.popup-custom .popup-custom-wrapper .popup-custom-content::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 1;
}
.popup-custom .popup-custom-wrapper .member-left-section {
  width: 45%;
  z-index: 9;
}
.popup-custom .popup-custom-wrapper .member-left-section .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-custom .popup-custom-wrapper .member-left-section h2 {
  font: 400 30px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.popup-custom .popup-custom-wrapper .member-left-section .description {
  font: 400 16px/28px "Proxima Nova", sans-serif;
  margin: 20px 0px 25px;
}
.popup-custom .popup-custom-wrapper .member-left-section .description p {
  margin-bottom: 10px;
}
.popup-custom .popup-custom-wrapper .member-left-section .description ul {
  list-style: disc;
  margin-left: 1rem;
}
.popup-custom .popup-custom-wrapper .member-right-section {
  width: 45%;
  z-index: 9;
}
.popup-custom .popup-custom-wrapper .member-right-section .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-custom .popup-custom-wrapper .member-right-section h2 {
  font: 400 30px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section {
  width: 100%;
  margin: 20px 0px 0px;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset {
  margin-bottom: 20px;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset.one-row {
  display: flex;
  justify-content: space-between;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset.one-row .one-row-sec label {
  flex-direction: row;
  align-items: center;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset.one-row .one-row-sec input {
  margin-top: 0px;
  margin-right: 10px;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset label {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.74);
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset input {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.74);
  margin-top: 10px;
  border-radius: 0px;
  outline: none;
}
.popup-custom .popup-custom-wrapper .member-right-section .forms-section fieldset input:focus-visible {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .member-login-popup .popup-custom-wrapper {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content {
    flex-direction: column;
    gap: 50px;
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content .member-left-section {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content .member-left-section {
    width: 100%;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content .member-right-section {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .member-login-popup .popup-custom-wrapper .popup-custom-content .member-right-section {
    width: 100%;
  }
}

.added-image-content-inherit::after {
  background: rgba(0, 0, 0, 0.6);
}
.added-image-content-inherit .video-background-carousel-wrapper {
  align-items: center;
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section {
  width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .added-image-content-inherit .video-background-carousel-wrapper .content-section {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .added-image-content-inherit .video-background-carousel-wrapper .content-section {
    width: 100%;
  }
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section h2 {
  font: 400 60px/70px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section h3 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section .description {
  margin: 20px 0px 10px;
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section .description p {
  margin: 0px;
  line-height: 30px;
}
.added-image-content-inherit .video-background-carousel-wrapper .content-section .controls {
  margin: 0px;
}

.related-rooms {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .related-rooms {
    margin-top: 20%;
  }
}
.related-rooms .content-section {
  text-align: center;
}
.related-rooms .content-section .controls {
  margin: 20px 0px;
}
.related-rooms .content-section .controls a {
  text-transform: uppercase;
}
.related-rooms .content-section .rooms-grid {
  display: block;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .related-rooms .content-section .rooms-grid {
    margin-top: 25px;
  }
}
.related-rooms .content-section .rooms-grid .rooms.page-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .related-rooms .content-section .rooms-grid .rooms.page-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    margin-bottom: 0px;
  }
}
.related-rooms .content-section .rooms-grid .rooms.page-content .card-view {
  box-shadow: none;
}

.related-rooms-main {
  display: flex;
}
.related-rooms-main .rooms.page-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.related-rooms-main .card-view {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .related-rooms-main .card-view {
    width: 100%;
  }
}

.restaurants-details #main-content,
.single-venue #main-content {
  display: none;
}
.restaurants-details .room .room-wrapper .room-left-sec,
.single-venue .room .room-wrapper .room-left-sec {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .restaurants-details .room .room-wrapper .room-left-sec,
  .single-venue .room .room-wrapper .room-left-sec {
    width: 100%;
  }
}
.restaurants-details .room .room-wrapper .room-right-sec,
.single-venue .room .room-wrapper .room-right-sec {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .restaurants-details .room .room-wrapper .room-right-sec,
  .single-venue .room .room-wrapper .room-right-sec {
    width: 100%;
  }
}
.restaurants-details .restaurants-more-info,
.single-venue .restaurants-more-info {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .restaurants-details .restaurants-more-info,
  .single-venue .restaurants-more-info {
    flex-direction: column;
    margin-top: 40px;
  }
}
.restaurants-details .restaurants-more-info .section-one,
.single-venue .restaurants-more-info .section-one {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .restaurants-details .restaurants-more-info .section-one,
  .single-venue .restaurants-more-info .section-one {
    width: 100%;
    text-align: left;
  }
}
.restaurants-details .restaurants-more-info .section-one h3,
.single-venue .restaurants-more-info .section-one h3 {
  font: 700 16px/28px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.restaurants-details .restaurants-more-info .section-two,
.single-venue .restaurants-more-info .section-two {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .restaurants-details .restaurants-more-info .section-two,
  .single-venue .restaurants-more-info .section-two {
    width: 100%;
    text-align: left;
  }
}
.restaurants-details .restaurants-more-info .section-two h3,
.single-venue .restaurants-more-info .section-two h3 {
  font: 700 16px/28px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.restaurants-details .restaurants-more-info .logos-sections,
.single-venue .restaurants-more-info .logos-sections {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.restaurants-details .restaurants-more-info .logos-sections .logos-wrap,
.single-venue .restaurants-more-info .logos-sections .logos-wrap {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.restaurants-details .reserve-room-button,
.single-venue .reserve-room-button {
  padding: 30px 40px !important;
}
.restaurants-details .reserve-room-button a,
.single-venue .reserve-room-button a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.restaurants-details .info-section-wrapper,
.single-venue .info-section-wrapper {
  padding: 25px 20px 0px;
  border-bottom: 1.5px solid #D9BC97;
  text-align: center;
}
.restaurants-details .info-section-wrapper a,
.single-venue .info-section-wrapper a {
  color: #B87E35;
  border-bottom: 1.5px solid #B87E35;
}
.restaurants-details .info-section-floor-plan-only,
.single-venue .info-section-floor-plan-only {
  padding: 25px 20px 0px;
  border-bottom: 1.5px solid #D9BC97;
  text-align: center;
}
.restaurants-details .info-section-floor-plan-only a,
.single-venue .info-section-floor-plan-only a {
  color: #B87E35;
  border-bottom: 1.5px solid #B87E35;
}
.restaurants-details .customlinks,
.single-venue .customlinks {
  padding: 20px 20px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.restaurants-details .customlinks a,
.single-venue .customlinks a {
  margin-bottom: 10px;
}

.full-width-image {
  margin-top: 7%;
  height: calc(100% - 200px);
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.full-width-image .full-width-image-main {
  position: relative;
}
.full-width-image .full-width-image-main .slideshow-button.previous {
  left: 50px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .full-width-image .full-width-image-main .slideshow-button.previous {
    left: 0;
  }
}
.full-width-image .full-width-image-main .slideshow-button.next {
  right: 50px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .full-width-image .full-width-image-main .slideshow-button.next {
    right: 0;
  }
}
.full-width-image .image-section {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-images-carousel {
  margin-top: 7%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel {
    margin-top: 20%;
  }
}
.featured-images-carousel .content-section {
  text-align: center;
}
.featured-images-carousel .content-section .featured-images-carousel-main {
  margin: 40px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main {
    margin: 20px 0px;
  }
}
.featured-images-carousel .content-section .featured-images-carousel-main .slideshow {
  overflow: hidden;
  position: relative;
}
.featured-images-carousel .content-section .featured-images-carousel-main .slideshow-button {
  z-index: 9;
}
.featured-images-carousel .content-section .featured-images-carousel-main .slideshow-button.previous {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main .slideshow-button.previous {
    left: 0;
  }
}
.featured-images-carousel .content-section .featured-images-carousel-main .slideshow-button.next {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main .slideshow-button.next {
    right: 0;
  }
}
.featured-images-carousel .content-section .featured-images-carousel-main .slideshow-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
.featured-images-carousel .content-section .featured-images-carousel-main .slide {
  flex: 0 0 auto;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption {
  margin-top: 10px;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption .heading-section {
  margin-top: 20px;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption .heading-section h2 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main figcaption .heading-section h2 {
    font: 400 26px/28px "Proxima Nova", sans-serif;
  }
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption .description {
  margin: 10px 0px;
  font: 400 16px/25px "Proxima Nova", sans-serif;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption .controls a {
  text-transform: uppercase;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption strong {
  font-weight: bold;
}
.featured-images-carousel .content-section .featured-images-carousel-main figcaption p {
  display: none;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
  position: relative;
  top: -58px;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-active img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-active {
    transform: auto;
    top: auto;
  }
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-active figcaption .swiper-pagination-custom {
  display: none;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-active figcaption p {
  display: block;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-pagination-custom {
  text-align: start;
  margin-top: 15px;
  margin-left: 60%;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-prev,
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-next {
  transform: scale(0.85);
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-prev img,
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-next img {
  opacity: 0.5;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-prev figcaption .swiper-pagination-custom,
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-next figcaption .swiper-pagination-custom {
  display: block;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-prev figcaption p,
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-next figcaption p {
  display: none;
}
.featured-images-carousel .content-section .featured-images-carousel-main .swiper-slide-prev figcaption {
  display: none;
}
.featured-images-carousel .content-section .featured-images-carousel-main .featured-image-ma {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .featured-images-carousel .content-section .featured-images-carousel-main .featured-image-ma {
    height: 300px;
  }
}

.similar-venues-carousel figcaption {
  display: none;
}
.similar-venues-carousel .swiper-slide-active {
  top: -70px !important;
}
.similar-venues-carousel .swiper-slide-active figcaption {
  display: block;
}

.added-testimonial-carousel .swiper-container {
  width: 900px;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .swiper-container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .added-testimonial-carousel .swiper-container {
    width: 100%;
  }
}
.added-testimonial-carousel .testimonial-wrapper .content p {
  font: 400 40px/48px "Proxima Nova", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .testimonial-wrapper .content p {
    font: 400 24px/34px "Proxima Nova", sans-serif;
    font-style: italic;
  }
}
.added-testimonial-carousel .testimonial-wrapper .testimonial-footer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.added-testimonial-carousel .testimonial-wrapper .testimonial-footer .divider {
  margin: 0px 15px;
}
.added-testimonial-carousel .testimonial-slider {
  position: relative;
}
.added-testimonial-carousel .testimonial-slider .slideshow-button path {
  fill: rgba(255, 255, 255, 0.5490196078);
}
.added-testimonial-carousel .testimonial-slider .slideshow-button:hover path {
  fill: #fff;
}
.added-testimonial-carousel .testimonial-slider .slideshow-button.previous {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .testimonial-slider .slideshow-button.previous {
    left: 0;
  }
}
.added-testimonial-carousel .testimonial-slider .slideshow-button.next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .testimonial-slider .slideshow-button.next {
    right: 0;
  }
}
.added-testimonial-carousel .testimonial-slider .logos-wrap {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .testimonial-slider .logos-wrap {
    width: 70%;
  }
}
.added-testimonial-carousel .testimonial-slider .swiper-container {
  margin: 40px auto;
  width: 999px;
}
@media only screen and (max-width: 767px) {
  .added-testimonial-carousel .testimonial-slider .swiper-container {
    width: 80%;
  }
}

.resturants-menus-block .resturants-menus-main-content {
  text-align: center;
  background-color: #FAFAFA;
  padding: 0px 60px 60px;
}
@media only screen and (max-width: 767px) {
  .resturants-menus-block .resturants-menus-main-content {
    padding: 0px 20px 20px;
    margin-top: 50px;
  }
}
.resturants-menus-block .resturants-menus-main-content .resturants-menus-entry {
  padding-top: 60px;
}
.resturants-menus-block .resturants-menus-main-content .resturants-menus-entry .custom-heading {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.resturants-menus-block .resturants-menus-main-content .resturants-menus-entry .description p {
  margin-bottom: 15px;
}
.resturants-menus-block .resturants-menus-main-content .resturants-menus-entry .description strong {
  font-weight: bold;
}

.venue-features {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .venue-features {
    text-align: left;
    margin-bottom: 30px;
  }
}
.venue-features .feature-block h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.venue-features .feature-block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .venue-features .feature-block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.venue-features .feature-block ul li::before {
  position: relative;
  top: -2px;
}
.venue-features .contact-details {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .venue-features .contact-details {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.venue-features .contact-details .contact-details-content p {
  margin-bottom: 5px;
}

.floorplan-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
.floorplan-popup .floorplan-popup-main {
  position: relative;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .floorplan-popup .floorplan-popup-main {
    padding: 20px;
  }
}
.floorplan-popup .floorplan-popup-main .close-popup {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
}
.floorplan-popup .close-custom-popup-btn {
  background-color: #000;
  border: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorplan-popup .close-custom-popup-btn:hover {
  background-color: #B87E35;
}
.floorplan-popup .content-sec {
  border: 1.5px solid #B87E35;
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .floorplan-popup .content-sec {
    padding: 22px;
  }
}
.floorplan-popup .content-sec::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: -1;
}
.floorplan-popup .content-sec iframe {
  width: 100%;
  height: 75vh;
}

@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: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation {
    padding-top: 50px;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 50px;
    z-index: 99;
  }
}
#hamburger-navigation .plus {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .plus {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .plus {
    display: block;
  }
}
#hamburger-navigation .flyout-menu-wrapper-section a {
  font-weight: 600;
}
#hamburger-navigation .flyout-menu-wrapper-section a:hover {
  color: #B87E35 !important;
}
#hamburger-navigation .child-menus {
  padding-left: 15px;
}
#hamburger-navigation .child-menus a {
  color: #B87E35 !important;
}
#hamburger-navigation .mobile-signup-container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: auto;
  padding: 5%;
  text-align: left;
  background-color: #fff;
}
#hamburger-navigation .mobile-signup-container .login-signup-main {
  text-transform: uppercase;
}
#hamburger-navigation .mobile-signup-container .login-signup-main h3 {
  font: 400 20px/28px "Proxima Nova", sans-serif;
}
#hamburger-navigation .mobile-signup-container .login-signup-main .login-signup-buttons {
  text-transform: uppercase;
  font: 600 16px/28px "Proxima Nova", sans-serif;
}
#hamburger-navigation .mobile-signup-container .login-signup-main .seprator {
  margin: 0px 10px;
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "Proxima Nova", sans-serif;
  text-decoration: none;
  color: #327d7d;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #000;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
  text-align: left;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 26px/32px "Proxima Nova", sans-serif;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #000;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 10px;
}
#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 .wid-call {
  display: none;
}
#hamburger-navigation .main-menu .menu.submenu .list_view_nt {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.submenu .list_view_nt h3 {
    text-transform: uppercase;
  }
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #000;
}
#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;
  border-top: 1.5px solid #B87E35;
  padding-left: 15px;
}
#hamburger-navigation .main-menu .new_flyout_nt .parent.expanded > .submenu {
  max-height: 540px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
  border-top: 1.5px solid #B87E35;
  padding-left: 15px;
  overflow: auto;
}
#hamburger-navigation .main-menu .new_flyout_nt .mega-menu-content {
  display: none;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(45deg);
  background-color: #000;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 10px;
  height: 2px;
  margin-left: 10px;
  margin-top: 10px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 10px;
  margin-left: 21px;
  margin-top: 6px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(-45deg);
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#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: #000;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #327d7d;
  text-align: center;
}
@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 "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #327d7d;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 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 "Proxima Nova", 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: #000;
  border-bottom-color: #000;
  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: "Proxima Nova", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #000;
}

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

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Proxima Nova", sans-serif;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #000;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #000;
}
.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 .room-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .room .room-wrapper {
    flex-direction: column;
  }
}
.room .room-wrapper .room-left-sec {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .room-wrapper .room-left-sec {
    width: 100%;
  }
}
.room .room-wrapper .room-right-sec {
  width: 35%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .room .room-wrapper .room-right-sec {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.room .room-wrapper .room-right-sec .sticky-reserve-section {
  border: 1.5px solid #D9BC97;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #FAFAFA;
}
.room .room-wrapper .room-right-sec .sticky-reserve-section .reserve-room-button {
  padding: 40px;
  border-bottom: 1.5px solid #D9BC97;
}
.room .room-wrapper .room-right-sec .sticky-reserve-section .membership-rewards {
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room .room-wrapper .room-right-sec .sticky-reserve-section .membership-rewards h2 {
  font: 500 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.room .room-wrapper .room-right-sec .sticky-reserve-section .membership-rewards a {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
.room .features {
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .room .features {
    text-align: left;
  }
}
.room .features li {
  font-weight: bold;
  margin-bottom: 7px;
}
.room .features li .info-features {
  font-weight: 400;
  margin-left: 15px;
}
.room .amenities-wrapper {
  margin-left: 0px !important;
}
.room .amenities-wrapper li {
  margin-bottom: 5px;
}
.room .amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .room .amenities-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.room .amenities-grid .multi-amenties ul {
  margin-left: 0px;
}
.room .amenities {
  clear: both;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .room .amenities {
    text-align: left;
  }
}
.room .amenities h2 {
  font: 500 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

.rooms .category-selector {
  margin: 0px;
  border: 1.5px solid #B87E35;
  position: relative;
  padding: 25px;
  margin: 3% 0 5%;
}
.rooms .category-selector button {
  display: inline;
}
.rooms .category-selector .select-wrapper {
  display: none;
}
.rooms .category-selector::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 1;
}
.rooms .category-selector .button {
  margin: 0px 20px;
  padding: 0px;
  background: transparent;
  text-transform: uppercase;
  color: #000;
  z-index: 2;
}
.rooms .category-selector .button.active, .rooms .category-selector .button:hover {
  color: #B87E35;
  border-bottom: 3px solid #B87E35;
}

.rooms-grid,
.pressroom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-grid,
  .pressroom {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-grid,
  .pressroom {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 70px;
  }
}
.rooms-grid .card-view,
.pressroom .card-view {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1607843137);
}
.rooms-grid .card-view .thumbnail,
.pressroom .card-view .thumbnail {
  float: none;
  margin: 0px;
  width: 100%;
}
.rooms-grid .card-view .thumbnail img,
.pressroom .card-view .thumbnail img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms-grid .card-view .thumbnail-no-image img,
.pressroom .card-view .thumbnail-no-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: contain;
  padding: 30px;
  background-color: #B87E35;
}
.rooms-grid .card-view .content-section,
.pressroom .card-view .content-section {
  padding: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rooms-grid .card-view .content-section,
  .pressroom .card-view .content-section {
    padding: 25px;
  }
}
.rooms-grid .card-view .content-section h2,
.pressroom .card-view .content-section h2 {
  font: 400 30px/38px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rooms-grid .card-view .content-section h2,
  .pressroom .card-view .content-section h2 {
    margin-bottom: 10px;
  }
}
.rooms-grid .card-view .content-section h3,
.pressroom .card-view .content-section h3 {
  font: 400 30px/38px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rooms-grid .card-view .content-section h3,
  .pressroom .card-view .content-section h3 {
    margin-bottom: 10px;
  }
}
.rooms-grid .card-view .content-section p,
.pressroom .card-view .content-section p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rooms-grid .card-view .content-section .controls,
.pressroom .card-view .content-section .controls {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .rooms-grid .card-view .content-section .controls,
  .pressroom .card-view .content-section .controls {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rooms-grid .card-view .content-section .controls a,
.pressroom .card-view .content-section .controls a {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rooms-grid .card-view .content-section .controls a,
  .pressroom .card-view .content-section .controls a {
    margin: 0px 5px;
  }
}

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

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

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

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

#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 "Proxima Nova", sans-serif;
  margin: 40px 0;
  color: #000;
  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 "Proxima Nova", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

.feeds {
  margin-bottom: 60px;
}
.feeds .feeds-widget {
  position: relative;
  margin-top: 30px;
}
.feeds .feeds-widget .feed-actions .previous {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .feeds .feeds-widget .feed-actions .previous {
    left: 0;
  }
}
.feeds .feeds-widget .feed-actions .next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .feeds .feeds-widget .feed-actions .next {
    right: 0;
  }
}
.feeds .feed-slideshow {
  height: 100%;
}
.feeds .feed-slideshow .swiper-slide {
  opacity: 0.5;
  pointer-events: none;
}
.feeds .feed-slideshow .swiper-slide-prev,
.feeds .feed-slideshow .swiper-slide-active,
.feeds .feed-slideshow .swiper-slide-next {
  opacity: 1;
  bottom: auto;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .feeds .feed-slideshow .swiper-slide-prev,
  .feeds .feed-slideshow .swiper-slide-active,
  .feeds .feed-slideshow .swiper-slide-next {
    opacity: 0.5;
  }
}
.feeds .feed-slideshow .swiper-slide-active {
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .feeds .feed-slideshow .swiper-slide-active {
    opacity: 1;
    bottom: 0;
  }
}
.feeds .feed-slideshow .swiper-slide-next {
  bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .feeds .feed-slideshow .swiper-slide-next {
    bottom: 0;
  }
}
.feeds .feed-slideshow .swiper-slide-prev {
  bottom: -80px;
}
@media only screen and (max-width: 767px) {
  .feeds .feed-slideshow .swiper-slide-prev {
    bottom: 0;
  }
}
.feeds .page-content h3,
.feeds .page-content h4,
.feeds .page-content h5 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feeds .page-content h3,
  .feeds .page-content h4,
  .feeds .page-content h5 {
    margin-bottom: 20px;
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  .feeds-widget {
    margin-top: 40px;
  }
}
.feeds-widget.loading {
  min-height: 186px;
}
.feeds-widget.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .center-column {
    margin: 0;
  }
}
.feeds-widget .feed-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feeds-widget .feed-slideshow {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .feeds-widget .feed-slideshow {
    padding-bottom: 0px;
  }
}
.feeds-widget .swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  align-items: center;
}
.feeds-widget .feed-item {
  position: relative;
  aspect-ratio: 1/1;
  font-size: 0.68vw;
  line-height: 1.846em;
  overflow: hidden;
  text-align: center;
  background: #D9BC97;
  z-index: 10;
}
@media (max-width: 1617.6470588235px) {
  .feeds-widget .feed-item {
    font-size: 11px;
  }
}
@media (min-width: 1911.7647058824px) {
  .feeds-widget .feed-item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds-widget .feed-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .feed-item {
    margin-top: 0;
  }
}
.feeds-widget .feed-item:before {
  content: "";
  display: block;
  padding-top: 122%;
}
.feeds-widget .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.3s;
}
.feeds-widget .feed-item .feed-thumb .instagram-icon {
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.feeds-widget .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-thumb {
    opacity: 0;
  }
}
.feeds-widget .feed-item .feed-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1800px) {
  .feeds-widget .feed-item .feed-descr {
    padding: 30px;
  }
}
.feeds-widget .feed-item .feed-type {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 16px;
}
@media only screen and (min-width: 1440px) {
  .feeds-widget .feed-item .feed-type {
    margin-bottom: 25px;
  }
}
.feeds-widget .feed-item .feed-type svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s;
}
.feeds-widget .feed-item.blog .feed-type {
  display: none;
}
.feeds-widget .feed-item.no-thumb .feed-type svg {
  fill: #000;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-type svg {
    fill: #000;
  }
}
.feeds-widget .feed-item .feed-text {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feeds-widget .feed-item.no-thumb .feed-text, .feeds-widget .feed-item.blog .feed-text {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-text {
    opacity: 1;
  }
}
.feeds-widget .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds-widget .feed-item.blog .feed-thumb {
  display: none;
}
.feeds-widget .breaker {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .feeds-widget .breaker {
    display: none;
  }
}

.footer-insta-wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}
.footer-insta-wrap .content {
  margin-bottom: 50px;
  padding: 0 5px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content {
    padding: 0 15px;
  }
}
.footer-insta-wrap .content__left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-insta-wrap .content__left .heading {
  margin-bottom: 30px;
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left .heading {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.footer-insta-wrap .content__left .hash-text {
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 6px;
  line-height: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left .hash-text {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 2.08px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.footer-insta-wrap .content__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer-insta-wrap .content__right .description {
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__right .link .button-tertiary {
    padding: 20px 0;
  }
}
.footer-insta-wrap .feed-actions {
  position: absolute;
  top: -30px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous {
  position: relative;
  width: 70px;
  height: 18px;
  padding: 0 30px;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #a9b3b7;
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous:after {
  content: "";
  position: absolute;
  border-left: 1px solid #a9b3b7;
  border-top: 1px solid #a9b3b7;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  left: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.footer-insta-wrap .feed-actions .slideshow-button.next {
  position: relative;
  width: 70px;
  height: 18px;
  padding: 0 30px;
}
.footer-insta-wrap .feed-actions .slideshow-button.next:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #a9b3b7;
  position: absolute;
  top: 5px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.next:after {
  content: "";
  position: absolute;
  border-left: 1px solid #a9b3b7;
  border-top: 1px solid #a9b3b7;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.footer-insta-wrap .swiper-wrapper {
  margin-left: -15px;
}

/* 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: "Proxima Nova", 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;
}

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

.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 40px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 16px/1 "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: "Proxima Nova", sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 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 {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  border-radius: 60px 16px 16px 16px;
  overflow: hidden;
  font-family: "PtSans", sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #5990B4;
  border-radius: 60px 16px 16px 16px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  background: linear-gradient(180deg, rgba(0, 46, 50, 0) 0%, #002E32 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "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;
  z-index: 1;
  border-top: 1.5px solid #D9BC97;
  padding: 70px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 50px 20px;
  }
}
#footer .footer-main-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-main-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-main-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-menu-sections {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-menu-sections {
    width: 100%;
  }
}
#footer .footer-menu-sections h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer #footer-contacts {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-contacts {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -20px;
  }
}
#footer #footer-contacts h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .footer-membership-rewards {
  background-color: #FAFAFA;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-membership-rewards {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-membership-rewards {
    width: 100%;
    padding: 40px;
  }
}
#footer .footer-membership-rewards .membership-rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#footer .footer-membership-rewards .membership-rewards h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
#footer .footer-membership-rewards .membership-rewards p {
  font: 400 15px/28px "Proxima Nova", sans-serif;
  margin: 5px 0px 10px;
}
#footer .footer-membership-rewards .membership-rewards img {
  width: 200px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .footer-membership-rewards .membership-rewards a {
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#footer .footer-membership-rewards .membership-rewards a svg {
  margin-left: 15px;
}
#footer #footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer #footer-contacts p {
  font: 400 16px/26px "Proxima Nova", sans-serif;
}
#footer #footer-contacts a {
  font-weight: 400;
  text-decoration: none;
}
#footer .copyright {
  display: block;
  font: 400 16px/20px "Proxima Nova", sans-serif;
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  vertical-align: super;
}

#footer-menu {
  font-size: 0;
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#footer-menu li {
  margin: 0px 40px 25px 0px;
}
@media only screen and (max-width: 767px) {
  #footer-menu li {
    margin: 0px 0px 15px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-menu li {
    margin: 0px 0px 15px 0px;
  }
}
#footer-menu a {
  display: block;
  font: 400 16px/20px "Proxima Nova", sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #B87E35;
}

#footer-contacts h2 {
  margin-bottom: 10px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
#footer-contacts .monarch-logo {
  width: 200px;
}
@media only screen and (max-width: 1023px) {
  #footer-contacts .monarch-logo {
    margin-bottom: 14px;
  }
}

#footer .socials {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .socials {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    margin: 20px 0px;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.facebook {
  background-position: -1px -347px;
}
#footer .socials a.facebook:hover {
  background-position: -1px -387px;
}
#footer .socials a.twitter {
  background-position: -41px -348px;
}
#footer .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer .socials a.instagram {
  background-position: -281px -347px;
}
#footer .socials a.instagram:hover {
  background-position: -281px -387px;
}
#footer .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .socials a.youtube {
  background-position: -121px -347px;
}
#footer .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .socials a.flickr {
  background-position: -361px -347px;
}
#footer .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .socials a.pinterest:hover {
  background-position: -241px -387px;
}

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

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

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .page-content {
  text-align: center;
}
.specials .content-section h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.specials .content-section p {
  min-height: 50px;
}
.specials .room-left-sec {
  text-align: left;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.specials .image-list-item .description .controls {
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  bottom: 30px;
}
.specials .image-list-item .description .controls .button-link {
  margin-right: 40px;
  text-transform: uppercase;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

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

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

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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 "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #000;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 15px;
}
.map-content h3 {
  font: 600 18px/24px "Proxima Nova", sans-serif;
  color: #000;
  text-wrap: wrap;
}
.map-content a {
  margin-top: 20px;
  color: #000;
}
.map-content .button {
  margin-top: 20px;
}

.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
  background: #fff !important;
}

.leaflet-popup-close-button {
  top: 5px !important;
  right: 10px !important;
  font: 25px/25px "Proxima Nova", sans-serif !important;
}

.pressroom {
  text-align: center;
}
.pressroom .thumbnail-no-image,
.pressroom .thumbnail {
  display: none;
}
.pressroom .date-time-field {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .pressroom .date-time-field {
    height: 250px;
  }
}
.pressroom .date-time-field time {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .pressroom .date-time-field time {
    font-size: 30px;
  }
}
.pressroom .content-section h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 70px;
}
.pressroom .content-section .full-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  min-height: 4.5em;
}
@media only screen and (max-width: 767px) {
  .pressroom {
    display: block;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .card-view {
    margin-bottom: 70px;
  }
}
.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 #000;
  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;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #000;
  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: #000;
  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;
}

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

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

#form_module_container_errors,
#form_module_container_success {
  padding: 15px;
  font-size: 16px;
  background-color: rgba(217, 188, 151, 0.24);
}
#form_module_container_errors h3,
#form_module_container_success h3 {
  text-align: center;
}
#form_module_container_errors ul,
#form_module_container_success ul {
  margin-bottom: 0px;
}

#form_module_container_errors {
  color: #b31919;
}
#form_module_container_errors ul::before {
  background: #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;
  font-weight: 700;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
  background-color: #FAFAFA;
  border: 1.5px solid #D9BC97;
  border-bottom: none;
  margin-top: 90px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
    margin-top: 30px;
    border: none;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] h3 {
    font-size: 20px;
  }
}
[id*=form_form_] fieldset {
  padding: 40px 50px;
  border-bottom: 1.5px solid #D9BC97;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] fieldset {
    padding: 20px;
  }
}
[id*=form_form_] em {
  display: none;
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 100%;
  line-height: 1.2;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font: 400 15px/20px "Proxima Nova", 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;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 25px;
}
@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;
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
@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: transparent;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1.5px solid #D9BC97;
  font-size: 14px;
  line-height: 40px;
}
@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: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1.5px solid #D9BC97;
  border-radius: 50%;
  accent-color: #B87E35;
  position: relative;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
}
[id*=form_form_] input[type=radio]:checked {
  background-color: transparent;
}
[id*=form_form_] input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #9E6C2E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
[id*=form_form_] input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  accent-color: #B87E35;
  border: 1.5px solid #D9BC97;
  border-radius: 2px;
  position: relative;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
[id*=form_form_] input[type=checkbox]:checked {
  background-color: #9E6C2E;
  border: 1.5px solid #9E6C2E;
}
[id*=form_form_] input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
  width: 100%;
}
@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 {
  width: 100%;
}
@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 {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0px;
  transform: translate(50%, -50%);
}
@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: 48%;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=g-recaptcha-response] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=radiogroup], [id*=form_form_] .form-builder-field[class*=checkboxgroup] {
  display: flex;
  flex-direction: column;
}
[id*=form_form_] .form-builder-field[class*=radiogroup] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p {
  margin-top: -15px;
}
[id*=form_form_] .form-builder-field[class*=textarea] {
  width: 100%;
}
[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;
  display: flex;
  align-items: center;
}
@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] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] input {
    width: 40px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] .button {
  font: 700 20px/24px "Proxima Nova", sans-serif;
  z-index: 20;
  color: #000;
  text-transform: uppercase;
  border: 1.5px solid #B87E35;
  min-width: 180px;
  min-height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] .button::after {
  content: "";
  position: absolute;
  height: calc(100% + 14px);
  top: -7px;
  width: calc(100% - 10px);
  border: 1.5px solid #B87E35;
  left: 5px;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] .button:hover {
  color: #B87E35;
}
[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 "Proxima Nova", 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;
  justify-content: space-between;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[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-newsletter-content [id*=form_form_] {
  margin-top: 0px;
  border: none;
}
.form-newsletter-content [id*=form_form_] fieldset {
  padding: 0px;
  border-bottom: 0px;
}
.form-newsletter-content [id*=form_form_] fieldset h3 {
  display: none;
}
.form-newsletter-content [id*=form_form_] fieldset label {
  display: none;
}
.form-newsletter-content [id*=form_form_] fieldset .form-builder-group {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.form-newsletter-content [id*=form_form_] fieldset .form-builder-field {
  width: 100%;
}
.form-newsletter-content [id*=form_form_] fieldset input {
  height: auto;
}
.form-newsletter-content [id*=form_form_] fieldset .button {
  min-height: auto !important;
  height: auto;
  line-height: 40px !important;
  min-width: auto;
  width: 100%;
}

#form_form_10 .form-builder-field[class*=paragraph] {
  width: 100%;
  margin-left: 0;
}
#form_form_10 .form-builder-field:has(hr) {
  width: 100% !important;
}

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

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #000;
  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: #000;
  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: #000;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

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

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

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

#calendar-filter {
  position: absolute;
  right: 60px;
  top: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-filter {
    right: auto;
    position: relative;
    width: 100%;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    right: auto;
    position: relative;
    width: 100%;
    top: auto;
  }
}
#calendar-filter select {
  border: 1.5px solid #B87E35;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
#calendar-filter .select-icon {
  display: none;
}
#calendar-filter svg {
  position: relative;
  left: -35px;
}

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

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

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

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

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

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

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #000;
  text-align: center;
  font: 700 16px/19px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
#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;
  }
}

@media only screen and (max-width: 767px) {
  .stay-upto-date .login-signup-block-wrapper {
    padding: 10% 10% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .stay-upto-date .login-signup-block-wrapper .form-builder-group {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0px !important;
  }
}
.stay-upto-date .login-signup-block-wrapper .form-builder-group input {
  z-index: 99;
}

.custom-calendar .single-event .room-left-sec {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec {
    width: 100%;
  }
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec .photo-carousel-section {
    margin-bottom: 35px;
  }
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section img {
  width: 100%;
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section #photos {
  min-height: 450px;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec .photo-carousel-section #photos {
    min-height: 220px;
  }
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section #photos .slide::before {
  content: none;
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section #photos .object-fit {
  min-height: auto;
  height: auto;
}
.custom-calendar .single-event .room-left-sec .room-hero h1 {
  font: 400 40px/48px "Proxima Nova", sans-serif;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec .room-hero h1 {
    font: 400 30px/36px "Proxima Nova", sans-serif;
  }
}
.custom-calendar .single-event .room-right-sec {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-right-sec {
    width: 100%;
  }
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state {
  border-bottom: 1.5px solid #D9BC97;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main .seprator {
  margin: 0px 10px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main button {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .top-heading {
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .top-heading h2 {
  font: 400 20px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .reserve-room-button .button-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .info-section-wrapper {
  border-bottom: 1.5px solid #D9BC97;
  padding: 20px 20px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .info-section-wrapper p {
  margin: 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .customlinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .customlinks a {
  margin-bottom: 10px;
}
.custom-calendar .single-event .event-details {
  margin-top: 50px;
}
.custom-calendar .single-event .event-details .event-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .event-details .event-features-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    text-align: left;
  }
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block h3 {
  text-transform: uppercase;
  font: 400 24px/28px "Proxima Nova", sans-serif;
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block ul {
  margin-left: 0px;
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block ul li {
  margin-bottom: 5px;
}
.custom-calendar .single-event .event-details .event-features-wrapper .contact-details .contact-details-content {
  margin-bottom: 25px;
}

.custom-offer-popup .custom-offer-popup-main {
  position: relative;
  padding: 35px !important;
}
.custom-offer-popup .custom-offer-popup-main .close-popup {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
}
.custom-offer-popup .close-custom-popup-btn {
  background-color: #000;
  border: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-offer-popup .close-custom-popup-btn:hover {
  background-color: #B87E35;
}
.custom-offer-popup .content-sec {
  border: 1.5px solid #B87E35;
  position: relative;
  z-index: 1;
  padding: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .custom-offer-popup .content-sec {
    padding: 40px;
  }
}
.custom-offer-popup .content-sec:after {
  border: 1.5px solid #B87E35;
  content: "";
  height: calc(100% + 24px);
  left: 10px;
  position: absolute;
  top: -12px;
  width: calc(100% - 20px);
  z-index: -1;
}
.custom-offer-popup .content-sec .membership-rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-offer-popup .content-sec .membership-rewards h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.custom-offer-popup .content-sec .membership-rewards img {
  margin: 15px 0px;
}
.custom-offer-popup .content-sec .membership-rewards a {
  text-transform: uppercase;
}

.custom-event-popup,
.custom-offer-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.65);
}
.custom-event-popup.show,
.custom-offer-popup.show {
  display: block;
}
.custom-event-popup .custom-event-popup-wrapper,
.custom-event-popup .custom-offer-popup-wrapper,
.custom-offer-popup .custom-event-popup-wrapper,
.custom-offer-popup .custom-offer-popup-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main {
  background-color: #fff;
  max-width: 600px;
  text-align: center;
  padding: 15px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec {
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec .close-popup {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec img {
  width: 100%;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec {
  margin: 10px 0px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec h2 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec p {
  margin: 10px 0px 20px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a {
  text-transform: uppercase;
  margin: 0px 10px;
}

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

.event-card-section {
  margin-bottom: 20px;
}
.event-card-section .top-image-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-card-section .top-image-section time {
  text-transform: uppercase;
}
.event-card-section .top-image-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card-section .content-section {
  padding: 20px 0px;
  text-align: center;
}
.event-card-section .content-section h2 {
  font: 400 30px/36px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.event-card-section .content-section p {
  margin: 15px 0px;
}
.event-card-section .content-section .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.event-card-section .content-section .controls a {
  text-transform: uppercase;
}

#calendar-days {
  position: relative;
  border: 3px solid #E1CBB0;
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days.desktop-only {
    display: none;
  }
}
#calendar-days li {
  height: 9em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.06);
  border-right: 3px solid #E1CBB0;
  border-bottom: 3px solid #E1CBB0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#calendar-days li .date {
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
#calendar-days li .date a {
  color: #9E6C2E;
}
@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;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
}
#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 .prev-arrow, #calendar-days .next-arrow {
  cursor: pointer;
  background-color: #d9bc97;
  border: none;
  padding: 0px 10px;
  font-size: 1.5em;
  position: absolute;
  bottom: -10px;
  transform: translateY(-50%);
  z-index: 9;
}
#calendar-days .prev-arrow:hover, #calendar-days .next-arrow:hover {
  background-color: #B87E35;
}
#calendar-days .prev-arrow {
  left: 42%; /* Position at the horizontal center */
  transform: translate(-60%, -50%); /* Move slightly left for spacing between arrows */
}
#calendar-days .next-arrow {
  left: 52%; /* Position at the horizontal center */
  transform: translate(10%, -50%); /* Move slightly right for spacing between arrows */
}
#calendar-days dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 3px solid #E1CBB0;
  display: none;
  border-bottom: none;
}
#calendar-days dl:first-of-type {
  display: block;
}
#calendar-days dl[data-eventid="74"] {
  display: none;
}
#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 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 350ms ease-in-out;
}
#calendar-days dt:hover .view-more {
  display: flex;
}
#calendar-days dt a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calendar-days dt a.view-more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6784313725) !important;
  font: 700 16px/20px "Proxima Nova", sans-serif;
  display: none;
}
#calendar-days dt a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cover the area while maintaining aspect ratio */
  position: absolute; /* Make sure the image stays within its container */
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#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: 25px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .button-rectangular {
  position: absolute;
  bottom: 40px;
  left: 25px;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .button-rectangular {
    position: relative;
    bottom: 10px;
    left: auto;
  }
}

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

.single-event .calendar-new-topview {
  display: none !important;
}

.single-event + .events-grid-acm {
  display: none;
}

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

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

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

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

.new-list-view-calender {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .new-list-view-calender {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .new-list-view-calender {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-list-view-calender .image-list-item-custom {
  position: relative;
}
.new-list-view-calender .image-list-item-custom .top-section {
  position: relative;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .new-list-view-calender .image-list-item-custom .top-section {
    height: auto;
  }
}
.new-list-view-calender .image-list-item-custom .top-section img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .new-list-view-calender .image-list-item-custom .top-section img {
    height: auto;
  }
}
.new-list-view-calender .image-list-item-custom .top-section .category {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  background-color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
}
.new-list-view-calender .image-list-item-custom .bottom-section {
  background-color: #FAFAFA;
  min-height: 200px;
  padding: 20px;
}
.new-list-view-calender .image-list-item-custom .bottom-section h3 a {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-height: 55px;
}
.new-list-view-calender .image-list-item-custom .bottom-section .dates-info {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.new-list-view-calender .image-list-item-custom .bottom-section .dates-info .dtstart,
.new-list-view-calender .image-list-item-custom .bottom-section .dates-info .dtend,
.new-list-view-calender .image-list-item-custom .bottom-section .dates-info .additional {
  color: rgba(30, 30, 30, 0.7294117647);
}
.new-list-view-calender .image-list-item-custom .bottom-section .dates-info .additional {
  margin: 0px 5px;
  font-weight: 700;
}
.new-list-view-calender .image-list-item-custom .bottom-section .summary-wrapper {
  min-height: 72px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-list-view-calender .image-list-item-custom .bottom-section .button-link {
  text-transform: uppercase;
}

.custom-calendar #main-content {
  display: none;
}
.custom-calendar .calendar-new-topview {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .calendar-new-topview {
    display: none;
  }
}
.custom-calendar .calendar-new-topview .calendar-info h2 {
  font: 400 23px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-calendar .calendar-new-topview .calendar-info h3 {
  font: 400 40px/48px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-calendar .calendar-new-topview .hard-buttons {
  background-color: #D9BC97;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.custom-calendar .calendar-new-topview .hard-buttons:hover {
  background-color: #9E6C2E;
}

.events-grid-acm {
  margin-top: 6%;
}
.events-grid-acm .calendar-new-topview {
  justify-content: 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 "Proxima Nova", sans-serif;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 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 "Proxima Nova", sans-serif;
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #000;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #000;
}
.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: #000;
}
.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 "Proxima Nova", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #000;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #000;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #000;
}

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

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

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "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;
  }
}
