:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #5eade2;
  /* primary */
  --primary-dark: #3780b1;
  /* primary-dark */
  --primary-light: #a6d8f9;

  /* primary-light */

  --primary-light-rgb: 166, 216, 249;
  /* 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;
}

/* END OF MAIN FONT USED BY BODY */

@font-face {
  font-family: Schwarzwald_Regular;
  src: url(../fonts/Schwarzwald_Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Questrial;
  src: url(../fonts/Questrial-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Belleza;
  src: url(../fonts/Belleza-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Grenze Gotisch;
  src: url(../fonts/GrenzeGotisch-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url(../fonts/CrimsonText-Regular.ttf) format("truetype");
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
}

/* OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */
.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
/* END OF OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */

.__akia-chat-icon-wrapper,
#ada_enable_toolbar .adaEnableToolbarContent {
  z-index: 98;
}

#reservationpop {
  padding-top: 170px;
  z-index: 98;
}

.W70 {
  width: 70%;
}

#carouselButtons {
  z-index: 1;
}

/* DISPLAY CLASSES */
.d-block {
  display: block;
}

.d-flex {
  /*display: flex;*/
  background: transparent;
  height: 96px;
}

.inline-block {
  display: inline-block;
}
/* END OF DISPLAY CLASSES */

/* FLEX CLASSES */
.flex-centered {
  display: flex;
  align-items: center;
}
/* END OF FLEX CLASSES */

/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-light);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}
/* CUSTOM SCROLLBAR */

.messages_bar {
  font-size: 16px;
}

.messages_bar .messages p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  flex-grow: 1;
}

.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
}

.good_news {
  width: 100%;
}

.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.messages a {
  color: inherit !important;
}

.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.message-ada {
  color: #ffffff;
  background-color: #0563ae;
  border-color: #0563ae;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: 0;
  top: 0;
  color: #3c763d;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  opacity: 1;
  outline: none;
}

.messages_bar.alert {
  padding: 0 15px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.position-left {
  margin-right: 8px;
}

.position-right {
  margin-left: 8px;
}

.content-group {
  margin-bottom: 10px;
}

.h-100 {
  height: 100%;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  /* color: #000; */
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

.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-dark) !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%;
  /*margin-bottom: 10px*/
}

.btn-success {
  transition: all 0.3s;
  font-weight: bold;
}

.btn-green {
  background: #7b9b7b;
  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(--primary);
  color: #fff;
  text-transform: uppercase;
}

.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: #7b9b7b;
  color: #ffffff !important;
}

.btn-icon {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  color: var(--black);
  padding: 12px 15px 9px;
}

/* Sweep To Left */
.hover-sweep-to-left {
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  align-items: center;
  line-height: 1.4;
}

.hover-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hover-sweep-to-left:hover,
.hover-sweep-to-left:focus,
.hover-sweep-to-left:active {
  color: white;
}

.hover-sweep-to-left:hover:before,
.hover-sweep-to-left:focus:before,
.hover-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  /* background-color: #4d2e1b; */
  background: #5b6060;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.leaflet-container {
  z-index: 1;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  /* font-size: 40px; */
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
}

#mySidenav .closebtn {
  line-height: 0;
}

.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}

.specialcode1 {
  background-color: var(--white);
}

.specialcode1 a,
.specialcode1 a:hover,
.specialcode1 a:focus,
.specialcode1 a:active {
  color: var(--black);
}

.menus li.active a::after {
  width: 100%;
}

.cool-link li a:hover::after,
.cool-link li.active a::after {
  width: 100%;
}

.hover-drop .dropdown-menu {
  position: relative;
  top: -2px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  float: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}

.hover-drop .dropdown-menu > li {
  display: inline-block;
  margin-bottom: 0;
}

.hover-drop .dropdown-menu > li > a {
  font-size: 18px;
  color: var(--white);
  margin: 0 3px;
  opacity: 1;
  background: none;
  padding: 3px 15px;
  /* font-size: 15px;
  margin: 0 5px; */
}

.hover-drop .dropdown-menu > li > a:focus,
.hover-drop .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.menus li {
  margin-bottom: 10px;
}

.menus:hover li a {
  opacity: 0.5;
}

.menus:hover li a:hover {
  opacity: 1;
}

.custom__header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.div__logo {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: initial;
  width: 100%;
  z-index: -1;
}

.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.custom__header .navbar-inverse {
  background-color: transparent !important;
  color: var(--white);
  background-image: inherit;
}

.custom__header.smaller {
  background: rgba(99, 105, 109, 0.97);
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 21px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--white);
  font-size: 20px;
  letter-spacing: 2px;
  transition: 0.5s all;
}

.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: lighter;
}

.custom__header .navbar-inverse .navbar-nav > li > a:hover {
  color: var(--white);
}

.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-right li a:hover::after {
  display: none;
}

/* .navbar-toggle {
  padding: 15px 10px;
} */

.navbar-toggle .icon-bar {
  width: 50px;
}

.icon-bar.bar2 {
  left: 15px;
  position: relative;
}

/* .navbar-toggle .icon-bar:nth-child(2) { */
/* width: 30px; */
/* } */

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}

.reservation__fixed-btn {
  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;
  display: none;
}

.customedeatetimesin,
.customedeatetimesout {
  background: var(--white);
  display: block;
  color: #000;
  text-align: center;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #000;
  font-size: 20px;
  z-index: 1;
}

.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}

.wide_cal {
  position: relative;
  display: block;
  border: none;
}

.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: #ffffff;
  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;
}

/*Cedars Inn*/
a.reservation-button {
  text-transform: uppercase;
  font-family: lato;
  font-weight: 500 !important;
}

a.reservation-button::after {
  display: none !important;
}

span.menu {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 26px;
  /* margin-top: 50px !important; */
  /* padding: 46px 0; */
  position: relative;
  top: 33px;
  cursor: pointer;
  line-height: 1;
}

/*Animated Slider Text*/
.whitestrip {
  position: absolute;
  left: auto;
  top: 210px;
  z-index: 1;
  right: auto;
  width: 100%;
  text-align: center;
  display: block;
}

.slider-logo-slider {
  color: #fff !important;
  display: inline;
  text-align: center;
}

.logo-slider__line1 {
  display: block;
  font-size: 90px;
  line-height: 0.8;
  font-family: "Grenze Gotisch", cursive;
  letter-spacing: 3px;
}

.logo-slider__line2 {
  font-size: 30px;
  letter-spacing: 11px;
  font-family: "Times New Roman", Times, serif;
}
/*Animated Slider Text*/

/*Cedars Inn*/

/* ----------------------- Adjustments ------------------- */
.count-minus,
.count-plus,
.room_count {
  width: 20%;
}

.count-minus,
.room_heading {
  float: left;
}

.room_count {
  padding: 0;
  text-align: center;
  border-right: none;
  border-left: none;
}

input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}
/* ----------------------- Adjustments ------------------- */

.home_collapse .panel-body {
  padding: 0;
}

.BT1 {
  border-top: 1px solid #daceb4;
}

.child-age-wrapper {
  text-align: center;
}

.child-age-wrapper select {
  max-width: 100%;
  padding: 7px 15px;
  margin: 5px 0;
  background: none;
  border: 1px solid #727070;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 86% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.child-age-wrapper select::-ms-expand {
  opacity: 0;
}

.roomscroll {
  max-height: 250px;
  overflow-y: auto;
}

.mobile0verviewinnwerdiv {
  height: 50px;
}

.mobile0verviewinnwerdiv {
  min-height: 306px;
  overflow: hidden;
  margin-bottom: 70px;
}

.mobile0verviewinnwerdiv a {
  color: #676767;
}

.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}

.roomadult {
  border: 1px solid #727070;
}

.home_resnew .btn-success {
  padding: 10px 40px;
}

/*.mainmen {
  margin-top: 0px !important;
} */

.carousel-caption {
  bottom: 23%;
  padding: 0;
  left: auto;
  right: auto;
  width: 100%;
}

.home_resnew .btn-success,
.quick-booking .btn-success {
  background: var(--primary) !important;
  color: #000 !important;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
}

#formReservation .nav-tabs > li.active > a,
#formReservation .nav-tabs > li.active > a:focus,
#formReservation .nav-tabs > li.active > a:hover {
  background: var(--primary-light);
}

.text-primary {
  color: var(--primary-light);
}

/* .quick-booking .customedeatetimesin,
.quick-booking .customedeatetimesout {
  font-size: 18px
} */

.section__booking .quick-booking {
  /* background: rgba(0, 0, 0, 0.69);*/
  /* padding: 20px 20px 10px; */
  padding: 10px 20px 15px;
  /* border: 2px solid #e5e5e5; */
  float: left;
  text-transform: uppercase;
}

