@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&display=swap");

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #e33234;
  /* primary */
  --primary-dark: #911e1f;
  /* primary-dark */
  --primary-light: #e55355;

  /* primary-light */

  --primary-light-rgb: 229, 83, 85;
  /* 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: "Lato";
  font-style: normal;
  font-weight: 400;
  src:
    local("Lato Regular"),
    local("Lato-Regular"),
    url(../fonts/Latoregular.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+2212, U+2215;
  font-display: swap;
}

@font-face {
  font-family: recoleta;
  src: url(../fonts/recoleta.otf) format("opentype");
  font-display: swap;
}
/* END OF MAIN FONT USED BY BODY */

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Lato";
  font-size: 16px;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.__akia-chat-icon-wrapper,
#ada_enable_toolbar .adaEnableToolbarContent {
  z-index: 98;
}

.imgAuto {
  width: 100%;
  height: auto;
}

#reservationpop {
  padding-top: 170px;
  z-index: 98;
}

#carouselButtons {
  z-index: 1;
}

.overview-description-overview {
  min-height: 265px;
}

/* DISPLAY CLASSES */
.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.inline-block {
  display: inline-block;
}

.flex-centered {
  display: flex;
  align-items: center;
}

::-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;
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

.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: var(--primary-light) !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: var(--primary-dark);
  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: 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;
}

.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: var(--primary-light);
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 20px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  transition: 0.5s all;
}

.custom__header .nav li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 7px;
  width: 85%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: bottom right;
  background: #004c8d;
}

.custom__header .nav > li.active > a::after,
.custom__header .nav li a:hover::after,
.custom__header .nav li a:focus::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

ul.dropdown-content a::after,
a.toplogo::after {
  display: none;
}

.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(--primary);
}

.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-toggle .icon-bar {
  width: 40px;
}

.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 {
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background: #449d44;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}

.customedeatetimesin,
.customedeatetimesout {
  background: var(--white);
  display: block;
  color: #000;
  text-align: left;
  padding: 7px 15px;
  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: 11px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
  cursor: pointer;
}

.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;
}

.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;
}

.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: 350px;
  overflow: hidden;
  margin-bottom: 70px;
}

.fullshow .mobile0verviewinnwerdiv {
  margin-bottom: 30px;
}

.mobile0verviewinnwerdiv a {
  color: #676767;
}

.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}

.roomadult {
  border: 1px solid #727070;
}

.home_resnew .btn-success {
  padding: 5px 14px;
}

.home_resnew .btn-success,
.quick-booking .btn-success {
  background: #ffffff !important;
  color: var(--primary-dark) !important;
  border: none;
  font-weight: 300;
}

#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 .checktxt {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px;
}

.section__booking {
  bottom: 0px;
  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: 30px;
  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;
}

.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);

  bottom: 130px;
  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;
}

.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}

.section__about {
  background-color: var(--white);
  padding: 30px 0 50px;
  position: relative;
  z-index: 0;
}

.about-btn .btns {
  font-size: 18px;
  line-height: 1.8;
  background: transparent;
  color: #05176d !important;
}

.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 a {
  color: #676767;
  text-transform: uppercase;
}

.about-description p {
  color: #676767;
}

.fullshow .about-title-1,
.fullshow .about-title-2 {
  text-align: center;
}

.about-heading {
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  font-family: recoleta, sans-serif;
}

.about-title-1 {
  font-size: 50px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 10px;
}

.about-title-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  display: block;
  text-transform: capitalize;
  color: #6c6c6c;
  text-align: left;
}

.about-heading p {
  text-transform: none;
}

.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-bottom: 30px;
}

.attraction-title {
  margin-bottom: 40px;
  text-align: center;
}

.attraction-title-1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0;
}

.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: 1;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  color: #fff;
  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-title label,
.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
}

.subscribe-title p,
.contact-title p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 21.6px;
  color: #fff;
  font-weight: 600;
  margin-right: 0px;
  font-family: recoleta, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.footer-social-icons ul.list-unstyled {
  display: block;
  margin-bottom: 0px;
}

.uppperDIvFoot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}

.subscribe-title div:first-child + div {
  vertical-align: middle;
}

.footer-social-icons ul li {
  display: inline-block;
  position: relative;
  top: 0px;
}

.footer-social-icons ul li a {
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
  line-height: 48px;
  font-size: 30px !important;
  margin: 0 14px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-social-icons ul li a .icon {
  position: relative;
  color: #fff;
  transition: 0.5s;
  z-index: 3;
}

.footer-social-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.footer-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;
}

.footer-social-icons ul li a:hover:before {
  top: 0;
}

.footer-social-icons ul li a.icon-facebook:before {
  background: #3b5999;
}

.footer-social-icons ul li a.gplus:before {
  background: #d74937;
}

.footer-social-icons ul li a.icon-twitter:before {
  background: #55acee;
}

.footer-social-icons ul li a.icon-youtube:before {
  background: #ff0000;
}

.footer-social-icons ul li a.icon-yelp:before {
  background: #f44336;
}

.footer-social-icons ul li a.icon-tripad:before {
  background: #4caf50;
}

.footer-social-icons ul li a.icon-foursquare:before {
  background: #f94877;
}

.footer-social-icons ul li a.icon-instagram:before {
  background: #a63690;
}

.footer-social-icons ul li a.icon-linkedin:before {
  background: #0275b4;
}

.footer-social-icons ul li a.icon-yahoo:before {
  background: #57296f;
}

.footer-social-icons ul li a.icon-skype:before {
  background: #01b0f1;
}

.footer-social-icons ul li a.icon-pint:before,
.footer-social-icons ul li a.pinterest:before {
  background: #cb2027;
}

