:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #3e3a39;
  /* primary */
  --primary-dark: #302923;
  /* primary-dark */
  --primary-light: #574f4c;
  /* primary-light */
  --primary-light-rgb: 87, 79, 76;
  /* primary-light RGB to be used for rgba with css and CSS var Ponyfill*/
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}
* {
  margin: 0;
  padding: 0;
}
/* MAIN FONT USED BY BODY */
@font-face {
  font-family: "Didact Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Didact Gothic Regular"), local("DidactGothic-Regular"), url(../fonts/DidactGothic-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* END OF MAIN FONT USED BY BODY */
@font-face {
  font-family: Schwarzwald_Regular;
  src: url(../fonts/Schwarzwald_Regular.ttf) format("truetype");
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Didact Gothic", sans-serif;
  font-size: 15px;
}
/* OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */
.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
/* END OF OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */
.__akia-chat-icon-wrapper,
#ada_enable_toolbar .adaEnableToolbarContent {
  z-index: 98;
}
#reservationpop {
  padding-top: 170px;
  z-index: 9999;
}
#carouselButtons {
  z-index: 1;
}
/* DISPLAY CLASSES */
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
/* END OF DISPLAY CLASSES */
/* FLEX CLASSES */
.flex-centered {
  display: flex;
  align-items: center;
}
/* END OF FLEX CLASSES */
/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-light);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}
/* CUSTOM SCROLLBAR */
.messages_bar {
  font-size: 16px;
}
.messages_bar .messages p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  flex-grow: 1;
}
.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
}
.good_news {
  width: 100%;
}
.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.messages a {
  color: inherit !important;
}
.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.message-ada {
  color: #ffffff;
  background-color: #0563ae;
  border-color: #0563ae;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: 0;
  top: 0;
  color: #3c763d;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  opacity: 1;
  outline: none;
}
.messages_bar.alert {
  padding: 0 15px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.position-left {
  margin-right: 8px;
}
.position-right {
  margin-left: 8px;
}
.content-group {
  margin-bottom: 10px;
}
.h-100 {
  height: 100%;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  /* color: #000; */
}
p {
  line-height: 24px;
  margin-bottom: 20px;
}
#js-gdpr-consent-banner p {
  margin-bottom: 10px;
}
.border-0 {
  border: 0;
}
/* ---------------------DATEPICKER CSS----------------- */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background: var(--primary-light) !important;
}
.datepicker td.day.disabled {
  color: #ccc !important;
}
.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}
.datepicker td.day:hover {
  background: #574f4c !important;
  color: #fff !important;
}
/* ---------------------end of DATEPICKER CSS----------------- */
.btn-div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
}
.btn-success {
  transition: all 0.3s;
  font-weight: bold;
}
.btn-green {
  background: #00a651;
  color: #ffffff !important;
}
.btn-brown {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}
.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-submit {
  background-color: var(--white);
  color: var(--green);
}
.btns {
  border-radius: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.2s all;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  display: inline-block;
}
.btn-green {
  background: #00a651;
  color: #ffffff !important;
}
.btn-icon {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  color: var(--black);
  padding: 12px 15px 9px;
}
/* Sweep To Left */
.hover-sweep-to-left {
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  align-items: center;
  line-height: 1.4;
}
.hover-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-left:hover,
.hover-sweep-to-left:focus,
.hover-sweep-to-left:active {
  color: white;
}
.hover-sweep-to-left:hover:before,
.hover-sweep-to-left:focus:before,
.hover-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  /* background-color: #4d2e1b; */
  background: var(--primary);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}
.leaflet-container {
  z-index: 1;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  /* font-size: 40px; */
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
}
#mySidenav .closebtn {
  line-height: 0;
}
.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}
.specialcode1 {
  background-color: var(--white);
}
.specialcode1 a,
.specialcode1 a:hover,
.specialcode1 a:focus,
.specialcode1 a:active {
  color: var(--black);
}
.menus li.active a::after {
  width: 100%;
}
.cool-link li a:hover::after,
.cool-link li.active a::after {
  width: 100%;
}
.hover-drop .dropdown-menu {
  position: relative;
  top: -2px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  float: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}
.hover-drop .dropdown-menu > li {
  display: inline-block;
  margin-bottom: 0;
}
.hover-drop .dropdown-menu > li > a {
  font-size: 18px;
  color: var(--white);
  margin: 0 3px;
  opacity: 1;
  background: none;
  padding: 3px 15px;
  /* font-size: 15px;
    margin: 0 5px; */
}
.hover-drop .dropdown-menu > li > a:focus,
.hover-drop .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.menus li {
  margin-bottom: 10px;
}
.menus:hover li a {
  opacity: 0.5;
}
.menus:hover li a:hover {
  opacity: 1;
}
.custom__header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.div__logo {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  z-index: 1;
}
.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.custom__header .navbar-inverse {
  background-color: transparent !important;
  color: var(--white);
  background-image: inherit;
}
.custom__header.smaller {
  background: rgba(var(--primary-light-rgb), 0.9);
}
.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
}
.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
}
.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.5s all;
}
.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: 700;
}
.custom__header .navbar-inverse .navbar-nav > li > a:hover {
  color: var(--white);
}
.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* .navbar-toggle {
    padding: 15px 10px;
} */
.navbar-toggle .icon-bar {
  width: 40px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}
