@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: 180px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

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

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

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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #4C3041;
}

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 14px;
  color: #222222;
}
.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: #eeeeee;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #4C3041;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
  display: none;
}
.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: #4C3041;
}
.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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bordered-tiles {
  position: relative;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 100px;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .bordered-tiles {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bordered-tiles {
    padding: 56px 20px;
  }
}
.bordered-tiles.padding-top-no {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .bordered-tiles.padding-top-no {
    padding-top: 0;
  }
}
.bordered-tiles.four-cols .tile {
  width: 25%;
}
.bordered-tiles.four-cols .tile:nth-child(n+5) {
  padding-bottom: 0;
  padding-top: 40px;
}
.bordered-tiles.four-cols .tile:nth-child(n+5):after {
  content: none;
}
.bordered-tiles.four-cols .tile:first-child:before, .bordered-tiles.four-cols .tile:nth-child(5):before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .bordered-tiles.four-cols .tile {
    width: 50%;
  }
  .bordered-tiles.four-cols .tile:nth-child(n+3) {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .bordered-tiles.four-cols .tile:nth-child(n+3):after {
    content: "";
  }
  .bordered-tiles.four-cols .tile:first-child:before, .bordered-tiles.four-cols .tile:nth-child(3):before, .bordered-tiles.four-cols .tile:nth-child(7):before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .bordered-tiles.four-cols .tile {
    padding: 0 10px;
  }
  .bordered-tiles.four-cols .tile:first-child {
    margin-left: 0;
  }
  .bordered-tiles.four-cols .tile:nth-child(n+3) {
    padding-bottom: 40px;
  }
}
.bordered-tiles.three-cols .tile {
  width: calc(100% / 3);
}
.bordered-tiles.three-cols .tile:nth-child(n+4) {
  padding-bottom: 0;
  padding-top: 40px;
}
.bordered-tiles.three-cols .tile:nth-child(n+4):after {
  content: none;
}
.bordered-tiles.three-cols .tile:first-child:before, .bordered-tiles.three-cols .tile:nth-child(4):before, .bordered-tiles.three-cols .tile:nth-child(7):before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .bordered-tiles.three-cols .tile {
    width: 50%;
  }
  .bordered-tiles.three-cols .tile:nth-child(n+3) {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .bordered-tiles.three-cols .tile:nth-child(n+3):after {
    content: "";
  }
  .bordered-tiles.three-cols .tile:nth-child(n+5) {
    padding-bottom: 0;
  }
  .bordered-tiles.three-cols .tile:nth-child(n+5):after {
    content: none;
  }
  .bordered-tiles.three-cols .tile:first-child:before, .bordered-tiles.three-cols .tile:nth-child(3):before, .bordered-tiles.three-cols .tile:nth-child(5):before {
    content: none;
  }
  .bordered-tiles.three-cols .tile:nth-child(4):before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .bordered-tiles.three-cols .tile {
    padding: 0 10px;
  }
  .bordered-tiles.three-cols .tile:first-child {
    margin-left: 0;
  }
  .bordered-tiles.three-cols .tile:nth-child(n+3) {
    margin-bottom: 0px;
  }
}
.bordered-tiles .tile {
  position: relative;
  text-align: center;
  padding: 0 10px 0 10px;
}
.bordered-tiles .tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #B1996E;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile:after {
    width: 100%;
  }
}
.bordered-tiles .tile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
  width: 1px;
  background-color: #B1996E;
}
@media only screen and (max-width: 1023px) {
  .bordered-tiles .tile {
    padding: 0 50px;
    margin-bottom: 0;
  }
}
.bordered-tiles .tile .subtile {
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}
.bordered-tiles .tile .subtile .page-content .description {
  padding-bottom: 50px;
}
.bordered-tiles .tile .subtile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #B1996E;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile .subtile:after {
    width: 100%;
  }
}
.bordered-tiles .tile .icon {
  display: block;
  font-size: 0;
}
.bordered-tiles .tile .icon svg {
  fill: #B1996E;
  margin-bottom: 20px;
}
.bordered-tiles .tile .h1-like {
  margin-bottom: 20px;
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile .h1-like {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
.bordered-tiles .tile.with-subtile > .page-content > .description {
  padding-bottom: 0;
}
.bordered-tiles .tile .description {
  color: #000;
  padding-bottom: 40px;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile .description {
    max-width: 100%;
    margin: 0;
  }
}
.bordered-tiles .tile .description a {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile .description a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
.bordered-tiles .tile .description p {
  margin-bottom: 12px;
  color: #4C3041;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 767px) {
  .bordered-tiles .tile .description p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}
.bordered-tiles .tile .description p:last-child {
  margin-bottom: 0;
}

.quote-acm {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: url("https://d2yrbuozuxha1z.cloudfront.net/therittenhousespaclub-1229713581/cms/cache/v2/6757d932037cc.jpg/800x600/fit/80/571a847e2a35d04ebbc14610b291930e.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
@media only screen and (min-width: 1440px) {
  .quote-acm {
    min-height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-acm {
    min-height: 400px;
  }
}
.quote-acm .content-wrapper {
  display: inline-block;
  margin: 0 auto;
  width: 70%;
}
@media only screen and (min-width: 1440px) {
  .quote-acm .content-wrapper {
    width: 57.4%;
  }
}
@media only screen and (max-width: 767px) {
  .quote-acm .content-wrapper {
    width: 80%;
  }
}
.quote-acm .page-content p {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .quote-acm .page-content p {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
  }
}
.quote-acm .icon {
  position: absolute;
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .quote-acm .icon {
    width: 30px;
    height: 30px;
  }
}
.quote-acm .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-acm .icon.lt-svg {
  top: 0;
  left: 0;
}
.quote-acm .icon.rt-svg {
  top: 0;
  right: 0;
}
.quote-acm .icon.bl-svg {
  bottom: 0;
  left: 0;
}
.quote-acm .icon.br-svg {
  bottom: 0;
  right: 0;
}
.quote-acm .top-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  background-color: #B1996E;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .quote-acm .top-border {
    top: 30px;
  }
}
.quote-acm .right-border {
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  background-color: #B1996E;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .quote-acm .right-border {
    right: 30px;
  }
}
.quote-acm .bottom-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  background-color: #B1996E;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .quote-acm .bottom-border {
    bottom: 30px;
  }
}
.quote-acm .left-border {
  position: absolute;
  top: 0;
  left: 48px;
  bottom: 0;
  background-color: #B1996E;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .quote-acm .left-border {
    left: 30px;
  }
}

