﻿@charset "utf-8";
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
.clearfix {
  clear: both;
  min-height: 0;
  display: block;
}
ul {
  list-style-type: none;
}
* {
  text-decoration: none;
}
*:active,
:focus,
:visited {
  outline: none;
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes art0 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes art1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes art2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: 'seasonsRegular';
  src: url("../Font/seasons/regular/regular.eot");
  src: url("../Font/seasons/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/seasons/regular/regular.woff") format("woff"), url("../Font/seasons/regular/regular.ttf") format("truetype"), url("../Font/seasons/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'seasonsItalic';
  src: url("../Font/seasons/italic/italic.eot");
  src: url("../Font/seasons/italic/italic.eot?#iefix") format("embedded-opentype"), url("../Font/seasons/italic/italic.woff") format("woff"), url("../Font/seasons/italic/italic.ttf") format("truetype"), url("../Font/seasons/italic/italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'crimsonItalic';
  src: url("../Font/crimson/italic/italic.eot");
  src: url("../Font/crimson/italic/italic.eot?#iefix") format("embedded-opentype"), url("../Font/crimson/italic/italic.woff") format("woff"), url("../Font/crimson/italic/italic.ttf") format("truetype"), url("../Font/crimson/italic/italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'crimsonRegular';
  src: url("../Font/crimson/regular/regular.eot");
  src: url("../Font/crimson/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/crimson/regular/regular.woff") format("woff"), url("../Font/crimson/regular/regular.ttf") format("truetype"), url("../Font/crimson/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #8a8078;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: #8c382b;
  color: #ffffff;
}
::placeholder {
  color: #8c382b;
}
input::placeholder {
  color: #8c382b;
}
input::placeholder {
  color: #8c382b;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #8c382b;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.pageContainer {
  width: calc(100% - 385px);
  position: relative;
}
.pageContainer .main {
  padding: 100px;
}
.pageContainer .titleArea {
  width: 100%;
}
.pageContainer .titleArea .pageTitle {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 56px;
  line-height: 66px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.pageContainer .titleArea .pageTitle.grey {
  color: #8a8078;
}
.pageContainer .titleArea .pageSubTitle {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 56px;
  line-height: 66px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.splide__pagination {
  bottom: -50px;
  display: flex;
  padding: 0;
  margin: 0;
}
.splide__pagination:before {
  content: "SLIDE";
  position: absolute;
  top: -20px;
  left: 0;
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.splide__pagination li {
  padding: 0;
  margin: 0;
  background: #ede8df;
  flex: 1 1 auto;
  height: 2px;
}
.splide__pagination li button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  outline: none !important;
}
.splide__pagination li button.is-active {
  background-color: #8c382b;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.splide__pagination li button:after {
  content: "";
  width: 100%;
  height: 500%;
  position: absolute;
  top: -250%;
  left: 0;
}
.splide__arrows.leftArrow button.splide__arrow--prev {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.splide__arrows.rightArrow button.splide__arrow--next {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.splide__arrows button {
  width: 50px;
  height: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: calc(50% - 25px);
  background: none;
  outline: none !important;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: "visibility,opacity";
  -moz-transition-property: "visibility,opacity";
  -o-transition-property: "visibility,opacity";
  -ms-transition-property: "visibility,opacity";
  transition-property: "visibility,opacity";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.splide__arrows button.splide__arrow--prev {
  left: -70px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -210px;
}
.splide__arrows button.splide__arrow--next {
  right: -70px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -50px -210px;
}
.splide__arrows button svg {
  display: none;
}
.bookNowBtn {
  width: auto;
  height: 34px;
  border: 2px #8c382b solid;
  padding: 0 10px 0 30px;
  color: #ffffff;
  font-family: 'crimsonItalic';
  font-size: 24px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  background: #8c382b;
  cursor: pointer;
}
.bookNowBtn:before {
  content: "";
  width: 10px;
  height: 30px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -10px -40px;
  position: absolute;
  top: 0;
  left: 12px;
}
@media screen and (max-width: 1700px) {
  .pageContainer {
    width: calc(100% - 330px);
  }
  .pageContainer .main {
    padding: 80px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 46px;
    line-height: 56px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 46px;
    line-height: 56px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1400px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 100px 50px 50px 50px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 993px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 100px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 70px 30px 30px 30px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
}
.leftMenu {
  width: 385px;
  height: 100vh;
  background: #fffaf5;
  border-right: 2px #c1b3a7 solid;
  position: sticky;
  top: 0;
}
.leftMenu .logo {
  width: 180px;
  height: 180px;
  background-image: url('../InterfaceImages/logo.svg');
  background-repeat: no-repeat;
  display: block;
  margin: 50px auto 0 auto;
}
.leftMenu .center {
  height: calc(100% - 230px - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.leftMenu .center .menu li {
  text-align: center;
  width: 100%;
}
.leftMenu .center .menu li.active a {
  font-family: 'the-seasons';
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.leftMenu .center .menu li:hover a {
  color: #8c382b;
}
.leftMenu .center .menu li a {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}
.leftMenu .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  text-align: center;
}
.leftMenu .bottom .social {
  margin-bottom: 30px;
  height: 40px;
  display: inline-block;
}
.leftMenu .bottom .social li {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
}
.leftMenu .bottom .social li.facebook {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.leftMenu .bottom .social li.instagram {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -40px 0;
}
.leftMenu .bottom .social li a {
  width: 100%;
  height: 100%;
  display: block;
}
.leftMenu .bottom .lang {
  height: 26px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.leftMenu .bottom .lang li {
  position: relative;
  display: inline-block;
}
.leftMenu .bottom .lang li:hover,
.leftMenu .bottom .lang li.active {
  font-family: 'the-seasons';
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}
.leftMenu .bottom .lang li:hover a,
.leftMenu .bottom .lang li.active a {
  color: #8c382b;
}
.leftMenu .bottom .lang li:first-child:after {
  content: none;
  width: 5px;
  height: 1px;
  background: #000000;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0px;
}
.leftMenu .bottom .lang li a {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}
.booking {
  width: 100%;
  height: 0;
  background: #ffffff;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 103;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: visibility,opacity,height,top;
  -moz-transition-property: visibility,opacity,height,top;
  -o-transition-property: visibility,opacity,height,top;
  -ms-transition-property: visibility,opacity,height,top;
  transition-property: visibility,opacity,height,top;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.booking.active {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
  height: 100vh;
}
.booking .top {
  height: 200px;
  width: 1390px;
  margin: 0 auto;
  position: relative;
}
.booking .top .logo {
  width: 180px;
  height: 180px;
  background-image: url('../InterfaceImages/logo.svg');
  background-repeat: no-repeat;
  display: block;
  margin: 20px auto 0 auto;
}
.booking .top .bonvoy {
  width: 184px;
  height: 22px;
  background-image: url('../InterfaceImages/bonvoy.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 125px;
  right: 0;
}
.booking .datepickerContainer {
  width: 1390px;
  position: relative;
  margin: 10px auto 0 auto;
}
.booking .datepickerContainer .ui-datepicker {
  width: 100% !important;
  text-align: center;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-group {
  width: 560px;
  display: inline-block;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-group:first-child {
  margin-right: 270px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header {
  height: 50px;
  margin-bottom: 10px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  text-indent: -99999px;
  position: absolute;
  top: 10px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -70px;
  left: 0;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -30px -70px;
  right: 0;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  height: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 36px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
  display: inline-block;
  margin: 0 5px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 36px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
  display: inline-block;
  margin: 0 5px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar {
  margin: 0 auto;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th {
  padding-bottom: 10px;
  width: 80px;
  height: 40px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 12px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  color: #8a8078;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 80px;
  height: 65px;
  border-bottom: 1px #c1b3a7 solid;
  background: #ffffff;
  position: static !important;
  font-family: 'crimsonRegular';
  font-size: 18px;
  line-height: 65px;
  -webkit-font-smoothing: antialiased;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  height: 65px;
  display: block;
  color: #000000;
  text-align: center;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
  color: #000000;
  text-align: center;
  height: 65px;
  display: block;
  padding-left: 10px;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-start a,
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-range a,
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-end a {
  color: #000000;
  background-color: #ede8df;
  margin: 0 auto;
  text-align: center;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-start a {
  color: #ffffff;
  background-color: #8c382b;
}
.booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  pointer-events: none !important;
}
.booking .bookingBar {
  width: 1390px;
  margin: 0 auto;
  position: static;
  margin-top: 50px;
}
.booking .close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.booking .close:after,
.booking .close:before {
  content: "";
  width: 36px;
  height: 2px;
  display: block;
  background-color: #8c382b;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.booking .close:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.bookingBar {
  width: calc(100% - 100px);
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  background: #8c382b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.bookingBar .col {
  display: flex;
}
.bookingBar .col .title {
  font-family: 'crimsonItalic';
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-right: 18px;
}
.bookingBar .col .date {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  width: auto;
  height: 30px;
  border: 1px #8a8078 solid;
  padding: 0 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.bookingBar .col .piece {
  width: 100px;
  height: 30px;
  display: flex;
}
.bookingBar .col .piece .minus,
.bookingBar .col .piece .plus {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
.bookingBar .col .piece .plus {
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -30px -100px;
}
.bookingBar .col .piece .center {
  width: 40px;
  height: 30px;
  display: inline-block;
  border: 1px #8a8078 solid;
}
.bookingBar .col .piece .center input {
  font-family: 'crimsonRegular';
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #ffffff;
  display: block;
  text-align: center;
}
.bookingBar .bookBtn {
  width: auto;
  height: 30px;
  font-family: 'crimsonItalic';
  font-size: 22px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  display: flex;
}
.bookingBar .bookBtn:before {
  content: "";
  width: 10px;
  height: 30px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -10px -40px;
  display: inline-block;
  margin-right: 10px;
}
.mobileBookNow {
  display: none;
}
.modalGallery {
  width: calc(100% - 385px);
  height: 0;
  background: #ffffff;
  position: fixed;
  top: -100%;
  right: 0;
  z-index: 80;
  overflow: hidden;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: "visibility,opacity,height,top";
  -moz-transition-property: "visibility,opacity,height,top";
  -o-transition-property: "visibility,opacity,height,top";
  -ms-transition-property: "visibility,opacity,height,top";
  transition-property: "visibility,opacity,height,top";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.modalGallery.active {
  height: 100vh;
  top: 0;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modalGallery .modalGallerySlider {
  height: 100%;
  width: 100%;
}
.modalGallery .modalGallerySlider .splide__track {
  height: 100%;
}
.modalGallery .modalGallerySlider .splide__track .splide__list {
  height: 100%;
  text-align: center;
}
.modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide {
  height: 100%;
  max-width: 100%;
}
.modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-transition-property: "background,backdrop-filter";
  -moz-transition-property: "background,backdrop-filter";
  -o-transition-property: "background,backdrop-filter";
  -ms-transition-property: "background,backdrop-filter";
  transition-property: "background,backdrop-filter";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide.is-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide.is-active:after {
  display: none;
}
.modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1700px) {
  .leftMenu {
    width: 330px;
  }
  .leftMenu .bottom {
    height: 80px;
  }
  .bookingBar {
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
    padding: 0 30px;
  }
  .bookingBar .col .title {
    font-family: 'crimsonItalic';
    font-size: 18px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
  }
  .bookingBar .col .date {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    padding: 0 14px;
  }
  .modalGallery {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 1500px) {
  .booking .top {
    height: 120px;
    max-width: 1160px;
    width: 100%;
  }
  .booking .top .logo {
    width: 120px;
    height: 120px;
    background-size: contain;
  }
  .booking .top .bonvoy {
    top: 98px;
    right: 20px;
  }
  .booking .datepickerContainer {
    width: 1000px;
    position: relative;
    margin: 50px auto 0 auto;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group {
    width: 420px;
    display: inline-block;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group:first-child {
    margin-right: 160px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header {
    height: 30px;
    margin-bottom: 10px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 0;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 30px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th {
    padding-bottom: 5px;
    width: 60px;
    height: 30px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th span {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td {
    width: 60px;
    height: 45px;
    font-family: 'crimsonRegular';
    font-size: 18px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    height: 45px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
    height: 45px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
    pointer-events: none !important;
  }
  .booking .bookingBar {
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
    position: static;
    margin: 50px auto 0 auto;
  }
  .bookingBar {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    padding: 0 20px;
  }
  .bookingBar .col .title {
    margin-right: 10px;
  }
  .bookingBar .col .date {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1400px) {
  .leftMenu {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
    width: 0;
    position: fixed;
    top: 0;
    left: -100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-property: "visibility,opacity,left,width";
    -moz-transition-property: "visibility,opacity,left,width";
    -o-transition-property: "visibility,opacity,left,width";
    -ms-transition-property: "visibility,opacity,left,width";
    transition-property: "visibility,opacity,left,width";
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .leftMenu:after {
    content: "";
    width: 100%;
    height: 200px;
    background: #fffaf5;
    position: absolute;
    bottom: -200px;
    left: 0;
    display: inline-block;
    z-index: 3;
  }
  .leftMenu.active {
    left: 0;
    width: 330px;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .leftMenu .logo {
    display: none;
  }
  .leftMenu .center {
    height: calc(100% - 80px);
  }
  .leftMenu .bottom {
    height: 80px;
  }
  .leftMenu .bottom .social {
    margin-bottom: 10px;
  }
  .bookingBar {
    height: 80px;
  }
  .modalGallery {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .booking .top {
    height: 120px;
    max-width: 954px;
    width: 100%;
  }
  .booking .top .logo {
    width: 120px;
    height: 120px;
    background-size: contain;
  }
  .booking .top .bonvoy {
    top: 98px;
    right: 20px;
  }
  .booking .datepickerContainer {
    width: 954px;
    position: relative;
    margin: 50px auto 0 auto;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group {
    width: 420px;
    display: inline-block;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group:first-child {
    margin-right: 100px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header {
    height: 30px;
    margin-bottom: 10px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 0;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 30px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th {
    padding-bottom: 5px;
    width: 60px;
    height: 30px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th span {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td {
    width: 60px;
    height: 45px;
    font-family: 'crimsonRegular';
    font-size: 18px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    height: 45px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
    height: 45px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
    pointer-events: none !important;
  }
  .booking .bookingBar {
    width: calc(100% - 40px);
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 993px) {
  .booking .top {
    height: 100px;
    width: 100%;
  }
  .booking .top .logo {
    width: 100px;
    height: 100px;
  }
  .booking .top .bonvoy {
    top: 78px;
    right: 20px;
  }
  .booking .datepickerContainer {
    width: 729px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group {
    width: 350px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group:first-child {
    margin-right: 29px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header {
    height: 30px;
    margin-bottom: 10px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 0;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 30px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    margin: 0 5px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th {
    width: 50px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td {
    width: 50px;
    height: 40px;
    font-family: 'crimsonRegular';
    font-size: 18px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    height: 40px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
    height: 40px;
  }
  .booking .bookingBar {
    width: calc(100% - 40px);
    margin: 50px auto 0 auto;
    height: auto;
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
  }
  .booking .bookingBar .col {
    width: auto;
    margin-bottom: 20px;
  }
  .booking .bookingBar .col.col1,
  .booking .bookingBar .col.col2 {
    width: 50%;
  }
  .booking .bookingBar .col.col3,
  .booking .bookingBar .col.col4 {
    display: flex;
  }
  .bookingBar .col.col3,
  .bookingBar .col.col4 {
    display: none;
  }
  .modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide {
    display: flex;
  }
  .modalGallery .modalGallerySlider .splide__track .splide__list .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .leftMenu {
    border: none;
  }
  .leftMenu.active {
    width: 100%;
  }
  .leftMenu {
    border: none;
  }
  .leftMenu.active {
    width: 100%;
  }
  .leftMenu .center {
    height: calc(100% - 80px);
  }
  .leftMenu .bottom {
    height: 80px;
    bottom: 60px;
  }
  .leftMenu .bottom .social {
    margin-bottom: 0;
  }
  .booking .top {
    height: 20px;
    width: 100%;
  }
  .booking .top .logo {
    width: 190px;
    height: 20px;
    background-image: url('../InterfaceImages/mobileLogo.svg');
    background-repeat: no-repeat;
    display: block;
  }
  .booking .top .bonvoy {
    display: none;
  }
  .booking .datepickerContainer {
    width: 320px;
    margin-top: 50px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-group {
    width: 320px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-header {
    height: 30px;
    margin-bottom: 10px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar thead tr th {
    width: 45px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td {
    width: 45px;
    height: 35px;
    font-family: 'crimsonRegular';
    font-size: 18px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    height: 35px;
  }
  .booking .datepickerContainer .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
    height: 35px;
  }
  .booking .bookingBar {
    width: calc(100% - 40px);
    margin: 30px auto 0 auto;
    height: auto;
    flex-wrap: wrap;
    padding: 10px 10px 0 10px;
    display: flex;
  }
  .booking .bookingBar .col {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .booking .bookingBar .col.col1,
  .booking .bookingBar .col.col2 {
    display: none;
  }
  .booking .bookingBar .col.col3,
  .booking .bookingBar .col.col4 {
    width: 45%;
  }
  .booking .bookingBar .col .title {
    font-family: 'crimsonItalic';
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin-right: 0;
  }
  .booking .bookingBar .col .date {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    height: 26px;
    padding: 0 5px;
  }
  .booking .bookingBar .col .piece {
    width: 90px;
    height: 26px;
  }
  .booking .bookingBar .col .piece .minus,
  .booking .bookingBar .col .piece .plus {
    width: 30px;
    height: 26px;
  }
  .booking .bookingBar .col .piece .center {
    width: 30px;
    height: 26px;
  }
  .booking .bookingBar .col .piece .center input {
    font-family: 'crimsonRegular';
    font-size: 18px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
  }
  .booking .bookingBar .bookBtn {
    margin: 10px auto;
  }
  .booking .close {
    top: 10px;
    right: 10px;
  }
  .bookingBar {
    display: none;
  }
  .mobileBookNow {
    width: calc(100% - 60px);
    height: 50px;
    background: #8c382b;
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    left: 30px;
    display: flex;
    z-index: 102;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
  }
  .mobileBookNow:before {
    content: "";
    width: 10px;
    height: 30px;
    background-image: url(../InterfaceImages/sprite.svg);
    background-repeat: no-repeat;
    background-position: -10px -40px;
    display: inline-block;
    margin-right: 10px;
  }
  .mobileBookNow.hide {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
  }
}