.reservation__fixed-btn {
  color: var(--white) !important;
}
.footer-bar img {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  filter: invert(1);
}
.footer-bar {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #444;
  z-index: 3;
  color: #fff;
}
.footer-bar a {
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}
.footer-bar > div {
  padding: 12px;
  width: 33.3%;
}
.footer-bar span {
  line-height: 1;
}
.footer-bar .reservation {
  background: var(--primary-light);
}
.customedeatetimesin,
.customedeatetimesout {
  background: var(--white);
  display: block;
  color: #000;
  padding: 7px 5px;
  font-size: 20px;
  text-transform: uppercase;
}
.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #000;
  font-size: 20px;
  z-index: 1;
}
.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}
.wide_cal {
  position: relative;
  display: block;
}
.checktxt {
  font-size: 20px;
}
#promo_code {
  border: 1px solid #fff;
  color: #000000;
  font-size: 16px;
  height: 43px;
}
.specialcode1 a {
  font-size: 18px;
  padding: 9px;
  display: inline-block;
}
.specialcode1 .room_home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_collapse {
  background: #f5f2eb;
  color: #000000;
}
.adultbtn {
  border-radius: 0;
  padding: 12px;
  background: none;
  border: 1px solid #727070;
  color: #485f17;
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}
.adultbtn.btn_left:focus,
.adultbtn:focus {
  outline: none;
  background: inherit;
}
.adultbtn:hover {
  border-color: #727070;
  background: #449d44;
  color: var(--white);
}
.adultbtn.count-minus:hover {
  background: red;
}
.room_title {
  display: table;
  width: 100%;
}
.room_title span {
  background-color: var(--primary);
  width: 100%;
  height: 95px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-transform: uppercase;
}
.room_count {
  text-align: center;
  display: inline-block;
  background: none !important;
  box-shadow: none;
  font-size: 16px;
  height: 40px;
  line-height: 34px;
  border-radius: 0;
  border: 1px solid #727070;
  position: absolute;
}
.room_heading {
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: 1px solid #727070;
  border-right: none;
  padding: 2px 0;
  color: #555;
  width: 40%;
  text-align: center;
}
/* ----------------------- Adjustments ------------------- */
.count-minus,
.count-plus,
.room_count {
  width: 20%;
}
.count-minus,
.room_heading {
  float: left;
}
.room_count {
  padding: 0;
  text-align: center;
  border-right: none;
  border-left: none;
}
input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}
/* ----------------------- Adjustments ------------------- */
.home_collapse .panel-body {
  padding: 0;
}
.BT1 {
  border-top: 1px solid #daceb4;
}
.child-age-wrapper {
  text-align: center;
}
.child-age-wrapper select {
  max-width: 100%;
  padding: 7px 15px;
  margin: 5px 0;
  background: none;
  border: 1px solid #727070;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 86% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.child-age-wrapper select::-ms-expand {
  opacity: 0;
}
.roomscroll {
  max-height: 250px;
  overflow-y: auto;
}
.mobile0verviewinnwerdiv {
  height: 50px;
}
.mobile0verviewinnwerdiv {
  min-height: 250px;
  overflow: hidden;
  margin-bottom: 80px;
}
.mobile0verviewinnwerdiv a {
  color: var(--white);
}
.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}
.roomadult {
  border: 1px solid #727070;
}
.home_resnew .btn-success {
  padding: 5px 20px;
}
.home_resnew .btn-success,
.quick-booking .btn-success {
  background: #fff !important;
  color: #444 !important;
  border: 1px solid #fff;
}
#formReservation .nav-tabs > li.active > a,
#formReservation .nav-tabs > li.active > a:focus,
#formReservation .nav-tabs > li.active > a:hover {
  background: var(--primary-light);
}
.text-primary {
  color: var(--primary-light);
}
/* .quick-booking .customedeatetimesin,
.quick-booking .customedeatetimesout {
    font-size: 18px
} */
.section__booking .quick-booking {
  background: rgba(48, 41, 35, 0.8);
  /* padding: 20px 20px 10px; */
  padding: 10px 20px 15px;
  /*  border: 2px solid #e5e5e5; */
  float: left;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.quick-booking .checktxt {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px;
}
.section__booking {
  bottom: 30px;
  width: 100%;
}
.quick-booking .specialcode1 {
  background: #ffffff;
}
#promo_codebox label {
  display: block;
  float: none;
}
#promo_codebox {
  background: #574f4c;
  padding: 20px 10px;
  min-width: 200px;
}
.primary-title {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 48px;
  color: #161616;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #444;
  display: inline-block;
  padding-bottom: 7px;
}
.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}
.section__main {
  position: relative;
}
.section__main .video_home {
  position: relative;
  overflow: hidden;
  height: 830px;
  background: #000;
}
.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.section__headerbg {
  position: relative;
  min-height: 200px;
}
.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  /* left: 50%;
    transform: translateX(-50%); */
  bottom: 170px;
  text-transform: uppercase;
  width: 100%;
}
.section__headerbg .innercaption p {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  display: inline-block;
}
.innercaption .top-content,
.innercaption .bottom-content {
  display: block;
  letter-spacing: 1px;
}
.innercaption .top-content {
  font-size: 20px;
  /* margin-bottom: 5px; */
}
.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}
.section__about {
  background-color: var(--primary);
  padding: 20px 0;
}
.about-btn .btns {
  font-size: 18px;
  line-height: 1.8;
}
.about-table {
  display: table;
  width: 100%;
}
.about-tablecell {
  display: table-cell;
  float: none;
}
.aboutbg {
  background-image: url(../img/about-img.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.no-webp .aboutbg {
  background-image: url(../img/about-img.jpg);
}
.about-description h2{
	text-align: left;
}
.about-description h2 a {
  color: var(--white);
}
.about-description p {
  color: #ecebe9;
	text-align: justify;
}
.about-heading {
  color: var(--white);
  text-transform: uppercase;
}
.about-title-1 {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 10px;
  font-size: 30px;
  display: block;
  font-family: Schwarzwald_Regular;
  /* font-size: 18px; */
  text-transform: capitalize;
}
.about-title-2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 50px;
  letter-spacing: 1px;
  display: block;
  font-family: Schwarzwald_Regular;
  text-transform: capitalize;
}
.about-btn {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.about-btn .btn-brown:hover,
.about-btn .btn-brown:focus,
.about-btn .btn-brown:active {
  color: var(--primary-dark) !important;
}
.about-btn .hover-sweep-to-left:before {
  background: var(--white);
}
.about-logo {
  margin: 100px 0 30px 0;
}
.about-logo img {
  margin: 0 auto;
  opacity: 0.4;
  width: 75%;
}
.section__guestroom {
  background-color: #f2ece0;
  padding: 30px 0;
}
.guestroom-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.guestroom-div .guestroom-image {
  flex: 0 0 60%;
  max-width: 60%;
  background-image: url(../img/guest-room.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
}
.no-webp .guestroom-div .guestroom-image {
  background-image: url(../img/guest-room.jpg);
}
.guestroom-image .guestimage-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
  align-self: flex-end;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 40px 40px 0;
}
.guestimage-content p {
  letter-spacing: 1px;
  margin: 0 6px 5px 0;
}
.guestimage-content label {
  display: block;
  font-size: 22px;
  letter-spacing: 6px;
  line-height: 1;
}
.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 20px;
  left: 0;
  bottom: 20px;
}
.guestroom-div .guestroom-content {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 70px 50px 20px 50px;
}
.room-title-1 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 40px;
  margin-left: 5px;
  margin-bottom: 0;
}
.room-title-2 {
  color: #2f2b28;
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 0;
}
.guestroom-btn {
  margin-top: 50px;
}
.guestroom-btn .btn-icon,
.attraction-btn .btn-icon,
.map-btn .btn-icon,
.gallery-btn .btn-icon {
  background-color: var(--primary-light);
  color: var(--white);
}
.guestroom-btn .hover-sweep-to-left:before,
.attraction-btn .hover-sweep-to-left:before,
.map-btn .hover-sweep-to-left:before,
.gallery-btn .hover-sweep-to-left:before {
  background: var(--primary-light);
}
.section__attractions {
  text-align: justify;
  text-align-last: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.attraction-title {
  margin-bottom: 40px;
  text-align: center;
}
.attraction-title-1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
}
.attraction-title-2,
.sisterprop-title-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  margin-top: 10px;
  letter-spacing: 12px;
}
.attraction-title-3 {
  letter-spacing: 2px;
}
.attraction-description {
  padding: 0 15px;
}
.attraction-image-div {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  color: var(--white);
}
.attraction-image {
  overflow: hidden;
  position: relative;
}
.attraction-image-div ul {
  float: left;
  margin-bottom: 0;
}
.attraction-image-div ul li {
  float: left;
  margin-bottom: 10px;
  width: 33.33%;
}
.attraction-image-div ul li figure img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.attraction-btn {
  clear: both;
  margin-bottom: 10px;
}
.attraction-btn .btn-div,
.gallery-btn .btn-div {
  justify-content: center;
}
.section__gallery {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: justify;
  text-align-last: center;
}
.gallery-title-1 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.gallery-description {
  padding: 0 50px;
}
.gallery-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: var(--white);
  color: var(--white);
  margin: 5px;
}
.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.gallery-image figure {
  position: relative;
  overflow: hidden;
  background: #302923;
  text-align: center;
  cursor: pointer;
}
.gallery-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figcaption {
  transition: background 0.5s;
}
.cool-effect:hover > figcaption {
  background: rgba(0, 0, 0, 0.5);
}
/* New Gallery */
.new__gallery-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.new__gallery-div .new__gallery-content {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.new__gallery-div .new__gallery-image {
  flex: 0 0 60%;
  max-width: 60%;
}
.new__gallery-div .gallery-title-1 {
  letter-spacing: 1px;
  text-align: center;
}
figure.cool-effect {
  background: var(--black);
  text-align: left;
}
figure.cool-effect img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.cool-effect h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
figure.cool-effect p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: justify;
  text-align-last: center;
}
figure.cool-effect p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
figure.cool-effect:hover img {
  opacity: 0.6;
}
figure.cool-effect:hover h3 {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
figure.cool-effect:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg);
}
figure.cool-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* New Gallery */
.content:hover .content-overlay {
  opacity: 1;
}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.fadeIn-right {
  left: 80%;
}
.gallery-btn {
  clear: both;
  margin-top: 30px;
}
.section__map {
  margin: 30px 3%;
  background: linear-gradient(to right, #302923 0%, #302923 50%, #ffffff 50%, #ffffff 100%);
  padding-bottom: 40px;
}
.map-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: var(--white);
}
.map-div .map-content {
  flex: 0 0 40%;
  max-width: 40%;
}
.map-div .map-image {
  flex: 0 0 60%;
  max-width: 60%;
  background: url(../img/map_new.webp) no-repeat center center / cover;
  -webkit-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 0.55);
}
.no-webp .map-div .map-image {
  background: url(../img/map_new.jpg) no-repeat center center / cover;
}
.map-title {
  width: 100%;
}
.map-title-1 {
  color: var(--black);
  background: var(--white);
  font-size: 40px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.map-details {
  margin: 55px 10px 20px;
  font-size: 17px;
}
.map-details ul li {
  margin-bottom: 30px;
}
.map-details .btn-div a {
  color: var(--primary-dark);
}
.map-details .btn-div a:hover {
  color: var(--white);
}
.map-details a {
  color: var(--white);
}
.map-details-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
}
.map-image figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.map-btn {
  margin-top: 50px;
}
.section__sisterprop {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.sisterprop-description {
  margin-top: 50px;
}
.sisterprop-details {
  margin: 25px 0 10px;
}
.sisterprop-details h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sisterprop-details ul li {
  display: inline-block;
  margin: 10px;
  width: 27%;
}
.sisterprop-details ul li a {
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s all;
}
.sisterprop-details ul li a:hover,
.sisterprop-details ul li a:focus,
.sisterprop-details ul li a:active {
  color: var(--black);
  text-decoration: none;
}
.sisterprop-details li figure img {
  margin: 0 auto;
}
.sisterprop-details li figure figcaption {
  padding: 20px 0 10px;
}
.section__SubCon {
  margin: 10px 5% 20px;
}
.newsletter .form-group {
  position: relative;
  margin-bottom: 10px;
}
.newsletter .form-control {
  background-color: #c9c9c9;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 54px;
  border-radius: 50px;
  padding: 6px 118px 6px 20px;
  -webkit-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
}
.newsletter .btn:focus {
  outline: none;
}
.newsletter .form-control::placeholder {
  color: var(--black);
}
.newsletter .form-control:focus::-webkit-input-placeholder,
#promo_code:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter .form-control:focus:-moz-placeholder,
#promo_code:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
.newsletter .form-control:focus::-moz-placeholder,
#promo_code:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
.newsletter .form-control:focus:-ms-input-placeholder,
#promo_code:focus:-ms-input-placeholder {
  color: transparent;
}
.section__SubCon .row:first-of-type {
  display: flex;
  align-items: stretch;
}
/* IE 10+ */
.newsletter button {
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 50px;
  font-size: 16px;
  padding: 13px 20px;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.subscribe__div,
.contact__div {
  border: 1px solid #cdcdcd;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subscribe-title,
.contact-title {
  min-height: 68px;
  margin-bottom: 10px;
}
.subscribe-title label,
.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
}
.subscribe-title span,
.contact-title span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}
.subscribe-title div:first-child + div {
  vertical-align: middle;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  margin: 0 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}