footer {
  background-color: #fff;
  color: var(--white);
  padding-top: 0;
}

.section__footer {
  background: #000;
  margin: 0;
  padding: 20px 0 0;
}

.section__footer .container {
  width: 80%;
}

.footer__left {
  align-self: center;
}

.footer-logo .logo-name {
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.footer-logo img {
  max-width: 180px;
}

.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-btn,
.goog-te-gadget-simple {
  padding: 15px 10px;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px;
  display: inherit;
  font-size: 13pt;
  width: 185px;
}

a.footer-btn.access {
  margin: 0 auto;
}

.goog-te-gadget-simple {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-size: 12pt !important;
  border: 1px solid #000 !important;
  text-align: center;
}

.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 {
  overflow: hidden;
  padding: 20px 100px 7px;
  position: relative;
}

.footer-links::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  border: 1px solid #fff;
  height: 90%;
}

.seolinks::after {
  display: none;
}

.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: #fff;
  letter-spacing: 1px;
}

.footer-links .center {
  text-align: center;
}

.footer-links .right {
  text-align: right;
}

.footer-SEOlinks {
  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 {
  text-align: center;
  padding: 10px 0;
}

.company a {
  color: #fff;
}

.company p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
}

.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: 70px;
  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;
  background: var(--primary);
  height: 80%;
  display: flex;
  align-items: center;
}

/*Read More Animation*/

/* animations */
.myslide {
  right: -500px;
  -webkit-animation: myslide 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: myslide 0.5s forwards;
  animation-delay: 1s;
  display: block;
}

@-webkit-keyframes myslide {
  100% {
    right: 0;
  }
}

@keyframes myslide {
  100% {
    right: 0;
  }
}

.delayform1 {
  animation-delay: 2.5s;
}

.delayform2 {
  animation-delay: 3s;
}

.gofull {
  -webkit-transition: width 2s;
  transition: width 2s;
}

.fullshow {
  -webkit-animation: fullsize 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: fullsize 1s forwards;
  animation-delay: 0.5s;
}

@-webkit-keyframes fullsize {
  0% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fullsize {
  0% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}
/*Read More Animation*/

.lowest {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.nav > li > a {
  padding: 10px 22px;
}

.navbar-right {
  padding: 0px 10px 10px;
  margin-top: 0;
  margin-right: 0px;
}

.custom__header.smaller .navbar-right {
  background: none;
}

.company a:hover {
  text-decoration: underline;
}

.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

span.headl,
span.heads {
  margin-bottom: -20px;
}

h4.acco-text-1 {
  font-size: 25px;
}

#mySidenav {
  z-index: 101;
}

.smaller.section__booking {
  display: flex;
  justify-content: center;
}

.smaller.custom__header .navbar-inverse {
  padding-bottom: 10px;
}

.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;
}

.rct_wdgt .smaller #reservationpop > .container {
  top: 50px;
}

.smaller #reservationpop {
  background: transparent;
  height: auto;
  padding-top: 0;
  transition: padding 0s;
}

.smaller #mySidenav {
  z-index: 999;
}

.smaller .navbar-toggle {
  margin: 38px 0 0 0;
}

.smaller #reservationpop .respop_heading {
  display: none;
}

.custom__header.smaller {
  position: fixed;
  min-height: 115px;
}

.MT36 {
  margin-top: 36px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 95% !important;
  }

  .section__footer .container {
    width: 92%;
  }

  .smaller #reservationpop > .container {
    left: 70px !important;
  }

  .smaller .logoDN a {
    margin-top: 11px !important;
  }

  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }

  .footer-links {
    padding: 20px 44px 7px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .comp-logo img {
    max-width: 130px;
  }
}

