@charset "UTF-8";
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

/*======================= CSS Reset ===========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: 'ObjectSans-Light';
  src: url("/fonts/ObjectSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Regular';
  src: url("/fonts/ObjectSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Medium';
  src: url("/fonts/ObjectSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Bold';
  src: url("/fonts/ObjectSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url("/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.button {
  font-size: 16px;
  font-family: "ObjectSans-Medium";
  background-color: #aa8453;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button:hover {
    background-color: #8e6c47;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

p {
  line-height: 1.2; }

h1 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 50px;
  line-height: 54px; }

h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 40px;
  line-height: 44px; }

h3 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 30px;
  line-height: 34px; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    .row > .column.masonry-column {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__41 {
      width: 37%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%;
      padding: 0 10px; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__40 {
    margin: 0 -20px; }
    .row.__40 > .column {
      padding: 0 20px; }
    @media only screen and (max-width: 1279px) {
      .row.__40 {
        margin: 0 -5px; }
        .row.__40 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  @media only screen and (max-width: 1279px) {
    .row.__lt40 {
      margin: 0 -20px; }
      .row.__lt40 > .column {
        padding: 0 20px; } }
  @media only screen and (max-width: 1279px) {
    .row.__lt20 {
      margin: 0 -10px; }
      .row.__lt20 > .column {
        padding: 0 10px; } }
  @media only screen and (max-width: 1023px) {
    .row.__st40 {
      margin: 0 -20px; }
      .row.__st40 > .column {
        padding: 0 20px; } }
  @media only screen and (max-width: 1023px) {
    .row.__st20 {
      margin: 0 -10px; }
      .row.__st20 > .column {
        padding: 0 10px; } }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__masonry {
    margin: 0 -10px; }
    .row.__masonry > .column {
      margin-bottom: 20px;
      padding: 0 10px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.field {
  margin-bottom: 25px;
  position: relative; }
  .field input {
    width: 100%;
    display: block;
    padding: 0 15px;
    color: #5E646A;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #aa8453;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: #5E646A; }
    @media only screen and (max-width: 767px) {
      .field input {
        font-size: 15px; }
        .field input::placeholder {
          font-size: 15px; } }
  .field textarea {
    width: 100%;
    color: #5E646A;
    height: 250px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #aa8453;
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .field textarea::placeholder {
      color: #5E646A; }
  .field label {
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    color: #5E646A; }
    @media only screen and (max-width: 767px) {
      .field label {
        font-size: 15px; } }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "ObjectSans-Regular";
    font-style: italic;
    bottom: -17px;
    left: 14px;
    display: none; }
    .field .warning-text.warning-text-area {
      bottom: 3px; }
    @media only screen and (max-width: 1279px) {
      .field .warning-text {
        font-size: 9px;
        bottom: -12px; } }
  .field .warning {
    border: 1px solid darkred; }

.filed-file {
  width: 100%;
  display: block;
  padding: 0;
  color: #5E646A;
  height: 50px;
  line-height: 50px;
  background-color: #EBEBEB;
  border: 1px dashed #707070;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .filed-file label {
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .filed-file label span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .filed-file {
      background-color: #fff;
      height: 40px;
      line-height: 40px; }
      .filed-file label {
        height: 40px;
        line-height: 40px;
        font-size: 9px !important;
        padding: 0 5px 0 15px; }
        .filed-file label span {
          height: 40px;
          line-height: 40px;
          font-size: 10px !important; } }
  @media only screen and (max-width: 359px) {
    .filed-file label {
      font-size: 9px !important; }
      .filed-file label span {
        font-size: 8px !important; } }

.checkbox {
  padding: 0 0 10px 0;
  margin-left: 4px;
  display: inline-block; }
  .checkbox:last-child {
    padding: 0; }
  .checkbox label {
    font-family: "ObjectSans-Regular";
    font-size: 15px;
    color: #757575;
    display: inline-block;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 16px; }
    .checkbox label:before {
      width: 23px;
      height: 23px;
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      border: 1px solid #d8d8d8;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox label:after {
      width: 14px;
      height: 7px;
      content: '';
      position: absolute;
      top: 0px;
      left: 5px;
      border: 3px solid transparent;
      border-top: none;
      border-right: none;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .checkbox label:hover:before {
      border: 1px solid #5E646A; }
    .checkbox label span {
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 12px;
      color: #b8bcca;
      text-align: right; }
  .checkbox input {
    visibility: hidden;
    position: absolute; }
    .checkbox input:checked + label {
      color: #757575 !important; }
    .checkbox input:checked + label:before {
      border: 1px solid #aa8453;
      background: #aa8453; }
    .checkbox input:checked + label:after {
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-top: 0 solid transparent;
      border-right: 0 solid transparent; }
  .checkbox.checkbox-right label {
    padding: 0 60px 0 15px; }
    .checkbox.checkbox-right label:before {
      top: -10px;
      left: initial;
      right: 0; }
    .checkbox.checkbox-right label:after {
      top: 1px;
      left: initial;
      right: 10px; }
  .checkbox.checkbox-small label {
    padding: 0 0 0 45px; }
    .checkbox.checkbox-small label:before {
      width: 26px;
      height: 26px;
      margin-top: 5px;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox.checkbox-small label:after {
      width: 16px;
      height: 10px;
      content: '';
      position: absolute;
      top: 1px;
      left: 6px;
      border: 3px solid transparent;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.checkbox-holder {
  margin-top: 30px; }
  .checkbox-holder .checkbox {
    display: inline-block; }
    .checkbox-holder .checkbox:last-child {
      margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .checkbox-holder .checkbox {
      display: block; }
      .checkbox-holder .checkbox:last-child {
        margin-left: 0; } }

.radio-set {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .radio-set label {
    font-family: "ObjectSans-Regular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    color: #141414; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #141414; }
    .radio-set label:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -3px;
      border: 2px solid #141414;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .radio-set label:after {
      position: absolute;
      content: "";
      top: 5px;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .radio-set input {
    visibility: hidden;
    height: 0; }
    .radio-set input:checked + label:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #141414;
      border: 2px solid #141414;
      color: #000; }
    .radio-set input:checked + label:hover:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #141414;
      border: 2px solid #141414;
      color: #000; }

header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #1c1c1c;
  box-shadow: 0px 8px 18px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 18px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 18px -4px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 20px;
    position: relative;
    height: 80px; }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 20px; }
      header .header-wrap .header-logo img {
        width: 130px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 140px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .menu-wrap {
      width: 100%;
      padding-left: 320px; }
      @media only screen and (max-width: 1023px) {
        header .header-wrap .menu-wrap {
          padding-left: 200px; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap .menu-wrap {
          padding-left: 20px;
          padding-top: 40px; } }
      header .header-wrap .menu-wrap ul {
        display: inline-block; }
        header .header-wrap .menu-wrap ul li {
          margin-right: 48px;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            header .header-wrap .menu-wrap ul li {
              display: block;
              margin-bottom: 20px; } }
          header .header-wrap .menu-wrap ul li a {
            font-family: "PlayfairDisplay-Regular";
            font-size: 24px;
            line-height: 32px;
            color: #fff; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              header .header-wrap .menu-wrap ul li a.active-menu {
                text-decoration: underline; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap .menu-wrap {
          display: none; } }
  header.mob-active {
    background-color: #1c1c1c !important; }
    header.mob-active .menu-wrap {
      margin-top: 80px;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 9999;
      background-color: #1c1c1c;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    header.mob-active .menu-burger div {
      background-color: #fff !important; }

.menu-burger {
  perspective: 500px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 43px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      top: 28px; } }
  .menu-burger.expanded {
    top: 42px; }
    .menu-burger.expanded .line-1 {
      transform: rotateZ(-180deg) rotate(-135deg) translateY(3px) translateX(5px); }
    .menu-burger.expanded .line-2 {
      opacity: 0; }
    .menu-burger.expanded .line-3 {
      transform: rotateZ(180deg) translateY(19px) translateX(0px) rotate(135deg); }
  .menu-burger > div {
    width: 32px;
    border-radius: 5px;
    cursor: pointer;
    height: 2px;
    background-color: #fff;
    margin: 10px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-burger > div:first-child {
      margin-top: 0px; }
  .menu-burger.white-burger > div {
    background-color: #fff !important; }

footer {
  padding: 100px 0 40px;
  background-color: #1c1c1c;
  background-image: url("/img/trees.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 40px 0 40px; } }
  @media only screen and (max-width: 767px) {
    footer .footer-wrap .footer-info-wrap .footer-info-wrap-box {
      margin-bottom: 20px; } }
  footer .footer-wrap .footer-info-wrap .footer-info-wrap-box .footer-logo {
    display: inline-block;
    margin-bottom: 30px; }
  footer .footer-wrap .footer-info-wrap .footer-info-wrap-box h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "ObjectSans-Medium"; }
    @media only screen and (max-width: 1279px) {
      footer .footer-wrap .footer-info-wrap .footer-info-wrap-box h3 {
        font-size: 26px; } }
  footer .footer-wrap .footer-info-wrap .footer-info-wrap-box p {
    font-size: 15px;
    font-family: "ObjectSans-Regular";
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 340px; }
    @media only screen and (max-width: 1279px) {
      footer .footer-wrap .footer-info-wrap .footer-info-wrap-box p {
        font-size: 14px; } }
  footer .footer-wrap .footer-info-wrap .footer-info-wrap-box a {
    font-size: 28px;
    margin-right: 20px;
    font-family: "ObjectSans-Regular"; }
    footer .footer-wrap .footer-info-wrap .footer-info-wrap-box a i {
      color: #fff; }
    footer .footer-wrap .footer-info-wrap .footer-info-wrap-box a:hover i {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      color: #aa8453; }
  footer .footer-wrap .footer-info-wrap .footer-info-wrap-box ul li {
    margin-bottom: 15px; }
    footer .footer-wrap .footer-info-wrap .footer-info-wrap-box ul li a {
      font-size: 16px;
      margin-right: 0;
      color: #fff;
      font-family: "ObjectSans-Regular"; }
      footer .footer-wrap .footer-info-wrap .footer-info-wrap-box ul li a i {
        margin-right: 10px;
        margin-top: 4px; }
      footer .footer-wrap .footer-info-wrap .footer-info-wrap-box ul li a:hover {
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        color: #aa8453; }
      @media only screen and (max-width: 1279px) {
        footer .footer-wrap .footer-info-wrap .footer-info-wrap-box ul li a {
          font-size: 15px; } }
  footer .footer-wrap .footer-bottom {
    margin-top: 80px;
    border-top: 1px solid #535353; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-bottom {
        margin-top: 40px; } }
    footer .footer-wrap .footer-bottom p {
      font-family: "ObjectSans-Regular";
      padding-top: 20px;
      text-align: center;
      font-size: 15px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom p {
          font-size: 14px;
          padding-top: 30px; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "ObjectSans-Regular";
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.inner {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.hero {
  background-color: #1c1c1c;
  height: 100vh;
  width: 100%; }
  @media only screen and (max-width: 1279px) {
    .hero {
      height: 600px; } }
  @media only screen and (max-width: 1023px) {
    .hero {
      height: 540px; } }
  .hero .hero-wrap {
    width: 100%;
    height: 100%;
    background-image: url("/img/hero.png");
    background-size: 80% 80%;
    background-position: bottom right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1279px) {
      .hero .hero-wrap {
        background-size: 65% 65%; } }
    @media only screen and (max-width: 1023px) {
      .hero .hero-wrap {
        background-size: 60% 60%; } }
    @media only screen and (max-width: 767px) {
      .hero .hero-wrap {
        background-image: url("/img/hero-mob.png");
        background-size: 90% 70%; } }
    .hero .hero-wrap .hero-info {
      padding-top: 240px; }
      @media only screen and (max-width: 1279px) {
        .hero .hero-wrap .hero-info {
          padding-top: 140px; } }
      @media only screen and (max-width: 767px) {
        .hero .hero-wrap .hero-info {
          padding-top: 120px; } }
      .hero .hero-wrap .hero-info h1 {
        color: #fff;
        max-width: 680px;
        margin-bottom: 20px;
        font-size: 50px;
        line-height: 1.2; }
        @media only screen and (max-width: 1279px) {
          .hero .hero-wrap .hero-info h1 {
            font-size: 40px;
            max-width: 540px; } }
        @media only screen and (max-width: 767px) {
          .hero .hero-wrap .hero-info h1 {
            font-size: 28px; } }
      .hero .hero-wrap .hero-info h4 {
        color: #aa8453;
        margin-bottom: 10px; }
        .hero .hero-wrap .hero-info h4 img {
          margin-right: 10px;
          margin-top: 4px; }
        @media only screen and (max-width: 767px) {
          .hero .hero-wrap .hero-info h4 {
            font-size: 15px; } }
      .hero .hero-wrap .hero-info p {
        color: #e6e6e6;
        max-width: 600px;
        line-height: 1.4; }
        @media only screen and (max-width: 1279px) {
          .hero .hero-wrap .hero-info p {
            font-size: 15px;
            max-width: 400px; } }

.hero-page {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 360px; }
  @media only screen and (max-width: 1279px) {
    .hero-page {
      height: 300px; } }
  @media only screen and (max-width: 1023px) {
    .hero-page {
      height: 240px; } }
  @media only screen and (max-width: 767px) {
    .hero-page {
      height: 160px; } }
  .hero-page .hero-bcg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    overflow: hidden; }
    .hero-page .hero-bcg img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .hero-page .hero-bcg .desctop-active {
        display: none; } }
    .hero-page .hero-bcg .mob-active {
      display: none; }
      @media only screen and (max-width: 767px) {
        .hero-page .hero-bcg .mob-active {
          display: block; } }
  .hero-page:after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 8; }
  .hero-page .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero-page h1 {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-family: "PlayfairDisplay-Medium"; }
    @media only screen and (max-width: 1279px) {
      .hero-page h1 {
        font-size: 48px; } }
    @media only screen and (max-width: 1023px) {
      .hero-page h1 {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .hero-page h1 {
        font-size: 32px; } }
  .hero-page h3 {
    position: relative;
    text-align: center;
    z-index: 9;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
    font-family: "ObjectSans-Light";
    color: #aa8453;
    min-width: 300px; }
    @media only screen and (max-width: 767px) {
      .hero-page h3 {
        font-size: 18px; } }

.home-about-us {
  padding: 100px 0;
  background-image: url("/img/ornament1.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (max-width: 1023px) {
    .home-about-us {
      padding: 80px 0; } }
  @media only screen and (max-width: 767px) {
    .home-about-us {
      padding: 20px 0; } }
  .home-about-us .home-about-us-info {
    padding-top: 120px;
    padding-right: 50px; }
    @media only screen and (max-width: 1279px) {
      .home-about-us .home-about-us-info {
        padding-top: 100px; } }
    @media only screen and (max-width: 1023px) {
      .home-about-us .home-about-us-info {
        padding-top: 80px; } }
    @media only screen and (max-width: 767px) {
      .home-about-us .home-about-us-info {
        padding-top: 0; } }
    .home-about-us .home-about-us-info h2 {
      font-size: 28px;
      font-family: "PlayfairDisplay-Regular";
      margin-bottom: 20px;
      line-height: 1.2; }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-info h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-info h2 {
          font-size: 20px; } }
    .home-about-us .home-about-us-info h3 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 18px;
      margin-bottom: 10px;
      color: #aa8453;
      line-height: 1.2; }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-info h3 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-info h3 {
          font-size: 15px; } }
    .home-about-us .home-about-us-info p {
      font-family: "ObjectSans-Regular";
      font-size: 18px;
      color: #5E646A;
      margin-bottom: 20px;
      line-height: 1.2; }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-info p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-info p {
          font-size: 15px; } }
    .home-about-us .home-about-us-info .lead {
      font-family: "ObjectSans-Light";
      font-size: 22px;
      color: #5E646A;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-info .lead {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-info .lead {
          font-size: 16px; } }
  .home-about-us .home-about-us-header {
    position: relative; }
    .home-about-us .home-about-us-header .home-about-us-header-image {
      position: absolute;
      z-index: 9;
      width: 100%;
      max-width: 360px;
      top: 120px;
      left: 60px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      border: 4px solid #fff;
      box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 1279px) {
        .home-about-us .home-about-us-header .home-about-us-header-image {
          max-width: 260px;
          left: 16%; } }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-header .home-about-us-header-image {
          max-width: 240px;
          top: 108px;
          left: 5%; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-header .home-about-us-header-image {
          max-width: 180px;
          top: 92px;
          left: 1%; } }
    .home-about-us .home-about-us-header .home-about-us-header-image2 {
      position: relative;
      z-index: 8;
      float: right;
      max-width: 520px;
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
      @media only screen and (max-width: 1279px) {
        .home-about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 420px; } }
      @media only screen and (max-width: 1023px) {
        .home-about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 380px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 300px; } }
      @media only screen and (max-width: 359px) {
        .home-about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 280px; } }
  .home-about-us.about-us .home-about-us-header {
    position: relative; }
    .home-about-us.about-us .home-about-us-header .home-about-us-header-image {
      position: absolute;
      z-index: 9;
      width: 360px;
      top: 120px;
      left: initial;
      right: 100px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      border: 4px solid #fff;
      box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px -2px 18px -4px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 1279px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image {
          max-width: 260px; } }
      @media only screen and (max-width: 1023px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image {
          max-width: 240px;
          right: 4%;
          top: 108px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image {
          max-width: 180px;
          top: 92px;
          right: initial;
          left: 40%; } }
    .home-about-us.about-us .home-about-us-header .home-about-us-header-image2 {
      position: relative;
      z-index: 8;
      float: left;
      width: 100%;
      max-width: 520px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
      @media only screen and (max-width: 1279px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 420px; } }
      @media only screen and (max-width: 1023px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 380px; } }
      @media only screen and (max-width: 767px) {
        .home-about-us.about-us .home-about-us-header .home-about-us-header-image2 {
          max-width: 300px; } }

.home-accommodation-holder {
  position: relative;
  padding: 80px 0 60px;
  background-color: #F6F2ED;
  background-image: url("/img/ornament2.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media only screen and (max-width: 1279px) {
    .home-accommodation-holder {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .home-accommodation-holder {
      padding: 30px 0;
      background-size: 65%; } }
  .home-accommodation-holder .accommodation-wrap .accommodation-title {
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .home-accommodation-holder .accommodation-wrap .accommodation-title {
        margin-bottom: 40px; } }
    .home-accommodation-holder .accommodation-wrap .accommodation-title h2 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 28px;
      color: #aa8453;
      margin-bottom: 10px;
      line-height: 1.2; }
      .home-accommodation-holder .accommodation-wrap .accommodation-title h2 img {
        padding: 0 20px;
        margin-top: 18px; }
      @media only screen and (max-width: 767px) {
        .home-accommodation-holder .accommodation-wrap .accommodation-title h2 {
          font-size: 24px; }
          .home-accommodation-holder .accommodation-wrap .accommodation-title h2 img {
            margin-top: 14px; } }
  .home-accommodation-holder .accommodation-wrap .accommodation-box {
    background-color: #fff;
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    @media only screen and (max-width: 1023px) {
      .home-accommodation-holder .accommodation-wrap .accommodation-box {
        margin-bottom: 20px; } }
    .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-head {
      position: relative;
      margin-bottom: 20px;
      overflow: hidden; }
      .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-head a {
        position: relative;
        display: block;
        width: 100%; }
        .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-head a img {
          width: 100%;
          height: 300px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          -webkit-transform: Scale(1, 1);
          -moz-transform: Scale(1, 1);
          -ms-transform: Scale(1, 1);
          -o-transform: Scale(1, 1);
          transform: Scale(1, 1); }
          @media only screen and (max-width: 1023px) {
            .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-head a img {
              height: auto; } }
    .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title {
      padding: 0 20px;
      margin-bottom: 20px; }
      .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title h3 {
        font-family: "ObjectSans-Medium";
        font-size: 20px;
        color: #141414; }
        .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title h3 a {
          font-family: "ObjectSans-Medium";
          font-size: 20px;
          color: #141414; }
        @media only screen and (max-width: 767px) {
          .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title h3 {
            font-size: 18px; }
            .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title h3 a {
              font-size: 18px; } }
      .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title p {
        font-family: "ObjectSans-Light";
        font-size: 15px;
        color: #aa8453; }
        @media only screen and (max-width: 767px) {
          .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-title p {
            font-size: 14px; } }
    .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info {
      padding: 0 20px; }
      .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #d3d3d3; }
        .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li {
          width: 65%;
          float: left;
          margin-bottom: 20px;
          font-family: "ObjectSans-Regular";
          font-size: 15px;
          color: #5E646A; }
          @media only screen and (max-width: 767px) {
            .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li {
              font-size: 14px; } }
          .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li i {
            font-size: 18px;
            margin-right: 8px; }
            @media only screen and (max-width: 767px) {
              .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li i {
                font-size: 16px; } }
          .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li:nth-child(2) {
            width: 35%; }
          .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul li:nth-child(4) {
            width: 35%; }
        .home-accommodation-holder .accommodation-wrap .accommodation-box .accommodation-box-info ul:after {
          content: "";
          display: table;
          clear: both; }
    .home-accommodation-holder .accommodation-wrap .accommodation-box:hover {
      box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5); }
      .home-accommodation-holder .accommodation-wrap .accommodation-box:hover .accommodation-box-head a img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: Scale(1.2, 1.2);
        -moz-transform: Scale(1.2, 1.2);
        -ms-transform: Scale(1.2, 1.2);
        -o-transform: Scale(1.2, 1.2);
        transform: Scale(1.2, 1.2); }

.contents-holder {
  position: relative;
  padding: 80px 0;
  background-image: url("/img/ornament1.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (max-width: 767px) {
    .contents-holder {
      padding: 30px 0; } }
  .contents-holder .contents-title {
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contents-holder .contents-title {
        margin-bottom: 40px; } }
    .contents-holder .contents-title h2 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 28px;
      color: #aa8453;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .contents-holder .contents-title h2 {
          font-size: 24px; } }
      .contents-holder .contents-title h2 img {
        padding: 0 20px;
        margin-top: 18px; }
  .contents-holder .contents-wrap .contents-box {
    border: 1px solid #aa8453;
    margin-bottom: 40px;
    padding: 40px;
    text-align: center;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .contents-holder .contents-wrap .contents-box {
        padding: 20px; } }
    .contents-holder .contents-wrap .contents-box i {
      font-size: 34px;
      color: #aa8453;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .contents-holder .contents-wrap .contents-box i {
          font-size: 30px;
          margin-bottom: 15px; } }
    .contents-holder .contents-wrap .contents-box h3 {
      font-family: "PlayfairDisplay-Regular";
      color: #5E646A;
      font-size: 28px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .contents-holder .contents-wrap .contents-box h3 {
          font-size: 24px;
          margin-bottom: 15px; } }
    .contents-holder .contents-wrap .contents-box p {
      font-family: "ObjectSans-Light";
      font-size: 15px;
      color: #5E646A;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .contents-holder .contents-wrap .contents-box p {
          font-size: 14px; } }
    .contents-holder .contents-wrap .contents-box:hover {
      background-color: #2d2d2d;
      border: 1px solid #2d2d2d; }
      .contents-holder .contents-wrap .contents-box:hover i, .contents-holder .contents-wrap .contents-box:hover h3, .contents-holder .contents-wrap .contents-box:hover p {
        color: #fff !important; }

.parallax {
  height: 400px;
  position: relative;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  overflow: clip;
  /* da ne "beži" pozadina kod pomeranja */
  /* Fallback: klasičan CSS parallax (radi bez JS-a) */
  background-image: url("https://w0.peakpx.com/wallpaper/730/668/HD-wallpaper-cabin-in-mountains-hut-log-cabin-landscape-mountains.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* daje blag parallax efekat gde je podržano */ }
  @media only screen and (max-width: 767px) {
    .parallax {
      height: 360px; } }
  .parallax .parallax-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; }
  .parallax .parallax-content {
    position: relative;
    padding: 8px 16px;
    backdrop-filter: saturate(1.1);
    z-index: 9; }
    .parallax .parallax-content h2 {
      margin-bottom: 20px;
      font-size: 44px;
      color: #fff;
      font-family: "PlayfairDisplay-Medium"; }
      @media only screen and (max-width: 767px) {
        .parallax .parallax-content h2 {
          font-size: 36px; } }
    .parallax .parallax-content p {
      font-size: 18px;
      color: #fff;
      font-family: "ObjectSans-Regular"; }
      @media only screen and (max-width: 767px) {
        .parallax .parallax-content p {
          font-size: 15px; } }
  .parallax .parallax-button {
    margin-top: 40px;
    padding: 15px 50px;
    background-color: #aa8453;
    color: #fff;
    font-family: "ObjectSans-Regular";
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .parallax .parallax-button:hover {
      background-color: #8e6c47; }

/* Taman overlay preko slike radi kontrasta */
.parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay); }

