@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.btn {
  border: 1px solid transparent;
  font-size: 16px;
  margin: 0 0 18px;
  min-height: 44px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-align: center;
  border-radius: 0;
}

.btn-book {
  background-color: var(--second-color);
  color: var(--primary-color);
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  height: 44px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 170px;
}
.btn-book:hover, .btn-book:active {
  color: var(--primary-color);
  background-color: #f8ab00;
}

.btn-more {
  font-size: 12px;
  font-weight: 700;
  padding: 13px 30px;
  border-color: var(--three-color);
  color: var(--three-color);
  background-color: transparent;
}
.btn-more:hover {
  background-color: var(--three-color);
  color: #fff;
}

.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
  list-style: none;
  margin: 0 14px 0 0;
  padding: 0 0 6px;
}

.page-title {
  text-align: center;
  margin-bottom: 70px;
}
.page-title h1 {
  font-family: "GFS Didot", Garamond, "Times New Roman", sans-serif;
}
.page-title h1.line {
  position: relative;
}
.page-title h1.line::before {
  border-top: 1px solid #ededed;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.page-title h1 span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  text-align: center;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767.98px) {
  .page-title h1 span {
    padding: 0;
  }
}
.page-title hr.short-line {
  height: 2px;
  margin: 31px auto 37px;
  background-color: #000;
  width: 74px;
}
@media (max-width: 991.98px) {
  .page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .page-title {
    margin-bottom: 30px;
  }
}

.tb-space {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .tb-space {
    padding: 40px 0;
  }
}