.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: 34px;
  text-transform: uppercase;
  line-height: 48px;
  color: #161616;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #444;
  display: inline-block;
  padding-bottom: 7px;
}

.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}

.section__main {
  position: relative;
}

.section__main .video_home {
  position: relative;
  overflow: hidden;

  background: #000;
}

.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section__headerbg {
  position: relative;
  min-height: 200px;
}

.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  /* left: 50%;
  transform: translateX(-50%); */
  bottom: 200px;
  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: 16px;
  /* margin-bottom: 5px; */
}

.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}

#Property {
  background: url(../img/construction.jpg) no-repeat center center;
  background-size: cover;
  min-height: 730px;
  position: relative;
}

#Development {
  background: url(../img/development.jpg) no-repeat center center;
  background-size: cover;
  min-height: 730px;
  position: relative;
}

#Management,
#Hr,
#Revenue {
  background: url(../img/management.jpg) no-repeat center center;
  background-size: cover;
  min-height: 730px;
  position: relative;
}

.viewCont {
  position: absolute;
  top: 42%;
  z-index: 1;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 200px;
}

#Property::after,
#Management::after,
#Hr::after,
#Revenue::after,
#Development::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: rgba(225, 225, 225, 0.9) none repeat scroll 0 0;
}

.linksTab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linksTab ul {
  border: none;
}

.nav > li.innertitle > a {
  border: none;
  padding: 0px;
}

.nav > li.active.innertitle > a {
  color: #5eade2;
  border: none;
  border-bottom: 2px solid #ecc00e;
}

.linksTab .innertitle {
  padding: 20px 14px;
}

.linksTab .innertitle a:hover,
.linksTab .innertitle a:focus,
.linksTab .innertitle a:active {
  border: none;
  background: transparent;
}

.section__about {
  background-color: transparent;
  padding: 20px 0;
  /* background: url(../img/about_bg.webp) no-repeat center; */
  /* background-size: cover; */
  padding-bottom: 50px;
}

.about-heading .bg_logo {
  margin-top: 0;
  padding-bottom: 60px !important;
  padding: 70px 50px;
  display: inline-block;
  background: url(../img/bg-logo.png) no-repeat center top;
  line-height: 1.1;
}

.about-btn .btns {
  font-size: 16px;
  line-height: 1.8;
  background: var(--primary);
  color: #fff !important;
  /* border: 1px solid; */
  padding: 10px 20px !important;
  font-weight: 500;
  font-family: lato;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px 6px rgba(0, 0, 0, 0.11);
}

.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: #000;
  text-transform: uppercase;
}

.about-description p {
  color: #676767;
  font-family: lato;
}

.about-heading {
  color: #000b;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0%;
}

.about-title-1 {
  text-transform: uppercase;
  font-size: 68px;
  letter-spacing: 2px;
  font-family: "Belleza", sans-serif;
  color: #000;
}

.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%;
}

.imgHoverEffects {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.imgHoverEffects img {
  transition: all 0.4s linear;
}

.imgHoverEffects:hover img {
  transform: scale(1.2);
}

.slid-cap {
  display: block;
  margin: 0px 10px;
  border-bottom: 2px solid #e7e3d7;
  padding: 20px 0px 15px;
}

.owl-carousel1 {
  padding-top: 80px;
  position: relative;
}

.owl-carousel1 .owl-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  /* right: 0; */
  /* float: right; */
}

.owl-carousel1 .owl-nav .owl-prev {
  /* float: right; */
  position: absolute;
  right: 120px;
}

.owl-carousel1 .owl-nav .owl-next {
  /* float: right; */
  position: absolute;
  right: 0;
}

.owl-carousel1 .owl-nav .owl-prev i {
  padding: 13px 18px;
  background: linear-gradient(to bottom, #ddc251 0px, #d1b751 100%);
  color: #fff;
  border-radius: 55px;
  font-size: 18px;
}

.owl-carousel1 .owl-nav .owl-next i {
  padding: 13px 18px;
  background: linear-gradient(to bottom, #ddc251 0px, #d1b751 100%);
  color: #fff;
  border-radius: 55px;
  font-size: 18px;
}

.owl-carousel1 .owl-nav::after {
  position: absolute;
  content: "";
  bottom: -26px;
  /* top: auto; */
  width: 100%;
  height: 2px;
  background: #dabf51;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.quialtyBg {
  height: 480px;
  padding-left: 75px;
  padding-right: 75px;
  width: 100%;
  background: linear-gradient(
      to bottom,
      rgba(19, 18, 18, 0.1) 0%,
      rgba(0, 0, 0, 0.85) 99%,
      rgba(0, 0, 0, 0.85) 100%
    ),
    url(../img/quality-bg.jpg) no-repeat center center / cover;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.quailty_section {
  margin-top: 30px;
}

.countNumber p {
  margin: 0;
}

.countingDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 40%;
}

.countNumber {
  color: #fff;
  padding: 20px 40px;
  position: relative;
}

.countNumber::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 90%;
  width: 3px;
  background: #f2bd09;
  transform: rotate(15deg);
}

.countNumber:last-child::after {
  display: none;
}

.countNumber .num {
  font-size: 52px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bolder !important;
}

.countNumber .words {
  color: #fff;
  letter-spacing: 2px;
  font-size: 19px;
  text-transform: uppercase;
}

.contentDiv {
  position: absolute;
  top: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
}

.quailty-btn {
  position: relative;
  margin-top: 20px;
}

.title2 {
  color: #ffff;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}

.cont {
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  text-align-last: center;
  margin-top: 20px;
}

.sign_up_sec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blackFont {
  color: #000;
}

.flexColDiv {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.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: 80px 10px 20px;
  font-size: 16px;
}

.map-details ul li {
  margin-bottom: 20px;
}

.map-details .btn-div a {
  color: var(--primary-dark);
}

.map-details .btn-div a:hover {
  color: var(--white);
}

.map-details a,
.map-details p {
  color: var(--black);
  text-align: center;
}

.map-details ul li span {
  color: #5a5a5a;
  font-size: 18px;
}
.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: 7px;
}

.newsletter .form-control {
  background-color: #bfbfbf;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 54px;
  border-radius: 10px;
  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); */
  width: 98%;
  font-size: 16px;
}

.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: 0px;
  top: 2px;
  border-radius: 10px;
  font-size: 16px;
  padding: 13px 20px;
  letter-spacing: 0.8px;
  font-weight: 100;
  /* box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4); */
}

.subscribe-title label,
.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
}

.subscribe-title span,
.contact-title span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: #616060;
  margin-top: 10px;
}

.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;
}

.footer-social-icons ul li a {
  width: 60px;
  height: 60px;
  background-color: transparent;
  text-align: center;
  line-height: 60px;
  font-size: 30px !important;
  margin: 0 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: none;
  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;
  margin: 0 !important;
}

.section__footer {
  margin: 0;
}

.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__left {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
  align-self: center;
  padding: 0 15px;
}

.footer-logo .logo-name {
  font-family: Schwarzwald_Regular;
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.footer-logo img {
  max-width: 200px;
}

.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 20px;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  display: inherit;
  font-size: 13pt;
  width: 177px;
}

.flexDivConnect {
  display: flex;
  align-items: center;
}

.goog-te-gadget-simple {
  padding-top: 17px !important;
  padding-bottom: 14px !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;
  margin-left: auto;
  margin-right: auto;
}

.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}

.footer-links {
  overflow: hidden;
  padding: 25px 20px 15px;
}

.footer-links ul li,
.footer-SEOlinks ul li {
  margin-bottom: 15px;
}

.footer-links ul li a,
.footer-SEOlinks ul li a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}

.footer-links .left {
  text-align: left;
}

.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 {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.company a {
  color: var(--white);
}

.company p {
  color: var(--white);
  text-align: inherit;
  margin-bottom: 0;
}

.company p:first-child {
  margin-bottom: 8px;
}

.comp-logo img {
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
  margin: 5px;
  float: left;
  max-width: 175px;
}

.section__compdetails {
  background: transparent;
  color: var(--white);
  padding: 15px 0;
  font-size: 16px;
  overflow: hidden;
}

#scroll {
  position: fixed;
  bottom: 120px;
  right: 40px;
  background: var(--white);
  border: 1px solid var(--primary-dark);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  z-index: 10;
  color: #444;
}

#scroll i {
  color: var(--primary-dark);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll:hover {
  background: var(--white);
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

#scroll:hover i {
  color: var(--primary-dark);
  top: 5px;
}

/* ----------------------------------- mouse click css ----------------------------------- */
.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid #3a9700;
  bottom: 9px;
  left: 50%;
  cursor: pointer;
}