.checkers-acm {
  position: relative;
  margin-top: 0;
  padding: 100px 0 0;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm {
    padding: 50px 0 0;
  }
}
.checkers-acm .top-content {
  text-align: center;
  width: 60%;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .top-content {
    margin-bottom: 40px;
    width: 100%;
    padding: 0 24px;
  }
}
.checkers-acm .top-content p {
  color: #4C3041;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.checkers-acm .center-column {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .center-column {
    padding: 0 20px;
  }
}
.checkers-acm .checkers-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.checkers-acm .checkers-wrapper .checkers-item {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item {
    margin-bottom: 20px;
  }
}
.checkers-acm .checkers-wrapper .checkers-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item {
    flex-flow: column nowrap;
  }
}
.checkers-acm .checkers-wrapper .checkers-item:nth-child(even) {
  flex-flow: row-reverse nowrap;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item:nth-child(even) {
    flex-flow: column nowrap;
  }
}
.checkers-acm .checkers-wrapper .checkers-item:nth-child(even) .checkers-content {
  padding: 30px 11% 30px 8%;
  background-image: url("../images/content-bg.jpg");
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item:nth-child(even) .checkers-content {
    padding: 45px 9% 45px 8%;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-image-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-image-wrapper {
    max-height: 566px;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-image-wrapper .checkers-image {
  display: block;
  flex-basis: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content {
  flex-basis: 50%;
  padding: 30px 13% 30px 8%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-shrink: 0;
  width: 100%;
  background-image: url("../images/content-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1440px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content {
    background-size: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content {
    padding: 45px 9% 45px 8%;
  }
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .page-content {
    text-align: left;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content .h1-like {
  margin-bottom: 20px;
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .h1-like {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.88px;
  }
}
@media screen and (max-width: 1440px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .h1-like {
    margin-bottom: 20px;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content p {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24px;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 21px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper {
    padding-bottom: 5px;
  }
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #4C3041;
}
.checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper .link {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .checkers-acm .checkers-wrapper .checkers-item .checkers-content .acm-link-wrapper .link {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.04px;
  }
}

.price-list {
  position: relative;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  border: 1px solid #B1996E;
}
@media only screen and (max-width: 1023px) {
  .price-list {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 56px;
  }
}
.price-list.padding-top-no {
  margin-top: 0;
}
.price-list .acm-title h3 {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 24px;
  border-bottom: 1px solid #B1996E;
}
.price-list .content-wrapper {
  position: relative;
  padding: 5% 7.5%;
  background-color: transparent;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .price-list .content-wrapper {
    padding: 32px 24px;
  }
}
.price-list .descr-wrapper {
  position: relative;
  font-family: "simplon_bpregular";
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .price-list .descr-wrapper {
    margin-top: 30px;
    font-size: 18px;
  }
}
.price-list .descr-wrapper .descr-text {
  max-width: 62%;
  margin: 0 auto;
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
  padding-bottom: 5%;
}

.items-wrapper {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .items-wrapper {
    flex-direction: column;
  }
}
.items-wrapper .item {
  width: calc((100% / 2) - 50px);
  margin-bottom: 50px;
}
@media only screen and (min-width: 1440px) {
  .items-wrapper .item {
    width: calc((100% / 2) - 80px);
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item {
    width: calc((100% / 2) - 30px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .items-wrapper .item {
    width: 100%;
  }
}
.items-wrapper .item .item-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item .item-title-wrapper {
    margin-bottom: 12px;
  }
}
.items-wrapper .item .item-title-wrapper .dish-name {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item .item-title-wrapper .dish-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
.items-wrapper .item .item-title-wrapper .dish-price {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item .item-title-wrapper .dish-price {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
.items-wrapper .item .dish-descr {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item .dish-descr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}
.items-wrapper .item .sub-dish-descr {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1023px) {
  .items-wrapper .item .sub-dish-descr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}

.link-wrapper {
  position: relative;
}

.round-thumbs {
  position: relative;
  margin-top: 0;
}
.round-thumbs.center-column {
  padding: 0;
}
.round-thumbs .tiles-wrapper {
  padding: 100px 7% 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .round-thumbs .tiles-wrapper {
    padding: 100px 7% 0;
  }
}
@media only screen and (max-width: 1023px) {
  .round-thumbs .tiles-wrapper {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .round-thumbs .tiles-wrapper {
    padding: 56px 20px 0;
  }
}
.round-thumbs .tiles-wrapper .tile {
  display: inline-block;
  text-align: center;
  margin-bottom: 48px;
  width: calc((100% / 3) - 35px);
}
@media only screen and (min-width: 1440px) {
  .round-thumbs .tiles-wrapper .tile {
    width: calc((100% / 3) - 69px);
  }
}
@media only screen and (max-width: 1023px) {
  .round-thumbs .tiles-wrapper .tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .round-thumbs .tiles-wrapper .tile {
    width: calc(50% - 20px);
    margin-bottom: 35px;
  }
}
.round-thumbs .tiles-wrapper .tile .round-image-wrapper {
  display: block;
  margin: 0 auto 24px;
  max-width: 200px;
}
@media only screen and (min-width: 1440px) {
  .round-thumbs .tiles-wrapper .tile .round-image-wrapper {
    max-width: 300px;
    margin-bottom: 32px;
  }
}
.round-thumbs .tiles-wrapper .tile .round-image-wrapper .round-image {
  width: 100%;
  height: 100%;
}
.round-thumbs .tiles-wrapper .tile .h1-like {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 12px;
}
.round-thumbs .tiles-wrapper .tile p {
  color: #4C3041;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .round-thumbs .tiles-wrapper .tile p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}
.round-thumbs .button-wrapper {
  text-align: center;
  margin-top: 0;
}
.round-thumbs .button-wrapper .button + .button {
  margin-left: 44px;
}

.product-acm {
  position: relative;
  margin-top: 100px;
  background-color: transparent;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .product-acm {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-acm {
    margin-top: 56px;
  }
}
.product-acm:after {
  opacity: 0.8;
  background: linear-gradient(67deg, rgba(76, 48, 65, 0) 2.91%, #4C3041 72.99%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product-acm.margin-top-no {
  margin-top: 0px;
}
@media only screen and (max-width: 1023px) {
  .product-acm.margin-top-no {
    margin-top: 0px;
  }
}
.product-acm .product-acm-main-wrapper {
  position: relative;
  min-height: 737px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 3.7% 4.7%;
}
@media only screen and (min-width: 1440px) {
  .product-acm .product-acm-main-wrapper {
    min-height: 920px;
    padding: 6% 8%;
  }
}
@media only screen and (max-width: 767px) {
  .product-acm .product-acm-main-wrapper {
    min-height: 500px;
  }
}
.product-acm .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.product-acm .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}
.product-acm .slideshow .slideshow-wrapper .slide {
  position: relative;
  width: 100%;
}
.product-acm .content-part {
  position: relative;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .product-acm .content-part {
    justify-content: center;
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .product-acm .content-part {
    text-align: right;
    max-width: 85%;
  }
}
.product-acm .content-part:after {
  content: none;
}
.product-acm .content-part .h1-like {
  color: #B1996E;
}
@media only screen and (max-width: 1023px) {
  .product-acm .content-part .h1-like {
    margin-bottom: 10px;
  }
}
.product-acm .content-part .h2-like {
  color: #fff;
  font-family: "the-seasons";
}
@media only screen and (max-width: 1023px) {
  .product-acm .content-part .h2-like {
    margin-bottom: 10px;
  }
}
.product-acm .content-part p {
  color: #fff;
  padding-left: 20%;
}
@media only screen and (max-width: 767px) {
  .product-acm .content-part p {
    padding-left: 0;
  }
}

.service-acm {
  position: relative;
  margin-top: 0;
  width: 100%;
}
.service-acm .center-column {
  padding: 0;
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  .service-acm .center-column {
    padding: 0;
  }
}
.service-acm.margin-top-yes {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .service-acm.margin-top-yes {
    margin-top: 56px;
  }
}
.service-acm .content-wrapper {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper {
    flex-direction: column;
  }
}
.service-acm .content-wrapper .image-pattern {
  width: 100%;
  height: 840px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper .image-pattern {
    height: 316px;
  }
}
.service-acm .content-wrapper .image-pattern .image-wrapper .image {
  display: block;
  flex-basis: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  padding: 108px;
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper .image-pattern .image-wrapper .image {
    padding: 32px;
  }
}
.service-acm .content-wrapper .text-content {
  flex-basis: 50%;
  padding: 50px 8% 25px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-shrink: 0;
  width: 100%;
  background-color: #4C3041;
}
@media only screen and (min-width: 1440px) {
  .service-acm .content-wrapper .text-content {
    padding: 40px 11% 30px 7%;
  }
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper .text-content {
    padding: 40px 32px;
  }
}
.service-acm .content-wrapper .text-content .page-content {
  position: relative;
  text-align: left;
}
.service-acm .content-wrapper .text-content .page-content h3 {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper .text-content .page-content h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.88px;
  }
}
.service-acm .content-wrapper .text-content .descr {
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.service-acm .content-wrapper .text-content .heading-like {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 32px;
  border-left: 1px solid #F9FAFA;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .service-acm .content-wrapper .text-content .heading-like {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.08px;
  }
}

.special-services {
  position: relative;
  margin-top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .special-services {
    margin-top: 0;
  }
}
.special-services .acm-title h3 {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0 24px 24px 24px;
  border-bottom: 1px solid #B1996E;
}
.special-services .center-column {
  padding: 0;
  max-width: none;
}
.special-services .thumbnail {
  position: relative;
  min-height: 737px;
  display: flex;
  justify-content: flex-start;
  text-align: right;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .special-services .thumbnail {
    min-height: auto;
  }
}
.special-services .thumbnail:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  background: linear-gradient(-70deg, rgba(76, 48, 65, 0) 0%, #4C3041 64.8%);
}
@media only screen and (min-width: 1440px) {
  .special-services .thumbnail {
    min-height: 1080px;
    padding: 6% 9%;
  }
}
.special-services .thumbnail .content-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
  z-index: 1;
  position: relative;
  min-height: 600px;
  padding: 9% 4.7%;
}
@media only screen and (min-width: 1440px) {
  .special-services .thumbnail .content-part {
    min-height: 920px;
    padding: 6% 8%;
  }
}
@media only screen and (max-width: 1023px) {
  .special-services .thumbnail .content-part {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .special-services .thumbnail .content-part .page-content {
    text-align: left;
  }
}
.special-services .thumbnail .content-part .service {
  margin-bottom: 32px;
}
.special-services .thumbnail .content-part .service h3 {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .special-services .thumbnail .content-part .service h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.08px;
  }
}
.special-services .thumbnail .content-part .service p {
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .special-services .thumbnail .content-part .service p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
  }
}
.special-services .thumbnail .content-part .footnote {
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.multiple-pricing {
  position: relative;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 56px;
  }
}
.multiple-pricing.padding-top-no {
  margin-top: 0;
}
.multiple-pricing .acm-title h3 {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .multiple-pricing .page-content {
    text-align: left;
  }
}
.multiple-pricing .content-wrapper {
  position: relative;
  padding: 1% 0;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .content-wrapper {
    padding: 1% 0;
  }
}
.multiple-pricing .descr-text {
  max-width: 62%;
  margin: 0 auto;
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
  padding-bottom: 0;
  text-align: center;
}
.multiple-pricing .grids-wrapper {
  margin: 50px auto 0;
}
.multiple-pricing .grids-wrapper .multiple-price-heading {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 24px;
  border-bottom: 1px solid #B1996E;
}
.multiple-pricing .grids-wrapper .pricings-wrapper {
  padding: 64px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricings-wrapper {
    padding: 24px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type + .pricing-type {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type + .pricing-type {
    margin-top: 64px;
  }
}
.multiple-pricing .grids-wrapper .one-row-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.multiple-pricing .grids-wrapper .one-row-heading .h1-like,
.multiple-pricing .grids-wrapper .one-row-heading .item-price {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .one-row-heading .h1-like,
.multiple-pricing .grids-wrapper .one-row-heading .item-price {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-1 {
    flex-direction: column;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-1.full-width .block-wrapper {
  width: 100%;
}
.multiple-pricing .grids-wrapper .pricing-type-1 .block-wrapper {
  width: calc(50% - 9px);
  border: 1px solid #B1996E;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-1 .block-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .multiple-pricing .grids-wrapper .pricing-type-1 .block-wrapper:last-child {
    margin-bottom: 0;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-1 .price-item {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-1 .price-item {
    margin-bottom: 30px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-1 .price-item:last-child {
  margin-bottom: 0;
}
.multiple-pricing .grids-wrapper .pricing-type-1 .price-item .item-descr {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-1 .price-item .item-descr {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-2 {
  text-align: center;
  background-image: url("https://d2yrbuozuxha1z.cloudfront.net/therittenhousespaclub-1229713581/cms/cache/v2/676261e856e0e.jpg/800x600/fit/80/ce4b9103f7432288bb2bfff16d12bfd4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
  margin-left: -100px;
  margin-right: -100px;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-2 {
    padding: 56px 10px 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-2 .multiple-price-heading {
  margin-bottom: 10px;
  color: #1F1D1D;
  text-align: center;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-bottom: 0;
  padding: 0;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .descr {
  color: #1F1D1D;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services.two-cols {
  grid-template-columns: repeat(2, 1fr);
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services.one-col {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-2 .services {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-2 .services .service {
    margin-bottom: 0;
    text-align: center;
  }
  .multiple-pricing .grids-wrapper .pricing-type-2 .services .service:last-child {
    margin-bottom: 0;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service:first-child:after {
  content: none;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #B1996E;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-2 .services .service:after {
    content: none;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service .h1-like {
  display: inline-block;
  margin-bottom: 10px;
  color: #1F1D1D;
  font-family: "the-seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service p {
  color: #1F1D1D;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.multiple-pricing .grids-wrapper .pricing-type-2 .services .service .footnote {
  color: #000;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (min-width: 1440px) {
  .multiple-pricing .grids-wrapper .pricing-type-2 .services .service .footnote {
    font-size: 16px;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #B1996E;
}
@media only screen and (max-width: 1023px) {
  .multiple-pricing .grids-wrapper .pricing-type-3 {
    padding: 0;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-3 .multiple-price-heading {
  text-align: center;
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-rule: 1px solid #B1996E;
       column-rule: 1px solid #B1996E;
  -moz-column-gap: 10%;
       column-gap: 10%;
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .multiple-pricing .grids-wrapper .pricing-type-3 .lines-list {
    -moz-columns: 1;
         columns: 1;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li {
    margin-bottom: 20px;
  }
  .multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li:last-child {
    margin-bottom: 0;
  }
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li.service-price .page-content:after {
  content: none;
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li.service-price .footnote {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li.service-price:last-child {
  margin-bottom: 0;
}
.multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li.full-text {
  font-size: 14px;
}
@media only screen and (min-width: 1440px) {
  .multiple-pricing .grids-wrapper .pricing-type-3 .lines-list li.full-text {
    font-size: 31px;
  }
}
.multiple-pricing .button-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1440px) {
  .multiple-pricing .button-wrapper {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-pricing .button-wrapper {
    margin-top: 15px;
  }
}

.text-tiles {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8% 12%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .text-tiles {
    padding: 56px 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .text-tiles {
    padding: 9%;
  }
}
@media (min-width: 1634px) {
  .text-tiles {
    padding: 9% 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-tiles {
    flex-direction: column;
    align-items: center;
  }
}
.text-tiles:after {
  content: none;
}
.text-tiles .tile {
  width: calc((100% / 3) - 9%);
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .text-tiles .tile {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .text-tiles .tile:last-child {
    margin-bottom: 0;
  }
}
.text-tiles .tile p {
  margin-bottom: 0;
  color: #4C3041;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.48px;
}
.text-tiles .tile .h1-like {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .text-tiles .tile .h1-like {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.08px;
  }
}

.promos-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider {
    margin: 0;
  }
}
.promos-slider .center-column {
  overflow: hidden;
}
.promos-slider .swiper-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.promos-slider .promo {
  display: inline-block;
  margin: 0 5px;
  max-height: 420px;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .promos-slider .promo {
    width: calc(33.33% - 30px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .promo {
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .promo {
    width: calc(100% - 20px) !important;
  }
}
.promos-slider .promo img {
  display: block;
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .promos-slider .promo {
    margin: 20px;
    min-width: 0;
    width: 93%;
  }
  .promos-slider .promo .description p {
    font-size: 14px;
    opacity: 1;
  }
  .promos-slider .promo .overlay {
    background: linear-gradient(180deg, rgba(76, 48, 65, 0) 0%, #4C3041 77.96%);
  }
  .promos-slider .promo .overlay:before {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
  }
  .promos-slider .promo .overlay:hover .thumbnail {
    transform: scale(1.05);
  }
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
  transform: scale(1);
}
.promos-slider .overlay {
  background: linear-gradient(180deg, rgba(76, 48, 65, 0) 0%, #4C3041 77.96%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
.promos-slider .description {
  opacity: 1;
  position: absolute;
  bottom: 0px;
  width: auto;
  left: 32px;
  right: 32px;
  text-align: left;
}
.promos-slider .description h2 {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  /* 129.167% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.promos-slider .description h2 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .description p {
  display: inline-block;
  width: 100%;
  opacity: 1;
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
.promos-slider .description .button {
  color: #F9FAFA;
  border: 1px solid #F9FAFA;
  background-color: transparent;
  width: auto;
  margin-bottom: 32px;
}
.promos-slider .description .button:hover {
  color: #4C3041;
  background-color: #F9FAFA;
}
.promos-slider .slick-prev {
  left: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .slick-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-slider .slick-next {
    right: 30px;
  }
}
.promos-slider .slideshow {
  height: 100%;
  width: calc(100% - 192px);
  overflow: hidden;
  margin: 0 96px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
.promos-slider .slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: calc(20% - 20px);
  margin: 0 10px;
  text-align: center;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slide {
    width: calc(50% - 20px);
  }
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.05);
}
.promos-slider .slide img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -100000em;
  font-size: 0;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  width: 17px;
  height: 30px;
}
.promos-slider .slideshow-button.next {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow-button.next {
    right: 10px;
  }
}
.promos-slider .slideshow-button.previous {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow-button.previous {
    left: 10px;
  }
}
.promos-slider .slideshow-button svg {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .slideshow-button svg:hover {
  opacity: 0.6;
}

.logos-slider {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-image: url("https://d2yrbuozuxha1z.cloudfront.net/therittenhousespaclub-1229713581/cms/cache/v2/675ab5e74fafb.jpg/800x600/fit/80/ebdd14deafb14edccef265ebebbf2159.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .logos-slider {
    padding: 48px 0;
  }
}
.logos-slider .slideshow {
  height: 100%;
  width: calc(100% - 192px);
  overflow: hidden;
  margin: 0 96px;
}
@media only screen and (max-width: 767px) {
  .logos-slider .slideshow {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
.logos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -100000em;
  font-size: 0;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  width: 17px;
  height: 30px;
}
.logos-slider .slideshow-button.next {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .logos-slider .slideshow-button.next {
    right: 10px;
  }
}
.logos-slider .slideshow-button.previous {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .logos-slider .slideshow-button.previous {
    left: 10px;
  }
}
.logos-slider .slideshow-button svg {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 350ms ease-in-out;
}
.logos-slider .slideshow-button svg:hover {
  opacity: 0.6;
}
.logos-slider .slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: calc(20% - 20px);
  margin: 0 15px;
  text-align: center;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .logos-slider .slide {
    width: 100% !important;
    margin: 0;
  }
}
.logos-slider .slide img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.gallery-slider {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider {
    padding: 56px 0;
  }
}
.gallery-slider.padding-top-no {
  padding-top: 0;
}
.gallery-slider.padding-bottom-no {
  padding-bottom: 0;
}
.gallery-slider .h2-like {
  text-align: center;
  margin-bottom: 40px;
  color: #4C3041;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
  font-weight: 300;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  font-family: "the-seasons";
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .h2-like {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 40px;
  }
}
.gallery-slider .slideshow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow {
    margin: 0;
    width: 100%;
  }
}
.gallery-slider .slideshow-button {
  position: absolute;
  top: calc(50% + 48px);
  transform: translateY(-50%);
  text-indent: -100000em;
  font-size: 0;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  background-color: #F9FAFA;
  width: 56px;
  height: 56px;
  padding: 14px;
  border-radius: 50%;
}
.gallery-slider .slideshow-button:hover {
  background-color: #B1996E;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button {
    top: calc(50% + 40px);
    display: none;
  }
}
.gallery-slider .slideshow-button.next {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button.next {
    right: 10px;
  }
}
.gallery-slider .slideshow-button.previous {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button.previous {
    left: 10px;
  }
}
.gallery-slider .slideshow-button svg {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 350ms ease-in-out;
}
.gallery-slider .slideshow-button svg:hover {
  opacity: 0.6;
}
.gallery-slider .slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-align: center;
  height: 560px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slide {
    margin: 0;
    height: 240px;
  }
}
.gallery-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletter-section {
  display: flex;
  width: 100%;
  position: relative;
}
.newsletter-section .image-thumb {
  width: calc(100% / 3);
  flex-shrink: 0;
  background-size: cover;
  min-height: 427px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-section .image-thumb {
    display: none;
  }
}
.newsletter-section .form-wrapper {
  width: 77%;
  padding: 20px 7.5%;
  background-color: #4C3041;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1100px) {
  .newsletter-section .form-wrapper {
    padding: 20px 1.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .newsletter-section .form-wrapper {
    width: 100%;
    padding: 50px 20px;
  }
}
.newsletter-section .form-wrapper h3.title {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper h3.title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.98px;
  }
}
.newsletter-section .form-wrapper .page-content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper .page-content {
    margin-bottom: 32px;
  }
}
.newsletter-section .form-wrapper .page-content p {
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.newsletter-section .form-wrapper #newsletter fieldset.main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset.main {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset.main p {
  position: relative;
  display: inline-block;
  width: 22%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset.main p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset.main p.required:before {
  content: "*";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p.big {
  width: 29%;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset.main p.big {
    width: 100%;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset.main p label {
  display: none;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text] {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  vertical-align: middle;
  border: 0.5px solid #F9FAFA;
  background: #F9FAFA;
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]::-webkit-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]::-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:-ms-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:focus::-webkit-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:focus:-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:focus::-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p input[type=text]:focus:-ms-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset.main p.controls {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset.main p.controls {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset.main p.controls .button {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset.main p.controls .button {
    width: 100%;
    max-width: none;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset.consent {
  text-align: center;
}
.newsletter-section .form-wrapper #newsletter fieldset.consent p {
  margin: 0;
  text-align: left;
}
.newsletter-section .form-wrapper #newsletter fieldset.consent label {
  width: 100%;
  margin: 12px 0 0;
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.newsletter-section .form-wrapper #newsletter fieldset.consent label a {
  color: #F9FAFA;
}
.newsletter-section .form-wrapper #newsletter fieldset.consent input {
  margin-top: 2px;
  margin-right: 8px;
}
.newsletter-section .form-wrapper #newsletter fieldset.consent em {
  left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #F9FAFA;
}
.newsletter-section .form-wrapper #newsletter form {
  margin-bottom: 0;
}
.newsletter-section .form-wrapper #newsletter h3 {
  display: none;
}
.newsletter-section .form-wrapper #newsletter #form_module_container_success {
  background: #4C3041;
  color: #fff;
  margin-bottom: 20px;
  margin-top: -40px;
  font-size: 24px;
  padding: 10px;
}
.newsletter-section .form-wrapper #newsletter #form_module_container_success p {
  margin: 0;
}
.newsletter-section .form-wrapper #newsletter #form_module_container_errors {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -40px;
}
.newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] {
  display: flex;
  flex-wrap: nowrap;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] {
    justify-content: center;
    text-align: center;
  }
}
.newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] label {
  display: inline-block;
  width: auto;
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 28px;
  margin: 12px 0 0;
}
.newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] label input[type=checkbox] {
  margin-top: 0;
  margin-right: 3px;
  position: relative;
  top: 4px;
}
.newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] a {
  color: #F9FAFA;
}
.newsletter-section .form-wrapper #newsletter .form-builder-field[class*=inputcheckbox] a:hover {
  color: #F9FAFA;
  text-decoration: none;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field {
  position: relative;
  display: inline-block;
  width: 22%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputtext]:before, .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputemail]:before {
  content: "*";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputemail] {
  width: 29%;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputemail] {
    width: 100%;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] {
  margin-left: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] {
    margin-top: 10px;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] .button {
  width: 100%;
  min-width: 200px;
  display: inline-block;
  padding: 0;
  color: #F9FAFA;
  border: 1px solid #F9FAFA;
  background-color: transparent;
  width: auto;
  transition: transform 0.35s ease-out;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0 32px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] .button {
    width: 100%;
    max-width: none;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] .button:hover, .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] .button:active, .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field[class*=inputsubmit] .button.active {
  color: #4C3041;
  background-color: #F9FAFA;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p {
    margin-bottom: 0;
  }
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p label {
  display: none;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text],
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email] {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  vertical-align: middle;
  border: 0.5px solid #F9FAFA;
  background: #F9FAFA;
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus-visible, .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus, .newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:hover,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus-visible,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:hover {
  outline: 0;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]::-webkit-input-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]::-webkit-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:-moz-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]::-moz-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]::-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:-ms-input-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:-ms-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus::-webkit-input-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus::-webkit-input-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus:-moz-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus:-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus::-moz-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus::-moz-placeholder {
  color: #4C3041;
}
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=text]:focus:-ms-input-placeholder,
.newsletter-section .form-wrapper #newsletter fieldset:first-of-type .form-builder-group .form-builder-field p input[type=email]:focus:-ms-input-placeholder {
  color: #4C3041;
}
.newsletter-section .success-message {
  font-size: 26px;
  line-height: 1.2;
  color: #F9FAFA;
}

.footer-section {
  display: flex;
  width: 100%;
  position: relative;
}
.footer-section a {
  color: #fff;
  text-decoration: none;
}
.footer-section a:hover {
  color: #B1996E;
}
.footer-section .logo-part {
  width: calc(100% / 3);
  flex-shrink: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 485px;
}
@media only screen and (max-width: 1023px) {
  .footer-section .logo-part {
    display: none;
  }
}
.footer-section .logo-part .content-wrapper {
  padding: 0 10%;
}
.footer-section .logo-part .content-wrapper p {
  color: #4C3041;
  text-align: center;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.footer-section .logo-part .logo {
  display: inline-block;
  font-size: 0;
  width: 80%;
  margin: 0 auto 24px;
}
.footer-section .logo-part .logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
  fill: #4C3041;
}
.footer-section .information-part {
  width: 77%;
  padding: 0 6%;
  background-image: url("https://d2yrbuozuxha1z.cloudfront.net/therittenhousespaclub-1229713581/cms/cache/v2/6757f843c168c.jpg/800x600/fit/80/12905478c30196729bd2608501a94a09.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #4C3041;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  -moz-column-gap: 6%;
       column-gap: 6%;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  row-gap: 50px;
}
@media (max-width: 1100px) {
  .footer-section .information-part {
    padding: 0 1.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-section .information-part {
    width: 100%;
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section .information-part {
    grid-template-columns: none;
    row-gap: 24px;
  }
}
.footer-section .information-part .col h3 {
  color: var(--Primary, #4C3041);
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footer-section .information-part .col h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.96px;
  }
}
.footer-section .information-part .col p {
  color: #4C3041;
  font-family: "simplon_bpregular";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.footer-section .information-part .col p a {
  color: #4C3041;
}
.footer-section .information-part .col.footer-socials .phone {
  margin-bottom: 20px;
}
.footer-section .information-part .col.footer-socials .socials {
  display: flex;
  font-size: 0;
  transform: translateY(-8px);
}
@media screen and (max-width: 1440px) {
  .footer-section .information-part .col.footer-socials .socials {
    float: none;
    margin-left: 0;
    transform: none;
  }
}
.footer-section .information-part .col.footer-socials .socials li {
  display: inline-block;
  margin: 0 10px;
}
.footer-section .information-part .col.footer-socials .socials li:first-child {
  margin-left: 0;
}
.footer-section .information-part .col.footer-socials .socials li:last-child {
  margin-right: 0;
}
.footer-section .information-part .col.footer-socials .socials li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #4C3041;
  border-radius: 50px;
  transition: background-color 0.35s ease-in-out;
}
.footer-section .information-part .col.footer-socials .socials li a svg {
  fill: #F9FAFA;
}
.footer-section .information-part .col.footer-socials .socials li a:hover {
  background-color: #B1996E;
}
.footer-section .information-part .col.footer-socials .socials li a:hover svg {
  fill: #4C3041;
}
.footer-section .information-part .col.footer-socials .socials li a svg {
  display: block;
  width: 100%;
  fill: #F9FAFA;
  transition: fill 0.35s ease-in-out;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  position: fixed;
  right: -100%;
  top: 0px;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("https://d2yrbuozuxha1z.cloudfront.net/therittenhousespaclub-1229713581/cms/cache/v2/675ab6f94ca9a.jpg/800x600/fit/80/81a4fdb47d14a8875f9515f471615b23.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media (max-width: 1440px) {
  #hamburger-navigation {
    padding-top: 130px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
  display: block;
}
#hamburger-navigation .hamburger-navigation-inner {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media (min-width: 1440px) {
  #hamburger-navigation .hamburger-navigation-inner {
    top: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .hamburger-navigation-inner {
    top: 50%;
  }
}
#hamburger-navigation .socials {
  margin-bottom: 30px;
  font-size: 0;
}
#hamburger-navigation .socials li {
  display: inline-block;
  margin: 0 10px;
}
#hamburger-navigation .socials li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #e7e2dc;
  border: 1px solid #e7e2dc;
  border-radius: 50px;
  transition: border-color 0.35s ease-in-out;
}
#hamburger-navigation .socials li a:hover {
  border-color: #B1996E;
}
#hamburger-navigation .socials li a:hover svg {
  fill: #B1996E;
}
#hamburger-navigation .socials li a svg {
  display: block;
  width: 100%;
  fill: #4C3041;
  transition: fill 0.35s ease-in-out;
}
#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 ul {
  margin: 0 auto;
}
#hamburger-navigation .top-menu li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .top-menu li {
    margin-bottom: 22px;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  position: relative;
  padding: 0 40px;
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: 2.56px;
  text-transform: uppercase;
  text-decoration: none;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #B1996E;
}
#hamburger-navigation .top-menu a:hover:after, #hamburger-navigation .top-menu a.active:after {
  background-color: #B1996E;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .top-menu a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.88px;
    text-transform: uppercase;
  }
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  display: none;
}
@media (max-width: 1440px) {
  #hamburger-navigation .main-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .main-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 0 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .menu.level-1 > li {
    margin-bottom: 22px;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li.desktop-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  #hamburger-navigation .main-menu .menu.level-1 > li.desktop-only {
    display: none;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li.mobile-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  #hamburger-navigation .main-menu .menu.level-1 > li.mobile-only {
    display: block;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li a {
  display: block;
  position: relative;
  padding: 0 40px;
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: 2.56px;
  text-transform: uppercase;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.level-1 > li a:hover, #hamburger-navigation .main-menu .menu.level-1 > li a.active {
  color: #B1996E;
}
#hamburger-navigation .main-menu .menu.level-1 > li a:hover:after, #hamburger-navigation .main-menu .menu.level-1 > li a.active:after {
  background-color: #B1996E;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .main-menu .menu.level-1 > li a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.88px;
    text-transform: uppercase;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 15px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 30px;
  line-height: 1.5;
  text-decoration: none;
  color: #e7e2dc;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #B1996E;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 25px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal,
#hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #e7e2dc;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical,
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #B1996E !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .logo-svg {
  fill: #e7e2dc;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .logo-svg {
    width: 80px;
  }
}
#hamburger-navigation .mini-contacts {
  color: #e7e2dc;
  font-family: "Codec", sans-serif;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .mini-contacts {
    font-size: 14px;
  }
}
#hamburger-navigation .mini-contacts a {
  color: #e7e2dc;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#hamburger-navigation .mini-contacts a:hover {
  text-decoration: underline;
}
#hamburger-navigation .mini-contacts a.mail-link {
  text-transform: lowercase;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 100px 20px 30px 20px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults, #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
#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: #54baba;
  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 "simplon_bpregular";
  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 "simplon_bpregular";
  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%;
}

#merchandising-tile {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: -600px;
  width: 525px;
  z-index: 80;
  background: transparent;
  color: #fff;
  height: 220px;
  transition: 1s;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile {
    bottom: 180px;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    bottom: 260px;
  }
}
.admin .preview-item #merchandising-tile {
  display: block !important;
  padding: 20px;
  position: relative;
  right: 0;
  bottom: auto;
  transform: none;
}
#merchandising-tile .img-overlay {
  width: 525px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: no-repeat;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile .img-overlay {
    bottom: 0;
    transform: none;
  }
}
.admin .preview-item #merchandising-tile .img-overlay {
  bottom: 50%;
  transform: translateY(50%);
}
#merchandising-tile .img-overlay .color-overlay {
  background-color: rgba(76, 48, 65, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#merchandising-tile .promo-name {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile .promo-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.96px;
  }
}
#merchandising-tile .promo-text {
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #F9FAFA;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-right: 0;
}
#merchandising-tile .promo-content .inner-wrap {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
#merchandising-tile .promo-content .button {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 16px 0 0 0;
  padding: 0;
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile .promo-content .button {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.04px;
  }
}
#merchandising-tile .promo-content .button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #F9FAFA;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #B1996E;
  position: fixed;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  z-index: 9999;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merchandising-open-btn.hide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .merchandising-open-btn {
    bottom: 180px;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 260px;
  }
}
.admin .preview-item .merchandising-open-btn {
  display: none;
}
.merchandising-open-btn .arrow-rotate {
  background: url("../images/right_arrow.svg") no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
  transform: scaleX(1);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: scaleX(-1);
}

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

.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 "the-seasons";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 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: "simplon_bpregular";
  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: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

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

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

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

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

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  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 "the-seasons";
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 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 "the-seasons";
  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-block {
  position: relative;
  padding: 100px 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .feeds-block {
    padding: 56px 0;
  }
}
.feeds-block h2 {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .feeds-block h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
  }
}
.feeds-block h3 {
  color: #4C3041;
  text-align: center;
  font-family: "the-seasons";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.feeds-block.loading {
  min-height: 300px;
}
.feeds-block.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: #B1996E;
  border-bottom-color: #B1996E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feeds-block .category-selector:empty {
  display: none;
}
.feeds-block .feed-content {
  overflow: hidden;
  position: relative;
  max-width: 1624px;
  margin: 57px auto 0;
}
.feeds-block .feed-items {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feeds-block .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "simplon_bpregular";
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
.feeds-block .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.feeds-block .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 979px) {
  .feeds-block .feed-item {
    width: calc((100% - 52px) / 3);
    margin-bottom: 26px;
  }
}
.feeds-block .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
.feeds-block .feed-item.invisible {
  opacity: 0;
}
.feeds-block .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.feeds-block .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
.feeds-block .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
.feeds-block .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "simplon_bpregular";
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  .feeds-block .feed-item .feed-descr {
    padding: 20px;
  }
}
.feeds-block .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
.feeds-block .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.feeds-block .feed-item .feed-text {
  display: inline-block;
  font-family: "simplon_bpregular";
  font-weight: 200;
}
.feeds-block .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds-block .feed-item.instagram {
  background: #833ab4;
}
.feeds-block .feed-item.instagram:before {
  background-position: 0 0;
}
.feeds-block .feed-item.instagram .feed-descr {
  display: none;
}
.feeds-block .feed-item.instagram a {
  color: inherit;
}
.feeds-block .feed-item.facebook {
  background: #3b5998;
}
.feeds-block .feed-item.facebook:before {
  background-position: -50px 0;
}
.feeds-block .feed-item.twitter {
  background: #657786;
}
.feeds-block .feed-item.twitter:before {
  background-position: -100px 0;
}
.feeds-block .feed-item.blog:before {
  background-position: -150px 0;
}
.feeds-block .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
.feeds-block .feed-item.blog h3:hover {
  opacity: 0.7;
}
.feeds-block .feed-item.blog .feed-descr {
  color: #5c574f;
}
.feeds-block .feed-controls {
  text-align: center;
}

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

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

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1.no-room-amenities .background {
  left: 450px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background {
    left: 0;
  }
}
.venue.template1.no-room-amenities .background .venue-thumb {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background .venue-thumb {
    right: 0;
  }
}
.venue.template1.no-room-amenities .background .amenities-sliders {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .background .amenities-sliders {
    right: 0;
  }
}
.venue.template1.no-room-amenities .content {
  width: 450px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1.no-room-amenities .content {
    width: 100%;
  }
}
.venue.template1.no-room-amenities .buttons {
  left: 100%;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@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;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .venue-thumb {
    right: 60px;
  }
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .venue-thumb img.placeholder-image {
  width: 50%;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .venue-thumb img.placeholder-image {
    left: calc(50% - 30px);
  }
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders {
    right: 60px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  width: auto;
  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;
  min-height: 360px;
  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;
    min-height: auto;
  }
}
.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: "simplon_bpregular";
  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;
}

#footer {
  position: relative;
  font-size: 26px;
  text-align: center;
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  #footer {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  #footer {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  #footer {
    font-size: 18px;
  }
}
#footer .footer-bar {
  display: flex;
  padding: 20px 40px;
  background-color: #4C3041;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-bar {
    padding: 30px 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#footer .footer-bar svg {
  fill: #e7e2dc;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-bar svg {
    display: none;
  }
}
#footer .footer-menu {
  margin: 0 20px;
  flex-shrink: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-menu {
    margin: 0 0 10px 0;
    flex-shrink: 1;
    text-align: center;
    width: 100%;
  }
}
#footer .footer-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-menu ul li {
    margin: 5px 10px;
  }
}
#footer .footer-menu ul li a {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .footer-menu ul li a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.04px;
  }
}
#footer .footer-menu ul li a:hover, #footer .footer-menu ul li a.active {
  color: #B1996E;
}
#footer .copyright {
  color: #F9FAFA;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.04px;
  }
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  vertical-align: super;
}

.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
  z-index: 41;
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-bottom-menu {
    display: flex;
  }
}
.mobile-bottom-menu ul {
  display: flex;
  flex-wrap: nowrap;
  background: #FFFDF7;
  width: 100%;
}
.mobile-bottom-menu ul li {
  position: relative;
  flex-grow: 1;
}
.mobile-bottom-menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "the-seasons";
  font-size: 12px;
  font-weight: 700;
  line-height: 12;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4C3041;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 500px) {
  .mobile-bottom-menu ul li a {
    font-size: 11px;
  }
}
.mobile-bottom-menu ul li a:hover {
  color: #F9FAFA;
  background-color: #4C3041;
}
.mobile-bottom-menu ul li:last-child a {
  color: #F9FAFA;
  background-color: #4C3041;
}
.mobile-bottom-menu ul li:last-child a:hover {
  color: #4C3041;
  background-color: #B1996E;
}

#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: 18px;
  color: #222222;
  text-align: left;
}
#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: #B1996E;
  border-bottom-color: #B1996E;
  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 {
  font-family: "the-seasons";
  text-align: center;
  font-size: 17px;
  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 .image-list-item {
  position: relative;
  overflow: hidden;
  height: 420px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  background-color: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 420px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .specials .image-list-item .background {
    width: 300px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 20px 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 {
  font-size: 30px;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #B1996E;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@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;
  }
}
.specials .image-list-item .description nav .button + .button {
  margin-left: 10px;
}

.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: #B1996E;
  border-bottom-color: #B1996E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

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

.map-content {
  background: rgba(76, 48, 65, 0.9);
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
  border-radius: 10px;
}
.map-content h3,
.map-content p {
  margin-bottom: 0;
  color: #fff !important;
}
.map-content h3 {
  font: 18px/24px "the-seasons";
  text-transform: uppercase;
}
.map-content p {
  font-family: "simplon_bpregular";
  font-size: 18px !important;
  margin-top: 10px;
}
.map-content p a {
  color: #B1996E;
}
.map-content p a:hover {
  color: #fff;
}
.map-content .button {
  display: block;
  margin-top: 20px;
}

.pressroom .pressroom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pressroom .pressroom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 500px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #eeeeee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@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: #4C3041;
  display: block;
  margin: 5px 0;
  font-family: "the-seasons";
  font-size: 16px;
  color: #B1996E;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description h4,
.pressroom .pressroom-item .description p,
.pressroom .pressroom-item .description .pdf {
  color: #fff !important;
}
.pressroom .pressroom-item .description p {
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .description .pdf {
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-family: "the-seasons";
  font-size: 16px;
  line-height: 16px;
  padding-left: 0 !important;
  transition: color 350ms ease-in-out;
}
.pressroom .pressroom-item .description .pdf:hover {
  color: #B1996E !important;
}
.pressroom .pressroom-item .description .pdf:hover svg {
  fill: #B1996E;
}
.pressroom .pressroom-item .description .pdf svg {
  fill: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}
.pressroom .pressroom-item.no-img .description {
  position: relative;
  background: none;
}
.pressroom .pressroom-item.no-img .description p {
  color: #222222 !important;
}
.pressroom .pressroom-item.no-img .description h4 {
  color: #4C3041 !important;
}
.pressroom .pressroom-item.no-img .description time,
.pressroom .pressroom-item.no-img .description .pdf {
  color: #85A09E !important;
}
.pressroom .pressroom-item.no-img .description .pdf:hover {
  color: #4C3041 !important;
}
.pressroom .pressroom-item.no-img .description .pdf:hover svg {
  fill: #4C3041;
}
.pressroom .pressroom-item.no-img .description .pdf svg {
  fill: #85A09E;
}

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

.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=email], .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=email], .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: 20px;
  margin-top: 10px;
  font-size: 18px;
  background-color: #eeeeee;
  text-align: left;
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

.form-main h3 {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: thin solid #4C3041;
}
.form-main fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-main fieldset .form-builder-group {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 1023px) {
  .form-main fieldset .form-builder-group {
    width: 100%;
  }
}
.form-main fieldset .form-builder-group input[type=text], .form-main fieldset .form-builder-group input[type=phone], .form-main fieldset .form-builder-group input[type=email], .form-main fieldset .form-builder-group textarea {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #4C3041;
}
.form-main fieldset .form-builder-group input[type=text]:focus-visible, .form-main fieldset .form-builder-group input[type=text]:focus, .form-main fieldset .form-builder-group input[type=text]:hover, .form-main fieldset .form-builder-group input[type=phone]:focus-visible, .form-main fieldset .form-builder-group input[type=phone]:focus, .form-main fieldset .form-builder-group input[type=phone]:hover, .form-main fieldset .form-builder-group input[type=email]:focus-visible, .form-main fieldset .form-builder-group input[type=email]:focus, .form-main fieldset .form-builder-group input[type=email]:hover, .form-main fieldset .form-builder-group textarea:focus-visible, .form-main fieldset .form-builder-group textarea:focus, .form-main fieldset .form-builder-group textarea:hover {
  border: 1px solid #4C3041;
  outline: 0;
}
.form-main fieldset .form-builder-group textarea {
  min-height: 160px;
  resize: none;
  padding: 20px;
}
.form-main fieldset .form-builder-group:last-child {
  width: 100%;
}

[id*=form_form_],
#newsletter-form {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_],
#newsletter-form {
    text-align: left;
    margin-bottom: 56px;
  }
}
[id*=form_form_] fieldset,
#newsletter-form fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
[id*=form_form_] fieldset .form-builder-group,
#newsletter-form fieldset .form-builder-group {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] fieldset .form-builder-group,
#newsletter-form fieldset .form-builder-group {
    width: 100%;
  }
}
[id*=form_form_] fieldset .form-builder-group input[type=text], [id*=form_form_] fieldset .form-builder-group input[type=phone], [id*=form_form_] fieldset .form-builder-group input[type=email], [id*=form_form_] fieldset .form-builder-group textarea,
#newsletter-form fieldset .form-builder-group input[type=text],
#newsletter-form fieldset .form-builder-group input[type=phone],
#newsletter-form fieldset .form-builder-group input[type=email],
#newsletter-form fieldset .form-builder-group textarea {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #4C3041;
}
[id*=form_form_] fieldset .form-builder-group input[type=text]:focus-visible, [id*=form_form_] fieldset .form-builder-group input[type=text]:focus, [id*=form_form_] fieldset .form-builder-group input[type=text]:hover, [id*=form_form_] fieldset .form-builder-group input[type=phone]:focus-visible, [id*=form_form_] fieldset .form-builder-group input[type=phone]:focus, [id*=form_form_] fieldset .form-builder-group input[type=phone]:hover, [id*=form_form_] fieldset .form-builder-group input[type=email]:focus-visible, [id*=form_form_] fieldset .form-builder-group input[type=email]:focus, [id*=form_form_] fieldset .form-builder-group input[type=email]:hover, [id*=form_form_] fieldset .form-builder-group textarea:focus-visible, [id*=form_form_] fieldset .form-builder-group textarea:focus, [id*=form_form_] fieldset .form-builder-group textarea:hover,
#newsletter-form fieldset .form-builder-group input[type=text]:focus-visible,
#newsletter-form fieldset .form-builder-group input[type=text]:focus,
#newsletter-form fieldset .form-builder-group input[type=text]:hover,
#newsletter-form fieldset .form-builder-group input[type=phone]:focus-visible,
#newsletter-form fieldset .form-builder-group input[type=phone]:focus,
#newsletter-form fieldset .form-builder-group input[type=phone]:hover,
#newsletter-form fieldset .form-builder-group input[type=email]:focus-visible,
#newsletter-form fieldset .form-builder-group input[type=email]:focus,
#newsletter-form fieldset .form-builder-group input[type=email]:hover,
#newsletter-form fieldset .form-builder-group textarea:focus-visible,
#newsletter-form fieldset .form-builder-group textarea:focus,
#newsletter-form fieldset .form-builder-group textarea:hover {
  border: 1px solid #4C3041;
  outline: 0;
}
[id*=form_form_] fieldset .form-builder-group textarea,
#newsletter-form fieldset .form-builder-group textarea {
  min-height: 160px;
  resize: none;
  padding: 20px;
}
[id*=form_form_] fieldset .form-builder-group:last-child,
#newsletter-form fieldset .form-builder-group:last-child {
  width: 100%;
}
[id*=form_form_] fieldset + fieldset,
#newsletter-form fieldset + fieldset {
  margin-top: 0;
}
[id*=form_form_] h3,
#newsletter-form h3 {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: thin solid #B1996E;
  display: none;
}
[id*=form_form_] em,
#newsletter-form em {
  color: #b31919;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label,
#newsletter-form label {
  width: 40%;
  font-size: 18px;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
  color: #222222;
  display: none;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label,
#newsletter-form label {
    display: none;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p,
#newsletter-form p {
  margin-bottom: 24px;
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 28px;
}
[id*=form_form_] p.no-bottom-margin,
#newsletter-form p.no-bottom-margin {
  margin-bottom: 0;
  display: contents;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p,
#newsletter-form p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after,
#newsletter-form p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p a,
#newsletter-form p a {
  color: #F9FAFA;
}
[id*=form_form_] p span,
#newsletter-form p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group,
#newsletter-form p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input,
#newsletter-form p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label,
#newsletter-form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group,
#newsletter-form p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group,
#newsletter-form p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label,
#newsletter-form p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input,
#newsletter-form p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper,
#newsletter-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,
#newsletter-form input[type=text],
#newsletter-form input[type=number],
#newsletter-form input[type=email],
#newsletter-form input[type=phone],
#newsletter-form input[type=url],
#newsletter-form input[type=datepicker],
#newsletter-form textarea,
#newsletter-form select,
#newsletter-form .input-overlay {
  background: #fff;
  color: #222222;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: thin solid #d1d1d1;
  font-family: "simplon_bpregular";
  font-size: 18px;
  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,
#newsletter-form input[type=text],
#newsletter-form input[type=number],
#newsletter-form input[type=email],
#newsletter-form input[type=phone],
#newsletter-form input[type=url],
#newsletter-form input[type=datepicker],
#newsletter-form textarea,
#newsletter-form select,
#newsletter-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,
#newsletter-form input[type=text].form_module_field_error,
#newsletter-form input[type=number].form_module_field_error,
#newsletter-form input[type=email].form_module_field_error,
#newsletter-form input[type=phone].form_module_field_error,
#newsletter-form input[type=url].form_module_field_error,
#newsletter-form input[type=datepicker].form_module_field_error,
#newsletter-form textarea.form_module_field_error,
#newsletter-form select.form_module_field_error,
#newsletter-form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] textarea,
#newsletter-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],
#newsletter-form input[type=checkbox],
#newsletter-form input[type=radio] {
  width: 18px;
  height: 18px;
  padding: 0;
  vertical-align: top;
  border: thin solid #d1d1d1;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio],
#newsletter-form input[type=checkbox],
#newsletter-form input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper,
#newsletter-form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper,
#newsletter-form .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay,
#newsletter-form input[type=datepicker],
#newsletter-form .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay,
#newsletter-form input[type=datepicker],
#newsletter-form .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay,
#newsletter-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,
#newsletter-form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger,
#newsletter-form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger,
#newsletter-form .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit],
#newsletter-form input[type=submit] {
  display: block;
  margin: 0;
}
[id*=form_form_] > input[type=submit],
#newsletter-form > input[type=submit] {
  margin-top: 0;
}
[id*=form_form_] .g-recaptcha,
#newsletter-form .g-recaptcha {
  display: flex;
  justify-content: left;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .g-recaptcha,
#newsletter-form .g-recaptcha {
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
[id*=form_form_] .form-builder-field,
#newsletter-form .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label,
#newsletter-form .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label,
#newsletter-form .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden],
#newsletter-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,
#newsletter-form .form-builder-field[class*=inputcheckbox] > label,
#newsletter-form .form-builder-field[class*=checkboxgroup] > label,
#newsletter-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,
#newsletter-form .form-builder-field[class*=inputcheckbox] > label,
#newsletter-form .form-builder-field[class*=checkboxgroup] > label,
#newsletter-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,
#newsletter-form .form-builder-field[class*=inputcheckbox] .radio-label,
#newsletter-form .form-builder-field[class*=inputcheckbox] .checkbox-label,
#newsletter-form .form-builder-field[class*=checkboxgroup] .radio-label,
#newsletter-form .form-builder-field[class*=checkboxgroup] .checkbox-label,
#newsletter-form .form-builder-field[class*=radiogroup] .radio-label,
#newsletter-form .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #222222;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label,
#newsletter-form .form-builder-field[class*=inputcheckbox] .radio-label,
#newsletter-form .form-builder-field[class*=inputcheckbox] .checkbox-label,
#newsletter-form .form-builder-field[class*=checkboxgroup] .radio-label,
#newsletter-form .form-builder-field[class*=checkboxgroup] .checkbox-label,
#newsletter-form .form-builder-field[class*=radiogroup] .radio-label,
#newsletter-form .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label,
#newsletter-form .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label,
#newsletter-form .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] > label,
#newsletter-form .form-builder-field[class*=countryandstate] > label {
  height: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=countryandstate] > label,
#newsletter-form .form-builder-field[class*=countryandstate] > label {
    height: auto;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] > p,
#newsletter-form .form-builder-field[class*=countryandstate] > p {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=countryandstate] > p,
#newsletter-form .form-builder-field[class*=countryandstate] > p {
    float: none;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] > p:first-of-type,
#newsletter-form .form-builder-field[class*=countryandstate] > p:first-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=countryandstate] > p:first-of-type,
#newsletter-form .form-builder-field[class*=countryandstate] > p:first-of-type {
    margin-bottom: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=countryandstate] > p label,
#newsletter-form .form-builder-field[class*=countryandstate] > p label {
  width: 100%;
  text-align: left;
}
[id*=form_form_] .form-builder-field[class*=paragraph] p,
[id*=form_form_] .form-builder-field[class*=paragraph] ul,
[id*=form_form_] .form-builder-field[class*=paragraph] ol,
#newsletter-form .form-builder-field[class*=paragraph] p,
#newsletter-form .form-builder-field[class*=paragraph] ul,
#newsletter-form .form-builder-field[class*=paragraph] ol {
  font-size: 18px !important;
}
[id*=form_form_] .form-builder-field[class*=button],
#newsletter-form .form-builder-field[class*=button] {
  text-align: left;
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=button],
#newsletter-form .form-builder-field[class*=button] {
    text-align: center;
    margin-left: 0;
  }
}
[id*=form_form_] .form-builder-field[class*=button] .button,
#newsletter-form .form-builder-field[class*=button] .button {
  margin-top: 0;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit],
#newsletter-form .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance,
#newsletter-form .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em,
#newsletter-form .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox],
#newsletter-form .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label,
#newsletter-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],
#newsletter-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],
#newsletter-form .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile],
#newsletter-form .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file],
#newsletter-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,
#newsletter-form .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input,
#newsletter-form .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "simplon_bpregular";
  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,
#newsletter-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,
#newsletter-form .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field,
#newsletter-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),
#newsletter-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),
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label,
#newsletter-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],
#newsletter-form .form-builder-group.columns-2 .form-builder-field input[type=text],
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] select,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] input,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select,
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-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),
#newsletter-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),
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label,
#newsletter-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],
#newsletter-form .form-builder-group.columns-3 .form-builder-field input[type=text],
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] select,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] input,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select,
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-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),
#newsletter-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),
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label,
#newsletter-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],
#newsletter-form .form-builder-group.columns-4 .form-builder-field input[type=text],
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] label,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label,
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] select,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] input,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select,
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper,
#newsletter-form .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper,
#newsletter-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,
#newsletter-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),
#newsletter-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),
#newsletter-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,
#newsletter-form .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox,
[id*=form_form_] .custom-radio,
#newsletter-form .custom-checkbox,
#newsletter-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,
#newsletter-form .custom-checkbox:before,
#newsletter-form .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: thin solid #d1d1d1;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before,
[id*=form_form_] .custom-radio:hover:before,
#newsletter-form .custom-checkbox:hover:before,
#newsletter-form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before,
[id*=form_form_] .custom-radio:active:before,
#newsletter-form .custom-checkbox:active:before,
#newsletter-form .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after,
[id*=form_form_] .custom-radio:after,
#newsletter-form .custom-checkbox:after,
#newsletter-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,
#newsletter-form .custom-checkbox.checked:after,
#newsletter-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,
#newsletter-form .custom-checkbox input,
#newsletter-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,
#newsletter-form .custom-checkbox.active,
#newsletter-form .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before,
#newsletter-form .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after,
#newsletter-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,
#newsletter-form .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file],
#newsletter-form input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input,
#newsletter-form .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive,
#newsletter-form .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

#form_form_1 .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p,
form .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p {
  text-align: left;
  margin-bottom: 0;
}
#form_form_1 .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p label,
form .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p label {
  display: inline-block;
  width: auto;
  color: #F9FAFA;
  font-family: "simplon_bpregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 28px;
  margin: 12px 0 0;
}
#form_form_1 .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p label em,
form .inputcheckbox_1MLPfwUEnZlvaMms2WJ9 p label em {
  color: #F9FAFA !important;
}

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #4C3041;
  font-family: "the-seasons";
  font-size: 16px;
  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: #4C3041;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:hover {
  background: #85A09E;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  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: #fff;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }
}