@keyframes tile-topbox-collapse-panel {
  from {
    min-height: 100%;
    left: 0;
    right: 0;
  }
  to {
    min-height: 148px;
    left: 25%;
    right: 25%;
  }
}
@keyframes tile-topbox-expand-panel {
  from {
    min-height: 148px;
    left: 25%;
    right: 25%;
  }
  to {
    min-height: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1299.98px) {
  @keyframes tile-topbox-collapse-panel {
    from {
      min-height: 100%;
      left: 0;
      right: 0;
    }
    to {
      min-height: 120px;
      left: 18%;
      right: 18%;
    }
  }
  @keyframes tile-topbox-expand-panel {
    from {
      min-height: 120px;
      left: 18%;
      right: 18%;
    }
    to {
      min-height: 100%;
      left: 0;
      right: 0;
    }
  }
}
@media (max-width: 479.98px) {
  @keyframes tile-topbox-collapse-panel {
    from {
      min-height: 100%;
      left: 0;
      right: 0;
    }
    to {
      min-height: 104px;
      left: 12%;
      right: 12%;
    }
  }
  @keyframes tile-topbox-expand-panel {
    from {
      min-height: 104px;
      left: 12%;
      right: 12%;
    }
    to {
      min-height: 100%;
      left: 0;
      right: 0;
    }
  }
}
.button {
  background-color: transparent;
  border: 1px solid #633;
  border-radius: 0;
  color: #633;
  text-transform: uppercase;
  width: auto;
  line-height: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  padding: 0 20px;
  margin: 0 0 18px;
}
.button:hover, .button:focus, .button:active {
  background-color: #633;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

hr.double-lines {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: transparent;
  height: 2px;
}

.button-capsule {
  background-color: transparent;
  color: #633;
  border-radius: 21px;
  border: 1px solid rgba(102, 51, 51, 0.3);
  margin-right: 16px;
  margin-left: 0;
  padding: 11px 18px;
  min-width: 80px;
  -webkit-transition: background-color, border-color;
  -o-transition: background-color, border-color;
  transition: background-color, border-color;
}
.button-capsule.active, .button-capsule:focus, .button-capsule:hover {
  background-color: #633;
  color: #fff;
  border: 1px solid rgba(102, 51, 51, 0.3);
}

.icon-circle-bg {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  height: 27px;
  width: 27px;
  font-size: 15px;
  background-size: 100%;
  left: 0;
  background: #a29061;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
}

/*! Bellhop Icons v1.7.0 */
@font-face {
  font-family: "BellhopIcons";
  font-weight: 400;
  font-style: normal;
  src: local("☺︎"), url(../font/icons.woff2) format("woff2");
}
.b-icon {
  display: inline-block;
  font-family: "BellhopIcons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.b-icon-BUSINESS_SERVICES::before {
  content: "\ea01";
}

.b-icon-CONCIERGE::before {
  content: "\ea02";
}

.b-icon-FITNESS_CENTER::before {
  content: "\ea03";
}

.b-icon-FREE_BREAKFAST::before {
  content: "\ea04";
}

.b-icon-FREE_INTERNET::before {
  content: "\ea05";
}

.b-icon-FREE_PARKING::before {
  content: "\ea06";
}

.b-icon-GOLF::before {
  content: "\ea07";
}

.b-icon-KIDS_PROGRAM::before {
  content: "\ea08";
}

.b-icon-LAUNDRY::before {
  content: "\ea09";
}

.b-icon-MEETING_FACILITIES::before {
  content: "\ea0a";
}

.b-icon-PET_FRIENDLY::before {
  content: "\ea0b";
}

.b-icon-POOL::before {
  content: "\ea0c";
}

.b-icon-RESORT_PROPERTY::before {
  content: "\ea0d";
}

.b-icon-RESTAURANT_ONSITE::before {
  content: "\ea0e";
}

.b-icon-ROOM_SERVICE::before {
  content: "\ea0f";
}

.b-icon-SPA::before {
  content: "\ea10";
}

.b-icon-accessible::before {
  content: "\ea11";
}

.b-icon-arrow-left::before {
  content: "\ea12";
}

.b-icon-arrow-right::before {
  content: "\ea13";
}

.b-icon-award::before {
  content: "\ea14";
}

.b-icon-back::before {
  content: "\ea15";
}

.b-icon-bed::before {
  content: "\ea16";
}

.b-icon-bell::before {
  content: "\ea17";
}

.b-icon-bonus::before {
  content: "\ea18";
}

.b-icon-bus::before {
  content: "\ea19";
}

.b-icon-cal-add::before {
  content: "\ea1a";
}

.b-icon-cal-search::before {
  content: "\ea1b";
}

.b-icon-cal-success::before {
  content: "\ea1c";
}

.b-icon-calendar::before {
  content: "\ea1d";
}

.b-icon-call::before {
  content: "\ea1e";
}

.b-icon-camera::before {
  content: "\ea1f";
}

.b-icon-close-bold::before {
  content: "\ea20";
}

.b-icon-down-bold::before {
  content: "\ea21";
}

.b-icon-down-fill::before {
  content: "\ea22";
}

.b-icon-down-ol::before {
  content: "\ea23";
}

.b-icon-cart::before {
  content: "\ea24";
}

.b-icon-check::before {
  content: "\ea25";
}

.b-icon-checkout::before {
  content: "\ea26";
}

.b-icon-clear::before {
  content: "\ea27";
}

.b-icon-clock::before {
  content: "\ea28";
}

.b-icon-close::before {
  content: "\ea29";
}

.b-icon-contact::before {
  content: "\ea2a";
}

.b-icon-devices::before {
  content: "\ea2b";
}

.b-icon-dining::before {
  content: "\ea2c";
}

.b-icon-discount::before {
  content: "\ea2d";
}

.b-icon-download::before {
  content: "\ea2e";
}

.b-icon-error::before {
  content: "\ea2f";
}

.b-icon-rf_BED_FULL::before {
  content: "\ea30";
}

.b-icon-filter::before {
  content: "\ea31";
}

.b-icon-gallery::before {
  content: "\ea32";
}

.b-icon-globe::before {
  content: "\ea33";
}

.b-icon-heart::before {
  content: "\ea34";
}

.b-icon-home::before {
  content: "\ea35";
}

.b-icon-hotel::before {
  content: "\ea36";
}

.b-icon-info::before {
  content: "\ea37";
}

.b-icon-internet::before {
  content: "\ea38";
}

.b-icon-keys::before {
  content: "\ea39";
}

.b-icon-list::before {
  content: "\ea3a";
}

.b-icon-location-fill::before {
  content: "\ea3b";
}

.b-icon-location::before {
  content: "\ea3c";
}

.b-icon-lounge::before {
  content: "\ea3d";
}

.b-icon-mail::before {
  content: "\ea3e";
}

.b-icon-meal::before {
  content: "\ea3f";
}

.b-icon-menu::before {
  content: "\ea40";
}

.b-icon-minus-fill::before {
  content: "\ea41";
}

.b-icon-minus-ol::before {
  content: "\ea42";
}

.b-icon-minus::before {
  content: "\ea43";
}

.b-icon-mobile::before {
  content: "\ea44";
}

.b-icon-more-fill::before {
  content: "\ea45";
}

.b-icon-more::before {
  content: "\ea46";
}

.b-icon-new::before {
  content: "\ea47";
}

.b-icon-nights::before {
  content: "\ea48";
}

.b-icon-notes::before {
  content: "\ea49";
}

.b-icon-parking::before {
  content: "\ea4a";
}

.b-icon-pay::before {
  content: "\ea4b";
}

.b-icon-pdf::before {
  content: "\ea4c";
}

.b-icon-people::before {
  content: "\ea4d";
}

.b-icon-person::before {
  content: "\ea4e";
}

.b-icon-photos::before {
  content: "\ea4f";
}

.b-icon-pin-fill::before {
  content: "\ea50";
}

.b-icon-pin::before {
  content: "\ea51";
}

.b-icon-plus-fill::before {
  content: "\ea52";
}

.b-icon-plus-ol::before {
  content: "\ea53";
}

.b-icon-plus::before {
  content: "\ea54";
}

.b-icon-down::before {
  content: "\ea55";
}

.b-icon-left-bold::before {
  content: "\ea56";
}

.b-icon-points::before {
  content: "\ea57";
}

.b-icon-print::before {
  content: "\ea58";
}

.b-icon-recent::before {
  content: "\ea59";
}

.b-icon-redeem::before {
  content: "\ea5a";
}

.b-icon-relax::before {
  content: "\ea5b";
}

.b-icon-rest::before {
  content: "\ea5c";
}

.b-icon-rewards::before {
  content: "\ea5d";
}

.b-icon-search::before {
  content: "\ea5e";
}

.b-icon-settings::before {
  content: "\ea5f";
}

.b-icon-share::before {
  content: "\ea60";
}

.b-icon-star::before {
  content: "\ea61";
}

.b-icon-success::before {
  content: "\ea62";
}

.b-icon-success_fill::before {
  content: "\ea63";
}

.b-icon-suitcase::before {
  content: "\ea64";
}

.b-icon-tablet::before {
  content: "\ea65";
}

.b-icon-tag::before {
  content: "\ea66";
}

.b-icon-telephone::before {
  content: "\ea67";
}

.b-icon-tickets::before {
  content: "\ea68";
}

.b-icon-left::before {
  content: "\ea69";
}

.b-icon-treat::before {
  content: "\ea6a";
}

.b-icon-trophy::before {
  content: "\ea6b";
}

.b-icon-turn::before {
  content: "\ea6c";
}

.b-icon-updown-fill::before {
  content: "\ea6d";
}

.b-icon-updown::before {
  content: "\ea6e";
}

.b-icon-upgrade::before {
  content: "\ea6f";
}

.b-icon-view-collapse::before {
  content: "\ea70";
}

.b-icon-view-expand::before {
  content: "\ea71";
}

.b-icon-warn::before {
  content: "\ea72";
}

.b-icon-weather::before {
  content: "\ea73";
}

.b-icon-wifi::before {
  content: "\ea74";
}

.b-icon-new-bold::before {
  content: "\ea75";
}

.b-icon-right-bold::before {
  content: "\ea76";
}

.b-icon-right::before {
  content: "\ea77";
}

.b-icon-up-bold::before {
  content: "\ea78";
}

.b-icon-up-fill::before {
  content: "\ea79";
}

.b-icon-up-ol::before {
  content: "\ea7a";
}

.b-icon-up::before {
  content: "\ea7b";
}

.b-icon-edit::before {
  content: "\ea7c";
}

.b-icon-ajoining::before {
  content: "\ea7d";
}

.b-icon-decor::before {
  content: "\ea7e";
}

.b-icon-shower::before {
  content: "\ea7f";
}

.b-icon-temperature::before {
  content: "\ea80";
}

.b-icon-view::before {
  content: "\ea81";
}

.b-icon-water::before {
  content: "\ea82";
}

.b-icon-cal-star::before {
  content: "\ea83";
}

.b-icon-chair::before {
  content: "\ea84";
}

.b-icon-checkin::before {
  content: "\ea85";
}

.b-icon-airplane::before {
  content: "\ea86";
}

.b-icon-door-double::before {
  content: "\ea87";
}

.b-icon-door-single::before {
  content: "\ea88";
}

.b-icon-basket::before {
  content: "\ea89";
}

.b-icon-success-fill::before {
  content: "\ea8a";
}

.b-icon-quote::before {
  content: "\ea8b";
}

.b-icon-security::before {
  content: "\ea8c";
}

.b-icon-check-bold::before {
  content: "\ea8d";
}

.b-icon-MEMBER_BREAKFAST::before {
  content: "\ea8e";
}

.b-icon-points-cash::before {
  content: "\ea8f";
}

.b-icon-suite::before {
  content: "\ea90";
}

.b-icon-chromecast::before {
  content: "\ea91";
}

.b-icon-mobile-key::before {
  content: "\ea92";
}

.b-icon-COURTESY_CARD::before {
  content: "\ea93";
}

.b-icon-DISCOVERIST::before {
  content: "\ea94";
}

.b-icon-EXPLORIST::before {
  content: "\ea95";
}

.b-icon-GLOBALIST::before {
  content: "\ea96";
}

.b-icon-LIFETIME_GLOBALIST::before {
  content: "\ea97";
}

.b-icon-MEMBER::before {
  content: "\ea98";
}

.b-icon-homes::before {
  content: "\ea99";
}

.b-icon-pin-interest::before {
  content: "\ea9a";
}

.b-icon-pin-region::before {
  content: "\ea9b";
}

.b-icon-rf_VIEW_OCEANPARTIAL::before {
  content: "\ea9c";
}

.b-icon-rf_AREA_BALCONY::before {
  content: "\ea9d";
}

.b-icon-rf_AREA_DINING::before {
  content: "\ea9e";
}

.b-icon-rf_AREA_KITCHEN::before {
  content: "\ea9f";
}

.b-icon-rf_AREA_LIVING::before {
  content: "\eaa0";
}

.b-icon-rf_AREA_SEPARATEROOM::before {
  content: "\eaa1";
}

.b-icon-rf_AREA_WORK::before {
  content: "\eaa2";
}

.b-icon-rf_BATH_LUXURY::before {
  content: "\eaa3";
}

.b-icon-rf_BATH_ROLLINSHOWER::before {
  content: "\eaa4";
}

.b-icon-rf_BATH_TUB::before {
  content: "\eaa5";
}

.b-icon-rf_BED_DOUBLE::before {
  content: "\eaa6";
}

.b-icon-rf_BED_KING::before {
  content: "\eaa7";
}

.b-icon-rf_BED_QUEEN::before {
  content: "\eaa8";
}

.b-icon-rf_BED_TWIN::before {
  content: "\eaa9";
}

.b-icon-rf_BILLIARDS::before {
  content: "\eaaa";
}

.b-icon-rf_BUNKBED::before {
  content: "\eaab";
}

.b-icon-rf_BUTLER::before {
  content: "\eaac";
}

.b-icon-rf_CHARITY::before {
  content: "\eaad";
}

.b-icon-rf_CLUB_ACCESS::before {
  content: "\eaae";
}

.b-icon-rf_COMP_FOOD::before {
  content: "\eaaf";
}

.b-icon-rf_CONCIERGE::before {
  content: "\eab0";
}

.b-icon-rf_CONRAN::before {
  content: "\eab1";
}

.b-icon-rf_DEFAULT::before {
  content: "\eab2";
}

.b-icon-rf_FREE_BREAKFAST::before {
  content: "\eab3";
}

.b-icon-rf_HOT_TUB::before {
  content: "\eab4";
}

.b-icon-rf_LOC_NEARPOI::before {
  content: "\eab5";
}

.b-icon-rf_LOC_NEARSPA::before {
  content: "\eab6";
}

.b-icon-rf_MEASUREMENT::before {
  content: "\eab7";
}

.b-icon-rf_MINIBAR::before {
  content: "\eab8";
}

.b-icon-rf_POOL::before {
  content: "\eab9";
}

.b-icon-rf_PRIVATE_CHECKIN::before {
  content: "\eaba";
}

.b-icon-rf_SOFA::before {
  content: "\eabb";
}

.b-icon-rf_SOFABED::before {
  content: "\eabc";
}

.b-icon-rf_VIEW_AIRPORT::before {
  content: "\eabd";
}

.b-icon-rf_VIEW_CITY::before {
  content: "\eabe";
}

.b-icon-rf_VIEW_CITYPREMIUM::before {
  content: "\eabf";
}

.b-icon-rf_VIEW_GENERAL::before {
  content: "\eac0";
}

.b-icon-rf_VIEW_LAKE::before {
  content: "\eac1";
}

.b-icon-rf_VIEW_OCEAN::before {
  content: "\eac2";
}

.b-icon-rf_WASHER_DRYER::before {
  content: "\eac3";
}

.b-icon-rf_WINDOW_FLOORCEIL::before {
  content: "\eac4";
}

.b-icon-pb_BONUS_POINTS::before {
  content: "\eac5";
}

.b-icon-pb_BREAKFAST::before {
  content: "\eac6";
}

.b-icon-pb_COMMISSION::before {
  content: "\eac7";
}

.b-icon-pb_CONNECTING_ROOMS::before {
  content: "\eac8";
}

.b-icon-pb_EARLY_CHECK_IN::before {
  content: "\eac9";
}

.b-icon-pb_LATE_CHECKOUT::before {
  content: "\eaca";
}

.b-icon-pb_PROPERTY_CREDIT::before {
  content: "\eacb";
}

.b-icon-pb_UPGRADE_PRIORITY::before {
  content: "\eacc";
}

.b-icon-pb_WELCOME_AMENITY::before {
  content: "\eacd";
}

.b-icon-pb_WELCOME_LETTER::before {
  content: "\eace";
}

.b-icon-tb_AIRLINE_PARTNER::before {
  content: "\eacf";
}

.b-icon-tb_BOTTLED_WATER::before {
  content: "\ead0";
}

.b-icon-tb_CLUB_ACCESS_BFAST::before {
  content: "\ead1";
}

.b-icon-tb_COMP_PARKING::before {
  content: "\ead2";
}

.b-icon-tb_ELITE_CHECK_IN::before {
  content: "\ead3";
}

.b-icon-tb_FREE_NIGHTS::before {
  content: "\ead4";
}

.b-icon-tb_GIFTING_EXPLORIST::before {
  content: "\ead5";
}

.b-icon-tb_GUARANTEED_AVAIL::before {
  content: "\ead6";
}

.b-icon-tb_GUEST_OF_HONOR::before {
  content: "\ead7";
}

.b-icon-tb_LATE_CHECKOUT::before {
  content: "\ead8";
}

.b-icon-tb_MEMBER_RATES::before {
  content: "\ead9";
}

.b-icon-tb_MLIFE_STATUS::before {
  content: "\eada";
}

.b-icon-tb_POINTS_BONUS::before {
  content: "\eadb";
}

.b-icon-tb_PREMIUM_INTERNET::before {
  content: "\eadc";
}

.b-icon-tb_PRIORITY_ACCESS::before {
  content: "\eadd";
}

.b-icon-tb_ROOM_UPGRADE::before {
  content: "\eade";
}

.b-icon-tb_SLH::before {
  content: "\eadf";
}

.b-icon-tb_WAIVED_RESORT_FEES::before {
  content: "\eae0";
}

.b-icon-tb_WELCOME_AMENITY::before {
  content: "\eae1";
}

.b-icon-ESPRESSO_BAR::before {
  content: "\eae2";
}

.b-icon-FAMILY_FRIENDLY::before {
  content: "\eae3";
}

.b-icon-WEDDINGS::before {
  content: "\eae4";
}

.b-icon-SKI::before {
  content: "\eae5";
}

.b-icon-tb_EXHALE::before {
  content: "\eae6";
}

.b-icon-tb_BASE_POINTS::before {
  content: "\eae7";
}

.b-icon-rf_AREA_FULL_CHEF_KITCHEN::before {
  content: "\eae8";
}

.b-icon-rf_AREA_PANTRY::before {
  content: "\eae9";
}

.b-icon-rf_AREA_TERRACE::before {
  content: "\eaea";
}

.b-icon-rf_ARTWORK::before {
  content: "\eaeb";
}

.b-icon-rf_BATH_RAINSHOWER_TUB::before {
  content: "\eaec";
}

.b-icon-rf_CORNER_ROOM::before {
  content: "\eaed";
}

.b-icon-rf_DEEP_SOAK_CITY::before {
  content: "\eaee";
}

.b-icon-rf_FIREPLACE::before {
  content: "\eaef";
}

.b-icon-rf_VIEW_CARNEGIE::before {
  content: "\eaf0";
}

.b-icon-rf_VIEW_CENTRALPARK::before {
  content: "\eaf1";
}

.b-icon-rf_VIEW_PARTIALPARK::before {
  content: "\eaf2";
}

.b-icon-mobile-check-in::before {
  content: "\eaf3";
}

.b-icon-mobile-check-out::before {
  content: "\eaf4";
}

.b-icon-check-in::before {
  content: "\eaf5";
}

.b-icon-check-out::before {
  content: "\eaf6";
}

.b-icon-housekeeping-schedule::before {
  content: "\eaf7";
}

.b-icon-blank-card::before {
  content: "\eaf8";
}

.b-icon-CHROMECAST::before {
  content: "\eaf9";
}

.b-icon-DIGITAL_CHECK_IN::before {
  content: "\eafa";
}

.b-icon-DIGITAL_KEY::before {
  content: "\eafb";
}

.b-icon-CASINO::before {
  content: "\eafc";
}

.b-icon-EV_CHARGING::before {
  content: "\eafd";
}

.b-icon-trash-can::before {
  content: "\eafe";
}

.header {
  background-color: #151515;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25;
}
.header-top {
  padding: 30px 0;
}
.header-top .brand-logo-column {
  flex-grow: 0;
}
.header-top .brand-logo-column .brand-logo {
  transition: margin 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), width 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), max-height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89);
  width: 156px;
  display: block;
}
@media (max-width: 767.98px) {
  .header-top .brand-logo-column .brand-logo {
    margin: 12px auto 14px;
  }
}
.header-top .site-info-column {
  flex: 1 1 0;
}
.header-top .site-info-column .site-info {
  color: #fff;
  transition: margin 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), width 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), max-height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89);
}
.header-top .site-info-column .site-info a {
  color: #fff;
}
.header-top .site-info-column .site-info-location {
  display: block;
}
@media (min-width: 480px) {
  .header-top .site-info-column .site-info-location {
    margin-bottom: 6px;
  }
}
.header-top .site-info-column .site-info-container {
  transition: margin 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), width 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), max-height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89);
  overflow: hidden;
  max-height: 200px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.header-top .site-info-column .site-info-container > a {
  display: block;
  margin-right: 12px;
}
@media (min-width: 480px) {
  .header-top .site-info-column .site-info-container > a {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .header-top .site-info-column .site-info-container > a {
    margin-bottom: 6px;
  }
}
@media (max-width: 767.98px) {
  .header-top .site-info-column .site-info-container > a {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
  }
  .header-top .site-info-column .site-info-container > a span {
    display: none;
  }
}
@media (min-width: 480px) {
  .header-top .site-info-column .site-info-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header-top .site-info-column .site-info-reviews .stars-link-wrap {
  margin-right: 5px;
}
.header-top .site-info-column .site-info-reviews .stars-link-wrap i {
  color: var(--second-color);
}
@media (max-width: 767.98px) {
  .header-top .site-info-column .site-info {
    text-align: center;
  }
}
.header-top .quickbook-column {
  flex-grow: 0;
}
.header-top .quickbook-column .quickbook-container {
  transition: margin 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), width 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), max-height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89), height 0.3s cubic-bezier(0.14, -0.2, 0.55, 0.89);
}
@media (min-width: 768px) {
  .header-top .quickbook-column .quickbook-container .btn-book {
    width: 174px;
  }
}
@media (max-width: 767.98px) {
  .header-top.row {
    flex-direction: column;
    padding: 15px 0;
  }
  .header-top .brand-logo-column,
.header-top .site-info-column,
.header-top .quickbook-column {
    width: 100%;
    padding: 0 15px;
  }
}
.header .mobile-toggle {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
  float: right;
}
@media (min-width: 992px) {
  .header .mobile-toggle {
    display: none;
  }
}
.header .close-mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
}
@media (min-width: 992px) {
  .header .close-mobile-toggle {
    display: none;
  }
}
.header .navbar {
  padding: 0;
}
.header .navbar ul {
  transition-property: opacity, padding, height, top;
  transition-duration: 0.3s;
}
.header .navbar ul li {
  letter-spacing: 1.1px;
  margin: 0;
  padding: 0 18px;
  position: relative;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.header .navbar ul li:first-child {
  padding-left: 0;
}
.header .navbar ul li a {
  color: var(--primary-color);
}
.header .navbar ul li::after {
  border-left: 1px solid #a29061;
  bottom: 3px;
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 3px;
}
.header .navbar ul li:last-child::after {
  display: none;
}
.header .navbar ul.list-inline {
  margin-left: 0;
  position: relative;
  top: 0;
  padding-bottom: 18px;
  height: 36px;
}
.header .navbar ul.list-inline li a {
  color: #fff;
  text-transform: uppercase;
}
.header .navbar ul.list-inline li a:hover {
  text-decoration: underline;
}
.header .navbar ul.list-inline li::after {
  border-left: 1px solid #a29061;
}
.header .navbar ul.list-inline li.active a {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .header .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    max-width: 450px;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.98);
    align-items: flex-start;
    padding: 30px;
    transition: all 0.4s ease-in-out;
  }
  .header .navbar ul {
    width: 100%;
  }
  .header .navbar ul.list-inline {
    height: auto;
  }
  .header .navbar ul.list-inline li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
  .header .navbar ul.list-inline li::after {
    display: none;
  }
  .header .navbar.active {
    left: 0;
    transition: all 0.4s ease-in-out;
  }
}
.header.affix .brand-logo {
  margin-left: 0;
  margin-right: 0;
  width: 0;
}
.header.affix .brand-logo-column {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .header.affix .brand-logo-column {
    display: none;
  }
}
.header.affix .site-info-container {
  max-height: 0;
}
.header.affix .navbar ul {
  opacity: 0;
  padding-bottom: 0;
  height: 0;
  top: -36px;
}
@media (max-width: 767.98px) {
  .header.affix .navbar ul {
    opacity: 1;
    top: 0;
  }
}
.header.affix.active .navbar ul {
  opacity: 1;
  padding-bottom: 22px;
  height: 36px;
  top: 0;
}
@media (max-width: 991px) {
  .header.affix .quickbook-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header.affix .quickbook-container .mobile-toggle {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .header.affix .quickbook-container {
    justify-content: space-around;
  }
}

.wrapper {
  padding-top: 225px;
}

.banner-video .video-player {
  height: 580px;
}
.banner-video .video-player-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .content-block {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.certificationsbanner {
  background-color: #f0f0f0;
  margin-bottom: 60px;
  padding: 20px 0;
}
.certificationsbanner .message-container {
  text-align: center;
  max-width: 500px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .certificationsbanner .message-container {
    text-align: left;
  }
}
.certificationsbanner .logos {
  padding-top: 12px;
  padding-bottom: 12px;
}
.certificationsbanner .logos img {
  max-height: 120px;
  max-width: 200px;
  padding: 0 5px;
}

.amenities .page-title {
  margin-bottom: 40px;
}
.amenities-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.amenities-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 16%;
  padding-left: 5px;
  padding-right: 5px;
}
.amenities-item i {
  font-size: 47px;
  color: #585858;
}
.amenities-item .amenities-name {
  padding-top: 8px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 12px;
  display: block;
}
@media (max-width: 991.98px) {
  .amenities-item {
    width: 33.333%;
  }
}
@media (max-width: 576px) {
  .amenities-item {
    width: 50%;
  }
}

.overlayimage {
  position: relative;
  margin: 70px 0;
}
.overlayimage .overlay-image {
  position: relative;
}
.overlayimage .overlay-image-img img {
  max-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlayimage .overlay-image-desc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 440px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.overlayimage .overlay-image-desc .overlay-content {
  padding: 24px;
}
.overlayimage .overlay-image-desc .section-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  text-align: center;
}
.overlayimage .overlay-image-desc .section-description .overlay-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
@media (min-width: 480px) {
  .overlayimage .overlay-image-desc .section-description .overlay-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .overlayimage .overlay-image-desc .section-description .overlay-title {
    font-size: 28px;
  }
}
.overlayimage .overlay-image-desc .section-description .overlay-hr {
  width: 60%;
  height: 1px;
  max-width: 230px;
  background-color: #ededed;
  margin-bottom: 18px;
}
.overlayimage .overlay-image-desc .section-description .overlay-text {
  font-size: 16px;
  margin-bottom: 18px;
}
.overlayimage .overlay-image-desc .section-cta a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .overlayimage .overlay-image-desc {
    position: relative;
    max-width: 100%;
  }
}

