﻿@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;
  }
}
footer {
  width: 100%;
  float: right;
  min-height: 200px;
  background: #8c382b;
  color: #ffffff;
  padding: 30px 44px 40px 44px !important;
}
footer .top {
  display: flex;
  justify-content: center;
  border-bottom: 1px #ffffff solid;
  padding-bottom: 20px;
}
footer .top ul {
  text-align: center;
  margin: 0 40px;
}
footer .top ul li:first-child {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
footer .top ul li:first-child a {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
footer .top ul li a {
  color: #ffffff;
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
footer .top ul li p {
  color: #ffffff;
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
footer .bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
footer .bottom .footerLogo {
  width: 190px;
  height: 20px;
  background-image: url('../InterfaceImages/footerLogo.svg');
  background-repeat: no-repeat;
}
footer .bottom p {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  margin: 0 80px;
}
footer .bottom .footerBonvoy {
  width: 190px;
  height: 20px;
  background-image: url('../InterfaceImages/footerBonvoy.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 993px) {
  footer {
    padding: 20px 20px 20px 20px;
  }
  footer .top {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  footer .top ul {
    margin: 0 15px;
    width: 100%;
  }
  footer .bottom {
    padding-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  footer .bottom .footerLogo {
    margin-bottom: 20px;
  }
  footer .bottom p {
    margin: 0 0 20px 0;
    text-align: center;
    width: 220px;
  }
  footer .bottom .footerBonvoy {
    width: 190px;
    height: 20px;
    background-image: url('../InterfaceImages/footerBonvoy.svg');
    background-repeat: no-repeat;
  }
}