.mouse span,
.mouse-up span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a9700;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mouse span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.mouse-up span {
  -webkit-animation-name: scroll-up;
  animation-name: scroll-up;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@-webkit-keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ----------------------------------- mouse click css ----------------------------------- */

/* ----------------------------------- Floating Icons ----------------------------------- */
.floating-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(87, 79, 76, 0.8);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floating-icons ul li a {
  padding: 15px 20px;
  margin: 10px 0;
  display: inline-block;
  color: var(--white);
  font-size: 25px;
  width: 100%;
  transition: 0.5s all;
  width: 90px;
}

.floating-icons ul li a.icon-facebook:hover,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:active {
  background: #3b5999;
}

.floating-icons ul li a.icon-gplus:hover,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:active {
  background: #d74937;
}

.floating-icons ul li a.icon-twitter:hover,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:active {
  background: #55acee;
}

.floating-icons ul li a.icon-youtube:hover,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:active {
  background: #ff0000;
}

.floating-icons ul li a.icon-yelp:hover,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:active {
  background: #f44336;
}

.floating-icons ul li a.icon-tripad:hover,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:active {
  background: #4caf50;
}

.floating-icons ul li a.icon-pint:hover,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:active {
  background: #cb2027;
}

.floating-icons ul li a.instagram:hover,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:active {
  background: #8134af;
}

/* ----------------------------------- Floating Icons ----------------------------------- */

.room_home,
.promocode {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}

.promocode:link,
.promocode:visited,
.promocode:hover,
.promocode:active,
.promocode:focus {
  outline: none;
}

.datepicker-label {
  color: #fff;
  text-align: left;
  font-family: lato;
  font-weight: inherit;
  letter-spacing: 3px;
  font-size: 16px !important;
}

.respop_heading2 {
  color: #fff;
  letter-spacing: 14px;
  font-size: 25px;
}

.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  max-width: 100%;
}

#reservationpop .search-btn-div {
  margin-top: 35px;
}

.play {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px
    12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.play:focus,
.pause:focus,
.volume_icon:focus,
.volume_icon1:focus {
  outline: 0;
}

.volume_icon {
  background: url("../img/unmute.png") no-repeat scroll 20px 4px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 {
  background: url("../img/unmute.png") no-repeat scroll 20px -48px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 span {
  visibility: hidden;
}

.reservation-button {
  text-align: center;
}

.lowest {
  display: none;
  font-size: 12px;
  font-weight: bold;
}

.nav > li > a {
  padding: 10px 28px;
}

.navbar-right {
  padding: 0px 10px 10px;
  margin-top: 28px;
  /*margin-right: 0px;*/
}

.custom__header.smaller .navbar-right {
  background: none;
}

.footer-logo {
  margin-top: -40px;
}

/*.company a:hover {
  text-decoration: underline;
}*/

/* NEW CHANGES BY ROSHAN SIR FOR CHECK AVAILABILITY ON SCROLL */
.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

@media (min-width: 1200px) {
  .socialIconsDiv {
    margin-top: 80px;
  }

  @-moz-document url-prefix() {
    .selectdiv .fas {
      right: 5%;
    }
  }
  li.dropdown.other-nav-tab,
  li.dropdown.destination {
    margin-top: -5px;
  }

  .chooseops {
    padding-right: 0px;
    margin-top: 20px;
  }

  .autome.search-btn-div {
    margin-top: 17px;
  }

  .bromenu ul.dropdown-menu {
    top: 143% !important;
  }

  .destination .dropdown-menu {
    top: 143% !important;
    left: 8% !important;
  }

  .overview-description-overview {
    overflow: hidden;
    min-height: 264px;
    height: 50px;
    text-align: justify;
    z-index: 9;
  }

  .animatedheight.about-description h2 {
    font-size: 27px;
  }

  .smaller .autome.search-btn-div {
    margin-top: 20px;
  }

  /*Footer*/
  /*.dir, .foot {
  width: 70%;
  margin: 0 auto;
}*/

  .social {
    margin-top: 50px;
  }

  .footcont {
    padding-left: 23px;
    margin-top: 13px;
  }

  .footcont span.head {
    color: #000;
    font-size: 20px;
    padding: 0;
  }

  .padsmxs0 {
    /*  margin-top: 45px;*/
    text-align: center;
    padding: 0px;
  }

  .foot_address {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }

  .ftRight {
    margin: 56px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }
  /*Footer*/

  .direction_sec {
    margin-bottom: 120px;
  }

  /*Sign Up*/
  .signupform {
    background: #f6d2b7;
    color: #fff;
    padding: 58px;
  }

  .signcont {
    /* margin-top: -8px; */
    margin-top: -8px;
    padding: 0px;
    height: auto;
    color: #000;
    padding: 25px 150px;
    padding-bottom: 35px;
  }

  .signupform span.heads {
    font-size: 30px;
    letter-spacing: 0px;
    font-family: "Crimson Text";
    font-weight: 100;
  }

  .signupform span.headl {
    font-size: 50px;
    font-family: "Crimson Text";
    font-weight: 600;
    padding-bottom: 0;
  }

  .signform input[type="textbox"] {
    width: 100%;
    height: 60px;
  }

  .signupbtn a.btn.btnview {
    padding: 17px 38px !important;
    background: #fff;
    color: #000 !important;
  }

  .signupform span {
    display: block;
  }
  /*Sign up */

  span.headl,
  span.heads {
    margin-bottom: -20px;
  }

  h4.acco-text-1 {
    font-size: 23px;
  }

  .smaller.section__booking > .container {
    position: fixed;
    top: 0;
    z-index: 3;
    height: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
  }

  #mySidenav {
    z-index: 101;
  }

  .smaller.section__booking {
    display: flex;
    justify-content: center;
  }

  .smaller.section__booking .quick-booking {
    border: 0;
    background: transparent;
    box-shadow: none;
    width: 83.33333333%;
    margin-top: 0px;
  }

  .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;
  }

  .smaller #reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: transparent;
  }

  .rct_wdgt .smaller #reservationpop > .container {
    top: 50px;
  }

  .smaller #reservationpop {
    background: transparent;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
  }

  .smaller #mySidenav {
    z-index: 999;
  }

  .smaller .navbar-toggle {
    margin: 26px 0;
    top: 8px;
  }

  .smaller .home_resnew .btn-success {
    /*padding: 10px 60px;*/
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px 6px rgba(0, 0, 0, 0.11);
  }

  .smaller #reservationpop .respop_heading {
    display: none;
  }

  .custom__header.smaller {
    position: fixed;
    min-height: 98px;
  }

  .scrollHead {
    display: none;
  }

  .smaller .div__logo,
  .smaller .scrollHead {
    display: block !important;
  }

  .smaller .div__logo a img {
    margin: auto;
  }

  .smaller .div__logo {
    top: 15px;
    z-index: -1;
  }
}

/* ----------------------------------- MEDIA QUERIES ----------------------------------- */

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .signcont {
    padding: 33px 150px;
  }

  .signupInputBox {
    margin-bottom: 35px;
  }
  .map-details {
    padding: 0px !important;
  }

  p.captionbox {
    line-height: 1.5;
  }

  /*p.captionbox br {
  display: none;
}*/

  /*.carousel-caption {
    right: 17%;
    left: 17%;
  }*/

  .quick-booking,
  .homepageform {
    width: 100% !important;
  }

  main.smaller .homepageform {
    left: 59% !important;
  }

  .home_resnew .btn-success {
    padding: 6px 20px;
  }

  .amenitiesimg img {
    height: 509px;
  }

  .comp-logo img {
    max-width: 130px;
  }
}