@media screen and (min-width: 1200px) {
  .innersocial .footer-social-icons ul li {
    top: 0;
  }

  .innersocial .contact-title p {
    margin: 15px 0 0;
    font-size: 30px;
  }

  .smaller.section__booking .quick-booking {
    border: 0;
    background: transparent;
    box-shadow: none;
    width: 83.33333333%;
    margin-top: 10px;
  }

  .smaller #reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: transparent;
    width: 88%;
    max-width: 1700px;
  }

  .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;
  }

  .padsmxs0.padlr0 {
    margin-top: 10px;
  }

  .wid132 {
    width: 132.5px;
  }

  .pl0 {
    padding-left: 0;
  }

  .home_resnew .btn-success,
  .quick-booking .btn-success {
    width: 100%;
    height: 44px;
  }

  .smaller .quick-booking .selectdiv {
    background: #fff;
  }

  .smaller .selectdiv .fas {
    color: #000;
  }

  .smaller .quick-booking .selectdiv select {
    color: #000;
    background: #fff;
  }

  .width33 {
    padding: 0;
  }

  .PR15xssm {
    padding-right: 15px !important;
  }

  .logoDN {
    display: none;
  }

  .smaller .logoDN {
    display: block;
  }

  .smaller .logoDN a {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
    margin-top: 8px;
    padding: 0;
  }

  .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;
  }

  .home_resnew {
    padding: 10px 20px 15px;
    background: transparent;
  }

  .smaller .home_resnew {
    background: transparent;
    margin: 0;
  }

  .homepageform {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    width: 100%;
    right: 0;
  }

  main.smaller .homepageform {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    width: 87%;
    z-index: 2;
    background: transparent;
    display: inline-block;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    background: #ffffff !important;
    color: #000 !important;
    text-align: center;
  }

  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    background: #fff !important;
    color: #000 !important;
    text-align: center;
  }

  .wide_cal .add-on {
    color: #000 !important;
  }
  .smaller .wide_cal .add-on {
    color: #000 !important;
  }

  .smaller #promo_code {
    border: 1px solid #fff;
    color: #000000;
    background: #fff;
  }

  .quick-booking .specialcode1 {
    background: transparent;
  }

  .smaller .quick-booking .specialcode1 {
    background: #fff;
  }

  .specialcode1 a,
  .specialcode1 a:hover,
  .specialcode1 a:focus,
  .specialcode1 a:active {
    color: #fff !important;
  }

  .smaller .specialcode1 a,
  .smaller .specialcode1 a:hover,
  .smaller .specialcode1 a:focus,
  .smaller .specialcode1 a:active {
    color: #000 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .event-grid .event-image {
    height: 160px !important;
  }

  .section__headerbg .innercaption {
    bottom: 10px;
  }

  .room_heading {
    font-size: 14px;
  }

  .carousel-control .fa {
    top: 55%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 20px;
    font-size: 23px;
    border-radius: 100px;
  }

  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }

  .carousel-control {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .home-mobileboxoverviews-overview {
    padding-bottom: 130px;
  }

  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    bottom: 10px;
  }

  .navbar-header {
    top: 5px;
    position: relative;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 17px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 11px 15px 7px;
  }

  #reservationpop #get_header_avaibility {
    padding: 0;
  }

  #reservationpop .closebtn {
    display: none;
  }

  .home_resnew .search-btn-div {
    text-align: center;
  }

  #reservationpop {
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    background: var(--primary-dark);
    padding: 0;
    padding: 5px 0 20px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

    z-index: 1;
  }

  .smaller #reservationpop {
    background: var(--primary-dark);
  }

  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }

  .respop_heading {
    display: none;
  }

  .custom__header.smaller .navbar-right {
    padding: 0;
  }

  .custom__header.smaller {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 2;
  }

  #mySidenav {
    z-index: 10000;
  }

  .mobile0verviewinnwerdiv {
    min-height: 220px;
  }

  .overview-description-overview {
    min-height: 290px;
  }

  .promocode {
    margin-top: 10px;
    display: inline-block;
  }

  .primary-title {
    font-size: 28px;
  }

  .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;
  }

  .sidenav {
    padding-top: 0;
  }

  .menus a {
    display: block;
    text-align: left;
  }

  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }

  .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 > a,
  .menus .open > a:focus,
  .menus .open > a:hover {
    background-color: var(--primary-light);
  }

  .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 30px;
    opacity: 0.8;
  }

  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }

  .section__main .video_home video {
    position: static;
    transform: none;
  }

  .footer-SEOlinks ul li a {
    font-size: 15px;
  }

  .footer__right {
    flex: 0 0 77%;
    max-width: 77%;
  }

  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .floating-icons ul li a {
    width: 105px;
  }

  .langAccess {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .innersocial .footer-social-icons ul li {
    top: 0;
  }

  .innersocial .contact-title p {
    margin: 15px 0 0;
    font-size: 30px;
  }

  span.addhead {
    font-size: 43px;
  }

  .footer-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .guest-content,
  .local-content,
  .dining-content {
    padding-top: 10px !important;
  }

  .section-attractions {
    height: 530px !important;
  }

  .attractions-content {
    left: 50px !important;
    width: 60% !important;
  }

  .contactsec {
    padding: 0px 0 0px !important;
  }

  .addpatchwrapper {
    width: 40% !important;
  }

  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
    max-width: 350px;
  }

  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }

  .about-logo img {
    width: 80%;
  }

  .section__compdetails {
    font-size: 14px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .PR15xssm {
    padding-right: 15px !important;
  }
  .PL15xssm {
    padding-left: 15px !important;
  }

  .quick-booking .selectdiv {
    background: #fff;
  }

  .wide_cal .add-on {
    top: 9px;
  }

  .navbar-right {
    padding: 0;
  }

  .custom__header {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 130px;
  }

  .custom__header .reservation-icon {
    padding: 10px;
  }

  .home_resnew .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-dark);
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 18px;
    text-align: center;
    padding: 10px 5px;
  }

  #promo_code {
    width: 40%;
    font-size: 17px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 302px;
  }

  #promo_code::placeholder {
    font-size: 15px;
  }

  .overview-description-overview {
    min-height: 186px;
  }

  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }

  .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;
    letter-spacing: 4px;
  }

  .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__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;
  }

  .home_resnew .btn-success {
    border: none;
  }
}

@media (min-width: 768px) {
  #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) {
  .navbar-header {
    top: 0;
  }

  .rct_wdgt .custom__header {
    top: 50px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 550px;
  }

  .overview-description-overview {
    min-height: 280px;
  }

  .goog-te-gadget-simple {
    margin: 0 auto 15px auto;
  }

  .guestroom-div .guestroom-image {
    margin: 20px 30px 0;
  }

  .guestroom-div .guestroom-content {
    padding: 70px 30px 20px 30px;
  }

  .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%);
  }

  .div__logo {
    right: 0;
    left: 0;
    top: 10px;
    margin: 0 auto;
    max-width: 140px;
  }

  .navbar-toggle {
    margin-top: 25px;
    background: transparent;
  }

  .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 0px;
  }

  .carousel-control .fas {
    top: 43%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }

  .navbar-toggle {
    padding: 15px 10px;
  }

  p.color_g {
    line-height: 22px;
    margin-bottom: 15px;
  }

  .carousel-caption {
    font-weight: 500;
    right: 5%;
    left: 5%;
  }

  .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 {
    padding-bottom: 10px;
    line-height: normal;
    font-size: 27px !important;
  }

  .about-title-2 {
    font-size: 19px;
    margin-bottom: 0;
  }
  .attraction-title-2,
  .sisterprop-title-1 {
    font-size: 25px;
  }

  .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;
  }

  .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: 10px;
    bottom: 50px;
  }
}