.social-icons ul li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}
.social-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.social-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social-icons ul li a:hover:before {
  top: 0;
}
.social-icons ul li a.icon-facebook:before {
  background: #3b5999;
}
.social-icons ul li a.gplus:before {
  background: #d74937;
}
.social-icons ul li a.icon-twitter:before {
  background: #55acee;
}
.social-icons ul li a.icon-youtube:before {
  background: #ff0000;
}
.social-icons ul li a.icon-yelp:before {
  background: #f44336;
}
.social-icons ul li a.icon-tripad:before {
  background: #4caf50;
}
.social-icons ul li a.icon-foursquare:before {
  background: #f94877;
}
.social-icons ul li a.icon-instagram:before {
  background: #a63690;
}
.social-icons ul li a.icon-linkedin:before {
  background: #0275b4;
}
.social-icons ul li a.icon-yahoo:before {
  background: #57296f;
}
.social-icons ul li a.icon-skype:before {
  background: #01b0f1;
}
.social-icons ul li a.icon-pint:before,
.social-icons ul li a.pinterest:before {
  background: #cb2027;
}
footer {
  background-color: #1f0c00;
  color: var(--white);
  padding-top: 10px;
}
.section__footer {
  margin: 20px 5% 0;
}
.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__left {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
  align-self: center;
  padding: 0 15px;
}
.footer-logo .logo-name {
  font-family: Schwarzwald_Regular;
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.footer-logo img {
  max-width: 245px;
}
.footer-details-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-details .email {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  display: inline-block;
}
.footer__right {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px;
}
.footer-buttons ul li {
  display: inline-block;
}
.footer-buttons ul li:nth-child(2) {
  margin: 0 15px;
}
.footer-buttons .footer-btn,
.goog-te-gadget-simple {
  padding: 14px 20px;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  display: inherit;
  font-weight: bold;
  font-size: 16px;
  width: 177px;
}
.goog-te-gadget-simple {
  padding-top: 17px !important;
  padding-bottom: 14px !important;
  font-size: 11pt !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
}
.goog-te-gadget-icon {
  display: none;
}
.canmod {
  background-color: #ffffff;
  color: #000000 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.access {
  background-color: var(--ada);
  color: var(--white) !important;
}
.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}
.footer-links {
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 25px 20px 15px;
}
.footer-links ul li,
.footer-SEOlinks ul li {
  margin-bottom: 15px;
}
.footer-links ul li a,
.footer-SEOlinks ul li a {
  font-size: 16px;
  color: var(--white);
  letter-spacing: 1px;
}
.footer-links .left {
  text-align: left;
}
.footer-links .center {
  text-align: center;
}
.footer-links .right {
  text-align: right;
}
.footer-SEOlinks {
  padding: 10px 0 0;
  background-color: var(--white);
}
.footer-SEOlinks ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-SEOlinks ul li {
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-SEOlinks ul li a {
  color: var(--black);
  margin: 0 35px;
}
.company {
  font-size: 14px;
  text-align: center;
}
.company a {
  color: var(--white);
}
.company p {
  color: var(--white);
  text-align: inherit;
  margin-bottom: 0;
}
.comp-logo img {
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
  margin: 5px;
  float: left;
  max-width: 175px;
}
.section__compdetails {
  background: transparent;
  color: var(--white);
  padding: 15px 0;
  font-size: 16px;
  overflow: hidden;
}
#scroll {
  position: fixed;
  bottom: 120px;
  right: 40px;
  background: var(--white);
  border: 1px solid var(--primary-dark);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 10;
  color: #444;
}
#scroll i {
  color: var(--primary-dark);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll:hover {
  background: var(--white);
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
#scroll:hover i {
  color: var(--primary-dark);
  top: 5px;
}
/* ----------------------------------- mouse click css ----------------------------------- */
.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid #3a9700;
  bottom: 9px;
  left: 50%;
  cursor: pointer;
}
.mouse span,
.mouse-up span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a9700;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mouse span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.mouse-up span {
  -webkit-animation-name: scroll-up;
  animation-name: scroll-up;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-webkit-keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ----------------------------------- mouse click css ----------------------------------- */
/* ----------------------------------- Floating Icons ----------------------------------- */
.floating-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(87, 79, 76, 0.8);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floating-icons ul li a {
  padding: 15px 20px;
  margin: 10px 0;
  display: inline-block;
  color: var(--white);
  font-size: 25px;
  width: 100%;
  transition: 0.5s all;
  width: 90px;
}
.floating-icons ul li a.icon-facebook:hover,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:active {
  background: #3b5999;
}
.floating-icons ul li a.icon-gplus:hover,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:active {
  background: #d74937;
}
.floating-icons ul li a.icon-twitter:hover,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:active {
  background: #55acee;
}
.floating-icons ul li a.icon-youtube:hover,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:active {
  background: #ff0000;
}
.floating-icons ul li a.icon-yelp:hover,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:active {
  background: #f44336;
}
.floating-icons ul li a.icon-tripad:hover,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:active {
  background: #4caf50;
}
.floating-icons ul li a.icon-pint:hover,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:active {
  background: #cb2027;
}
.floating-icons ul li a.instagram:hover,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:active {
  background: #8134af;
}
/* ----------------------------------- Floating Icons ----------------------------------- */
.room_home,
.promocode {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}
.promocode:link,
.promocode:visited,
.promocode:hover,
.promocode:active,
.promocode:focus {
  outline: none;
}
.datepicker-label {
  color: #fff;
}
.respop_heading2 {
  display: none;
}
.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  max-width: 350px;
}
#reservationpop .search-btn-div {
  margin-top: 35px;
}
.play {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px 12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
.pause {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
.play:focus,
.pause:focus,
.volume_icon:focus,
.volume_icon1:focus {
  outline: 0;
}
.volume_icon {
  background: url("../img/unmute.png") no-repeat scroll 20px 4px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}
.volume_icon1 {
  background: url("../img/unmute.png") no-repeat scroll 20px -48px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}
.volume_icon1 span {
  visibility: hidden;
}
.reservation-button {
  text-align: center;
}
.lowest {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.nav > li > a {
  padding: 10px 28px;
  margin-top: 12px;
  border: 1px solid #fff;
  background-color: #00000025;
}
.reservation-button {
  background: rgba(0, 0, 0, 0.6) !important;
}
.navbar-right {
  padding: 0px 10px 10px;
  margin-top: 0;
  margin-right: 0px;
}
.custom__header.smaller .navbar-right {
  background: none;
}
.footer-logo {
  margin-top: 0;
}
.company a:hover {
  text-decoration: underline;
}
/* NEW CHANGES BY ROSHAN SIR FOR CHECK AVAILABILITY ON SCROLL */
.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}
@media (min-width: 1200px) {
  .smaller.section__booking > .container {
    position: fixed;
    top: 0;
    z-index: 3;
    height: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  #mySidenav {
    z-index: 101;
  }
  .smaller.section__booking {
    display: flex;
    justify-content: center;
  }
  .smaller.section__booking .quick-booking {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .section__booking .navbar-toggle .icon-bar {
    background: #fff;
  }
  .section__booking.smaller .navbar-header,
  .section__booking.smaller .scroll-reservation-but {
    display: inline-block;
  }
  .smaller #reservationpop .closebtn {
    display: none;
  }
  .smaller #reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: transparent;
  }
  .rct_wdgt .smaller #reservationpop > .container {
    top: 50px;
  }
  .smaller #reservationpop {
    background: transparent;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
    z-index: 99;
  }
  .smaller #mySidenav {
    z-index: 999;
  }
  .smaller .navbar-toggle {
    margin: 28px 0;
  }
  .smaller #reservationpop .respop_heading {
    display: none;
  }
  .custom__header.smaller {
    position: fixed;
    min-height: 98px;
  }
  .smaller .navbar-right,
  .smaller .div__logo {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 90%;
  }
  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }
}
/* ----------------------------------- MEDIA QUERIES ----------------------------------- */
@media (min-width: 1601px) {
  .section__main {
    height: 830px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .section__main {
    height: 600px;
  }
  .section__main .video_home {
    height: 600px;
  }
  .comp-logo img {
    max-width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .reservation-button {
    margin-top: 30px;
  }
  .smaller .quick-booking .home_collapse {
    top: 63px;
  }
  .smaller #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
  }
  .section__booking {
    position: absolute;
  }
  .hover-drop.dropdown .dropdown-menu {
    display: inline-block;
  }
  .hover-drop.dropdown:hover .dropdown-menu {
    opacity: 1;
  }
  .hover-drop .dropdown-menu > .active > a,
  .hover-drop .dropdown-menu > .active > a:focus,
  .hover-drop .dropdown-menu > .active > a:hover {
    background-color: inherit;
    background-image: inherit;
  }
  #mySidenav::-webkit-scrollbar {
    width: 0;
  }
  #mySidenav {
    -ms-overflow-style: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section__headerbg .innercaption {
    bottom: 10px;
  }
  .room_heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-header {
    top: 5px;
    position: relative;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 17px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
  }
  #reservationpop #get_header_avaibility {
    padding: 0;
  }
  #reservationpop .search-btn-div {
    text-align: center;
  }
  /*
#reservationpop .closebtn {
        display: none;
    }
    #reservationpop {
        position: relative;
        height: auto;
        margin: 0 auto;
        width: 100% !important;
        background: var(--primary);
        padding: 0;
        padding: 5px 0 20px 0;
        float: left;
        overflow-x: inherit;
        text-transform: uppercase;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
*/
  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }
  .respop_heading {
    display: none;
  }
  .custom__header.smaller .navbar-right {
    padding: 0;
  }
  .custom__header.smaller {
    position: fixed;
    width: 100%;
    /* z-index: 9999; */
  }
  #mySidenav {
    z-index: 10000;
  }
  .mobile0verviewinnwerdiv {
    min-height: 280px;
  }
  .overview-description-overview {
    min-height: 370px;
  }
  .promocode {
    margin-top: 10px;
    display: inline-block;
  }
  .primary-title {
    font-size: 30px;
  }
  .cool-link li a:hover::after,
  .cool-link li.active a::after {
    width: 0;
  }
  .t-dates {
    height: 44px;
  }
  .section__booking .container {
    width: 100%;
  }
  .menus {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    margin-top: 20px;
  }
  .sidenav {
    padding-top: 0;
  }
  .menus a {
    text-align: left;
  }
  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }
  #reservationpop .closebtn {
    position: absolute;
    top: 0;
  }
  .menus .dropdown-backdrop {
    display: none;
  }
  .hover-drop.open > .dropdown-menu,
  .hover-drop .dropdown-menu > li {
    display: block;
  }
  .menus li.active a::after {
    width: 0;
  }
  .menus li.active {
    background-color: var(--primary-light);
  }
  .menus .open {
    background-color: var(--primary-light);
  }
  .menus .open .dropdown-menu {
    background-color: var(--primary);
  }
  .hover-drop .dropdown-menu > li > a {
    margin: 0;
  }
  .menus .dropdown-menu {
    opacity: 1;
  }
  .menus .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menus .open .dropdown-menu > li > a {
    color: var(--white);
    padding: 10px 32px;
    opacity: 0.8;
  }
  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }
  .section__main .video_home {
    height: 500px;
  }
  .section__main .video_home video {
    position: static;
    transform: none;
  }
  .footer-SEOlinks ul li a {
    font-size: 15px;
  }
  .footer__left {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .footer__right {
    flex: 0 0 77%;
    max-width: 77%;
  }
  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--white);
  }
}
@media (min-width: 992px) {
  .floating-icons ul li a {
    width: 105px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
    max-width: 350px;
  }
  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }
  .wide_cal .add-on {
    top: 5px !important;
  }
  .about-logo img {
    width: 80%;
  }
  .section__footer {
    margin: 20px 0 0;
  }
  .section__compdetails {
    font-size: 14px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .footer-div {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar-right {
    padding: 0;
    margin-top: 12px;
  }
  .nav>li>a>span.book{
    font-size: 12px;
}
  .navbar-right,
  .navbar-toggle {
    transition: margin 0.3s;
  }
  .smaller .navbar-toggle {
    margin-top: 10px;
  }
  .smaller .navbar-right {
    margin-top: 0;
  }
  .section__attractions {
    padding-top: 10px;
  }
  .custom__header {
    position: fixed;
    width: 100%;
    /* z-index: 9999; */
    /*background: rgba(87,79,76, .9);*/
  }
  .custom__header .reservation-icon {
    padding: 10px;
  }
  #reservationpop .search-btn-div {
    margin-top: 25px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    position: relative;
    top: 0;
    width: 100%;
  }
  .section__booking .quick-booking {
    background: var(--primary);
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 18px;
    padding: 10px 5px;
  }
  #promo_code {
    width: 100%;
    font-size: 17px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 325px;
  }
  #promo_code::placeholder {
    font-size: 15px;
  }
  .overview-description-overview {
    min-height: 235px;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 100px;
  }
  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    margin: 0 auto 30px auto;
  }
  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }
  .company {
    padding-bottom: 20px;
  }
  .rct_wdgt #mySidenav {
    margin-top: 0;
  }
  .menus {
    overflow: auto;
  }
  .about-table {
    display: block;
    margin: 0 auto;
  }
  .about-tablecell {
    display: block;
  }
  .about-btn {
    left: 0;
    right: 0;
  }
  .btn-div {
    justify-content: center;
  }
  .about-description {
    padding: 0 15px;
  }
  .guestroom-div,
  .new__gallery-div {
    flex-direction: column;
  }
  .guestroom-div .guestroom-image {
    flex: auto;
    max-width: 100%;
    height: 500px;
    margin: 20px 50px 0;
  }
  .guestroom-div .guestroom-content {
    padding-top: 30px;
  }
  .attraction-title {
    text-align: center;
  }
  .attraction-image-div {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .attraction-image-div ul li {
    width: 50%;
    margin: 0;
  }
  .guestroom-div .guestroom-content,
  .new__gallery-div .new__gallery-content,
  .new__gallery-div .new__gallery-image {
    flex: auto;
    max-width: 100%;
  }
  .gallery-image {
    margin-bottom: 25px;
  }
  .gallery-image img {
    height: 450px;
  }
  .section__map {
    background: var(--white);
    margin-bottom: 0;
  }
  .map-div {
    flex-direction: column;
  }
  .map-div .map-content,
  .map-div .map-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-div .map-image {
    min-height: 400px;
  }
  .map-details {
    margin: 25px 10px 0;
    color: var(--primary-dark);
  }
  .map-details a {
    color: var(--black);
  }
  .map-div .map-img {
    min-height: 550px;
  }
  .map-btn {
    margin-top: 10px;
  }
  .sisterprop-details ul li {
    width: 46%;
  }
  .footer__left,
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-links,
  .company {
    text-align: center;
    padding-top: 0;
  }
  .footer-SEOlinks ul {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0 15px;
    text-align: center;
  }
  .footer-SEOlinks .comp-logo {
    text-align: center;
    margin-top: 25px;
  }
  .comp-logo {
    text-align: center;
  }
  .comp-logo img {
    float: none;
    margin: 0 auto;
  }
  .specialcode1 a {
    padding: 10px 10px 9px 10px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .copyright-span {
    display: block;
  }
  .div__logo {
    max-width: 130px;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section__booking .container {
    padding: 0;
  }
  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 80px;
    z-index: 1;
  }
  .PR-desk0 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #reservationpop {
    padding-top: 40px;
    z-index: 9999;
  }
  #reservationpop .closebtn {
    position: absolute;
    top: -30px;
  }
  #reservationpop .search-btn-div {
    margin-bottom: 15px;
  }
  .company {
    padding-bottom: 40px;
  }
  .specialcode1 a {
    font-size: 17px;
  }
  .footer-bar a {
    flex-direction: column;
  }
  .footer-bar > div {
    padding: 8px;
  }
  .footer-bar img {
    margin: 0 0 8px 0;
    width: 22px;
    height: 22px;
  }
  #reservationpop .closebtn {
    margin-right: 0;
  }
  .navbar-header {
    top: 0;
  }
  .rct_wdgt .custom__header {
    top: 50px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 595px;
  }
  .overview-description-overview {
    min-height: 370px;
  }
  .goog-te-gadget-simple {
    margin: 0 auto 15px auto;
  }
  .guestroom-div .guestroom-image {
    margin: 20px 30px 0;
  }
  .guestroom-div .guestroom-content {
    padding: 30px 30px 20px 30px;
  }
  .section__attractions {
    padding-bottom: 0;
  }
  .gallery-title {
    padding: 0 10px;
  }
  .gallery-description {
    padding: 0 30px;
  }
  .section__headerbg .innercaption p {
    display: block;
  }
  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }
  .carousel-control {
    opacity: 1;
  }
  .promocode {
    display: inline-block;
  }
  .icon-bar {
    transition: all 0.3s;
  }
  .navbar-toggle:focus .icon-bar {
    opacity: 0;
    transform: translateX(50%);
  }
  .book-now{
    float:right;
    margin: 0px;
    background: transparent !important;
  }
  .book-now>a{ 
    border: 1px solid #fff;
    color: #fff;
    background-color: #645b5bbd;
  }
  .book-now>a>span.book{
    font-size: 14px;
  }
  .div__logo {
    right: auto;
    left: 150px;
    max-width: 130px;
  }
  .navbar-toggle {
    margin-top: 25px;
    float: left;
    margin-left: 10px;
    background: rgba(51, 51, 51, 0.7);
  }
  .smaller .div__logo {
    display: none;
  }
  .roomscroll {
    max-height: 100%;
  }
  .carousel-control {
    font-size: 30px;
  }
  .carousel-caption {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .room_title span {
    background-color: transparent !important;
    color: #000;
    text-align: left;
    padding: 10px 16px;
    height: auto;
    display: block;
  }
  .section__booking .quick-booking {
    padding: 20px 10px;
  }
  .carousel-control .fas {
    top: 45%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }
  .carousel-caption {
    bottom: 0;
    padding-bottom: 0;
  }
  .carousel-inner > .item::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
  }
  .primary-title {
    font-size: 33px;
  }
  .section__main .video_home {
    height: 300px;
  }
  .about-title-2 {
    font-size: 25px;
  }
  .attraction-title-2,
  .sisterprop-title-1 {
    font-size: 25px;
  }
  .attraction-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .guestroom-image .overlay {
    opacity: 0;
  }
  .attraction-image-div ul li {
    width: 100%;
  }
  .sisterprop-details ul li {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-title-1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .subscribe-title {
    text-align: center;
  }
  .section__map {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
  }
  .sisterprop-details {
    margin: 25px 0 0 0;
  }
  .section__sisterprop {
    padding-bottom: 0;
  }
  .section__booking .container {
    padding: 0;
  }
  .footer-buttons ul li {
    display: block;
    text-align: center;
  }
  .footer-buttons ul li:nth-child(2) {
    margin: 0;
  }
  .footer-buttons ul li a {
    margin-left: auto;
    margin-right: auto;
  }
  .section__booking {
    position: inherit !important;
    bottom: 0 !important;
  }
  .section__booking .quick-booking {
    border: 0 !important;
  }
  .section__headerbg .innercaption {
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .map-div .map-image {
    min-height: 450px;
  }
  .rct_wdgt .custom__header.smaller {
    top: 50px;
  }
  .adultbtn:hover,
  .adultbtn.count-minus:hover {
    background: transparent !important;
    color: #485f17 !important;
  }
  .adultbtn:active {
    background: #449d44 !important;
    color: var(--white) !important;
  }
  .adultbtn.count-minus:active {
    background: red !important;
    color: var(--white) !important;
  }
  .custom__header,
  .custom__header.smaller {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  #scroll {
    right: 20px;
  }
  body {
    padding-bottom: 20px;
  }
}
/* ----------------------------------- MEDIA QUERIES ----------------------------------- */
/* LC LIGHTBOX CLOSE ICON MARGIN-LEFT CSS */
.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}
.acesssfour a {
  color: var(--primary-dark);
}
.acesssfour a.text-white {
  color: var(--white) !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.footer-logo a {
  color: var(--white);
}
@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}
/*NEW CSS FOR TA WIDGET*/
.footer-logo img {
  max-width: 245px;
  width: 100%;
}
.footer-logo {
  margin-top: -30px;
  margin-bottom: 40px;
}
.ta-widget ul {
  list-style: none;
}
.ta-widget {
  display: flex;
  justify-content: center;
}
#CDSWIDCOELOGO {
  border: 7px solid #3f3c3b !important;
}
@media (max-width: 375px) {
  .mobile0verviewinnwerdiv {
    min-height: 720px;
  }
  .overview-description-overview {
    min-height: 430px;
  }
}
@media (min-width: 1200px){
  .mobile0verviewinnwerdiv {
    min-height: 230px;
    height: 230px;
  }
}
@media (max-width: 1199px){
  .mobile0verviewinnwerdiv {
    min-height: 250px;
    height: 250px;
  }
}
@media (max-width: 991px){
  .mobile0verviewinnwerdiv {
    min-height: 290px;
    height: 290px;
  }
}
@media (max-width: 767px){
  .mobile0verviewinnwerdiv {
    min-height: 530px;
    height: 530px;
  }
}
@media (max-width: 400px){
  .mobile0verviewinnwerdiv {
    min-height: 620px;
    height: 620px;
  }
}

.book-now.navbar-toggle {
  float: right;
 }