@media screen and (min-width: 1200px) {
  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px;
  }

  .quick-booking .selectdiv select {
    background: transparent !important;
    font-size: 18px;
  }

  .logoDN {
    display: none;
  }

  .smaller .logoDN {
    display: block;
  }

  .smaller .logoDN a {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
    margin-top: 10px;
  }

  .smaller .logoDN a img {
    margin: auto;
  }

  .checkInOut {
    margin-top: 5px;
  }
  .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 100px 15px;
    background: rgba(99, 105, 109, 0.87);
  }

  .smaller .home_resnew {
    background: transparent;
    margin: 0;
    margin-top: 7px;
    padding: 10px 18px 15px;
  }

  .homepageform {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    width: 90%;
    right: 0;
  }

  .quick-booking {
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    width: 95%;
    left: 0%;
    right: 0;
    bottom: 30px;
    z-index: 0;
    padding: 10px;
  }

  .promo #promo_code {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 43px;
    background: transparent;
  }

  .promo #promo_code::placeholder {
    color: #fff;
  }

  .smaller .promo #promo_code::placeholder {
    color: #000;
  }
  main.smaller .homepageform {
    position: fixed;
    top: -10px;
    left: 57%;
    transform: translate(-50%);
    right: unset;
    bottom: auto;
    width: 100%;
    z-index: 2;
    background: transparent;
    display: inline-block;
  }

  .smaller .quick-booking {
    top: 0;
    left: -4%;
  }

  .smaller .respop_heading2 {
    display: none;
  }

  .smaller .extclass {
    display: none;
  }

  .smaller .datepicker-label {
    color: #fff;
    text-align: center;
  }
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    text-align: center;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    background: transparent !important;
    color: var(--white) !important;
    padding: 10px 6px;
    text-align: left;
  }

  .smaller .chooseops,
  .smaller .promo {
    margin-top: 25px;
  }

  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    background: #fff !important;
    color: #000 !important;
  }

  .wide_cal .add-on {
    color: #fff !important;
    right: 0px;

    top: 7px;
  }
  .smaller .wide_cal .add-on {
    color: #000 !important;
    right: 10px;
  }

  /* #promo_code { */
  /* border: 1px solid #393939; */
  /* background: #393939; */
  /* color: #ffffff; */
  /* } */

  .smaller #promo_code {
    border: 1px solid #fff;
    color: #000000;
    background: #fff;
    width: 100%;
  }

  .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) {
  .section__headerbg .innercaption {
    bottom: 10px;
  }

  .room_heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-right {
    padding: 0px 10px 10px;
    margin-top: 12px;
    margin-right: 0px;
  }

  .wide_cal .add-on {
    color: #fff;
  }
  .navbar-header {
    top: 20px;
    position: relative;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 17px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 12px 8px;
    background: #a38b7b !important;
    text-align: left;
    color: #fff;
  }

  #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: #eaedf4;
    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;
  }

  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }

  .respop_heading {
    display: none;
  }

  .custom__header.smaller .navbar-right {
    padding: 0;
  }

  .custom__header.smaller {
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
  }

  #mySidenav {
    z-index: 10000;
  }

  .mobile0verviewinnwerdiv {
    min-height: 370px;
  }

  .overview-description-overview {
    min-height: 308px;
  }

  .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__left {
    flex: 0 0 23%;
    max-width: 23%;
  }

  .footer__right {
    flex: 0 0 77%;
    max-width: 77%;
  }

  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .floating-icons ul li a {
    width: 105px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    margin: 0 9px;
  }

  .linksTab .innertitle {
    padding:20px 6px;
  }

  #Property,
  #Development,
  #Management,
  #Hr,
  #Revenue {
    min-height: 500px;
  }

  .viewCont {
    padding: 0 30px;
    top: 35%;
  }

  .quialtyBg {
    padding-left: 20px;
    padding-right: 20px;
    height: 430px;
  }

  .countNumber .num {
    font-size: 42px;
  }

  .countNumber .words {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .countNumber {
    padding: 10px 20px;
  }

  .contentDiv {
    padding-left: 30px;
    padding-right: 30px;
    top: 21%;
  }
  .promo,
  .chooseops,
  .home_resnew .search-btn-div {
    margin-top: 35px;
    padding: 0px;
  }

  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
    max-width: 350px;
  }

  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }

  .wide_cal .add-on {
    top: 10px !important;
    right: 30px;
  }

  .about-logo img {
    width: 80%;
  }

  .section__footer {
    margin: 0px 0 0;
  }

  .section__compdetails {
    font-size: 14px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  /* .custom__header .navbar-inverse {
    background-color: #63696d !important;
  } */

  .navbar-toggle {
    margin: 20px 0;
  }

  .navbar-right {
    padding: 0;
  }

  .custom__header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    /*background: rgba(87,79,76, .9);*/
  }

  .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: #ccae9a;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 18px;
    text-align: left;
    padding: 10px 12px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    text-align: center;
  }

  #promo_code {
    width: 40%;
    font-size: 17px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 205px;
  }

  #promo_code::placeholder {
    font-size: 15px;
  }

  .overview-description-overview {
    min-height: 182px;
  }

  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }

  .company {
    padding-bottom: 20px;
    display: flex;
    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 0px 0;
    color: var(--primary-dark);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .map-details a {
    color: var(--black);
  }

  .map-div .map-img {
    min-height: 550px;
  }

  .map-btn {
    margin-top: 10px;
  }

  .sisterprop-details ul li {
    width: 46%;
  }

  .footer__left,
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-links,
  .company {
    text-align: center;
    padding-top: 0;
  }

  .footer-SEOlinks ul {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0 15px;
    text-align: center;
  }

  .footer-SEOlinks .comp-logo {
    text-align: center;
    margin-top: 25px;
  }

  .comp-logo {
    text-align: center;
  }

  .comp-logo img {
    float: none;
    margin: 0 auto;
  }

  .specialcode1 a {
    padding: 10px 10px 9px 10px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .home_resnew .btn-success {
    border: none;
  }
}

@media (min-width: 768px) {
  .section__booking .container {
    padding: 0;
  }

  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 80px;
    z-index: 1;
  }

  .PR-desk0 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .MTminus1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
  }

  .g-recaptcha {
    width: 252px !important;
  }
  .attr_title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-top: -30px; */

    margin-top: 20px;
  }

  .attcontent .attr_para {
    color: #000;
    padding: 20px 35px;
    margin-bottom: -5px;
    text-align: justify;
  }

  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    margin: 0 3px;
  }

  .footer-links div {
    padding: 0px 4px 0 0;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .home_resnew {
    background: #ccae9a !important;
  }

  .div__logo img.img-responsive {
    width: 66%;
    margin: 0 auto;
  }

  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0px !important;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px !important;
  }

  .navbar-header {
    top: 0;
  }

  .rct_wdgt .custom__header {
    top: 50px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 380px;
  }

  .overview-description-overview {
    min-height: 286px;
  }

  .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: 2px;
    margin: 0 auto;
    max-width: 130px;
  }

  .navbar-toggle {
    margin-top: 25px;
    background: transparent;
  }

  .smaller .div__logo {
    display: none;
  }

  .roomscroll {
    max-height: 100%;
  }

  .carousel-control {
    font-size: 30px;
  }

  .carousel-caption {
    bottom: calc(-16% - -62px) !important;
    padding: 0;
    left: 0;
    right: 0;
  }

  .carousel-caption {
    font-size: 14px;
    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: 0px 15px;
  }

  .carousel-control .fas {
    top: 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }

  .carousel-caption {
    bottom: 0;
    padding-bottom: 0;
  }

  .carousel-inner > .item::after {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */

    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
  }

  .primary-title {
    padding-bottom: 10px;
    line-height: normal;
    font-size: 27px !important;
  }

  .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: 20px;
    bottom: 64px;
  }
}

/* ----------------------------------- MEDIA QUERIES ----------------------------------- */

/* LC LIGHTBOX CLOSE ICON MARGIN-LEFT CSS */
.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}

.acesssfour a {
  color: var(--primary-dark);
}

.acesssfour a.text-white {
  color: var(--white) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer-logo a {
  color: var(--white);
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}

/* Avania CSS */

.carousel-inner .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.navbar-toggle {
  display: none;
}

.smaller .navbar-toggle {
  display: block;
}

ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 83px 30px 30px 30px;
  background: rgba(122, 142, 166, 0.92);
  height: 70px;
}
.res {
  float: right;
  height: auto;
  position: absolute;
  text-align: center;
  right: 31px;
  padding: 16px;
  background: #7b9b7b;
  margin-top: 10px;
  top: 0%;
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
}

.res a,
.res a:hover {
  color: #fff;
}

.headLogo a {
  padding: 0;
  margin: 0;
}

.headLogo a img {
  width: 200px;
}
.mainmen {
  margin-top: 10px;
}

.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: transparent;
  /*   border-bottom: 2px solid #fff;*/
  background-image: none;
  box-shadow: none;
}

.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: 100%;
  left: auto;
  right: auto;
  margin: 0 auto;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators li {
  background: transparent;
  width: 50px !important;
  height: 5px;
  transition: height 1s, background 0.2s;
  border-radius: 0;
  margin: 0px 7px;
  border: 1px solid var(--white);
  display: block;
}

.carousel-indicators .active {
  height: 5px !important;
  margin: 0px 7px;
  background: var(--white);
}

/*Cedars Inn*/

/*Guestroom*/

.width {
  width: 95%;
  margin: auto;
}

/*Guestroom*/

/*Review*/

/*Review*/

/*Attractions*/

/*Attractions*/

/*Gallery*/

/*Gallery*/

/*Location*/

.locContent {
  background: #f6d2b7;
  text-align: center;
  position: relative;
  bottom: 65px;
  /* left: 50px;*/
  padding-top: 20px;
}