.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;
  }
}

#myCarousel .carousel-inner .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.navbar-toggle {
  display: none;
}

.smaller .navbar-toggle {
  display: block;
}

ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  width: 100%;
}

ul.top-nav-ul.nav.navbar-nav li:first-child {
  flex-grow: 2;
}

.navbar-header.hidesmaller ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.navbar-header.hidesmaller ul li:first-child {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.navbar-nav > li.reservation-button {
  text-align: center;
  float: right;
  position: relative;
  top: 35%;
  background: #fff;
  text-transform: uppercase;
}

.navbar-nav > li.reservation-button a {
  color: #000 !important;
  font-weight: 600;
}

.navbar-header.hidesmaller .navbar-toggle {
  display: block;
  border-radius: 0;
  padding: 0px;
  margin: 0;
  float: left;
  position: relative;
  top: 0;
}

a.navtog {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
}

.reservation-button a {
  color: #fff;
  background: transparent;
  font-size: 24px;
  text-transform: uppercase;
}

.menuhead {
  text-transform: uppercase;
  font-size: 18px;
}

.navbar-header.hidesmaller {
  position: relative;
  border: none;
  top: unset;
  right: unset;
  float: right;
  height: 100%;
  padding: 0px 22px 0 0;
}

.hidesmaller span.icon-bar {
  width: 35px;
  height: 3px;
}

.hidesmaller .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

.custom__header .navbar-inverse .container-fluid {
  padding: 0;
}

ul.top-nav-ul.nav.navbar-nav > li > a {
  padding: 0px 22px;
}

.mainmen {
  margin-top: 20px;
}

.smaller .mainmen {
  display: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #004c8d;
  border-bottom: none;
  background-image: none;
  box-shadow: none;
  color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
}

.carousel-indicators {
  z-index: 1;
}

.carousel-indicators {
  height: auto;
  width: auto;
  right: auto;
  left: 50px;
  margin: 0 auto;
  bottom: 45%;
}

.carousel-indicators li {
  background: #ffffff;
  width: 13px !important;
  height: 13px;
  transition:
    border 1s,
    background 0.2s;
  border-radius: 26px;
  margin: 10px auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border: none;
  display: block;
}

.carousel-indicators .active {
  height: 18px !important;
  margin: 10px auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  width: 18px !important;
  background: transparent;
  border: 1px solid #fff;
}

.slider-big-caption {
  position: absolute;
  bottom: calc(25% - 0px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: uppercase;
  width: 50%;
}

.slider-big-caption img {
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.slider-big-caption span {
  display: block;
  color: #fff;
}

span.bigc {
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
}

span.smallc {
  font-size: 30px;
  letter-spacing: 10px;
}

.amenities-list {
  background: #05176d;
  color: #fff;
  padding: 50px 0;
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.16);
}

.amenities-icon img {
  max-width: 70px;
  max-height: 80px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.amenities-box:hover .amenities-icon img {
  -webkit-transform: scale(1.5);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.amenities-box {
  text-align: center;
}

span.amen-head {
  text-align: center;
  display: block;
  font-size: 50px;
  font-family: "times-new-roman-regular";
  margin-bottom: 30px;
}

.amenities-title {
  padding-top: 20px;
}

.santa-barbara {
  padding: 50px 0 0;
}

.footer-complinks .container {
  border-top: 1px solid #ccc;
}

.quick-booking .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  text-align: left;
  height: 43px;
  border: none;
  width: 100%;
  color: #000;
  padding-left: 15px !important;
}

.quick-booking .selectdiv {
  position: relative;
}

.selectdiv .fas {
  position: absolute;
  top: 14px;
  font-size: 17px;
  color: #000;
  right: 10%;
}

.quick-booking option {
  color: #000;
}

.quick-booking .selectdiv select:focus {
  border: none !important;
}

/* dropdown style */

.bromenu ul.dropdown-menu {
  padding: 0px;
  border-radius: 0;
  border: none;
}

.bromenu .dropdown-menu {
  left: -10px;
}

.bromenu ul.dropdown-menu li {
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}

.bromenu ul.dropdown-menu li.active,
.bromenu ul.dropdown-menu li.active:hover {
  background: #455282;
}

.bromenu ul.dropdown-menu li:hover {
  background: #858eae;
}

.bromenu ul.dropdown-menu li:hover a {
  color: #fff;
}

.bromenu .dropdown-menu > .active > a,
.bromenu .dropdown-menu > .active > a:focus,
.bromenu .dropdown-menu > .active > a:hover {
  background: none;
  box-shadow: none;
}

.bromenu .dropdown-menu > li > a:focus,
.bromenu .dropdown-menu > li > a:hover {
  background: none;
}

/* dropdown style */

.section__headerbg .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

span.slidertext-bg1 {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.mapboxgl-popup-close-button {
  right: 2px !important;

  top: -3px !important;
}

.mapboxgl-popup-close-button:hover {
  background: none !important;
}

.accordions__title {
  padding: 10px 0;

  font-size: 20px;
}

.weather-bg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url(../img/weather-bg.jpg) no-repeat;
  padding: 10% 15%;
}

.accordions {
  margin-top: 10px;
}

/* dropdown on hover style */

ul.dropdown-content {
  text-align: center;
  left: -5px;
  border: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}

ul.dropdown-content li {
  font-size: 15px;
  padding: 10px 0;
  color: #000;
  list-style: none;
}

ul.dropdown-content li:hover {
  background: var(--primary-dark) !important;
}

ul.dropdown-content li:hover a {
  color: #fff;
}

ul.dropdown-content li.active a {
  color: #fff;
}

ul.dropdown-content li.active,
ul.dropdown-content li.active:hover {
  background: var(--primary-dark) !important;
}

li.dropdownhover:hover ul.dropdown-content {
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: top;
}

ul.dropdown-content a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

ul.dropdown-content {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  display: block;
}

.toplogo img {
  max-width: 170px;
}

a.reservation-button {
  font-weight: 600;
}

a.btn.btnview {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  background: var(--primary);
  background-size: cover;
  padding: 15px 0 15px;
  background-repeat: no-repeat;
  z-index: 1;
  font-family: "recoleta", sans-serif;
  text-align: center;
  width: 180px;
  line-height: normal;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: none;
  border: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a.btn.btnview:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 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;
}

a.btn.btnview:hover:before,
a.btn.btnview:focus:before,
a.btn.btnview:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section-guestroom,
.section-local,
.section-dining {
  background: #ffe400;
  color: #000;
  padding: 0;
  max-height: 700px;
}

.section-dining {
  background: #c82b2c;
  color: #fff;
}

.guestImg img,
.diningImg img,
.localImg img {
  max-height: 700px;
  object-fit: cover;
}

.guestcont,
.diningcont {
  padding: 139px 50px !important;
}

.localcont {
  padding: 120px 50px !important;
}

.guestsec_head span,
.diningsec_head span,
.localsec_head span {
  display: block;
  text-align: left;
  font-size: 50px;
  letter-spacing: 3px;
  margin-bottom: 0;
  line-height: 60px;
  font-family: recoleta, sans-serif;
}

.diningsec_head .dining-subhead,
.localsec_head .local-subhead,
.guestsec_head .guest-subhead {
  font-size: 24px;
  font-family: lato;
  line-height: initial;
  letter-spacing: 2px;
}

.guest-content,
.local-content,
.dining-content {
  padding-top: 40px;
}

.guest-content p,
.local-content p,
.dining-content p {
  margin-bottom: 40px;
  text-align: justify;
}

.guestsec_head span,
.diningsec_head span,
.localsec_head span {
  font-size: 40px;
  line-height: 40px;
}

.dining-content a.btn.btnview {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.guest-content a.btn.btnview,
.local-content a.btn.btnview {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

a.btn.btnview.drctBtn {
  background: var(--white);
  color: #5f7030b2;
}

a.btn.btnview.drctBtn::before {
  display: none;
}
.flex-reverse {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.guest-content a.btn.btnview:hover,
.dining-content a.btn.btnview:hover,
.local-content a.btn.btnview:hover,
.attractions-content a.btn.btnview:hover,
.revwrapper a.btn.btnview:hover {
  color: #fff;
}

.brdrs {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.bx-sh {
  box-shadow: -5px 4px 20px 0px rgba(74, 74, 74, 0.4);
}

.section-attractions {
  background: url("../img/att1.webp");
  color: #fff;
  margin: 0px;
  height: 800px;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.31);
}

.no-webp .section-attractions {
  background: url("../img/att1.jpg");
}

.attractions-content {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 40%;
}

span.att_head {
  display: block;
  font-size: 55px;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: recoleta, sans-serif;
}

.attractions-content p {
  margin: 0 0 0px;
  font-family: recoleta, sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 10px;
}

.guest-content p,
.local-content p,
.dining-content p {
  line-height: 2;
}

.section-attractions:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 30px auto;
  margin-bottom: 0;
  width: 97%;
  height: 93%;
  background: rgba(0, 0, 0, 0.44);
  z-index: -1;
}

.contactsec {
  padding: 0px;
  position: relative;
}

.addpatchwrapper {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 25%;
  z-index: 1;
}

.addpatch {
  background: #5f7030b2;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.28);
}

span.addhead {
  display: block;
  margin-bottom: -10px;
  font-size: 45px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-family: recoleta, sans-serif;
  letter-spacing: 5px;
}

.addpatch span {
  display: block;
}

span.maptextaddress {
  font-size: 30px;
  font-family: "lato", serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
}

span.col {
  font-size: 18px;
  color: #fff;
}

span.col a {
  color: #fff;
}

.bx-sh {
  box-shadow: -5px 4px 20px 0px rgba(74, 74, 74, 0.4);
}

.section-att {
  padding: 40px 0 0;
}

.section-att p {
  margin: 20px 0;
}

.newpagesec {
  padding: 40px 0;
}

ul.subpage li {
  padding-bottom: 10px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
  margin: 0 30px;
}

ul.subpage li a {
  color: #000;
}

ul.subpage li.active {
  border-bottom: 2px solid var(--primary-dark);
}

ul.subpage {
  margin: 40px 0 50px;
}

.contentwrapper {
  padding-top: 40px;
}

li.navbar-header.hidesmaller a {
  padding: 30px 20px !important;
}

li.navbar-header.hidesmaller a:hover {
  color: #fff !important;
}

li.navbar-header.hidesmaller a::after {
  display: none;
}

.footer-links.seolinks ul li.dash {
  padding: 0 !important;
}

.event-grid .event-image {
  height: 200px;
}

.innersocial {
  margin-top: 30px;
}

#frm_msg_box .customedeatetimesin,
#frm_msg_box .customedeatetimesout {
  color: #fff !important;
}

.section__booking .wide_cal {
  width: 100%;
}

@media screen and (min-width: 2000px) {
  body {
    box-shadow:
      0 19px 38px rgba(0, 0, 0, 0.1),
      0 15px 12px rgba(0, 0, 0, 0.08);
  }

  .addpatchwrapper {
    top: 190px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    max-width: 2000px;
    margin: 0 auto;
  }

  .PRXS0.childiv {
    padding: 0px !important;
  }

  .smaller .PRXS0.childiv {
    padding-right: 15px !important;
  }

  .text-lg-left,
  .company p.text-lg-left {
    text-align: left;
  }

  .text-lg-right,
  .company p.text-lg-right {
    text-align: right;
  }

  .custom__header.smaller {
    max-width: 2000px;
    margin: 0 auto;
  }

  .footer-logo {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {
  .guest-content,
  .local-content,
  .dining-content {
    padding-top: 10px;
  }

  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    margin: 0 11px;

    line-height: 50px;
    font-size: 25px !important;
  }

  .company p {
    font-size: 16px;
  }

  .nav > li > a {
    padding: 10px 20px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
  }

  .access .fa-wheelchair {
    color: #ffffff;
  }

  .subscribe-title p,
  .contact-title p {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (width: 1280px) {
  .subscribe-title p,
  .contact-title p {
    position: relative;
    top: 5px;
  }

  .guest-content,
  .local-content,
  .dining-content {
    padding-top: 10px;
  }

  .guest-content p,
  .local-content p,
  .dining-content p {
    line-height: 1.7;
  }

  .guest-content p,
  .local-content p,
  .dining-content p {
    margin-bottom: 20px;
  }

  .footer-social-icons ul li a {
    width: 45px;
    height: 45px;
    margin: 0 14px;
    line-height: 46px;
    font-size: 24px !important;
  }
  .company p {
    font-size: 16px;
  }

  .nav > li > a {
    padding: 10px 17px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
  }

  .access .fa-wheelchair {
    color: #ffffff;
  }

  .subscribe-title p,
  .contact-title p {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .localcont {
    padding: 28px 15px !important;
  }

  span.att_head {
    font-size: 50px;
  }

  .guestcont,
  .diningcont {
    padding: 32px 4px !important;
  }

  .owl-nav {
    right: -70px !important;
  }

  .addpatchwrapper {
    width: 35%;
    top: 50px;
  }

  .guestsec_head span,
  .diningsec_head span,
  .localsec_head span {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1300px) and (max-width: 1499px) {
  .localcont {
    padding: 68px 30px !important;
  }

  .guestcont,
  .diningcont {
    padding: 70px 20px !important;
  }

  .guestImg img,
  .diningImg img,
  .localImg img,
  .section-guestroom,
  .section-local,
  .section-dining {
    height: 600px;
  }

  .guestsec_head span,
  .diningsec_head span,
  .localsec_head span {
    font-size: 40px;
    line-height: 40px;
  }

  .guest-content,
  .local-content,
  .dining-content {
    padding-top: 10px;
  }

  .guest-content p,
  .local-content p,
  .dining-content p {
    margin-bottom: 11px;
  }

  .owl-nav {
    right: -90px !important;
  }

  .addpatchwrapper {
    width: 35%;
    top: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .smaller #reservationpop > .container {
    left: 70px !important;
  }

  .section__footer .container {
    width: 92%;
  }

  .footer-links {
    padding: 20px 60px 7px;
  }

  .smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 95% !important;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .guestcont,
  .diningcont {
    padding: 95px 6px !important;
  }

  .section__footer .container {
    width: 92%;
  }

  .localcont {
    padding: 22px 27px !important;
  }

  .footer-links {
    padding: 20px 70px 7px;
  }
}

@media (min-width: 1600px) and (max-width: 1690px) {
  .guestcont,
  .diningcont {
    padding: 60px 6px !important;
  }

  .localcont {
    padding: 62px 27px !important;
  }
}

@media (min-width: 1691px) and (max-width: 1799px) {
  .guestcont,
  .diningcont {
    padding: 139px 30px !important;
  }

  .localcont {
    padding: 99px 27px !important;
  }
}

@media screen and (max-width: 1199px) {
  .section__booking {
    background: var(--primary-dark);
  }

  .quick-booking .selectdiv select {
    font-size: 16px;
    color: #000;
    background: #fff;
  }

  .selectdiv .fas {
    color: #000;
  }

  .navbar-toggle {
    display: block;
    padding: 15px;
    margin-right: 0;
    margin-top: 0;
    float: left;
  }

  .home_resnew {
    position: relative;
    height: auto;
    background: var(--primary-dark);
    padding: 0;
    padding: 15px 0 20px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 1;
  }

  .homepageform {
    background: var(--primary-dark);
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .guestcont,
  .diningcont {
    padding: 45px 15px !important;
  }

  .PR15xssm.PL15 {
    padding-left: 15px !important;
  }

  #reservationpop .search-btn-div {
    margin-top: 36px;
  }

  .home_resnew .btn-success {
    padding: 6px 20px;
  }
  .addpatch {
    padding: 20px 5px;
  }

  .addpatchwrapper {
    top: 15px;
  }

  .guestImg img,
  .diningImg img,
  .localImg img {
    max-height: 800px;
    object-fit: cover;
    height: 583px;
  }
  .section-guestroom,
  .section-dining {
    max-height: 583px;
  }

  .guest-content p,
  .local-content p,
  .dining-content p {
    margin-bottom: 15px;
  }

  .localcont {
    padding: 54px 15px !important;
  }

  .section-local,
  .localImg img {
    height: 610px;
  }

  .about-title-1,
  .about-title-2 {
    text-align: center;
  }

  .quick-booking .selectdiv {
    background: #fff;
  }

  .selectdiv .fas {
    top: 15px;
    font-size: 15px;

    right: 20px;
  }

  .PL15xssm {
    padding-left: 15px !important;
  }

  .event-grid .title {
    font-size: 18px;
  }

  .home_resnew .btn-success,
  .quick-booking .btn-success {
    width: 100%;
  }

  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px !important;
    margin: 0 7px;
  }

  .subscribe-title p,
  .contact-title p {
    margin-bottom: 10px;

    margin-left: 30px;
    margin-right: 10px;
    font-size: 18px;
  }

  .mdP0 {
    padding: 0;
  }

  span.bigc {
    font-size: 55px;
  }

  .homepageform .container {
    width: auto;
  }

  .custom__header.smaller {
    display: block;
  }

  .navbar-header {
    display: none;
  }

  .smaller .navbar-header {
    display: block;
  }

  .smaller .navbar-toggle {
    margin: 17px 0 0 0;
  }

  .custom__header.smaller a.reservation-icon {
    margin-top: 18px;
  }

  .custom__header.smaller {
    min-height: 100px;
  }

  .smaller .div__logo {
    display: block !important;
    top: 7px;
  }

  .smaller .smview {
    display: block;
  }

  .smaller .smhide {
    display: none;
  }

  .smaller .mdbell {
    display: block !important;
  }

  .section__booking .quick-booking {
    background: var(--primary-dark);
    box-shadow: none;
    padding: 10px 0 20px;
    -webkit-box-shadow: none;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 14px;
  }

  .nav > li > a {
    padding: 10px 25px;
  }

  .slider-big-caption {
    top: calc(50% - 20px) !important;
    width: auto;
  }
  .carousel-caption {
    bottom: calc(20% - 60px) !important;
    right: 15%;
    left: 15%;
  }

  .carousel-caption p {
    font-size: 26px !important;
  }

  .section__main .video_home:after {
    display: none;
  }

  .section__footer {
    padding-top: 30px;
  }

  span.addhead {
    font-size: 43px;
  }

  .section__footer .PT55 {
    padding-top: 20px;
  }

  .footer-links {
    margin-top: 0px;
    padding: 20px 50px 7px;
  }

  .section__footer .container {
    width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .event-grid .title {
    font-size: 19px;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a:hover {
    color: var(--white);
  }

  .custom__header .nav li a::after {
    display: none;
  }

  .about-title-2,
  .about-title-1 {
    text-align: center;
  }

  .about-title-1 {
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .guestsec_head span br,
  .diningsec_head span br,
  .localsec_head span br {
    display: none;
  }

  .guestcont,
  .diningcont {
    padding: 0px 0px !important;
  }

  .guest-content,
  .local-content,
  .dining-content {
    padding-top: 0;
  }

  .guest-content p,
  .local-content p,
  .dining-content p {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .dining-content a.btn.btnview {
    color: var(--primary);
    border: 1px solid var(--primary);
  }

  .guest-content a.btn.btnview,
  .local-content a.btn.btnview,
  .dining-content a.btn.btnview {
    background: var(--primary);
    border: 1px solid var(--white);
    color: var(--white);
  }

  .guestsec_head span,
  .diningsec_head span,
  .localsec_head span {
    margin-bottom: 0px;
    font-size: 45px;
    text-align: center;
  }

  .section-guestroom,
  .section-local,
  .section-dining {
    padding: 30px 0;
    background: transparent !important;
    max-height: fit-content;
  }

  .section-dining {
    color: #000;
    padding-top: 0px;
  }

  .section-att p {
    text-align: justify;
  }

  .section-att .container {
    width: 100%;
  }

  .att-img {
    padding: 0px;
  }

  .diningsec_head span {
    margin-bottom: 15px;
  }

  .localsec_head span {
    margin-bottom: 5px;
  }

  .diningsec_head .dining-subhead,
  .localsec_head .local-subhead {
    margin-bottom: 0px;
  }

  .guestsec_head .guest-subhead {
    margin-bottom: 15px;
  }

  .section__footer .container {
    width: 90%;
  }

  .section-att {
    padding: 0px 0 0;
  }

  .section-attractions {
    margin: 0;
    height: 560px;
  }

  .attractions-content {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }

  span.att_head {
    font-size: 45px;
    margin-bottom: 0;
  }

  .section-attractions:after {
    margin: 10px auto;
    height: 97%;
  }

  .localcont {
    padding: 10px 0px !important;
  }

  .weather-bg {
    background-size: cover;
  }

  .custom__header .navbar-inverse .navbar-toggle {
    margin-top: 30px;
  }

  a.reservation-icon {
    margin-top: 20px;
  }

  .custom__header.smaller .navbar-inverse .navbar-toggle,
  .custom__header.smaller a.reservation-icon {
    margin-top: 10px;
  }

  .navbar-toggle .icon-bar {
    height: 3px;
  }

  .custom__header.smaller .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

  .footer-links {
    padding: 10px 0 0;

    margin: 0;
  }

  .footer-links.seolinks ul li {
    padding: 0px 0 !important;
    margin: 0 0 10px;
  }

  .contactsec {
    padding: 0px 0;
    position: relative;
  }

  .addpatchwrapper {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-top: 0;
  }

  span.addhead {
    color: #000;
    margin-bottom: 0px;
  }

  .contactsec img {
    object-fit: cover;
    height: 450px;
  }

  .addpatch {
    padding: 20px 0 25px;
    box-shadow: none;
    border-radius: 0px;
  }

  a.footer-btn.access {
    margin-bottom: 0;
    margin-top: 5px;
    width: auto;
  }

  .MTXS10 {
    margin-top: 10px;
  }

  .padsmxs0 {
    padding: 0px;
  }

  .footer-complinks {
    margin-bottom: 20px;
  }
  .footer-logo img {
    max-width: 170px;
  }

  .subscribe-title p,
  .contact-title p {
    margin: 0;
    display: block;
    font-size: 30px;
    text-align: center;
  }

  .contact-title p {
    margin-bottom: 20px;
  }

  .footer-social-icons {
    text-align: center;
  }

  .contact-title {
    margin-top: 20px;
  }

  .borderDiv {
    border-top: 1px solid #fff;
    margin: 25px 0 15px;
  }

  .langAccess {
    padding-bottom: 15px;
  }

  .custom__header .navbar-inverse .container-fluid {
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  a.reservation-icon {
    margin-top: 6px;
  }

  .custom__header.smaller {
    display: none;
  }

  .custom__header.smaller {
    min-height: 95px;
    height: 95px;
  }

  .div__logo {
    top: 5px;
  }

  a.footer-btn.access {
    margin-top: 0px;
  }

  .carousel-inner .item p {
    font-size: 24px !important;
  }

  .PDXS0 {
    padding: 0px;
  }

  .custom__header .navbar-inverse .navbar-toggle {
    margin-top: 10px;
  }

  .custom__header.smaller .navbar-inverse .navbar-toggle {
    margin-top: 14px;
  }
  .custom__header.smaller a.reservation-icon {
    margin-top: 20px;
  }

  .padsm80 {
    padding: 0 80px !important;
  }

  .company p {
    font-size: 20px;
  }

  .footer-links ul li a,
  .footer-SEOlinks ul li a {
    font-size: 20px;
  }

  .section__footer {
    padding: 30px 0px 50px;
  }

  .carousel-caption {
    bottom: 30px !important;
    right: 10%;
    left: 10%;
  }

  .sidenav .closebtn {
    padding: 0;
    font-size: 40px;
    top: 10px;
    margin: 15px 0 0;
  }

  a.footer-btn.access {
    width: 185px;
  }

  .footer-links .left {
    text-align: center;
  }

  .footer-links {
    padding-top: 20px;
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    bottom: 40%;
    padding: 0;
    z-index: 1;
  }

  .carousel-inner .item p {
    margin: 0;
    font-size: 30px;
    text-transform: none !important;
    font-family: recoleta, sans-serif;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  ul.subpage li {
    font-size: 18px;
    margin: 0 20px;
  }

  .footer-social-icons ul li a {
    margin: 0 10px;
  }

  .custom__header .navbar-inverse .navbar-toggle {
    margin-top: 20px;
  }

  a.reservation-icon {
    margin-top: 15px;
  }

  .section__about {
    padding-bottom: 20px;
  }

  .footer-logo img {
    max-width: 160px;
  }

  .contact-title {
    margin-top: 40px;
  }

  .contact-title p {
    margin-bottom: 20px;
  }

  .PR15xssm.PRXS0 {
    padding-right: 0px !important;
  }

  .PXS15 {
    padding: 0 15px !important;
  }

  .quick-booking .selectdiv select {
    padding-left: 10px !important;
  }

  .about-title-1,
  .guestsec_head span {
    font-size: 34px;
  }

  .diningsec_head span,
  .localsec_head span {
    font-size: 30px;
  }

  .guestsec_head span,
  .diningsec_head span,
  .localsec_head span {
    margin-bottom: 0;
  }

  .section__footer .container {
    width: 95%;
  }

  .section__footer {
    padding: 30px 0 40px;
  }

  .company {
    font-size: 13px;
  }

  .review_tags .section-title {
    margin-top: 0;
  }

  #promo_code {
    margin-top: 20px;
  }

  .main-icon-ada em {
    top: 20px;
    position: relative;
  }

  .review_tags {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .navbar-right {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .padxs50 {
    padding: 0 50px !important;
  }

  #ada_enable_toolbar {
    bottom: 25px !important;
  }

  .langAccess {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
  }

  .goog-te-gadget-simple {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  a.footer-btn.access {
    width: 185px;
  }

  .diningsec_head .dining-subhead,
  .localsec_head .local-subhead,
  .guestsec_head .guest-subhead {
    font-size: 21px;
    letter-spacing: 0px;
  }

  .diningsec_head .dining-subhead,
  .localsec_head .local-subhead {
    margin-bottom: 15px;
  }

  .guestsec_head span,
  .localsec_head span {
    line-height: 33px;
  }

  .guestcont,
  .diningcont {
    padding: 0px 10px !important;
  }

  span.att_head {
    font-size: 35px;
  }

  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    bottom: 5px;
  }

  .home-mobileboxoverviews-overview {
    padding-bottom: 110px;
  }

  .colapsshoecontentlinkdiv2-overview span {
    margin-top: 0px;
  }
}

@media screen and (max-width: 380px) {
  .company {
    font-size: 16px;
  }

  .footer-social-icons ul li a {
    margin: 0 7px;
  }

  .diningsec_head .dining-subhead,
  .localsec_head .local-subhead,
  .guestsec_head .guest-subhead {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .about-title-1,
  .guestsec_head span {
    font-size: 28px;
  }
  .diningsec_head span,
  .localsec_head span {
    font-size: 25px;
  }

  .about-title-2 {
    font-size: 18px;
  }

  .subscribe-title p,
  .contact-title p {
    font-size: 24px;
  }

  .contact-title p {
    margin-bottom: 15px;
  }

  .main-icon-ada span.position-left {
    display: block;
    padding-bottom: 40px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 315px;
  }

  .overview-description-overview {
    min-height: 325px;
  }

  .footer-btn {
    border: none;
    font-size: 12pt;
    width: 100%;
  }

  .footer-btn {
    border: none;

    font-size: 12pt;
    width: 100%;
  }

  .content-details h3 {
    font-size: 15px;
  }

  span#room_adult_child_config {
    font-size: 15px;
  }
}

.quick-booking .selectdiv select::-ms-expand,
.section__booking .selectdiv select::-ms-expand {
  display: none;
}