.room-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-item-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.room-item-content .title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 12px;
  letter-spacing: normal;
  font-family: inherit;
}
.room .groupbtn {
  margin-top: 50px;
}

.dining .panel {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: height 1s;
}
.dining .panel-image {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  transition: height 1s;
}
.dining .panel-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dining .panel-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: height 1s;
}
.dining .panel-text a.panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.dining .panel-text .panel-content-head {
  animation: tile-topbox-collapse-panel 0.3s forwards;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0 15px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.77);
  background-blend-mode: multiply;
}
.dining .panel-text .panel-content-head .underlined-heading {
  display: inline-block;
  margin: 0 auto;
  max-width: 255px;
}
.dining .panel-text .panel-content-head .underlined-heading .heading {
  font-size: 12px;
  margin: 26px 0 20px;
  padding-bottom: 6px;
  color: #fff;
  border-bottom: 3px solid #fff;
}
.dining .panel-text .panel-content-head .label {
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
  margin: 0 auto;
  max-width: 255px;
}
.dining .panel-text .panel-content .description {
  position: absolute;
  top: 130px;
  opacity: 0;
  text-align: left;
  line-height: 1.57;
  padding: 20px 60px;
  bottom: 0;
  overflow-y: auto;
  color: #fff;
}
@media (min-width: 960px) {
  .dining .panel-text .panel-content:hover .panel-content-head {
    animation: tile-topbox-expand-panel 0.3s forwards;
  }
  .dining .panel-text .panel-content:hover .description {
    animation: fadeIn 0.3s forwards;
    animation-delay: 0.2s;
  }
}
@media (max-width: 767.98px) {
  .dining .panel {
    margin-bottom: 15px;
  }
}