.loc {
  padding: 20px;
  color: #000;
  font-size: 50px;
  letter-spacing: 3px;
}

.map-details {
  margin: 0px 10px 0px;
  font-size: 16px;
  font-family: lato;
  padding: 0 60px;
  font-family: "Crimson Text";
}

.map-details ul {
  display: flex;
  flex-direction: column;
  text-align: initial;
}

/*Location*/

/*Social Icons*/
.connect {
  font-size: 45px;
  letter-spacing: 8px;
  color: #000;
}

/*Social Icons*/

/*Footer*/

.section__footer {
  background: #404040;
}

.accesibility {
  margin-top: 15px;
}

#google_translate_element {
  margin-top: 0;
  padding-top: 0px;
}

.footer-btn,
.goog-te-gadget-simple {
  margin-bottom: 0px;
}

.borderBtm {
  border-bottom: 1px solid;
  padding-bottom: 25px;
}

/* .footer_links {
  position: relative;
  left: 7%;
} */

.attfoot {
  padding: 0 0px 20px;
  /* background: #575757; */
}

.attfoot ul {
  display: flex;
  background: #575757;
}

.attfoot ul li {
  padding: 0 30px;
  margin-top: 15px;
}

.attfoot ul li a {
  letter-spacing: 0;
}

.footer-complinks .container-fluid {
  background: var(--white);
}

/*Footer*/

/*Cedars Inn*/

.slider-big-caption {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: uppercase;
  width: auto;
}

.slider-big-caption img {
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@font-face {
  font-family: "times-new-roman-regular";
  src: url(../fonts/times-new-roman.ttf) format("truetype");
}

.slider-big-caption span {
  display: block;
  color: #fff;
  font-family: "times-new-roman-regular";
}

span.bigc {
  font-size: 65px;
  line-height: 1;
}

span.smallc {
  font-size: 30px;
  letter-spacing: 10px;
}

a.btn.btnview {
  font-size: 16px;
  background: #fff;
  color: #000 !important;
  padding: 15px 20px !important;
  /* FONT-WEIGHT: 600; */
  padding: 0;
  border-radius: 0px;
  font-weight: 500;
  font-family: lato;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px 6px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  border: none;
}

a.btn.btnview:hover,
a.btn.btnview:active,
a.btn.btnview:focus {
  background-color: var(--primary);
  box-shadow: 0px 15px 20px rgba(236, 240, 203, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

#show-hidden-description:hover,
#show-hidden-description2:hover {
  background-color: var(--primary) !important;
  box-shadow: 0px 15px 20px rgba(225, 225, 225, 0.4);
  color: #fff;
  transform: translateY(-7px);
  /* padding-top: 30px !important; */
  /* top: 28px; */
}

/*.loc{
padding: 20px;
}*/

.gallerywrapper span,
.goodlifewrapper span {
  display: block;
}

span.heads {
  font-size: 45px;
  font-family: lato;
}

p.heads {
  font-size: 70px !important;
  margin-top: 28px !important;
  font-weight: 100 !important;
}

p.headl {
  font-size: 70px !important;
  margin-top: 44px !important;
  margin-bottom: 50px !important;
}

span.headl {
  font-size: 80px;
  font-family: lato;
  padding-bottom: 50px;
}

span.text3 {
  font-size: 23px;
  margin: 10px 0;
}

.gallerywrapper p {
  font-size: 20px;
  font-weight: 500;
}

/*.attractionwrapper  .btn-div, .keyaminitieswrapper .btn-div{
justify-content: left;
}*/

.amenitiesimg img {
  height: auto;
}

.amenities-list {
  background: #05176d;
  color: #fff;
  padding: 50px 0;
  /* margin-top: 30px; */
  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;
}

.napa-valley {
  padding: 50px 0 0;
}

span.sec-head {
  font-size: 50px;
  text-align: center;
  display: block;
  font-family: "lato";
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0px;
}
.nappaGallery {
  width: 95%;
  margin: 0 auto;
}
.footer-complinks .container {
  /*border-top: 1px solid #ccc;*/
  background: var(--white);
}

.quick-booking .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #a38b7b;
  height: 43px;
  border: 1px solid transparent;
  width: 95%;
  color: #fff;
  padding-left: 5px !important;
}

.smaller .quick-booking .selectdiv select {
  padding-left: 10px !important;
}
.quick-booking .selectdiv {
  position: relative;
}

.selectdiv .fas {
  position: absolute;
  top: 14px;
  font-size: 17px;
  color: #fff;
  right: 15%;
}

.quick-booking option {
  color: #000;
}

.quick-booking .selectdiv select:focus {
  border: 1px solid #fff !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;
}

.bromenu ul.dropdown-menu li.active,
.bromenu ul.dropdown-menu li.active:hover {
  background: #7a8ea6;
}

.bromenu ul.dropdown-menu li:hover {
  background: #7a8ea6;
}

.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;
}

.accordions {
  margin-top: 10px;
}

/* --------- AVANIA MEDIA QUERIES --------- */