.home-news-holder {
  position: relative;
  padding: 80px 0 60px;
  background-color: #f6f2ed;
  background-image: url("/img/ornament2.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media only screen and (max-width: 767px) {
    .home-news-holder {
      padding: 30px 0;
      background-size: 65%; } }
  .home-news-holder .home-news-title {
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .home-news-holder .home-news-title {
        margin-bottom: 40px; } }
    .home-news-holder .home-news-title h2 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 28px;
      color: #aa8453;
      margin-bottom: 10px; }
      .home-news-holder .home-news-title h2 img {
        padding: 0 20px;
        margin-top: 16px; }
      @media only screen and (max-width: 767px) {
        .home-news-holder .home-news-title h2 {
          font-size: 24px; }
          .home-news-holder .home-news-title h2 img {
            margin-top: 20px; } }
  .home-news-holder .home-news-wrap .news-box {
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2); }
    .home-news-holder .home-news-wrap .news-box .news-head {
      overflow: hidden; }
      .home-news-holder .home-news-wrap .news-box .news-head img {
        width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: Scale(1, 1);
        -moz-transform: Scale(1, 1);
        -ms-transform: Scale(1, 1);
        -o-transform: Scale(1, 1);
        transform: Scale(1, 1); }
    .home-news-holder .home-news-wrap .news-box .news-info {
      padding: 20px; }
      .home-news-holder .home-news-wrap .news-box .news-info h3 {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        color: #141414;
        margin-bottom: 10px; }
        .home-news-holder .home-news-wrap .news-box .news-info h3 a {
          font-family: "ObjectSans-Regular";
          font-size: 24px;
          color: #141414; }
        @media only screen and (max-width: 767px) {
          .home-news-holder .home-news-wrap .news-box .news-info h3 {
            font-size: 20px; }
            .home-news-holder .home-news-wrap .news-box .news-info h3 a {
              font-size: 20px; } }
      .home-news-holder .home-news-wrap .news-box .news-info p {
        font-family: "ObjectSans-Regular";
        color: #141414;
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d3d3d3; }
        @media only screen and (max-width: 767px) {
          .home-news-holder .home-news-wrap .news-box .news-info p {
            font-size: 14px;
            line-height: 1.4; } }
      .home-news-holder .home-news-wrap .news-box .news-info span {
        font-family: "ObjectSans-Light";
        color: #5E646A;
        font-size: 14px; }
    .home-news-holder .home-news-wrap .news-box .news-button {
      float: right;
      background-color: #aa8453;
      padding: 8px 12px;
      font-size: 14px;
      font-family: "ObjectSans-Regular";
      color: #fff;
      margin-top: -12px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .home-news-holder .home-news-wrap .news-box .news-button:hover {
        background-color: #8e6c47; }
    .home-news-holder .home-news-wrap .news-box:hover {
      box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5); }
      .home-news-holder .home-news-wrap .news-box:hover .news-head img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: Scale(1.2, 1.2);
        -moz-transform: Scale(1.2, 1.2);
        -ms-transform: Scale(1.2, 1.2);
        -o-transform: Scale(1.2, 1.2);
        transform: Scale(1.2, 1.2); }

.contact-holder {
  position: relative;
  background-image: url("/img/ornament1.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top right; }

.contact-wrap {
  padding: 120px 0 100px; }
  @media only screen and (max-width: 1279px) {
    .contact-wrap {
      padding: 100px 0 100px; } }
  @media only screen and (max-width: 767px) {
    .contact-wrap {
      padding: 40px 0; } }
  .contact-wrap h2 {
    font-family: "ObjectSans-Regular";
    font-size: 32px;
    color: #5E646A;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .contact-wrap h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px; } }
  .contact-wrap .contact-box-wrap {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0;
    text-align: center; }
    .contact-wrap .contact-box-wrap .contact-box {
      width: 260px;
      text-align: center;
      display: inline-block; }
      @media only screen and (max-width: 1279px) {
        .contact-wrap .contact-box-wrap .contact-box {
          width: 220px; } }
      @media only screen and (max-width: 767px) {
        .contact-wrap .contact-box-wrap .contact-box {
          width: 100%;
          display: block;
          margin-bottom: 20px; } }
      .contact-wrap .contact-box-wrap .contact-box i {
        color: #aa8453;
        font-size: 40px;
        margin-bottom: 10px; }
      .contact-wrap .contact-box-wrap .contact-box h3 {
        font-family: "ObjectSans-Regular";
        font-size: 20px;
        color: #aa8453; }
        @media only screen and (max-width: 767px) {
          .contact-wrap .contact-box-wrap .contact-box h3 {
            font-size: 18px; } }
        .contact-wrap .contact-box-wrap .contact-box h3 a {
          font-family: "ObjectSans-Regular";
          font-size: 20px;
          color: #aa8453; }
          .contact-wrap .contact-box-wrap .contact-box h3 a:hover {
            color: #8e6c47; }
          @media only screen and (max-width: 767px) {
            .contact-wrap .contact-box-wrap .contact-box h3 a {
              font-size: 18px; } }

.amenities-holder {
  padding: 100px 0 100px;
  position: relative;
  background-image: url("/img/ornament2.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media only screen and (max-width: 767px) {
    .amenities-holder {
      padding: 40px 0; } }
  .amenities-holder .amenities-wrap .amenities-info h2 {
    margin-bottom: 20px;
    font-family: "PlayfairDisplay-Medium";
    color: #141414;
    font-size: 34px; }
    @media only screen and (max-width: 767px) {
      .amenities-holder .amenities-wrap .amenities-info h2 {
        font-size: 28px; } }
  .amenities-holder .amenities-wrap .amenities-info p {
    max-width: 580px;
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    color: #5E646A; }
    @media only screen and (max-width: 767px) {
      .amenities-holder .amenities-wrap .amenities-info p {
        font-size: 15px; } }
  .amenities-holder .amenities-wrap .amenities-info ul {
    margin-top: 40px;
    max-width: 480px; }
    .amenities-holder .amenities-wrap .amenities-info ul li {
      padding-left: 60px;
      position: relative;
      margin-bottom: 30px; }
      .amenities-holder .amenities-wrap .amenities-info ul li i {
        color: #aa8453;
        font-size: 38px;
        margin-bottom: 10px;
        position: absolute;
        left: 0;
        top: 10px; }
        @media only screen and (max-width: 767px) {
          .amenities-holder .amenities-wrap .amenities-info ul li i {
            font-size: 34px; } }
      .amenities-holder .amenities-wrap .amenities-info ul li h3 {
        font-family: "ObjectSans-Medium";
        font-size: 24px;
        color: #141414;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .amenities-holder .amenities-wrap .amenities-info ul li h3 {
            font-size: 20px; } }
      .amenities-holder .amenities-wrap .amenities-info ul li p {
        font-family: "ObjectSans-Regular";
        font-size: 16px;
        color: #5E646A; }
        @media only screen and (max-width: 767px) {
          .amenities-holder .amenities-wrap .amenities-info ul li p {
            font-size: 15px; } }
  .amenities-holder .amenities-wrap .amenities-images img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  @media only screen and (max-width: 1279px) {
    .amenities-holder .amenities-wrap .amenities-images img {
      width: 80%;
      float: right; } }
  @media only screen and (max-width: 767px) {
    .amenities-holder .amenities-wrap .amenities-images img {
      width: 100%;
      float: none; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

.questions-holder {
  padding: 40px 0 100px; }
  @media only screen and (max-width: 767px) {
    .questions-holder {
      padding: 20px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .questions-holder .questions-title {
      text-align: center; } }
  .questions-holder .questions-title h2 {
    font-family: "PlayfairDisplay-Medium";
    font-size: 34px;
    margin-bottom: 40px;
    color: #141414; }
    @media only screen and (max-width: 767px) {
      .questions-holder .questions-title h2 {
        font-size: 28px; } }
  .questions-holder .questions-title img {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .questions-holder .questions-title img {
        width: 140px; } }

.tab-holder .accordion {
  width: 100%;
  position: relative;
  margin-top: -10px; }

.tab-holder .toggle-acc {
  cursor: pointer;
  position: relative;
  padding-right: 25px; }

.tab-holder .toggle-acc span {
  width: auto;
  position: absolute;
  right: 10px;
  top: 9px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .tab-holder .toggle-acc span {
      top: 7px; } }

.tab-holder .rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  top: 22px; }
  @media only screen and (max-width: 767px) {
    .tab-holder .rotate {
      top: 16px !important; } }

.tab-holder .accordion {
  list-style: none;
  padding: 0; }

.tab-holder .accordion .active {
  display: block; }

.tab-holder .accordion > li {
  margin: 0.5em 0;
  border-bottom: 1px solid #aa8453; }
  .tab-holder .accordion > li:last-child {
    border: none !important; }

.tab-holder .accordion > li .toggle-acc {
  width: 100%;
  display: block;
  color: #2F2C38;
  font-size: 22px;
  line-height: 32px;
  font-family: "ObjectSans-Medium";
  padding: 10px 0 20px;
  transition: background 0.3s ease; }
  @media only screen and (max-width: 1279px) {
    .tab-holder .accordion > li .toggle-acc {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (max-width: 1023px) {
    .tab-holder .accordion > li .toggle-acc {
      font-size: 22px;
      line-height: 20px;
      padding: 10px 30px 20px 0; } }
  @media only screen and (max-width: 767px) {
    .tab-holder .accordion > li .toggle-acc {
      font-size: 18px;
      line-height: 17px;
      padding: 10px 35px 20px 0; } }
  @media only screen and (max-width: 359px) {
    .tab-holder .accordion > li .toggle-acc {
      padding: 10px 25px 20px 0; } }

.tab-holder .accordion-content {
  overflow: hidden;
  display: none; }
  .tab-holder .accordion-content p {
    padding: 10px 0;
    color: #5E646A;
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    line-height: 22px;
    max-width: 540px; }
    @media only screen and (max-width: 767px) {
      .tab-holder .accordion-content p {
        font-size: 15px; } }
  .tab-holder .accordion-content h2 {
    padding: 10px 0;
    color: #5E646A;
    font-family: "ObjectSans-Medium";
    font-size: 24px;
    line-height: 22px;
    max-width: 540px; }
  .tab-holder .accordion-content h3 {
    padding: 10px 0;
    color: #5E646A;
    font-family: "ObjectSans-Bold";
    font-size: 16px;
    line-height: 22px;
    max-width: 540px; }
    @media only screen and (max-width: 767px) {
      .tab-holder .accordion-content h3 {
        font-size: 15px; } }
  .tab-holder .accordion-content ul li {
    position: relative;
    color: #5E646A;
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
    padding-left: 20px;
    padding-bottom: 5px; }
    .tab-holder .accordion-content ul li:before {
      position: absolute;
      left: 0;
      top: 9px;
      content: '';
      background: #5E646A;
      background-size: contain;
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .tab-holder .accordion-content ul li:last-child {
      margin: 0; }
    .tab-holder .accordion-content ul li * {
      line-height: inherit !important; }
    @media only screen and (max-width: 767px) {
      .tab-holder .accordion-content ul li {
        font-size: 15px; } }
  .tab-holder .accordion-content a {
    color: #000;
    font-family: "ObjectSans-Medium";
    font-size: 16px;
    line-height: 22px;
    max-width: 540px; }
    .tab-holder .accordion-content a:hover {
      text-decoration: underline; }
  .tab-holder .accordion-content strong, .tab-holder .accordion-content b {
    font-weight: 900 !important; }
  .tab-holder .accordion-content i, .tab-holder .accordion-content em {
    font-style: italic; }

.room-head-section {
  padding: 80px 0;
  background-image: url("/img/ornament2.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media only screen and (max-width: 767px) {
    .room-head-section {
      padding: 40px 0;
      background-size: 65%; } }
  .room-head-section .room-head-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .room-head-section .room-head-wrap h2 {
      font-size: 28px;
      font-family: "PlayfairDisplay-Regular";
      margin-bottom: 20px;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .room-head-section .room-head-wrap h2 {
          font-size: 24px;
          padding: 0 10px; } }
    .room-head-section .room-head-wrap h3 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 18px;
      margin-bottom: 10px;
      color: #aa8453; }
      @media only screen and (max-width: 767px) {
        .room-head-section .room-head-wrap h3 {
          font-size: 16px; } }
    .room-head-section .room-head-wrap p {
      font-family: "ObjectSans-Regular";
      font-size: 18px;
      color: #5E646A;
      margin-bottom: 20px;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .room-head-section .room-head-wrap p {
          font-size: 15px; } }

.info-room-list {
  margin: 80px 0; }
  @media only screen and (max-width: 767px) {
    .info-room-list {
      margin: 40px 0; } }
  .info-room-list ul {
    position: relative; }
    .info-room-list ul li {
      position: relative;
      width: 48%;
      padding-left: 30px;
      display: inline-block;
      margin-right: 1%;
      margin-bottom: 10px;
      font-family: "ObjectSans-Light";
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0.59px;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .info-room-list ul li {
          font-size: 13px; } }
      .info-room-list ul li:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: "";
        background: transparent;
        border: 2px solid #aa8453;
        background-size: contain;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          .info-room-list ul li:before {
            width: 12px;
            height: 12px; } }
      @media only screen and (max-width: 767px) {
        .info-room-list ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px;
          display: block;
          padding-left: 20px; } }
    .info-room-list ul.right-border:after {
      position: absolute;
      content: "";
      top: 0;
      right: 37px;
      width: 1px;
      height: 100%;
      background-color: #aa8453; }
      @media only screen and (max-width: 1279px) {
        .info-room-list ul.right-border:after {
          display: none; } }

.gallery-room-wrap .gallery-row {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .gallery-room-wrap .gallery-row .fancybox {
    display: inline-block;
    overflow: hidden;
    height: 230px;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .gallery-room-wrap .gallery-row .fancybox img[alt="image"] {
      height: 100%;
      transition: transform 0.5s;
      display: block;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .gallery-room-wrap .gallery-row .fancybox img[alt="image"]:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    @media only screen and (max-width: 767px) {
      .gallery-room-wrap .gallery-row .fancybox {
        display: none; } }

.gallery-room-wrap .slick-arrow i {
  font-size: 30px;
  color: #a49062 !important; }

.mobile-gallery {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 20px;
  display: none !important; }
  .mobile-gallery .item-slide {
    position: relative;
    text-align: center;
    width: 100%; }
    .mobile-gallery .item-slide a {
      display: inline-block;
      width: 100%;
      padding: 20px 10px; }
      .mobile-gallery .item-slide a img {
        width: 100%; }
  .mobile-gallery .slick-arrow i {
    font-size: 30px;
    color: #fff; }
  .mobile-gallery .slick-prev {
    position: absolute;
    top: 50%;
    left: 2px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mobile-gallery .slick-next {
    position: absolute;
    top: 50%;
    right: 2px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .mobile-gallery {
      display: block !important; } }

.reservation-button-wrap {
  text-align: center;
  margin: 40px auto; }
  .reservation-button-wrap .button {
    width: 300px; }

.single-news-holder {
  padding: 80px 0;
  background-image: url("/img/ornament1.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (max-width: 767px) {
    .single-news-holder {
      padding: 40px 0; } }
  .single-news-holder .single-news-wrap .single-news-box {
    max-width: 740px;
    margin: 0 auto; }
  .single-news-holder .single-news-wrap h2 {
    margin: 0 auto 20px;
    font-family: "PlayfairDisplay-Medium";
    font-size: 24px;
    line-height: 1.2;
    color: #141414; }
    @media only screen and (max-width: 767px) {
      .single-news-holder .single-news-wrap h2 {
        font-size: 20px; } }
  .single-news-holder .single-news-wrap h3 {
    font-family: "ObjectSans-Regular";
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #141414; }
    .single-news-holder .single-news-wrap h3 strong {
      font-family: "ObjectSans-Medium";
      line-height: 1.2;
      color: #141414; }
    @media only screen and (max-width: 767px) {
      .single-news-holder .single-news-wrap h3 {
        font-size: 18px; }
        .single-news-holder .single-news-wrap h3 strong {
          font-size: 18px; } }
  .single-news-holder .single-news-wrap p {
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #5E646A; }
    .single-news-holder .single-news-wrap p strong {
      font-family: "ObjectSans-Medium";
      line-height: 1.3;
      color: #141414; }
    @media only screen and (max-width: 767px) {
      .single-news-holder .single-news-wrap p {
        font-size: 15px; }
        .single-news-holder .single-news-wrap p strong {
          font-size: 15px; } }
  .single-news-holder .single-news-wrap img {
    width: 100%;
    margin: 20px auto; }

.last-news-holder {
  position: relative;
  padding: 80px 0 60px;
  background-color: #F6F2ED;
  background-image: url("/img/ornament2.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media only screen and (max-width: 767px) {
    .last-news-holder {
      padding: 40px 0;
      background-size: 65%; } }
  .last-news-holder .last-news-title {
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .last-news-holder .last-news-title {
        margin-bottom: 40px; } }
    .last-news-holder .last-news-title h2 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 28px;
      color: #aa8453;
      margin-bottom: 10px; }
      .last-news-holder .last-news-title h2 img {
        padding: 0 20px;
        margin-top: 12px; }
      @media only screen and (max-width: 767px) {
        .last-news-holder .last-news-title h2 {
          font-size: 24px; }
          .last-news-holder .last-news-title h2 img {
            margin-top: 16px;
            padding: 0 12px; } }
  .last-news-holder .news-box {
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.2); }
    .last-news-holder .news-box .news-head {
      overflow: hidden; }
      .last-news-holder .news-box .news-head img {
        width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: Scale(1, 1);
        -moz-transform: Scale(1, 1);
        -ms-transform: Scale(1, 1);
        -o-transform: Scale(1, 1);
        transform: Scale(1, 1); }
    .last-news-holder .news-box .news-info {
      padding: 20px; }
      .last-news-holder .news-box .news-info h3 {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        color: #141414;
        margin-bottom: 10px; }
        .last-news-holder .news-box .news-info h3 a {
          font-family: "ObjectSans-Regular";
          font-size: 24px;
          color: #141414; }
      .last-news-holder .news-box .news-info p {
        font-family: "ObjectSans-Regular";
        color: #141414;
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d3d3d3; }
      .last-news-holder .news-box .news-info span {
        font-family: "ObjectSans-Light";
        color: #5E646A;
        font-size: 14px; }
    .last-news-holder .news-box .news-button {
      float: right;
      background-color: #aa8453;
      padding: 8px 12px;
      font-size: 14px;
      font-family: "ObjectSans-Regular";
      color: #fff;
      margin-top: -12px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .last-news-holder .news-box .news-button:hover {
        background-color: #8e6c47; }
    .last-news-holder .news-box:hover {
      box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.5); }
      .last-news-holder .news-box:hover .news-head img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: Scale(1.2, 1.2);
        -moz-transform: Scale(1.2, 1.2);
        -ms-transform: Scale(1.2, 1.2);
        -o-transform: Scale(1.2, 1.2);
        transform: Scale(1.2, 1.2); }

.select2-container {
  z-index: 999 !important; }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px !important;
  height: 10px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(2, 82, 115, 0.5);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .modal-wrap {
      overflow-y: auto; } }
  .modal-wrap.active-modal {
    display: block !important; }
  .modal-wrap .modal-back {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-back-block {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-content {
    max-width: 688px;
    width: 98%;
    position: relative;
    z-index: 9999;
    padding: 60px 44px;
    background-color: #fff;
    min-height: 535px;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(195, 198, 198, 0.4) transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .modal-wrap .modal-content::-webkit-scrollbar {
      width: 7px; }
    .modal-wrap .modal-content::-webkit-scrollbar-track {
      background-color: white; }
    .modal-wrap .modal-content::-webkit-scrollbar-thumb {
      background: rgba(195, 198, 198, 0.8); }
    .modal-wrap .modal-content .modal-logo {
      display: none; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content {
        background-color: #F2EFEF;
        animation-name: none;
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .modal-wrap .modal-content .modal-logo {
          display: inline-block;
          position: absolute;
          top: 15px;
          left: 8%; }
          .modal-wrap .modal-content .modal-logo img {
            width: 35px; } }
    .modal-wrap .modal-content .modal-head {
      position: relative; }
      .modal-wrap .modal-content .modal-head h3 {
        font-family: "ObjectSans-Bold";
        font-size: 27px;
        color: #000; }
        @media only screen and (max-width: 767px) {
          .modal-wrap .modal-content .modal-head h3 {
            text-align: center;
            font-size: 18px;
            line-height: 1.33;
            padding: 20px 20px 0 20px; } }
    .modal-wrap .modal-content .modal-body {
      margin: 30px 0 0 0; }
    .modal-wrap .modal-content .modal-bottom button,
    .modal-wrap .modal-content .modal-bottom .cancel-form {
      width: 100%;
      display: block;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content .form-button {
        text-align: center !important; } }
    .modal-wrap .modal-content .row {
      margin-bottom: 10px; }

.close-m {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .close-m {
      right: 10%;
      top: 25px; } }

@media only screen and (max-width: 767px) {
  .modal-form .field {
    margin-bottom: 20px; } }

.modal-form .field input {
  background-color: #EBEBEB; }
  @media only screen and (max-width: 767px) {
    .modal-form .field input {
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
      .modal-form .field input::placeholder {
        font-size: 12px; } }

.modal-form .field textarea {
  background-color: #EBEBEB;
  height: 140px; }
  @media only screen and (max-width: 767px) {
    .modal-form .field textarea {
      background-color: #fff;
      height: 190px; }
      .modal-form .field textarea::placeholder {
        font-size: 12px; } }

@-webkit-keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

@keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top img {
    width: 48px; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 45px;
      right: 5px; } }
  .to-top:hover {
    opacity: 0.6; }

.toast-wrap {
  animation-name: toast;
  opacity: 0.5;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999999999; }

.toast-wrap .toast-correct {
  min-width: 320px;
  width: auto;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid #aa8453;
  color: #4b5662;
  font-size: 20px;
  font-family: "ObjectSans-Regular";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-correct span {
  color: #aa8453;
  margin-right: 5px; }

.toast-wrap .toast-correct span i {
  font-size: 20px; }

.toast-wrap .toast-error {
  min-width: 320px;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid red;
  color: #4b5662;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-error span {
  color: red;
  margin-right: 5px; }

.toast-wrap .toast-error span i {
  font-size: 20px; }

.toast-image {
  display: none; }

.toast-image-max {
  display: none; }

.toast-image-weight {
  display: none; }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "ObjectSans-Regular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEB !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }

.select2-container--open .select2-selection--single {
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  border-radius: 6px 6px 0 0 !important; }

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #EAEAEB !important;
  border-top: none !important;
  color: #000 !important;
  font-family: "ObjectSans-Regular" !important;
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important; }

.select2-container--default .select2-results__option {
  border-bottom: 1px solid #EAEAEB !important;
  font-family: "ObjectSans-Regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #000 !important;
  font-family: "ObjectSans-Regular" !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px !important;
  height: 10px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .mob-b0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mob-mb20 {
    margin-bottom: 20px !important; } }

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

@media only screen and (max-width: 767px) {
  .mob-none {
    display: none !important; } }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }

.reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.amenities-info-wrap {
  position: relative;
  /* parent */ }

.sticky {
  position: fixed; }

.stopped {
  position: absolute;
  bottom: -20px; }