.static-map .map-content {
  background-color: #faf9f7;
  padding: 40px;
}
.static-map .map-content .heading {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
  font-weight: 700;
}
.static-map .map-content-info {
  margin: 12px 0;
}
.static-map .map-content-label {
  color: #000;
  line-height: 2.35;
  font-weight: 700;
}
.static-map .map-content-text {
  line-height: 1.57;
  margin-left: 0;
}
@media (max-width: 960px) {
  .static-map .map-image iframe {
    height: 373px;
  }
}
@media (max-width: 767.98px) {
  .static-map .map-image iframe {
    height: 213px;
  }
}

.service-item-inner {
  clear: both;
  overflow: visible;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.service-item-inner .col-image {
  max-width: 870px;
  width: 870px;
  height: 480px;
  float: left;
  position: relative;
  margin-bottom: 0;
  overflow: visible;
}
.service-item-inner .col-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279px) {
  .service-item-inner .col-image {
    width: 67.0833333vw;
    height: 40vw;
  }
}
@media (max-width: 959px) {
  .service-item-inner .col-image {
    height: 52vw;
    max-height: 420px;
  }
}
@media (max-width: 767px) {
  .service-item-inner .col-image {
    float: none;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
}
.service-item-inner .col-desc {
  position: relative;
  z-index: 3;
  padding: 50px;
  margin: -363px 0 0 0;
  min-height: 375px;
  width: 500px;
  background-color: #fff;
  line-height: 1.6;
  margin-top: -380px;
  min-height: 380px;
  padding-bottom: 0;
  float: right;
  left: 40px;
}
.service-item-inner .col-desc::before, .service-item-inner .col-desc::after {
  content: "";
  border-top: 1px solid #e3ddd0;
  position: absolute;
  top: 28px;
  left: 28px;
  right: 40px;
  display: block;
  pointer-events: none;
}
.service-item-inner .col-desc::after {
  content: "";
  border-left: 1px solid #e3ddd0;
  position: absolute;
  top: 28px;
  left: 28px;
  height: 352px;
}
.service-item-inner .col-desc h3.title {
  text-transform: uppercase;
  letter-spacing: 2.1px;
  color: #000;
}
@media (min-width: 768px) {
  .service-item-inner .col-desc h3.title::before, .service-item-inner .col-desc h3.title::after {
    content: "";
    display: block;
    position: absolute;
  }
}
.service-item-inner .col-desc h3.title::before {
  border-top: 1px solid #e3ddd0;
  top: 20px;
  left: 20px;
  right: 40px;
  height: 4px;
  background-color: #e3ddd0;
}
.service-item-inner .col-desc h3.title::after {
  border-left: 1px solid #e3ddd0;
  top: 20px;
  height: 360px;
  left: 20px;
  width: 4px;
  background-color: #e3ddd0;
}
@media (max-width: 1279px) {
  .service-item-inner .col-desc {
    width: 48.9583333vw;
    position: relative;
    height: auto;
  }
}
@media (max-width: 767px) {
  .service-item-inner .col-desc {
    float: none;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: 0 15px;
    background-color: transparent;
    padding: 23px 0;
    min-height: auto;
  }
  .service-item-inner .col-desc::before, .service-item-inner .col-desc::after {
    display: none;
  }
}
.service-item:nth-child(even) .col-image {
  float: right;
}
@media (max-width: 767px) {
  .service-item:nth-child(even) .col-image {
    float: none;
  }
}
.service-item:nth-child(even) .col-desc {
  float: left;
  left: -40px;
}
.service-item:nth-child(even) .col-desc::before {
  left: 40px;
  right: 28px;
  top: 28px;
}
.service-item:nth-child(even) .col-desc::after {
  left: auto;
  right: 28px;
  top: 28px;
}
.service-item:nth-child(even) .col-desc h3.title::before {
  right: 20px;
  left: 40px;
}
.service-item:nth-child(even) .col-desc h3.title::after {
  left: inherit;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .service-item:nth-child(even) .col-desc {
    left: 0;
    float: none;
  }
}

@media (min-width: 768px) {
  .photosandreviews .prs-col {
    width: 20%;
  }
}
.photosandreviews .first-row {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .photosandreviews .first-row .row > div:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}
.photosandreviews .highlighted-review {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: top;
  padding-left: 5%;
}
.photosandreviews .highlighted-review .title {
  margin: 7px 0;
  padding-right: 80px;
  color: #000;
  font-size: 26px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  line-height: 1.3;
}
.photosandreviews .highlighted-review .details {
  line-height: 2.09;
  font-size: 12px;
}
.photosandreviews .highlighted-review .details-text {
  display: inline-block;
  white-space: nowrap;
}
.photosandreviews .highlighted-review .details-text::after {
  content: "|";
  display: inline-block;
  padding-left: 3px;
  padding-right: 2px;
}
.photosandreviews .highlighted-review .details-text:last-child::after {
  display: none;
}
@media (max-width: 767.98px) {
  .photosandreviews .highlighted-review {
    padding: 0;
  }
}
.photosandreviews .description {
  line-height: 1.57;
  max-width: 558px;
  margin-top: 20px;
  display: inline-block;
}
.photosandreviews .description .text {
  padding-bottom: 26px;
}

.prs-col {
  flex-grow: 1;
}

.dining .has-background {
  background: url("../images/knife-mask.png") no-repeat;
  background-position: 90% calc(100% + 153px);
  background-size: 160px;
  padding-bottom: 75px;
}
.dining-inner .row {
  align-items: center;
}
.dining-inner .box-content {
  max-width: 500px;
  margin: auto;
}
.dining-inner .box-content .title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 22px;
  color: #000;
  text-transform: uppercase;
}
.dining-inner .box-content .desc {
  margin-bottom: 26px;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .dining-inner .box-content {
    max-width: 100%;
    width: 100%;
    padding: 25px 15px;
  }
}