@media screen and (max-width: 1199px) {
  .section__booking {
    background: #ccae9a;
  }

  .navbar-right,
  .navbar-header {
    z-index: 1;
  }

  .div__logo {
    z-index: 0;
  }

  .carousel-control .fas {
    top: 50%;
    position: relative;
    background: #fff;
    color: #000;
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }

  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }

  .carousel-control {
    font-size: 30px;
    opacity: 1;
  }

  .quick-booking .selectdiv select {
    color: #fff;
  }

  .quick-booking .selectdiv {
    position: relative;
    margin-right: 40px;
  }

  .quick-booking .selectdiv select {
    width: 114%;
    height: 46px;
  }

  .selectdiv .fas {
    color: #fff !important;
  }

  .navbar-toggle {
    display: block;
    padding: 15px;
    margin-right: 0;
    margin-top: 3px;
    float: left;
  }

  .datepicker-label {
    color: #fff;
    font-size: 15px !important;
  }

  .home_resnew {
    position: relative;
    height: auto;
    background: #eaedf4;
    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: #ccae9a;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  /*Cedars Inn*/
  span.menu {
    top: 16px;
  }

  .quick-booking .selectdiv select {
    padding-left: 20px !important;
  }

  .navbar-toggle {
    margin-top: 3px !important;
    margin-right: 15px;
  }

  .d-flex {
    height: 110px;
  }

  .container-fluid > .navbar-header {
    margin-top: 0px;
  }

  .div__logo {
    top: 0;
  }

  .div__logo a img {
    margin: auto;
  }

  .navbar-right {
    margin-top: 18px;
  }

  .socialIconsDiv {
    margin-top: 0px !important;
  }

  .locContent {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    float: initial;
    margin-top: -77px;
    bottom: 0;
    left: 0;
  }

  .attfoot ul li {
    padding: 0 22px;
  }

  .footer_links .footer-links {
    padding: 25px 80px 15px;
  }
  .footer_links {
    left: 0px;
  }
  /*Cedars Inn*/
  .home_resnew .btn-success {
    padding: 4px 28px;
    margin-left: -7px;
  }

  section.keyamenities_bg {
    background-image: url(../img/keyamenities_bg.jpg);
    background-size: cover;
    height: auto;
    background-position: 10px;
  }

  .res {
    right: 0;
    top: 0;
  }

  .headLogo a img {
    width: 150px;
  }

  ul.top-nav-ul.nav.navbar-nav {
    margin: 80px 0px 30px 0px;
  }
  .homepageform {
    background: #ccae9a;
  }

  .home_resnew {
    background: #ccae9a;
  }

  .guestImg img {
    height: 600px;
  }

  .accontent {
    padding: 0px 50px 0 40px;
  }

  p.acco-text-2 {
    color: #000;
    text-align: justify;
  }

  .accpic {
    padding: 0 0 0 31px;
    /* margin-bottom: 2%; */
  }

  .amenitiesimg img {
    height: 365px;
  }

  .goodlifefwrapper p {
    padding: 0 0 0 20%;
    text-align: justify;
  }

  .goodImg img {
    height: 370px;
    margin-left: 28px;
  }

  .signupform {
    background: #f6d2b7;
    color: #000;
    padding: 42px;
  }

  .signupform span.heads {
    font-size: 30px;
    letter-spacing: 0px;
    font-family: "Crimson Text";
    font-weight: 100;
  }

  .signcont {
    margin-top: 0;
    height: auto;
    color: #000;
    padding-bottom: 0;
    padding: 25px 64px;
  }

  .signupform span.headl {
    font-size: 34px;
    font-family: "Crimson Text";
    font-weight: 600;
    padding-bottom: 0;
  }

  .signupform span {
    display: block;
  }

  .newsletter button {
    padding: 15px 20px;
    right: -15px;
    top: 0px;
  }

  .direction_sec.PR {
    height: 408px;
    margin-bottom: 100px;
  }

  .dir {
    bottom: -80%;
  }

  .container.foot {
    padding: 0;
  }

  .footcont {
    padding: 0px;
    margin-top: 50px;
  }

  .footcont span.head {
    color: #000;
    font-size: 17px;
    padding: 0;
    /* margin-right: -6px; */
  }

  .footer-social-icons {
    padding-right: 0px;
    margin-top: 29px;
  }

  .padsmxs0 {
    /*margin-top: 22px;*/
    text-align: center;
  }

  .padsmxs0 div:nth-child(1) {
    margin-left: -10px;
  }

  .padsmxs0 div:nth-child(2) {
    margin-left: 10px;
  }

  .ftRight {
    margin: 100px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .foot_address {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }

  span.bigc {
    font-size: 55px;
  }

  .selectdiv .fas {
    top: 13px;
    font-size: 15px;

    right: 0;
  }

  .homepageform .container {
    width: auto;
  }

  .custom__header.smaller {
    display: none;
  }

  .section__booking .quick-booking {
    background: #ccae9a;
    box-shadow: none;
    padding: 10px 0 20px;
    -webkit-box-shadow: none;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 8px;
  }

  .nav > li > a {
    padding: 10px 25px;
  }

  .slider-big-caption {
    top: calc(50% - 90px);
    width: auto;
  }

  .carousel-caption p {
    padding: 0 10px;
    line-height: 1.5;
    font-size: 20px !important;
  }

  .carousel-caption {
    right: 0;
    left: 0;
  }

  .accommodations-div {
    margin: 50px 0;
    margin-left: 8.33333333%;
  }

  .attractions-div {
    padding: 20px 0 10px;
  }

  h3.acco-title-1 {
    font-size: 50px;
  }
  .accontent h3.acco-title-1 {
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gallery_sec {
    height: 408px;
  }
  span.headl {
    font-size: 49px;
  }
  span.text3 {
    font-size: 18px;
    margin: 10px 0px 10px;
  }

  .gallerywrapper p {
    font-size: 15px;
  }
  .gallerywrapper {
    padding: 50px 0px 0 50px;
  }
  span.heads {
    margin-bottom: -10px;
  }

  span.sec-head {
    font-size: 45px;
  }
  .napa-valley {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  /*Cedars Inn*/
  .mainmen {
    margin-top: 0px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar-toggle .icon-bar {
    width: 33px;
  }

  .icon-bar.bar2 {
    left: 0;
    position: relative;
    width: 27px;
  }

  .icon-bar.bar3 {
    width: 18px;
  }

  .custom__header .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 8px;
    border-radius: 0px;
  }

  .PRXS0 {
    padding-right: 0px;
    overflow: hidden;
    padding-left: 0px;
  }

  .custom__header .navbar-nav > li > a.reservation-icon {
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.2);
    /* padding-bottom: 5px; */
  }

  .custom__header .navbar-nav > li > a.reservation-icon::after {
    display: none;
  }

  .custom__header .navbar-nav > li > a.reservation-icon em {
    font-size: 24px;
  }

  .navbar-right {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: right;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .weather-bg {
    background-size: cover !important;
  }

  /*.d-flex .container-fluid {
    padding: 0;
  }*/

  .div__logo a img {
    margin: auto;
  }

  /*Cedars Inn*/
  .accommodations-div .MT35 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .navbar-toggle .icon-bar {
    height: 4px;
  }

  .accommodations-div:before {
    top: -15px;
  }

  .quick-booking .selectdiv select {
    padding-left: 20px !important;
  }

  section.accoxssm {
    background: #fff;
    position: relative;
    z-index: 0;
    padding-top: 0px;
  }

  .about-title-1 {
    font-size: 42px;
  }

  .attractions-div {
    position: relative;
    padding: 0;
  }

  .accommodations-div {
    box-shadow: none;
  }

  .signupform {
    background: #f6d2b7;
    color: #000;
    /*padding: 18px;*/
  }

  .signcont span {
    display: block;
  }

  .signcont span.heads {
    font-size: 20px;
    font-family: "Crimson Text";
    font-weight: 600;
  }

  .signcont span.headl {
    font-size: 28px;
    font-family: "Crimson Text";
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 900;
    letter-spacing: 2px;
  }

  .newsletter .form-control {
    padding: 0px 0 0 9px;
  }

  .newsletter button {
    right: -43px;
  }

  .dir {
    padding: 0px;
    width: 90%;
    bottom: -200px;
  }

  .Lochead {
    margin-top: 13px;
    padding-left: 0;
  }

  .dir span.headl {
    font-size: 20px;
    font-family: lato;
    font-weight: 600;
    /* margin-top: 23px; */
  }

  .LocGet {
    padding: 0;
  }

  .dir .btn-div {
    justify-content: center;
    width: 124%;
    margin-left: -21px;
    margin-top: -25px;
  }

  .dir a.btn.btnview {
    background: #fff;
    color: #000 !important;
    border: 1px solid;
    padding: 7px !important;
    letter-spacing: 1px;
  }

  /*Footer*/
  .footcont span.head {
    color: #000;
    font-size: 28px;
    padding: 0;
  }

  .footer-social-icons {
    padding: 0px;
  }

  .padsmxs0 {
    padding: 0px;
  }

  .goog-te-gadget-simple {
    padding: 14px 4px;
  }

  .accesibility {
    padding: 0px;
    margin-top: 0px;
  }

  .map-details ul {
    margin-top: 21px;
  }

  .attfoot ul {
    text-align: center !important;
    margin: 10px 0px;
  }
  /*Footer*/
  span.amen-head {
    font-size: 30px;
  }
  .amenities-icon img {
    max-width: 60px;
  }

  span.sec-head {
    font-size: 24px;
  }

  .gallerywrapper {
    padding: 0;
    text-align: center;
  }

  span.headl {
    font-size: 60px;
  }

  .gallerywrapper .gallbtn-div a.btn.btnview {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .napa-valley {
    padding: 20px 0 0;
  }

  .section__footer {
    margin: 0;
  }

  .footer-links {
    padding: 0;
  }

  a.footer-btn.access {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 15px 20px;
  }

  .padsmxs0 {
    padding: 0px;
  }

  .footer-complinks {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-right {
    margin-top: 0px;
  }

  .newsletter .form-control {
    width: 100%;
  }

  .linksTab .innertitle {
    padding: 20px 20px;
  }

  .linksTab ul {
    width: 100%;
  }

  .company {
    padding-bottom: 0px;
  }

  .linksTab {
    padding: 0px;
  }

  #Property,
  #Development,
  #Management,
  #Hr,
  #Revenue {
    min-height: 500px;
  }

  .viewCont {
    padding: 0 24px;
    bottom: 20%;
    top: inherit;
  }

  .about-heading .bg_logo {
    padding-bottom: 90px !important;
  }

  .contentDiv {
    padding-left: 50px;
    padding-right: 50px;
  }

  .quialtyBg {
    height: 430px;
  }

  .div__logo a img {
    margin: auto;
    width: 22%;
  }

  .navbar-header {
    top: 0px;
  }

  .d-flex {
    height: 86px;
  }

  .d-flex .container-fluid {
    padding-left: 0px !important;
  }
  p.captionbox br {
    display: none;
  }

  .carousel-caption {
    right: 0;
    left: 0;
  }

  .carousel-caption p {
    font-size: 18px !important;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .signupInputBox {
    padding-right: 24px;
  }

  .MTminus1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37%;
  }

  .attr_title {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-top: -30px; */
    margin-top: 20px;
    text-align: center;
  }

  .attcontent .attr_para {
    color: #000;
    padding: 20px 35px;
    margin-bottom: -5px;
    text-align: justify;
    font-size: 19px;
  }

  .dir span.headl {
    font-size: 20px;
    font-family: lato;
    font-weight: 600;
    /* margin-top: 23px; */
    margin-left: 50px;
  }

  .quick-booking .selectdiv select {
    width: 100%;
    height: 43px;
  }

  .selectdiv .fas {
    top: 14px;
    right: 10%;
  }

  .home_resnew {
    background: #ccae9a;
  }

  /*Cedars Inn*/
  .chooseops {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .quick-booking .selectdiv {
    margin-right: 17px;
    left: 8px;
  }

  .quick-booking .selectdiv select {
    padding-left: 10px !important;
  }

  .PRSM0 {
    padding-right: 0px;
  }

  .PLSM0 {
    padding-left: 0px;
  }
  .quick-booking .selectdiv select {
    width: 100%;
  }

  .quick-booking .selectdiv select {
  }
  .PDXS0 {
    padding: 0px;
  }

  .datepicker-label {
    text-align: center;
  }

  .width {
    padding: 0;
    width: auto;
  }

  span.headl {
    font-family: "Crimson Text";
    padding-bottom: 20px;
    padding-top: 20px;
  }

  span.text3 {
    display: none;
  }

  .img-card__overlay {
    top: 2px !important;
    left: 2%;
    right: 2%;
  }

  .MTXS0 {
    margin-top: 0px;
  }

  .PDXS15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px;
  }

  .map-details {
    border: none;
    padding: 0px;
  }

  .loc {
    font-size: 35px;
    padding: 0;
  }

  .locContent {
    bottom: 22px;
    left: 0;
  }

  .map-details ul li span {
    color: #5a5a5a;
  }

  .connect {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .socialIconsDiv {
    margin-top: 0px;
  }

  .signcont {
    padding-top: 20px;
  }

  .MTXS0 {
    margin-top: 0px;
  }

  .MBXS20 {
    margin-bottom: 20px;
  }

  a.footer-btn.access {
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 24px;
  }

  .PDLXS0 {
    padding-left: 0px;
  }

  .attfoot ul {
    display: grid;
    grid-template-columns: auto auto;
    margin: 20px 0px;
  }
  /*Cedars Inn*/

  .accommodations-div {
    padding: 20px 50px;
    margin: 20px 0;
  }

  h3.acco-title-1 {
    font-size: 55px;
  }

  h4.acco-text-1 {
    font-size: 21px;
  }

  p.acco-text-2 {
    font-size: 19px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .padsm80 {
    padding: 0 80px !important;
  }

  .gallery_sec,
  .direction_sec {
    height: 490px;
    margin-top: 30px;
    background-position: center;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
  }

  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px !important;
  }

  .dir {
    padding: 0px;
    width: 90%;
    bottom: -388px;
  }

  .newsletter button {
    right: 0px;
    left: 0px;
    padding: 13px 44px;
  }

  .newsletter div:nth-child(2) {
    padding: 0px;
  }

  .gallery_sec:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 88%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
  }

  span.text3 {
    font-size: 20px;
    margin: 10px 0;
  }

  .company p {
    font-size: 13px;
  }

  .carousel-caption {
    bottom: 24px !important;
  }

  .sidenav .closebtn {
    padding: 0;
    font-size: 40px;
    top: 10px;
    margin: 15px 0 0;
  }

  a.footer-btn.access {
    margin: auto;
    margin-top: 27px;
  }

  .footer-links .left {
    text-align: center;
  }

  .footer-links {
    padding-top: 20px;
  }
  .attfoot {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-caption p {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  /*Cedars Inn*/

  .viewCont {
    position: relative;
    top: 0;
    padding: 0 15px;
  }

  #Property,
  #Development,
  #Management,
  #Hr,
  #Revenue {
    background: transparent;
    min-height: auto;
  }

  #Property img,
  #Development img,
  #Management img,
  #Hr img,
  #Revenue img {
    min-height: 300px;
    object-fit: cover;
  }

  #Property::after,
  #Management::after,
  #Development::after,
  #Hr::after,
  #Revenue::after {
    display: none;
  }

  .innertitle {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .innerCont {
    margin-top: 10px !important;
  }

  .PXS20 {
    padding: 20px 0px !important;
  }
  .about-title-1 {
    font-size: 34px;
  }

  .about-heading .bg_logo {
    padding-bottom: 94px !important;
    line-height: 1.5;
  }

  .cont.blackFont {
    margin: 0;
    padding: 0 50px;
    margin-bottom: 20px;
  }

  .contentDiv {
    padding-left: 15px;
    padding-right: 15px;
    top: 20%;
  }

  .sign_up_sec {
    margin-bottom: 20px;
  }

  .quialtyBg {
    height: 426px;
  }

  .company {
    padding: 0;
  }

  .flexDivConnect {
    flex-direction: column;
    justify-content: center;
  }

  .map-details ul li span {
    font-size: 16px;
  }

  p.color_g.text-center {
    padding: 0 8px;
    text-align: center;
    font-size: 13px;
  }
  .chooseops {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .quick-booking .selectdiv {
    margin-right: 25px;
    left: 6px;
  }

  .PLSM0 {
    padding-left: 0px;
  }

  .PRSM0 {
    padding-right: 0px;
  }
  .quick-booking .selectdiv select {
    width: 115%;
    padding-left: 10px !important;
  }

  .PDXS0 {
    padding: 0px;
  }

  .datepicker-label {
    text-align: center;
  }

  .width {
    padding: 0;
    width: auto;
  }

  span.headl {
    font-family: "Crimson Text";
    padding-bottom: 20px;
    padding-top: 20px;
  }

  span.text3 {
    display: none;
  }

  .img-card__overlay {
    top: 1.6% !important;
    left: 2% !important;
    right: 2% !important;
  }

  .MTXS0 {
    margin-top: 0px;
  }

  .PDXS15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px;
  }

  .map-details {
    border: none;
    padding: 0px;
  }

  .loc {
    font-size: 35px;
    padding: 0;
  }

  .locContent {
    bottom: 22px;
    left: 0;
    padding: 0;
    padding-top: 20px;
  }

  .map-details ul li span {
    color: #5a5a5a;
  }

  .connect {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .socialIconsDiv {
    margin-top: 0px;
  }

  .signcont {
    padding-top: 20px;
  }

  .MTXS0 {
    margin-top: 0px;
  }

  .MBXS20 {
    margin-bottom: 20px;
  }

  a.footer-btn.access {
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 24px;
    margin-left: auto;
  }

  .PDLXS0 {
    padding-left: 0px;
  }

  .attfoot ul {
    flex-direction: column;
    margin: 40px 0px;
  }
  /*Cedars Inn*/

  .navbar-toggle {
    margin: 20px 0;
  }

  .navbar-right {
    top: 0px;
  }

  .selectdiv .fas {
    position: absolute;
    top: 15px;
    font-size: 17px;
    color: #fff;
    right: -6%;
  }

  .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: 15px;
    right: 0;
    margin: 0;
  } */

  .accommodations-div {
    padding: 20px;
    margin: 0px;
  }

  h3.acco-title-1 {
    font-size: 35px;
  }
  .padxs50 {
    padding: 0 50px !important;
  }

  .gallery_sec,
  .direction_sec {
    height: auto;
    margin-top: 30px;
    background-position: center;
    padding: 50px 0px;
  }

  .direction_sec {
    height: 300px;
  }

  .newsletter .form-group div:nth-child(1) {
    padding-left: 0px;
  }

  p.acco-text-2 {
    color: #000;
    text-align: justify;
    padding: 0px 25px;
  }

  span.headl {
    font-size: 46px;
  }

  span.text3 {
    font-size: 19px;
    margin: 20px 0;
  }

  .amenities-box {
    margin-top: 30px;
  }

  .intro {
    margin-bottom: 15px;
  }

  /*#ada_enable_toolbar * {
  bottom: 25px !important;
} */
}
@media screen and (max-width: 400px) {
  .signupform div:nth-child(2),
  .newsletter .form-group div:nth-child(1) {
    padding-left: 0px;
  }

  .accesibility {
    padding: 0px;
    margin-top: 22px !important;
  }

  .connect {
    font-size: 30px;
  }
  .map-details {
    margin: 0px;
  }
  .selectdiv {
    font-size: 13px;
  }
  .newsletter button {
    right: -45px;
    box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
  }
  span.sec-head {
    font-size: 22px;
  }
  a.footer-btn.access {
    margin-left: 3px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 15px 16px;
  }

  .goog-te-gadget-simple {
    padding: 14px 4px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 360px) {
  .mobile0verviewinnwerdiv {
    min-height: 477px;
  }

  .overview-description-overview {
    min-height: 450px;
  }

  .footer-btn,
  .goog-te-gadget-simple {
    border: none;
    font-size: 12pt;
    width: 100%;
  }

  a.footer-btn.access {
    padding: 15px 20px;
  }

  .goog-te-gadget-simple {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 12pt !important;
  }

  .footer-btn,
  .goog-te-gadget-simple {
    border: none;

    font-size: 12pt;
    width: 100%;
  }

  a.footer-btn.access {
    margin-top: 0;
  }

  .content-details h3 {
    font-size: 15px;
  }

  span.sec-head {
    font-size: 21px;
  }

  span.amen-head {
    font-size: 26px;
  }

  h3.acco-title-1 {
    font-size: 30px;
  }

  span#room_adult_child_config {
    font-size: 15px;
  }

  .gallerywrapper .gallbtn-div a.btn.btnview {
    font-size: 15px;
  }
}

.top-nav-ul > li.active > a::after,
.navbar-nav li a::after {
  content: "";
  height: 1px;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
  transition: all 0.2s;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
}

/* li.dropdown.other-nav-tab a::after, li.dropdown a::after{
display: none;
} */

.top-nav-ul > li.active > a::after,
.navbar-nav li a:hover::after,
.navbar-nav li a:focus::after {
  transform: scaleX(1);
}

.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  height: 1px;
  background: rgb(255, 255, 255);
  position: relative;
  bottom: 0px;
  transition: width 0.3s ease 0s;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .map-details {
    padding: 0;
  }

  .destination .dropdown-menu {
    top: 133% !important;
    left: 0px !important;
  }

  .carousel-caption {
    /* bottom: calc(23% - -40px) !important; */
    padding: 0;
  }

  .accontent {
    padding: 0px 50px 0 50px;
  }

  .guestImg img {
    height: 675px;
  }

  .gallery_sec,
  .direction_sec {
    height: 651px;
  }

  span.headl {
    font-size: 55px;
  }

  .goodImg img {
    height: 370px;
  }

  .amenitiesimg img {
    height: 400px;
  }

  .signupform span.heads {
    font-size: 28px;
    margin-bottom: -4px;
  }

  .signupform span.headl {
    font-size: 30px;
  }

  .newsletter button {
    padding: 15px 20px;
    right: -22px;
    top: 0px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
  }

  .nav > li > a {
    padding: 10px 13px;
  }

  .nav > li > a {
    padding: 10px 13px;
  }

  .wide_cal .add-on {
    color: #fff !important;
    right: 12px;
    top: 7px;
  }

  .selectdiv .fas {
    position: absolute;
    top: 14px;
    font-size: 17px;
    color: #fff;
    right: 0%;
  }

  .quick-booking .selectdiv {
    position: relative;
    margin-right: 5px;
  }

  .quick-booking .selectdiv select {
    padding-left: 14px !important;
    height: 40px !important;
  }

  .quick-booking {
    bottom: 0px;
  }

  ul.top-nav-ul.nav.navbar-nav {
    margin: 78px 30px 30px 30px;
  }

  .res {
    top: 0%;
  }

  /*Cedars inn*/

  /*Cedars inn*/
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .selectdiv .fas {
    right: 6% !important;
  }

  .quick-booking .selectdiv select {
    padding-left: 5px !important;
  }

  .home_resnew .btn-success {
    padding: 6px 20px;
    margin-left: -27px;
  }

  .home_resnew {
    padding: 10px 0px 15px !important;
  }

  .chooseops {
    padding-right: 15px !important;
  }

  .goodlifefwrapper p {
    padding: 0 0 0 13%;
  }

  .smaller .logoDN a img {
    margin: auto;
    width: 125%;
    max-width: initial;
  }

  .smaller .quick-booking .selectdiv select {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1368px) {
  .img-card__overlay {
    bottom: 39px !important;
  }

  .keyamenities_bg {
    background-image: url(../img/keyamenities_bg.jpg);
    background-size: cover;
    height: auto;
    background-position: 10px -114px;
  }

  .footcont {
    padding: 0px;
    margin-top: 36px;
  }

  .footcont span.head {
    font-size: 24px;
  }

  .footer-social-icons {
    padding: 0px;
    margin-top: 23px;
  }

  .padsmxs0 {
    text-align: center;
    padding: 0px;
  }

  .padsmxs0 div:nth-child(1) {
    margin-left: 0px;
  }

  .padsmxs0 div:nth-child(2) {
    margin-left: 0px;
  }

  .social {
    margin-top: 23px;
  }

  .footer-links ul li a,
  .footer-SEOlinks ul li a {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
  }

  .signcont {
    padding: 25px 131px;
  }

  .connect {
    font-size: 38px;
  }

  .attfoot ul li {
    padding: 0 20px;
  }

  .ftRight {
    margin: 96px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1370px) {
  span.headl {
    font-size: 65px;
  }

  .goodlifefwrapper p {
    padding: 0 0 0 14%;
  }
}
@media screen and (min-width: 1369px) and (max-width: 1700px) {
  .img-card__overlay {
    bottom: 0px !important;
  }

  span.headl {
    font-size: 70px;
  }

  .goodlifefwrapper p {
    padding: 0 0 0 15%;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 17px;
  }

  .keyamenities_bg {
    background-image: url(../img/keyamenities_bg.jpg);
    background-size: cover;
    height: auto;
    background-position: 10px -253px;
  }

  .guestImg img {
    height: 737px;
  }

  .carousel-caption {
    bottom: calc(23% - -10px) !important;
    padding: 0;
  }

  .ftRight {
    margin: 87px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .padsmxs0 div:nth-child(1) {
    margin-left: -11px;
  }

  .padsmxs0 div:nth-child(2) {
    margin-left: 0px;
  }

  .padsmxs0 {
    text-align: center;
    padding: 0px;
  }

  .footer-social-icons ul li a {
    width: 55px;
    height: 55px;
  }

  .footer-social-icons {
    padding: 0px;
    text-align: center;
  }

  .footcont span.head {
    padding: 0px;
  }

  .footcont {
    padding: 0;
    margin-top: 24px;
  }

  .socialIconsDiv {
    margin-top: 80px;
  }
  .social {
    margin-top: 40px;
  }

  .footer-social-icons {
    padding: 0px;
    text-align: center;
    margin-top: 20px;
  }

  .padsmxs0 div:nth-child(2) {
    margin-left: 5px;
  }

  .padsmxs0 div:nth-child(1) {
    margin-left: -5px;
  }

  .ftRight {
    margin: 109px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 400px) {
  .mobile0verviewinnwerdiv {
    min-height: 544px;
  }

  .overview-description-overview {
    min-height: 332px;
  }
}

.img-card__overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  top: 2.5%;
  left: 1%;
  right: 1%;
  display: block;
  bottom: 0px;
}

.navbar-nav .headLogo a::after {
  display: none;
}

.goog-te-gadget {
  display: block !important;
}

@media screen and (max-width: 991px) {
  p.heads,
  p.headl {
    font-size: 50px !important;
    text-align: center !important;
  }
}

.animatedheight.about-description h2 {
  font-size: 27px;
}

.flex-container .messages_bar div:nth-child(1) {
  width: auto !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .datepicker-label {
    font-size: 16px !important;
    letter-spacing: 2px;
  }

  .smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 90%;
  }

  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }

  /*Cedars Inn*/
  .home_resnew {
    padding: 10px 60px 15px;
  }

  .wide_cal .add-on {
    right: -13px;
    top: 7px;
  }

  .selectdiv .fas {
    top: 11px;
    right: -5%;
  }

  .footer_links {
    left: 3%;
  }

  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    text-align: left;
  }

  .smaller .selectdiv .fas {
    right: 13%;
  }
  /*Cedars Inn*/
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .connect {
    font-size: 35px;
  }

  .signupform span.headl {
    font-size: 27px;
  }

  .footer_links {
    left: 1.2%;
  }

  .signupInputBox {
    margin-bottom: 30px;
  }

  .datepicker-label {
    letter-spacing: 0px;
  }

  .carousel-caption p {
    padding: 0 15px;
  }

  .carousel-caption {
    bottom: calc(23% - 17px) !important;
    padding: 0;
    right: 0;
    left: 0;
  }
}

@media (min-width: 1501px) and (max-width: 1700px) {
  .signupform span.heads {
    font-size: 30px;
    line-height: 2;
  }
}

/* NEW MAX WIDTH CONSTRAINT */
@media (min-width: 2000px) {
  body,
  .custom__header {
    max-width: 2000px;
  }

  body {
    background: #fff;
    margin: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
  }

  html:not([amp4ads]) body {
    margin: auto !important;
  }

  .smaller form#get_header_avaibility {
    width: 73% !important;
  }
  .quick-booking {
    width: 75%;
  }

  .datepicker-label {
    letter-spacing: 1px;
    font-size: 16px !important;
  }

  .quick-booking .selectdiv select {
    background: transparent !important;
    font-size: 18px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    font-size: 18px;
  }

  .selectdiv .fas {
    right: 0%;
  }

  .custom__header .navbar-inverse .navbar-right > li > a,
  span.menu {
    font-size: 24px;
  }

  span.menu {
    top: 44px;
  }

  .navbar-toggle {
    margin-top: 35px;
  }

  .d-flex {
    height: 123px;
  }
  .navbar-right {
    margin-top: 43px;
  }

  .div__logo a img {
    width: 75%;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .datepicker-label {
    letter-spacing: 2px;
  }
}

@media (min-width: 1200px) {
  @-moz-document url-prefix() {
    .selectdiv .fas {
      right: 3% !important;
      top: 13px !important;
    }
  }

  /*.footer-social-icons{
    position: relative;
  left: -25px;
}*/
}