.newsbanner {
  margin-top: -50px;
  border-top: 4px solid #a29061;
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
.newsbanner .row {
  align-items: center;
}
.newsbanner .left-column,
.newsbanner .center-column,
.newsbanner .right-column {
  text-align: center;
}
.newsbanner .text-section .center-column a {
  padding: 0 20px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}
.newsbanner .text-section .center-column a:hover {
  background-color: #fff;
  color: #000;
}
.newsbanner .share .social-bar ul li a {
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.newsbanner .share .social-bar ul li a:hover {
  text-decoration: none;
}
.newsbanner .share .social-bar ul li.instagram a {
  background-color: #e4405f;
}
.newsbanner .share .social-bar ul li.facebook a {
  background-color: #3b5998;
}

.room-about .page-title {
  margin-bottom: 30px;
  text-align: left;
}
.room-about .page-title h1 span {
  padding: 0;
}
@media (max-width: 767.98px) {
  .room-about .page-title {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.room-about .description {
  line-height: 1.63;
  max-width: 615px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .room-about .description {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.room-about .timecheck-box {
  padding-left: 37px;
  min-height: 35px;
  position: relative;
}
.room-about .timecheck-box .clock {
  position: absolute;
  left: 0;
  font-size: 34px;
  top: -5px;
  color: #ccc;
}
.room-about .timecheck-box .text-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 10px;
}
.room-about .timecheck-box .text-time-item {
  font-size: 12px;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0 10px;
  text-align: center;
}
.room-about .timecheck-box .text-time-item strong {
  display: block;
  color: #946e23;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.room-about .timecheck-box .text-time-item .time {
  letter-spacing: 0.5px;
  color: #000;
}
@media (max-width: 767.98px) {
  .room-about .timecheck {
    display: none;
  }
}
.room-about .box-image img {
  width: 100%;
}
.room-single {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.room-single .modal-dialog {
  max-width: 1170px;
}
.room-image {
  margin-bottom: 12px;
}
.room-image a {
  display: block;
}
.room-image img {
  width: 100%;
}
.room-content h3 {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .room-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .room-content h3 {
    font-size: 35px;
  }
}
.room-content .room-desc {
  line-height: 1.69;
  padding-bottom: 15px;
}
.room-content .amenities-section-title {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  min-height: auto;
  padding: 0;
  margin: 8px 0;
  text-transform: uppercase;
  cursor: pointer;
}
.room-content .amenities-section-inner {
  display: none;
}
.room-content .amenities-section-inner ul {
  margin-left: 20px;
  list-style-type: disc;
}
.room-content .checkavbtn {
  line-height: 1.5;
  text-align: center;
  color: #282828;
  padding: 10px 15px 11px 15px;
  width: auto;
  min-width: 151px;
  min-height: 34px;
  font-size: 12px;
  font-weight: bolder;
  background-color: #ffb612;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .room-content .checkavbtn {
    width: 100%;
    margin: 0 auto;
  }
}
.room-detail-wrap {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .room-detail-wrap {
    padding: 100px 0 30px;
  }
}
.room-detail-title {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
  font-size: 22px;
  margin: 0 0 12px;
}
@media (min-width: 480px) {
  .room-detail-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .room-detail-title {
    font-size: 36px;
  }
}
.room-detail-slide .slick-dots {
  bottom: 0;
}
.room-detail-slide .slick-dots li button::before {
  font-size: 12px;
  opacity: 1;
  color: #fff;
}
.room-detail-slide .slick-dots li.slick-active button::before {
  color: #000;
}
.room-detail-book {
  background-color: #282828;
}
.room-detail-book .quickbook-container {
  padding: 10px;
}
.room-detail-book .quickbook-container .row {
  gap: 10px;
}
.room-detail-book .quickbook-container .form-group {
  flex-grow: 1;
  margin-bottom: 0;
}
.room-detail-book .quickbook-container .form-group input {
  width: 100%;
  height: 34px;
  border: 1px solid #000;
  padding: 0 10px;
  background-color: #fff;
}
.room-detail-book .quickbook-container .form-group .button {
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
  height: 34px;
  font-weight: bolder;
  min-height: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #ffb612;
  color: #000;
}
.room-detail-desc {
  color: #282828;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.63;
}
.room-detail-amenities h2 {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
  font-size: 18px;
}
@media (min-width: 480px) {
  .room-detail-amenities h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .room-detail-amenities h2 {
    font-size: 24px;
  }
}
.room-detail-amenities-inner {
  padding: 0 30px;
}

.nav-tabs {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 68px;
  justify-content: center;
}
.nav-tabs .nav-item {
  margin: 0 45px;
}
.nav-tabs .nav-item .nav-link {
  text-decoration: none;
  color: #282828;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  line-height: 1.3;
}
.nav-tabs .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  border-color: transparent;
}
.nav-tabs .nav-item .nav-link.active::after {
  background-color: #633;
  cursor: default;
  color: #633;
  border-bottom: 3px solid #633;
}
@media (min-width: 680px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
}

.attractions .page-title h1 {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
  font-size: 26px;
}
@media (min-width: 480px) {
  .attractions .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .attractions .page-title h1 {
    font-size: 48px;
  }
}
.attractions .description {
  line-height: 1.63;
  max-width: 615px;
  margin: auto;
  text-align: center;
}
.attractions .interacmap {
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .attractions .interacmap iframe {
    height: 250px;
  }
}
.attractions-header {
  margin-bottom: 65px;
}
.attractions-header hr.component {
  margin-bottom: 50px;
}
.attractions-header > h2 {
  text-align: center;
}
.attractions-header .buttonsSection {
  width: 100%;
  padding: 0 18px;
  text-align: center;
}
.attractions-header .buttonsSection > div {
  display: inline-block;
  padding-bottom: 18px;
}
@media (max-width: 1279px) {
  .attractions-header .buttonsSection {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 51px;
    overflow-y: hidden;
  }
  .attractions-header .buttonsSection > div {
    padding-bottom: 0;
  }
}
.attractions-header .button-capsule {
  white-space: nowrap;
}
.attractions-category-title {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
}
.attractions .attraction-margin {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .attractions .attraction-margin {
    width: 100%;
    margin-bottom: 20px;
  }
}
.attractions .attraction-box {
  height: 100%;
}
.attractions .attraction-box .attraction-details {
  padding: 40px 36px 57px 36px;
  height: 100%;
  margin-bottom: 30px;
}
.attractions .attraction-box .attraction-details .text-section {
  margin-bottom: 28px;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .attractions .attraction-box .attraction-details {
    margin-bottom: 0;
    padding: 21px 17px 23px 17px;
    height: auto;
  }
}
.attractions .attraction-box .attraction-name {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
}

.dining .page-title h1 {
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
  font-size: 26px;
}
@media (min-width: 480px) {
  .dining .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .dining .page-title h1 {
    font-size: 48px;
  }
}
.dining-wrap {
  margin-top: 45px;
}
.dining .description {
  line-height: 1.63;
  max-width: 615px;
  margin: auto;
  text-align: center;
}

.restaurant-container {
  background: #fff;
  padding: 40px 30px 20px;
  background-color: #faf9f7;
}
.restaurant-container .title-section {
  margin-bottom: 15px;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  text-transform: none;
}
@media (min-width: 480px) {
  .restaurant-container .title-section {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .restaurant-container .title-section {
    font-size: 28px;
  }
}
.restaurant-container .box-image {
  margin-bottom: 30px;
}
.restaurant-container .res-social-bar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
}
.restaurant-container .res-social-bar ul li.facebook a {
  background-color: #3b5998;
}
.restaurant-container .res-social-bar ul li.instagram a {
  background-color: #a29061;
}
.restaurant-container .res-social-bar ul li.youtube a {
  background-color: #946e23;
}
.restaurant-container .box-content .description {
  text-align: left;
}
.restaurant-container .box-content .reservations .reserve-btn-section a {
  width: 153px;
  padding: 9px 24px;
  margin-bottom: 25px;
  min-height: 34px;
  font-size: 12px;
  font-weight: bolder;
  background-color: #ffb612;
  color: #000;
  display: inline-block;
}
.restaurant-container .box-content .reservations .phone-section {
  position: relative;
  margin-bottom: 27px;
  padding-left: 36px !important;
  line-height: 2;
}

#backtotop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 90;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.site-footer {
  background-color: #faf9f7;
  padding: 44px 0;
}
.site-footer .right-column {
  text-align: right;
}
.site-footer .right-column .list-inline li {
  position: relative;
}
.site-footer .right-column .list-inline li::after {
  border-right: 1px solid #7a7a79;
  bottom: 8px;
  color: #282828;
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 3px;
  width: 1px;
}
.site-footer .right-column .list-inline li:last-child::after {
  display: none;
}
@media (max-width: 1239.98px) {
  .site-footer .right-column {
    width: 100%;
    text-align: left;
  }
}

.brandbar {
  padding: 30px 0;
  background-color: #fff;
}
.brandbar .container {
  max-width: 1024px;
  margin: 0 auto;
}
.brandbar_section {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #717171;
  text-transform: uppercase;
  margin-bottom: 3px;
  max-width: 980px;
}
.brandbar_section::before, .brandbar_section::after {
  content: "";
  border-top: 1px solid #717171;
  margin: 0 6px 0 0;
  flex: 1 0 6px;
  display: block;
}
.brandbar_section::after {
  margin: 0 0 0 6px;
}

.footer-wrap {
  background-color: #282828;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 10px solid #b6b6b6;
  padding: 50px 0;
}
@media (min-width: 480px) {
  .footer-wrap .blocks-row {
    display: flex;
  }
}
.footer-wrap .blocks-col ul {
  padding: 0 24px 36px 0;
  margin: 0;
  list-style: none;
}
.footer-wrap .blocks-col ul li {
  padding: 0;
  margin: 0 0 15px 0;
}
.footer-wrap .blocks-col ul li a {
  color: #b6b6b6;
  text-decoration: none;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .footer-wrap .blocks-col {
    width: 50%;
  }
}
.footer-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-right: 18px;
}
.footer .bestrates {
  padding-bottom: 24px;
  margin-bottom: 27px;
}
.footer .bestrates-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.footer .bestrates-link {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 300px;
  padding: 8px 0;
  border: 1px solid #fff;
  background: rgba(40, 40, 40, 0.4);
}
.footer .mobilebadges {
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.footer .mobilebadges-heading {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer .mobilebadges-container {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}
.footer .socials {
  padding-bottom: 24px;
}
.footer .socials-heading {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer .socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .socials ul li {
  padding: 0;
  display: inline-block;
  margin: 0 18px 0 0;
  height: 36px;
  width: 36px;
}
.footer .socials ul li a {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.footer .socials ul li a:hover {
  text-decoration: none;
}
.footer .socials ul li.facebook a {
  background-color: #3b5998;
}
.footer .socials ul li.facebook a:hover {
  background-color: #fff;
  color: #3b5998;
}
.footer .socials ul li.instagram a {
  background-color: #e4405f;
}
.footer .socials ul li.instagram a:hover {
  background-color: #fff;
  color: #e4405f;
}
.footer .socials ul li.twitter a {
  background-color: #00aced;
}
.footer .socials ul li.twitter a:hover {
  background-color: #fff;
  color: #00aced;
}
.footer .socials ul li.linkedin a {
  background-color: #007bb6;
}
.footer .socials ul li.linkedin a:hover {
  background-color: #fff;
  color: #007bb6;
}
.footer .socials ul li.youtube a {
  background-color: #bb0000;
}
.footer .socials ul li.youtube a:hover {
  background-color: #fff;
  color: #bb0000;
}
.footer-legal {
  text-align: center;
  font-size: 12px;
  padding: 18px 0;
  background-color: #000;
  color: #b6b6b6;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.footer-legal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-legal ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-legal ul li a {
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #b6b6b6;
}
.footer-legal ul li a::after {
  content: "|";
  padding: 0 8px 0 8px;
  color: #666;
}

:root {
  --primary-color: #282828;
  --second-color: #ffb612;
  --three-color: #633;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--primary-color);
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1300px;
}

a {
  color: var(--three-color);
}
a:hover, a:focus {
  color: var(--three-colors);
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/*# sourceMappingURL=style.css.map */

/*==================================================*/

/*offers*/
.heading__title h1{
  font-size: 48px;
  margin-top: 0;
}
.banner__image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.heading__title p{
  font-size: 14px;
  line-height: 21px;
}

.offers__item{
  margin-bottom: 30px;
}
.offers__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.offers__des h4{
  font-size: 22px;
  color: #282828;
  font-family: "Didot", Garamond, "Times New Roman", serif;
  font-weight: 600;
}
.offers__des p{
  font-size: 14px;
  line-height: 22px;
}
.terms span{
  display: inline-block;
  font-size: 13px;
  color: #633;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.terms__content{
  display: none;
}
.terms__content p{
  font-size: 12px;
  line-height: 18px;
}
.terms{
  margin-bottom: 20px;
}
.terms.active span i::before{
  content: "\f106";
}
.btn-offers a{
  display: inline-block;
  padding: 10px 24px;
  font-size: 12px;
  color: #282828;
  background-color: #ffb612;
  text-transform: uppercase;
}
.btn-offers a:hover{
  background-color: #f8ab00;
  text-decoration: none;
  transition: all .3s;
}
.detail__offer__content img{
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.detail__offer__content p{
  font-size: 14px;
  line-height: 22px;
}
.detail__offer__content ul{
  padding-left: 20px;
}
.detail__offer__content ul li{
  font-size: 14px;
  margin-bottom: 10px;
}
/*end offers*/

/*gallery*/
.menu__links.links__mobile{
  display: none;
}
.menu__links ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.menu__links ul li{
  position: relative;
  list-style: none;
}
.menu__links ul li:not(:last-child):before{
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #959595;
}
.menu__links ul li a{
  font-size: 12px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main__tab{
  background-color: #faf9f7;
}
.tab-content,
.tab-content-child{
  display: none;
}
.tab-content.current,
.tab-content-child.current{
  display: block;
}
.tabs__title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.list__tabs{
  list-style: none;
  font-size: 22px;
  color: #000;
  font-family: 'Didot';
  cursor: pointer;
}
.list__tabs.current{
  color: #633;
  border-bottom: 3px solid #633;
}
.main__tab span{
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.tabs__category{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list__tabs-cate{
  list-style: none;
  padding: 11px 16px;
  font-size: 14px;
  color: #633;
  font-weight: 600;
  border: 1px solid #6633334d;
  border-radius: 21px;
  cursor: pointer;
}
.list__tabs-cate.current,
.list__tabs-cate:hover{
  color: #fff;
  border-color: #633;
  background-color: #633;
}
.title__cate h3{
  font-family: 'Didot';
  font-size: 28px;
  color: #282828;
  position: relative;
  padding-bottom: 20px;
}
.title__cate h3::before{
  content: "";
  position: absolute;
  width: 42px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #a29061;
}

.list__items{
  margin-bottom: 30px;
}
.items__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.items__img a{
  cursor: pointer;
}
.items__des{
  padding: 8px 0;
}
.items__des a{
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
}
.box__right{
  position: relative;
  padding: 45px 22px 27px;
  border: 1px solid #a29061;
  
}
.icon__box{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #946e23;
  background-color: #fff;
  padding: 0 5px;
}
.icon__box i{
  font-size: 68px;
}
.box__right p{
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-review{
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.btn-form button{
  padding: 10px 40px;
  background-color: var(--second-color);
  color: #000;
  font-weight: 600;
  border-radius: 4px;
}


.link__selected p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 5px 10px;
  border: solid 1px #d3d3d3;
  margin-bottom: 5px;
}
.link__selected ul{
  display: none;
  padding: 10px;
  box-shadow: 0 6px 12px #0000002d;
  border: 1px solid #00000026;
}
.link__selected ul li:not(:last-child){
  margin-bottom: 10px;
}
.link__selected ul li a{
  font-size: 12px;
}

.list__review{
	display: none;
	margin-bottom: 30px;
}
.list__review.active{
	display: block;
}
.list__review ul{
	display: flex;
	margin-bottom: 10px;
}
.list__review ul li{
	list-style: none;
}
.list__review ul li i{
	color: #ffb612;
    font-size: 14px;
}
.list__review{
	font-family: 'Diot';
	font-size: 22px;
	color: #282828;
}
.list__review p{
    font-family: "Open Sans", "Arial", sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	margin-bottom: 10px;
}
.rv__author span{
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 10px;
}

/*end gallery*/

/*map*/
.heading__title iframe{
  width: 100%;
  object-fit: cover;
  display: block;
}
.list__content{
  margin-bottom: 30px;
}
.hr h2{
  font-family: "Didot";
  font-size: 36px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  z-index: 2;
}
.hr{
  position: relative;
  text-align: center;
}
.hr::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #ededed;
}
.content__title p{
  font-size: 16px;
  line-height: 26px;
}
.txt p{
  font-size: 14px;
}
/*end map*/

/*news*/
.filter__title{
  font-size: 12px;
  text-transform: uppercase;
}
.list__news{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list__news:not(:last-child){
  border-bottom: 1px solid #ededed;
}
.type__news strong{
  font-size: 14px;
  color: #946e23;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #d5cdb8;
  display: inline-block;
  margin-bottom: 20px;
}
.list__news h6{
  font-family: 'Didot';
  font-size: 22px;
}
.list__news span{
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}
.list__news p{
  font-size: 14px;
  line-height: 21px;
}
.list__news ul{
  padding-left: 20px;
}
.list__news ul li{
  font-size: 14px;
  margin-bottom: 10px;
}
.btn-news a{
  display: inline-block;
  padding: 14px 30px;
  font-size: 12px;
  color: #633;
  border: 1px solid #633;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s;
}
.btn-news a:hover{
  background-color: #633;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}
/*end news*/

/*events*/
.intro__title p{
  font-size: 14px;
  line-height: 22px;
}
.intro__items{
  margin-bottom: 30px;
}
.intro__img a{
  cursor: pointer;
}
.intro__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.intro__des{
  padding: 8px 0;
}
.intro__des a{
  display: inline-block;
  font-size: 22px;
  color: #633;
  font-family: 'Didot';
  cursor: pointer;
}

.slide__intro .owl-nav{
  margin-top: 0;
}
.slide__intro .owl-dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slide__intro .owl-dots .owl-dot span{
  background-color: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
.slide__intro .owl-dots .owl-dot.active span,
.slide__intro .owl-dots .owl-dot:hover span{
  background-color: #fff;
}
.slide__intro .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 25px 10px !important;
  margin: 0;
  background-color: #000 !important;
  border-radius: 0;
  color: #fff;
}
.slide__intro .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 25px 10px !important;
  margin: 0;
  background-color: #000 !important;
  border-radius: 0;
  color: #fff;
}
.contact__intro{
  background-color: #000;
  padding: 10px 30px;
}
.contact__intro h4{
  font-family: 'Didot';
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.contact__intro p{
  font-size: 14px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
}
.txt__des p{
  font-size: 16px;
  line-height: 27px;
}
.main__modal{
  max-width: 1000px;
}
.main__modal .modal-content{
  padding: 10px 30px;
}
.main__events{
  border-top: 2px solid #ededed;
}
.events__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.als{
  align-self: center;
}
.events__des h3{
  font-size: 22px;
  color: #282828;
}
.events__des p{
  font-size: 14px;
  line-height: 22px;
}
.list__events{
  margin-bottom: 40px;
}
.list__events:nth-of-type(2n) .row{
  flex-direction: row-reverse;
}
.feature__img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.feature__des{
  margin-top: 20px;
  padding: 0 15px;
}
.feature__des strong{
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.feature__des p{
  font-size: 14px;
  color: #282828;
  line-height: 18px;
}
.btn-load a{
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border: 1px solid #ffb612;
	transition: all .3s;
}
.btn-load a:hover{
	background-color: #ffb612;
	text-decoration: none;
	color: #fff;
	transition: all .3s;
}
/*end event*/

@media only screen and (max-width: 991px){
  .offers__img{
    margin-bottom: 20px;
  }
  .heading__title h1{
    font-size: 36px;
  }
  .box__right{
    margin-top: 50px;
  }
  .events__img{
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 767.98px){
  .wrapper{
    padding-top: 295px;
  }
  .menu__links{
    display: none;
  }
  .menu__links.links__mobile{
    display: block;
  }
  .menu__links ul li:not(:last-child):before{
    display: none;
  }
  .heading__title h1,
  .list__content h2{
    font-size: 26px;
  }
  .form-review h3{
    text-align: center;
    font-size: 26px;
  }
  .od-1{
    order: 2;
  }
  .box__right{
    margin-top: 10px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .icon__box{
    top: -20px;
  }
  .icon__box i{
    font-size: 36px;
  }
  .tabs__category{
    margin-bottom: 0;
  }
  
  .contact__intro,
  .contact__intro p{
    text-align: center;
  }
  .contact__intro p{
    margin-top: 10px;
  }

  .hidden-mobile{
    display: none;
  }
  .hidden-mobile:first-child{
    display: block;
  }
}
/*========================================================================================*/