<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #6c4639;
    /* primary */
    --primary-dark: #612d1c;
    /* primary-dark */
    --primary-light: #8c5947;    
    /* primary-light */

    --primary-light-rgb: 140, 89, 71;
    /* 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: lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-display: swap;
}
@font-face {
    font-family: haettenschweiler;
    src: url(../fonts/Haettenschweiler-Regular.ttf) format('truetype');
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Lato';
    font-size: 15px;
}

.weather-bg {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../img/weather-bg.jpg) no-repeat;
}



select::-ms-expand { display: none; }

#dd_no_rooms::-ms-expand, #trip_type::-ms-expand{
	display: block;
}

/* 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;
}

#carouselButtons {
    z-index: 1;
	background: rgba(0, 0, 0, 0.8);
} 


/* DISPLAY CLASSES */
.d-block {
    display: block;
}

.d-flex {
    display: flex;
}


.inline-block {
    display: inline-block;
}
/* END OF DISPLAY CLASSES */

/* FLEX CLASSES */
.flex-centered {
    display: flex;
    align-items: center;
}
/* END OF FLEX CLASSES */

/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-light);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}
/* CUSTOM SCROLLBAR */

.messages_bar {
    font-size: 15px;
}

.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, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(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%;
}

.bg-white-home {
	position: relative;
    z-index: 1;
    margin: 0px auto 0px;
}

a,
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    /* color: #000; */
}


p {
    line-height: 24px;
    margin-bottom: 20px;
}

#js-gdpr-consent-banner p {
    margin-bottom: 10px;
}

.border-0 {
    border: 0;
}

/* ---------------------DATEPICKER CSS----------------- */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background: var(--primary-light) !important;
}

.datepicker td.day.disabled {
    color: #ccc !important;
}

.datepicker td.disabled.day:hover {
    background: #eaeaea !important;
}

.datepicker td.day:hover {
    background: var(--primary-light) !important;
    color: #fff !important;
}
/* ---------------------end of DATEPICKER CSS----------------- */

.btn-div {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
}

.btn-success {
    transition: all .3s;
    font-weight: bold;
}

.btn-green {
    background: #00a651;
	border: 1px solid #00a651;
    color: #ffffff !important;
}

.btn-brown {
    background-color: transparent;
	border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-white {
    background-color: var(--white);
    color: var(--black);
}

.btn-submit {
    background-color: var(--primary);
    color: var(--white) !important;
}

.btns {
    border-radius: 0;
	padding: 8px 16px;
    transition: .2s all;
    -webkit-font-smoothing: antialiased;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
}

.book .btns {
    padding: 8px 16px !important;
	font-weight: bold;
	letter-spacing: 2px;
}

.btn-green {
    background: #00a651;
    color: #ffffff !important;
}

.btn-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--white);
    color: var(--black);
    padding: 12px 15px 9px;
}

/* Sweep To Left */
.hover-sweep-to-left {
	display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    align-items: center;
    line-height: 1.4;
}



.hover-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hover-sweep-to-left:hover,
.hover-sweep-to-left:focus,
.hover-sweep-to-left:active {
    color: var(--white);
}


.guestroom-btn .btn-brown:hover {
    color: #fff;
}


.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);
}

.hover-sweep-to-left:before {
    background: var(--primary);
}

.btn-div .btn-brown:hover {
    color: #fff;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    /* background-color: #4d2e1b; */
    background: var(--primary);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.leaflet-container {
    z-index: 1;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 28px;
    color: #f1f1f1;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    /* font-size: 40px; */
    font-size: 65px;
    margin-right: 50px;
    text-align: right;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 0;
}

#mySidenav .closebtn {
    line-height: 0;
}

.cool-link li a::after,
.menus li.active a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: relative;
    bottom: 0;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .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 .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
}

.hover-drop .dropdown-menu&gt;li {
    display: inline-block;
    margin-bottom: 0;
}

.hover-drop .dropdown-menu&gt;li&gt;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&gt;li&gt;a:focus,
.hover-drop .dropdown-menu&gt;li&gt;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;
    z-index: 2;
	top: 30px;
	margin: 0 auto;
    left: 0;
    right: 0;
}

.custom__header.smaller .navbar-toggle {
	display: block;
}

.div__logo {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}

.custom__header .navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.custom__header .navbar-inverse {
    background-color: transparent;
    color: var(--white);
    background-image: inherit;
}

.custom__header.smaller {
    width: 100%;
    top: 0px;
}
.custom__header.smaller .navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--white);
	height: 2px;
    margin-bottom: 8px;
}

.custom__header .navbar-inverse .navbar-toggle &gt; span {
    display: inline-block;
    vertical-align: middle;
}

.smaller .datepicker-label {
    color: #fff;
	    padding-bottom: 3px;
}
.smaller .home_resnew .btn-success, .quick-booking .btn-success {
    background: #3a9700 !important;
    color: #fff !important;
    border: 1px solid #3a9700;
}

.smaller .home_resnew .btn-success,
.quick-booking .btn-success {
	width: 100%;
}

.smaller .logoDN {
    display: block;
	padding: 0px;
}
.smaller .logoDN a {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 38px;
    padding: 0px;
}
.custom__header.smaller .navbar-inverse {
	background:rgba(0, 0, 0, 0.9);
}
.quick-booking .selectdiv {
    position: relative;
}
.selectdiv .fas {
    position: absolute;
    top: 14px;
    font-size: 17px;
    color: var(--white);
    right: 10%;
}
.custom__header .navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    border-color: transparent;
	margin-top: 35px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
    background-color: inherit;
}

.custom__header .navbar-inverse .navbar-nav&gt;li&gt;a {
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    transition: .5s all;
}

.custom__header .navbar-inverse .navbar-right&gt;li&gt;a {
    font-size: 20px;
    font-weight: 700;
}

.custom__header .navbar-inverse .navbar-nav&gt;li&gt;a:hover {
    color: var(--white);
}

.custom__header .navbar-nav&gt;li&gt;a.reservation-icon {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* .navbar-toggle {
    padding: 15px 10px;
} */

.navbar-toggle .icon-bar {
    width: 40px;
	height: 4px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    width: 40px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.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: .5s all;
    z-index: 3;
}

.customedeatetimesin,
.customedeatetimesout {
    background: transparent;
    display: block;
    color: var(--white);
	border:1px solid #fff;
    padding: 7px 5px;
    font-size: 20px;
    text-transform: uppercase;
}

.wide_cal .add-on {
    position: absolute;
    right: 10px;
    top: 7px;
    color: var(--white);
    font-size: 20px;
    z-index: 1;
}

.checkincustometime {
    padding: 10px 12px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    z-index: 2;
}

.wide_cal {
    position: relative;
    display: block
}

.checktxt {
    font-size: 20px
}

#promo_code, #group_code {
    border: 1px solid #fff;
    color: #000000;
    font-size: 16px;
    height: 45px;
}

.specialcode1 a {
    font-size: 18px;
    padding: 9px;
    display: inline-block;
}

.specialcode1 .room_home {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_collapse {
    background: #f5f2eb;
    color: #000000
}

.adultbtn {
    border-radius: 0;
    padding: 12px;
    background: none;
    border: 1px solid #727070;
    color: #485f17;
    line-height: 0;
    float: right;
    position: relative;
    z-index: 1
}


.adultbtn.btn_left:focus,
.adultbtn:focus {
    outline: none;
    background: inherit;
}

.adultbtn:hover {
    border-color: #727070;
    background: #449d44;
    color: var(--white);
}

.adultbtn.count-minus:hover {
    background: red;
}

.room_title {
    display: table;
    width: 100%;
}

.room_title span {
    background-color: var(--primary);
    width: 100%;
    height: 95px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
}

.room_count {    
    text-align: center;
    display: inline-block;
    background: none !important;
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    line-height: 34px;
    border-radius: 0;
    border: 1px solid #727070;
    position: absolute;
}

.room_heading {
    line-height: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
    border: 1px solid #727070;
    border-right: none;
    padding: 2px 0;
    color: #555;
    width: 40%;
    text-align: center;
}

/* ----------------------- Adjustments ------------------- */
.count-minus, .count-plus, .room_count {
    width: 20%;
}

.count-minus, .room_heading {
    float: left;
}

.room_count {
    padding: 0;
    text-align: center;
    border-right: none;
    border-left: none;
}

input.room_count:focus {
    border-left: 0 !important;
    border-right: 0 !important;
}
/* ----------------------- Adjustments ------------------- */

.home_collapse .panel-body {
    padding: 0
}

.BT1 {
    border-top: 1px solid #daceb4
}


.child-age-wrapper {
    text-align: center;
}

.child-age-wrapper select {
    max-width: 100%;
    padding: 7px 15px;
    margin: 5px 0;
    background: none;
    border: 1px solid #727070;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    background-image: url(../img/dropdown-icon.svg);
    background-position: 86% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.child-age-wrapper select::-ms-expand {
    opacity: 0;
}

.roomscroll {
    max-height: 250px;
    overflow-y: auto;
}

.mobile0verviewinnwerdiv {
    height: 50px;
}

.mobile0verviewinnwerdiv {
    min-height: 370px;
    overflow: hidden;
    margin-bottom: 130px;
}

.mobile0verviewinnwerdiv a {
    color: var(--primary);
}

.overview-description-overview {
    min-height: 290px;
}

.roomaction a {
    padding: 0 5px;
    font-size: 14px;
    color: #4b4140
}

.roomadult {
    border: 1px solid #727070
}

.home_resnew .btn-success{
    padding: 5px 20px;
}

.home_resnew .btn-success,
.quick-booking .btn-success {
    background: #3a9700 !important;
    color: #fff !important;
    border: 1px solid #3a9700;
	padding:8px 20px;
}

#formReservation .nav-tabs&gt;li.active&gt;a,
#formReservation .nav-tabs&gt;li.active&gt;a:focus,
#formReservation .nav-tabs&gt;li.active&gt;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.71);
    /* padding: 20px 20px 10px; */
    padding: 10px 15px 20px;
	width: 100%;
    /*  border: 2px solid #e5e5e5; */
    float: left;
    text-transform: uppercase;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.quick-booking .checktxt {
    font-size: 18px;
    color: #ffffff;
	text-transform: uppercase;
    display: inline-block;
}

.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
}

/*----------------------------- Desktop Menu Code Start -----------------------------*/

.custom__header .desktop-nav {
	display: flex;
	margin: 0px 0 15px;
}

.custom__header .desktop-nav ul.nav {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.custom__header .desktop-nav .nav&gt;li&gt;a {
	padding: 12px 15px 12px;
	font-size: 16px;
	transition: .2s all;
	/* padding: 12px 20px; */
}
/*.custom__header .desktop-nav .nav&gt;li&gt;a:hover {
    padding: 12px 15px 15px;
}*/
/*.custom__header .desktop-nav .nav&gt;li&gt;a:hover {
	border-bottom-color: var(--white);
}*/
.custom__header .desktop-nav .nav li a::after {
		position: absolute;
		content: '';
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 2px;
		transform: scaleX(0);
		transition: transform 0.4s ease;
		transform-origin: bottom right;
		background: var(--primary-light);
	}

.custom__header .desktop-nav .nav&gt;li.active&gt;a::after,
.custom__header .desktop-nav .nav li a:hover::after, 
.custom__header .desktop-nav .nav li a:focus::after {
		transform-origin: bottom left;
		transform: scaleX(1);
	}
	
/*.custom__header .desktop-nav .nav&gt;li:nth-child(5)&gt;a:hover,
.custom__header .desktop-nav .nav&gt;li:nth-child(8)&gt;a:hover {
	border-bottom-color: transparent;
}*/


.custom__header .desktop-nav .navbar-nav&gt;.active&gt;a, 
.custom__header .desktop-nav .navbar-nav&gt;.open&gt;a,
.custom__header .desktop-nav .navbar-nav&gt;.open&gt;a, 
.custom__header .desktop-nav .navbar-nav&gt;.open&gt;a:focus, 
.custom__header .desktop-nav .navbar-nav&gt;.open&gt;a:hover {
	background-color: transparent !important;
    background: transparent !important;
	box-shadow: none;
	text-shadow: none;
}

.custom__header .desktop-nav .dropdown-menu {
	padding: 0;
}

.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a {
	padding: 10px 20px;
	position: relative;
}

.custom__header .desktop-nav .dropdown-menu&gt;.active&gt;a::after, 
.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a::after {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 12px;
    width: 85%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: bottom right;
    background: var(--primary-light);
}
.custom__header .desktop-nav .dropdown-menu&gt;.active&gt;a::after, 
.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a:hover::after, 
.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a:focus::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.custom__header .desktop-nav .dropdown-menu&gt;.active&gt;a, 
.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a:focus, 
.custom__header .desktop-nav .dropdown-menu&gt;li&gt;a:hover {
	background-color: transparent;
    background-image: none;
	color: var(--black);
}

/*------------------------------ Desktop Menu Code End ------------------------------*/


.primary-title {
    font-size: 27px;
    text-transform: uppercase;
    line-height: 48px;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary);
    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;
}

.carousel-overlay {
    position: absolute;
    background:linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.68) 23%,rgba(0,0,0,0.07) 40%,rgba(0,0,0,0.15) 71%,rgba(0,0,0,0.65) 100%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-caption-center {
	position: absolute;
	top: 85%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px);
}

.carousel-caption-center .main-caption,
.carousel-caption-center .sub-caption {
	display: block;
	margin: 5px 0;
}

.carousel-caption-center .main-caption {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.9);
    display: inline-block;
}

.carousel-caption-center .sub-caption {
    font-size: 22px;
    letter-spacing: 4px;
    color: var(--white);
}

.section__headerbg {
    position: relative;
    min-height: 200px;
}

.section__headerbg .inner-overlay {
	position: absolute;
    background:linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.68) 23%,rgba(0,0,0,0.07) 40%,rgba(0,0,0,0.15) 71%,rgba(0,0,0,0) 100%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.section__headerbg .innercaption {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    color: var(--white);
    /* left: 50%;
    transform: translateX(-50%); */
    bottom: 190px;
    text-transform: uppercase;
    width: 100%;
}


.section__headerbg .innercaption p {
    background-color: rgba(0, 0, 0, 0.71);
    padding: 12px 24px;
    display: inline-block;

}

.innercaption .top-content,
.innercaption .bottom-content {
    display: block;
}

.innercaption .top-content {
    font-size: 18px;
    /* margin-bottom: 5px; */
}

.innercaption .bottom-content {
    font-size: 16px;
    color: #f5f5f5;
}

.carousel-indicators {
	    z-index: 1;
	    bottom: 5%;
	    left: 0 !important;
	    right: 0;
	    width: auto;
	    margin: 0 auto;
}
.carousel-indicators li{
	   background: #bdbdbd;
	   width: 8px !important;
	   height: 8px;
	   transition: width 1s, background 0.2s;
	   border-radius: 30px;
	   margin: 10px;
	   border: none;
	   display: inline-block;
}
.carousel-indicators .active {
    width: 25px !important;
    margin: 10px;
    height: 8px;
}

.styled-title {
	position: relative;
	font-family: 'Lato';
	font-weight: 700;
}

.styled-title:before,
.styled-title:after {
	content: "";
	position: absolute;
	border-top: 1px solid var(--black);
	top: 50%;
	width: 100px;
}

.styled-title:before {
  right: 100%;
  margin-right: 15px;
}

.styled-title:after {
  left: 100%;
  margin-left: 15px;
}

.section__about {
    background-color: #fafafa;
    padding: 0;
}

.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: var(--black);
}

.about-description p {
    color: var(--black);
    text-align: justify;
    padding-bottom: 0;
    text-align-last: left;
}

.about-heading {
    color: var(--black);
    text-transform: uppercase;
    overflow: hidden;
    font-family: 'Lato';
    background-position: center;
    
    padding-bottom: 0;
    background-size: 50%;
}

.about-title-1 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 21px;
    display: block;
    text-transform: uppercase;   
}

.about-title-2 {
    font-family: haettenschweiler;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 50px;
    display: inline-block;
    text-transform: none;
    color: var(--primary);
	text-transform: uppercase;
}

.about-heading img {
    max-width: 210px;
    margin: 0 auto;
    display: block;
}

.about-btn {
    margin-top: 30px;
	margin-bottom: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.about-btn .btn-brown:hover,
.about-btn .btn-brown:focus,
.about-btn .btn-brown:active {
    color: var(--white) !important;
}

.about-btn .hover-sweep-to-left:before {
    background: var(--primary);
}

.about-logo {
    margin: 100px 0 30px 0;
}

.about-logo img {
    margin: 0 auto;
    opacity: .4;
    width: 75%;
}




section.section__specials__discounts {
    margin-bottom: 4%;
    margin-top: 3%;
}

.MTB{
	    margin-top: 15px;
    margin-bottom: 15px;
}

.bgcolor{
	background:#037aa4;
}

.PT30{
	padding-top: 30px;
}

.PD30{
	padding-bottom: 30px;
	    border-top: 2px solid #fff;
}

.borderright::after{
	    content: '';
    position: absolute;
    right: 0px;
    top: -15px;
    width: 2px;
    height: 334px;
    background: #fff;
}

.borderightop::after {
    content: '';
    position: absolute;
    right: 0px;
    top: -44px;
    width: 2px;
    height: 336px;
    background: #fff;
}
.discounts-btn a{
	    margin-top: 40px;
}
.discounts-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.discounts-div .discounts-image {
    flex: 0 0 50%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.discounts-div .discounts-content {
    flex: 0 0 50%;
    max-width: 40%;
	padding: 70px 50px 20px 100px;
}
.discounts-title {
    text-align: center;
	background: url(../img/welcome-logo-icon.png) no-repeat center top;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: contain;
}
h3.discounts-title-1 {
    color: #027aa4;
	font-size: 28px;
}
h4.discounts-title-2 {
    color: #027aa4;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}
.discounts-description {
    margin-bottom: 0px;
    margin-top: 0px;
}
.discounts-description p {
    text-align: justify;
}


.section__guestroom {
    padding: 0 5% 20px;
}

.guestroom-div {
    background-color: #EBEBEB;
    padding: 20px 40px;
    overflow: hidden;
}

.guestroom-image-div {
    width: 100%;
    float: left;
	color: var(--white);
    border: 1px solid var(--black);
}

.guestroom-image-div ul {
	width: 100%;
	float: left;
	padding: 15px 5px 20px;
}

.guestroom-image-div ul li {
    padding: 0 10px;
	margin-bottom: 10px;
}

.guestroom-image {
    overflow: hidden;
    position: relative;
}

.guestroom-image-div ul li figure img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.no-webp .guestroom-div .guestroom-image {
    background-image: url(../img/guest-room.jpg);
}

.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, .4);
    top: 0;
    right: 20px;
    left: 0;
    bottom: 20px;
}

.guestroom-content-div {
	width: 100%;
	float: left;
	margin-top: -135px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.guestroom-content {	
    color: var(--white);
	background-color: var(--primary);
    text-align: center;
    padding: 20px;
    outline: 1px solid var(--white);
    outline-offset: -10px;
    font-weight: 700;
    display: inline-block;	
    text-transform: uppercase;
    width: 50%;
}

.room-title-1 {
    font-size: 50px;
	font-weight: 700;
	margin-top: 30px;
    margin-bottom: 0;
}

.room-title-2 {
    font-size: 15px;
	font-weight: 700;
    letter-spacing: 10px;
	margin-bottom: 20px;
}

.guestroom-btn {
    margin: 30px 0 20px;
}

.section__guestroom a.btn-brown {
    border-color: var(--white);
    color: var(--white);
}


.section__guestroom .btn-div .btn-brown:hover{color: var(--primary);}

.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,
.OurGuest-btn .hover-sweep-to-left:before,
.attraction-btn .hover-sweep-to-left:before,

.gallery-btn .hover-sweep-to-left:before {
    background: var(--white);
}

.guestroom-btn .hover-sweep-to-left:before{
	background:var(--white);
}


.amenities-list {
    background: var(--primary);
    color: #fff;
    padding: 50px 0;
    box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.16);
}

.amenities-icon img {
max-width: 70px;
    max-height: 80px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.amenities-box:hover .amenities-icon img {
    -webkit-transform: scale(1.5);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.amenities-box {
    text-align: center;
}

span.amen-head {
    text-align: center;
    display: block;
    font-size: 40px;
    margin-bottom: 30px;
}

.amenities-title {
    padding-top: 20px;
}

.comfort_mind_heading {
    text-align: center;
    font-size: 42px;
    color: var(--primary-dark);
    letter-spacing: 0px;
    margin-bottom: 30px;
	font-weight:bold;
}
section.section__comfort_mind {
    margin-bottom: 50px;
    margin-top: 60px;
}
.section__attractions {
	padding-top: 2%;
    padding-bottom: 0px;
}

.attraction-title {
    margin-bottom: 25px;
    text-align: center;
	overflow: hidden;
	font-family: 'Lato';
}

.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-2 {
	display: inline-block;
    margin: 0;
    font-family: 'Lato';
    letter-spacing: 2px;
    font-size: 46px;
	color:var(--primary);
}

.attraction-title-3 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 7px;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.attraction-title-4 {
    padding: 0 15px;
    margin-top: 20px;
    color: #444;
}

.attraction-title-5 {
    margin: 20px 0 10px;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.attraction-description {
    padding: 0 15px;
}

.attraction-image-div {
    color: var(--white);
}

.attraction-image {
    overflow: hidden;
    position: relative;
	height: 100%;
	z-index: -1;
}

.attraction-image figure {
    height: 100%;
}

.attraction-image img {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.attraction-btn {
    clear: both;
    margin-bottom: 10px;
}

.section__OurGuest {
	margin-top: 30px;
}

.section__OurGuest .OurGuest-div {
	width: 100%;
	float: left;
	padding: 50px 0 30px;
	background-color: var(--white);
}

.OurGuest-div .OurGuest-title {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.OurGuest-div .OurGuest-title span {
	display: inline-block;
}

.OurGuest-div .OurGuest-description {
    padding: 0 30px;
	font-size: 16px;
}

.OurGuest-div .OurGuest-description p {
    text-align: justify;
    text-align-last: center;
}

/*.attraction-btn .btn-div {
    justify-content: left;
} */

.gallery-btn .btn-div {
    justify-content: center;
}

.section__gallery {
	padding-top: 40px;
    padding-bottom: 40px;
    text-align: justify;
    text-align-last: center;
	background: linear-gradient(to bottom, transparent 0%, transparent 65%, transparent 65%, transparent 100%), url(../img/gallerybg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.section__gallery .gallery-div {
	width: 100%;
	float: left;
	background-color: rgba(0, 0, 0, .7);
	padding-top: 80px;
	padding-bottom: 80px;
	/* padding-bottom: 150px; */
}

.gallery-content .gallery-title {
	overflow: hidden;
	color: var(--primary);
	font-family: 'Lato';
	text-align:center;
	text-transform: uppercase;
}

.gallery-title-2 {
	font-size: 25px;
	letter-spacing: 5px;
}

.gallery-title-1 {
	display: inline-block;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.section__gallery .styled-title:before, 
.section__gallery .styled-title:after {
	border-color: var(--white);
}

.gallery-description {
    padding: 0 50px;
	color: var(--white);
	margin-bottom: 20px;
	font-size: 18px;
}

.gallery-image-div {
	float: left;
	width: 100%;
	/* margin-top: -120px; */
}

.gallery-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    color: var(--white);
}

.gallery-image img {
    width: 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 .5s;
}

.cool-effect:hover &gt; figcaption {
	background: rgba(0,0,0,.5);
}

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, .3);*/
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
}
.cool-effect:hover &gt; figcaption &gt; h3{
	background:none;
}
figure.cool-effect p {
    position: absolute;
    right: 0;
	left: 0;
    bottom: 30px;
    padding: 10px;
    text-align: justify;
    text-align-last: center;
    margin: auto;
}
figure.cool-effect p a:hover {
	color:#fff;
}
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 p a {
    display: inline-block;
}
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);
}
.comfort-mind-image {
    overflow: hidden;
    position: relative;

}
.comfort-mind-image-div ul li figure img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.comfort-mind-image-div ul li {
    float: left;
    margin-bottom: 10px;
    width: 33.33%;
}
.content:hover .content-overlay {
    opacity: 1;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    /*height: 100%;
    width: 100%;*/
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    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: 2em;
    padding-right: 2em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
	font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.comfort-mind-btn {
    margin-top: 30px;
}

.content-details h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--white);
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
}

/*Selva Edits Hover*/
.box {
    text-align: center;
    perspective: 500px;
    position: relative;
    z-index: 1;
}

.box::before, .box::after {
    content: '';
    /*background: linear-gradient(to bottom,#93291E,#ED213A,#93291E);*/
	    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 50%;
    opacity: 0;
    transform: rotateX(180deg);
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

.box::after {
     transform: rotateX(-180deg);
    left: auto;
    right: 0;
}

.box:hover:before,
.box:hover:after{
    opacity: 0.9;
    transform: rotateX(0);
}

.box img{
    width: 100%;
    height: auto;
}



.box .box-content {
    color: #fff;
    width: 95%;
    opacity: 0;
    /*filter: blur(10px);*/
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0.2s;
}

.box:hover .box-content{
    opacity: 1;
   /* filter: blur(0);*/
}



.box .title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.box .post {
    color: var(--white);
    font-size: 16px;
	    margin-top: 20px;
    /*text-transform: capitalize;*/
}

/*.box:hover::before {
    bottom: -10px;
}

.box:hover .box-content {
    opacity: 1;
}

.box:hover img {
    opacity: 0.3;
    filter: grayscale(90%);
}

.box:hover::after {
    top: -10px;
}*/

/*Instagram Hover*/

.box1 {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgb(0, 118, 99, 0.3);
    position: relative;
}

.box1::after, .box1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 99;
}

.box1 img {
    width: 100%;
    height: auto;
}

.box1::after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #000;
    top: 0;
    left: 189%;
    opacity: 1;
    z-index: 99;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}

.box1:hover:before {
    opacity: 1;
}

.box1:hover:after {
    left: -189%;
}

/*Hover Edits*/

.fadeIn-right {
    left: 80%;
}

.gallery-btn {
    margin-top: 30px;
	float: left;
	width: 100%;
}

.no-webp .map-div .map-image {
    background: url(../img/map_new.jpg) no-repeat center center /cover;
}

.map-title {
    width: 100%;
	font-family: 'Lato';
}

.map-title-1 {
    color: var(--primary);
    font-size: 52px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: left;
	font-weight: 700;
    margin: 0;
    padding: 10px 0;
}

.map-title-2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
	margin: 15px 0;
}

.map-details {
	font-size: 17px;
	color: var(--white);
	overflow: hidden;
	text-align:center;
}

.map-details ul li {
	margin: 8px 0;
	padding-left: 0px;
}

.map-details ul li p {
	margin-bottom: 0;
	letter-spacing: 1px;
}
section.section__map {
    /* margin-bottom: 50px; */
}
.map-details .btn-div a {
    color: var(--white);
	padding: 8px 26px;
	border: 1px solid #ffff;
}

.map-details .btn-div a:hover {
    color: var(--primary);
}

.map-details a {
    color: var(--white);
}
.map-image img {
    min-height: 650px;
    height: 650px;
}
.map-details-title {
	margin-right: 8px;
    margin-bottom: 0;
    font-size: 18px;
	font-family: 'Lato';
	font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.section__SubCon {
	background: linear-gradient(to right, transparent 0%, transparent 5%, #fff 5%, #fff 95%, transparent 95%, transparent 100%);
}
.map-sec-left {
    padding-left: 0px;
    padding-right: 0px;
}
.map-content-sec {
    padding-left: 0px;
    padding-right: 0px;
}
.newsletter .form-group {
    position: relative;
    margin-bottom: 10px;
}

.newsletter .form-control {
    background-color: var(--white);
    color: var(--black);
    border: none;
    box-shadow: none;
    height: 48px;
    border-radius: 0;
    padding: 6px 20px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 122px);
	-webkit-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
}

.newsletter .btn:focus {
    outline: none;
}

.newsletter .form-control::placeholder {
    color: var(--black);
}

.newsletter .form-control:focus::-webkit-input-placeholder,
#promo_code:focus::-webkit-input-placeholder, #group_code:focus::-webkit-input-placeholder  {
    color: transparent;
}

.newsletter .form-control:focus:-moz-placeholder,
#promo_code:focus:-moz-placeholder, #group_code:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.newsletter .form-control:focus::-moz-placeholder,
#promo_code:focus::-moz-placeholder, #group_code:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.newsletter .form-control:focus:-ms-input-placeholder,
#promo_code:focus:-ms-input-placeholder, #group_code:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.newsletter button {
    border-radius: 0;
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: .8px;
	text-transform: uppercase;
}

.subscribe__div {
    padding: 20px 20px 10px;
}

.subcribe-input {
    margin-top: 18px;
}

.subscribe-title {
	font-family: 'Lato';
    margin-bottom: 10px;
	text-align: center;
	color: #5a5a5a;
}

.subscribe-title label {
	display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 100;
	margin-bottom: -2px;
}

.subscribe-title span {
	display: block;
    text-transform: uppercase;
    font-size: 36px;
	font-weight: 700;
}

.contact__div {
    justify-content: space-around;
    align-items: center;
}

.contact-title {
    color: #545759;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
	display:inline;
	vertical-align: top;
}
ul.social-icons-footer{
	display: inline-block;
}
.contact-title label {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: .7;
    padding-top: 5px;
}

.contact-title span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.svg-icon {
    width: 100px;
    height: 100%;
    padding: 2px 22px 10px;
}

.social-icons ul li {
    display: inline-block;
	padding: 0 20px !important;
}

.social-icons ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 34px !important;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.social-icons ul li a .icon {
    position: relative;
    color: #000000;
    transition: .5s;
    z-index: 3;
	font-size: 34px;
}

.social-icons ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social-icons ul li a:hover:before {
    top: 0;
}

.social-icons ul li a.icon-facebook:before {
    background: #3b5999;
}

.social-icons ul li a.gplus:before {
    background: #D74937;
}

.social-icons ul li a.icon-twitter:before {
    background: #55acee;
}

.social-icons ul li a.icon-youtube:before {
    background: #ff0000;
}

.social-icons ul li a.icon-yelp:before {
    background: #f44336;
}

.social-icons ul li a.icon-tripad:before {
    background: #4caf50;
}

.social-icons ul li a.icon-foursquare:before {
    background: #F94877;
}

.social-icons ul li a.icon-instagram:before {
    background: #A63690;
}

.social-icons ul li a.icon-linkedin:before {
    background: #0275B4;
}

.social-icons ul li a.icon-yahoo:before {
    background: #57296F;
}

.social-icons ul li a.icon-skype:before {
    background: #01B0F1;
}

.social-icons ul li a.icon-pint:before,
.social-icons ul li a.pinterest:before {
    background: #cb2027;
}

footer {
    padding-top: 10px;
	
    width: 100%;
}
.socailmedia-sec {
    border-bottom: 1px solid #027aa4;
    margin-top: 25px;
}
.section__footer {
    padding-top: 30px;
	background-color: #252525;
    float: left;
    width: 100%;
}

.footer__left {
    text-align: center;
    align-self: center;
    padding: 0 15px;
}

.footer-logo .logo-name {
    font-family: lora;
    font-size: 30px;
	text-transform: uppercase;
    display: inline-block;
	padding: 0 50px;
	letter-spacing: 5px;
	border: 1px solid #808080;
	color: var(--black);
	background-color: var(--white);
	margin-bottom: 10px;
}

.footer-logo img {
    max-width: 245px;
}

.footer-details-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-details .email {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    display: inline-block;
}

.footer-buttons {
	margin-top: 0;
	text-align: center;
}

.footer-buttons ul li {
    display: inline-block;
}

.footer-buttons ul li:nth-child(2) {
    margin: 0 15px;
}

.footer-buttons .footer-btn,
.goog-te-gadget-simple {
    padding: 15px 0;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
	margin-top: 10px;
    margin-bottom: 10px;
    display: inherit;
    font-weight: bold;
    font-size: 15px;
    width: 150px;
}

.goog-te-gadget-simple {
    padding-top: 17px !important;
    padding-bottom: 14px !important;
    font-size: 11pt !important;
	border-color: #ffffff !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #000 !important;
}

.goog-te-gadget-icon {
    display: none;
}

.canmod {
    background-color: var(--primary);
    color: var(--white) !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

.access {
    background-color: var(--ada);
    color: var(--white) !important;
}

.access .fa-wheelchair {
    font-size: 19px;
    vertical-align: top;
    color: var(--white);
}

.footer-links {
    overflow: hidden;
    padding: 0px 10px 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*border-top: 1px solid #fff;*/
}

.footer-links ul li {
	/*display: inline-block;*/
	margin-bottom: 10px;
	padding: 0 20px;
	position: relative;
	    padding-top: 3px;
}

.footer-links ul li:first-child {
    padding-top: 0px;
}

/*.footer-links ul li:after {
	content: "|";
	position: absolute;
	right: 0;
	color:#fff;
}*/

.footer-links ul li:last-child:after {
	content: "";
}

.footer-links ul li a {
	font-size: 16px;
    color: var(--white);
}


.footer-SEOlinks ul li {
    margin-bottom: 15px;
}

.footer-SEOlinks ul li a {
    font-size: 16px;
    color: var(--black);
    letter-spacing: 1px;
}

.footer-links .left {
    text-align: left;
}

.footer-links .center {
    text-align: center;
}

.footer-links .right {
    text-align: right;
}

.footer-SEOlinks {
    padding: 10px 0 0;
    background-color: var(--white);
}

.footer-SEOlinks ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-SEOlinks ul li {
    color: var(--black);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-SEOlinks ul li a {
    color: var(--black);
    margin: 0 35px;
}

.company {
    font-size: 14px;
    text-align: center;
}

.company.leftt {
	text-align: left;
}

.company.rightt {
	text-align: right;
}

.company a {
    color: var(--black);
}

.company p {
    color: var(--black);
    text-align: inherit;
	margin-bottom: 0;
}

.comp-logo img {
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    margin: 5px;
    float: left;
    max-width: 175px;
}

.section__compdetails {
    color: var(--black);
    padding: 15px 0;
    font-size: 16px;
	float: left;
	width: 100%;
}

#scroll {
    position: fixed;
    bottom: 120px;
    right: 40px;
    background: var(--white);
    border: 1px solid var(--primary);
    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 ----------------------------------- */

.recaptcha-holder {
	display: inline-block; 
}

/* ----------------------------------- Floating Icons ----------------------------------- */
.floating-icons {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(87, 79, 76, .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;
	display: none;
}

.floating-icons ul li a {
    padding: 15px 20px;
    margin: 10px 0;
    display: inline-block;
    color: var(--white);
    font-size: 25px;
    width: 100%;
    transition: .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;
	    padding-bottom: 3px;
}

.respop_heading2 {
    display: none;
}

.quick-booking .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 58px;
    max-width: 350px
}

#reservationpop .search-btn-div {
    margin-top: 35px;
}


.play {
    background: rgba(0, 0, 0, .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, .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;
}

.lowest {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.nav&gt;li&gt;a {
    padding: 10px 28px;
}

.reservation-button {
    text-align: center;
    padding: 10px 30px 10px 30px;
    text-transform: uppercase;
    font-size: 18px !important;
    background: var(--primary-dark);
    color: #fff;
}
ul.top-menubar li a.top-phone{
    color: #fff;
	margin-bottom: 5px;
    font-size: 16px;
	float: left;
}
ul.top-menubar li a.top-phone img {
    float: left;
    margin-right: 12px;
	width: 20px !important;
}
ul.top-menubar {
    float: right;
	margin-right: 20px;
    margin-bottom: 0px;
}
a.reservation-button:hover,a.reservation-button:focus {
    color: var(--white);
}
.navbar-right {
    padding: 0px 10px 10px;
    margin-top: 0;
    margin-right: 0px;
}

.custom__header.smaller .navbar-right {
    background: none;
}

.footer-logo {
    margin-top: 0;
}

.company a:hover {
    text-decoration: underline;
}

.gallery-box {
    padding-left: 0px;
    padding-right: 0px;
}
.center-gradient-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-gradient {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.center-gradient__logo {
    width: 80% !important;
    margin: 0 auto;
}
.about-description h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
}
.about-intro {
    padding-top: 10px;
}
#scroll em {
    color: var(--primary);
    font-size: 22px;
}
section.footer-socail-sec {
    background: #ececec;
}
.line1-connect {
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 70px;
}
.attrct-dec-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
ul.top-menubar li {
    display: inline-block;
	padding: 0 36px;
    position: relative;
}
ul.top-menubar li:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
	right: 0;
}
ul.top-menubar li:last-child:after{
	display:none;
}
/*Modify Changes on Upper Reservation*/
.bookdirectmodify {
    margin-top: 90px !important;
}

.bookdirectmodify a {
    background: #6c4639 !important;
}

.smaller .bookdirectmodify {
    display: none;
}
/*Modify Changes on Upper Reservation*/
@media (min-width: 1200px){
/*New edit*/
.mobile0verviewinnwerdiv {
    min-height: 305px;
}	

/* .roomDiv, .childDiv, .adultDiv{
	padding: 0 7px !important;
} */

.goog-te-gadget-simple{
	margin-top: 0px !important;
}	

.PT0{
	padding-top: 0px !important;
}
.guest-content {
    margin-top: 70px;
    background: rgba(255, 255, 255, 0.83);
    color: #000;
    width: 80%;
    margin: auto;
    margin-top: 115px;
}
	.out-bor {
		outline: 2px dashed #006438;
		outline-offset: -20px;
	}
	.weather-bg {
		padding-left: 60px;
		padding-top: 20px;
		padding-right: 60px;
	}	
	.map-btn {
		margin-top:50px;
	}
	.map-content{
		padding-bottom: 15px !important;
	}
}
.attrct-dec p {
    color: #000;
    text-align: justify;
    color: var(--black);
    font-size: 16px;
    text-align-last: left;
}

.attraction-content {
    position: absolute;
    top: calc(35% - 0px);
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffffd4;
    padding: 40px;
}
.attrct-dec {
    margin-bottom: 40px;
    margin-top: 0px;
}

.section__map {
    /* padding: 50px 0 20px; */
}

.map-div .map-image {
	padding: 0;
	margin: 10px 0;
    /*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);*/
}


.map-title {
    width: 100%;
}

.map-title-1 {
    color: var(--primary);
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
	font-weight: 700;
    margin: 0;
    padding: 10px 0;

}

.map-title-2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
	margin: 15px 0;
}

.map-details {
    margin: 0;
    font-size: 18px;
    background-color: var(--white);
    color: var(--primary);
    overflow: hidden;
    color: #000;
}

.map-details ul li {
	margin: 5px 0;
}

.map-details ul li p {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.map-details .btn-div a {
    color: var(--primary-dark);
}

.map-details .btn-div a:hover {
    color: var(--white);
}

.map-details a {
    color: var(--primary);
}

.map-details-title {
	margin-right: 8px;
    margin-bottom: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.map-image figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.map-btn {
    margin-top: 50px;
}

#no_of_rooms, #no_of_adult, #no_of_child {
    color: var(--white);
    padding: 7px 5px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
    height: 45px;
	border:1px solid #fff;
	background: transparent;
	text-align:left;
}
#no_of_rooms option, #no_of_adult option, #no_of_child option {
	color: #000;
	background: #ffffff57;
} 
.inner-headerimg-logo img{
	width: 65% !important;
}

/* NEW CHANGES BY ROSHAN SIR FOR CHECK AVAILABILITY ON SCROLL */
.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
    display: none;
}
span.main-caption-p {
    font-size: 16px !important;
    margin-bottom: 0px;
	font-weight: 400;
	display: block;
}

.review__desc strong {
    line-height: 4;
    font-size: 24px;
    text-transform: uppercase;
}
#carouselButtons button{
	font-size: 20px;
    background: none;
    color: #faf7f7;
    border: none;
}


.top{
    top: 18%;
}

/*.section__attractions{
	background: url(../img/guest-Room2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}*/


.br{
	    border: 2px solid var(--primary);
    padding: 10px;
}

.brt{
	border-top: none !important;
}

.guest-content-left {
    background: var(--primary-dark);
}
.guest-title{
	background: url(../img/logo-icon.png) no-repeat center top;
    background-position: center;
	padding-top: 15px;
    padding-bottom: 15px;
    background-size: contain;
}
h3.guest-title-3 {
    color: var(--white);
    font-size: 30px;
    text-align: center;
	font-family: 'Lato';
}
h4.guest-title-2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 65px;
    font-family: 'Lato';
    text-align: center;
}

.attraction-btn a {
    background: none;
    letter-spacing: 2px;
    border: none;
	color: var(--primary);
    border: 1px solid var(--primary);
}
.attraction-btn a:hover{
	color:var(--primary);
}
.attraction-btn .hover-sweep-to-left:before{
	display:none;
}
.special-left {
    padding: 0px;
}
.special-right-heading {
    color: #7c0041;
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 600;
	font-family:'Crimson Text', serif;
}
.special-right {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 90px;
}
.special-right-dec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.special-right-dec p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    text-align: justify;
}

.blogbg{
	    background: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
}


.specail-btn .btn-div{
	   justify-content: left;
}

.Seo-links ul li {
    display: inline-block;
    padding: 0 35px;
    position: relative;
}
.Seo-links ul li a {
    color: #fff;
	font-size:16px;
}
.Seo-links {
    background: #454545;
	margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.specail-btn .btn-div a:hover {
    color: #2f3557;
}
.specail-btn .hover-sweep-to-left:hover:before, .specail-btn .hover-sweep-to-left:focus:before,.specail-btn .hover-sweep-to-left:active:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.specail-btn .hover-sweep-to-left:before{
	background: var(--white);
}
section.section__current__photos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.current_photos_heading {
    text-align: center;
    font-size: 42px;
    color: #037aa4;
    letter-spacing: 0px;
	margin-bottom: 30px;
	font-weight: bold;
}
.map-content-title {
    text-align: center;
    font-size: 42px;
    color: var(--white);
    font-size: 50px;
	background: url(../img/logo-icon.png) no-repeat center top;
    background-position: 0px 16px;
    padding: 40px 0 0;
    background-size: contain;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato';
	margin-bottom:30px;
}
.map-details ul li {
    margin-top: 25px;
}
.footer-logo-div img {
    margin: auto;
    width: 100%;
    max-width: 240px;
	margin-bottom: 18px;
}
.current-photos-sec {
    padding-left: 3px;
    padding-right: 3px;
}


li.call-li-top {
    top: 5px;
}
a.modify-res {
    text-align: center;
    background: #258cb0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.reservation-select.reservation-submit.reservation-modify {
    margin: auto;
    text-align: center;
    margin-top: 24px;
}
.hotpress-block {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
    box-shadow: 2px 2px 10px 0px rgba(18, 110, 175, 0.15);
}
.hotpress-inner-info {
    padding: 20px;
	padding-top: 30px;
    padding-bottom: 30px;
	    background: #6c4639;
}
.hotpress-title a {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.hotpress-title a:hover {
    color: var(--white);
}
.hotpress-date {
    line-height: 25px;
    padding: 0 14px;
    border-radius: 2px;
    background-color: var(--primary);
    color: #fff;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 20px;
}
.hotpress-date:hover {
	background-color: var(--primary-light);
}
.hotpress-info {
    min-height: 200px;
	color: #fff;
}
.hotpress-title {
    margin-bottom: 20px;
}
.hotpress-heading {
    margin-bottom: 20px;
}
section.section__currentspecials {
    margin: 0 15px 25px 15px;
    position: relative;
    background: #037aa4;
}
section.section__currentspecials::before {
    content: '';
    position: absolute;
    border: 1px dashed #fff;
    display: block;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.currentspecials-block-title {
    text-align: center;
    color: #fff;
    font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.currentspecials-block {
    text-align: center;
	margin-left: 20px;
    margin-right: 20px;
}
.currentspecials-block-btn {
    margin-top: 20px;
}
/*.currentspecials-block-info {
    min-height: 130px;
}*/
.hotpress-btn a {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    /* margin: auto; */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* background: #6c4639; */
    font-size: 18px;
   font-weight:bold;
}
.hotpress-btn a em{
    margin-left: 5px;
}
.hotpress-btn {
    text-align: center;
	margin-top: 30px;
    margin-bottom: 20px;
}

.shadow-image:hover {
    transition-duration: 1s;
    box-shadow: none;
    transform: translateY(-7px);
    cursor: pointer;
}

.currentspecials-img img {
    text-align: center;
    margin: auto;
	margin-bottom: 20px;
}
.currentspecials-block-info p {
    color: #fff;
    margin-top: 15px;
}
.section-currentspecials-div {
    margin-bottom: 80px;
}
a.currentspecials-btn em {
    margin-left: 5px;
}
.section-currentspecials-title {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 42px;
}
a.currentspecials-btn {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.currentspecials-inner {
    margin-left: 80px;
    margin-right: 80px;
}
.hot-heading{
    text-align: center;
    background: url(../img/welcome-logo-icon.png) no-repeat center top;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: contain;
}
h5.discounts-title-3 {
    font-size: 22px;
    color: #027aa4;
}

@media (min-width: 1200px) {

.div__logo img {
    max-width: 200px;
}

li.div__logo a {
    padding: 0 !important;
}

    .smaller.section__booking&gt;.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;
    }
	.contact-title{
		margin-right: 40px;
	}
	.social-icons ul li{
		padding: 0 32px !important;
	}
	.logoDN {
		display: none;
	}
    #mySidenav {
        z-index: 101;
    }
    .smaller.section__booking .quick-booking {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .section__booking .navbar-toggle .icon-bar {
        background: #fff;
    }

    .section__booking.smaller .navbar-header,
    .section__booking.smaller .scroll-reservation-but {
        display: inline-block;
    }

    .smaller #reservationpop .closebtn {
        display: none;
    }

    .smaller #reservationpop&gt;.container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        background: transparent;
    }

    .rct_wdgt .smaller #reservationpop&gt;.container {
        top: 50px;
    }

    .smaller #reservationpop {
        background: transparent;
        height: auto;
        padding-top: 0;
        transition: padding 0s;
    }

    .smaller #mySidenav {
        z-index: 999;
    }

    .smaller .navbar-toggle {
        margin: 28px 0;
		margin-top:35px;
    }

    .smaller #reservationpop .respop_heading {
        display: none;
    }

    .custom__header.smaller {
        position: fixed;
        min-height: 98px;
    }

	.smaller .desktop-nav,
    .smaller .navbar-right,
    .smaller .div__logo {
        /*display: none;*/
    }
	.smaller .desktop-nav {
		display: none;
		margin: 10px 0 10px;
	}
	.smaller .top-resbar{
		display: none;
	}
	
	.guest-content-left {
		/*background: var(--primary-dark);*/
		height: 670px;
		min-height: 670px;
		background-image: url(../img/guest-Room2.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}
	.guest-content-right img {
		height: 670px;
		min-height: 670px;
		    object-fit: cover;
	}
}
@media (min-width: 1501px) and (max-width: 1900px) {
	.special-right {
		padding-top: 130px !important;
	}
}
@media (min-width: 1401px) and (max-width: 1500px) {
	.special-right {
		padding-top: 100px !important;
	}
	.special-right-heading{
		font-size: 55px !important;
	}
}
@media (min-width: 1301px) and (max-width: 1400px) {
	.special-right {
		padding-top: 110px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {

    .smaller.section__booking .container,
    .smaller #reservationpop .container {
        width: 90%;
    } 

    .hover-drop .dropdown-menu&gt;li&gt;a {
        padding: 3px 10px;
    }
}

/* ----------------------------------- MEDIA QUERIES ----------------------------------- */
@media screen and (min-width: 2000px) {
	section.section__map {
		padding-bottom: 20px;
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 1901px) {
	.guest-content {
		margin-top: 70px;
		    background: rgba(255, 255, 255, 0.83);
    color: #000;
	    width: 80%;
    margin: auto;
	    margin-top: 115px;
	}
	.discounts-div .discounts-content{
		padding: 140px 50px 20px 100px;
	}
}
@media screen and (max-width: 1900px) and (min-width: 1800px) {
	.discounts-div .discounts-content{
		padding: 140px 50px 20px 100px;
	}
}
@media screen and (max-width: 1900px) and (min-width: 1701px) {
	.guest-content{
		background-position: 210px 210px !important;
	}
	.guest-content{
		padding-top: 60px !important;
	}
	.attraction-content {
		padding-top: 80px;
	}
	.guest-content-left,.guest-content-right img{
		height: 700px;
		min-height: 700px;
	}
}
@media screen and (max-width: 1700px) and (min-width: 1660px) {
	.guest-content{
		 padding-top: 45px !important;
	}
	.attraction-content {
		padding-top: 70px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .comp-logo img {
        max-width: 130px;
    }
	
	
}
@media screen and (max-width: 1500px) and (min-width: 1400px) {
	h4.discounts-title-2 {
		font-size: 42px;
	}
}
@media screen and (max-width: 1480px) and (min-width: 1200px) {
.attraction-content {
top: 16%;}

.borderright::after{
	    height: 424px;
}

.borderightop::after{
	    height: 424px;
}
	.footer-links ul li{
		padding-left: 5px;
		padding-right: 9px;
	}
}

@media screen and (max-width: 1880px) and (min-width: 1500px) {
	.guest-content{
		    margin-top: 105px;
	}
}
@media screen and (min-width: 1200px) {
    .custom__header .desktop-nav li.dropdown:hover &gt; ul.dropdown-menu {
		display: block;
	}
	.reservation-button {
        margin-top: 0px;
    }
	.reservation-button:after{
		display:none;
	}
    .smaller .quick-booking .home_collapse {
        top: 63px;
    }

    .smaller #reservationpop .home_collapse {
        top: 63px;
        position: absolute;
        left: auto;
        right: auto;
    }
	
	.smaller .home_resnew,
	.smaller.section__booking .quick-booking {
		margin: 0;
	}
    
    .section__booking {
        position: absolute;
    }

    .hover-drop.dropdown .dropdown-menu {
        display: inline-block;
    }

    .hover-drop.dropdown:hover .dropdown-menu {
        opacity: 1;
    }

    .hover-drop .dropdown-menu&gt;.active&gt;a,
    .hover-drop .dropdown-menu&gt;.active&gt;a:focus,
    .hover-drop .dropdown-menu&gt;.active&gt;a:hover {
        background-color: inherit;
        background-image: inherit;
    }

    #mySidenav::-webkit-scrollbar {
        width: 0;
    }

    #mySidenav {
        -ms-overflow-style: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .section__headerbg .innercaption {
        bottom: 10px;
    }

    .room_heading {
        font-size: 14px;
    } 
	.navbar-header {
		float: none;
	}	
}

@media screen and (max-width: 1199px) {
	.section__booking {
		background: var(--primary);
	}
    .navbar-header {
        top: 0px;
        position: relative;
    }
	
	.navbar-toggle {
		margin-top: 10px;
	}
	
	.clildboxpolicy {
		font-size: 10px;
	}

    .customedeatetimesin, .customedeatetimesout, .specialcode1 a {
        font-size: 17px;
    }

    .customedeatetimesin, .customedeatetimesout {
        padding: 9px 5px;
    }

    #reservationpop #get_header_avaibility {
        padding: 0;
    }

    #reservationpop .closebtn {
        display: none;
    }

    #reservationpop .search-btn-div {
        text-align: center;
    }

    #reservationpop {
        position: relative;
        height: auto;
        margin: 0 auto;
        width: 100% !important;
        background: var(--primary);
        padding: 0;
        padding: 5px 0 20px 0;
        float: left;
        overflow-x: inherit;
        text-transform: uppercase;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    #reservationpop &gt; .container {
        width: 100%;
        padding: 0;
    }
	.datepicker-label {
		color: #fff !Important;
	}
    .respop_heading {
        display: none;
    }
	
    .custom__header.smaller .navbar-right {
        padding: 0;
    }

    .custom__header.smaller {
        display: none;
    }
	
	#mySidenav {
		z-index: 10000;
	}

    /*.mobile0verviewinnwerdiv {
        min-height: 420px;
		margin-bottom: 110px;
    } */
	/*New edits*/
.mobile0verviewinnwerdiv {
        min-height: 366px;
    margin-bottom: 110px;
    }
	
    .overview-description-overview {
    min-height: 340px;
}

    .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&gt;.dropdown-menu,
    .hover-drop .dropdown-menu&gt;li {
        display: block;
    }

    .menus li.active a::after {
        width: 0;
    }

    .menus li.active {
        background-color: var(--primary-dark);
    }

    .menus .open&gt;a,
    .menus .open&gt;a:focus,
    .menus .open&gt;a:hover {
        background-color: var(--primary-dark);
    }

    .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&gt;li&gt;a {
        color: var(--white);
        padding: 10px 30px;
        opacity: .8;
    }

    .hover-drop .dropdown-menu&gt;li.active&gt;a {
        background-color: var(--primary-dark);
    }

    .section__main .video_home video {
        position: static;
        transform: none;
    }	
	
	.map-details {
		margin: 10px 0;
		font-size: 14px;
	}
	
	.subscribe__div {
		padding-left: 0;
		padding-right: 0;
	}

    .footer-SEOlinks ul li a {
        font-size: 15px;
    }
	
    .respop_heading2 {
        display: block;
        font-size: 32px;
        text-transform: uppercase;
        color: var(--white);
		margin-top: 20px;
		margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
	.floating-icons ul li a {
		width: 105px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

	.section__booking .quick-booking{
		box-shadow:none;
	}
	.respop_heading2{
	    margin-top: 10px;
		margin-bottom: 10px;
	}
	.guestrooms-image img {
		min-height: 510px !important;
	}
	.attraction-div-left{
		padding-top:35px;
	}
	.out-bor.clearfix {
		outline: 2px dashed #006438;
		outline-offset: -15px;
	}
	.guest-content{
		padding-top:0px !important;
		padding-right: 40px !important;
		padding-left: 30px !important;
	}
	.attrct-dec {
		margin-bottom: 40px;
	}
	.social-icons ul li a{
		margin: 0 8px;
	}
	.footer-links ul li{
		padding: 0 0px !important;
		    padding-top: 3px !important;
	}
	
	.footer-links ul li:first-child {
		padding-top: 0px !important;
	}

	
	.center-gradient__logo {
		width: 45% !important;
	}
	.carousel-caption-center{
		top:82%;
	}
	.attrct-dec-title{
		margin-top:30px;
	}
	.bg-white-home{
		margin-top:0px;
	}
	.attraction-content {
		
		    top: 10%;
    width: 70%;
	}
    #reservationpop .home_collapse {
        position: absolute;
        width: 100%;
        z-index: 0;
        top: 62px;
        max-width: 350px;
    }
	.map-div .map-image{
		left: -150px;
	}
	.map-title-1{
		font-size: 46px;
	}
	.attraction-div-left .attraction-content, 
	.attraction-div-right .attraction-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.guest-content {
		    background-position: 20px 180px !important;
    margin-top: 70px;
    background: rgba(255, 255, 255, 0.83);
    color: #000;
    width: 95%;
    margin: auto;
        margin-top: 90px;
	}
	.attraction-div-left .attraction-content {
		background-position: -100px 120px;
	}
	.section__attractions {
		padding-top: 0px;
		padding-bottom: 0px;
	}
    .footer-SEOlinks ul li a {
        margin: 0 15px;
    }

    .wide_cal .add-on {
        top: 6px !important
    }

    .about-logo img {
        width: 80%;
    }

    .section__footer {
        padding: 25px 0 0;
    }

    .section__compdetails {
        font-size: 14px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }
	.inner-headerimg-logo img {
		width: 45% !important;
		margin-top: 50px;
	}
}

@media screen and (max-width: 991px) {
	
	span.amen-head {

    font-size: 20px;
    
}
	
		.content:hover .content-details {
    top: 30%;}
	
	.fadeIn-right {
    left: 50%;
}
	
	.section__guestroom {
		padding-top: 0;
	}
	
	.section__explore {
		padding-bottom: 0;
	}
	
	.guestroom-div, 
	.explore-div {
		flex-direction: column;
	}
	
	.guestroom-div-right {
		order: 1;
	}
	
	.guestroom-div-left {
		order: 2;
	}
	
	.guestroom-div-right, 
	.explore-div-right,
	.guestroom-div-left, 
	.explore-div-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.guestroom-content-div,
	.explore-content-div {
		align-items: center;
		text-align: center;
	}
	
	.guestroom-image-div, 
	.explore-image-div {
		height: 350px;
	}
	
	section.section__map {
		margin-bottom: 0;
	}

.bookdirectmodify {
    margin-top: 10px !important;
}

.smaller .bookdirectmodify {
    display: block;
}


.group_promo{
	    padding-right: 15px;
    padding-left: 15px;
}

	.guestroom-btn .btn-brown:hover {
		color: var(--primary);
	}
	
	.guestroom-btn .hover-sweep-to-left:before {
		background: #ffff;
	}
	

	.guest-dec p, h4.guest-title-2, h3.guest-title-3{
		color: var(--white) !important;
	}
	
	
	.div__logo{
		top: 5px;
		width: 200px;
		margin: auto;
	}
	.attrct-dec {
		margin-bottom: 35px;
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.map-details .btn-div a{
		margin-top:25px;
	}
	.navbar-right {
		padding: 0;
	}
	
	.custom__header {
		/*position: fixed;*/
		width: 100%;
		z-index: 9999;
		/*background: rgba(87,79,76, .9);*/
	}
		
	.carousel-control.right,
    .carousel-control.left {
        background-image: none;
    }

    .carousel-control {
        opacity: 1;
    }
	
	.carousel-control .fas {
        top: 45%;
        position: relative;
        background:transparent;
        padding: 10px 11px;
        border-radius: 0;
        font-size: 56px;
		opacity: 0.5;   
    }
	
	.carousel-control .fas.left:hover, .carousel-control .fas.left:active, .carousel-control .fas.left:focus {
opacity: 1;
}

.carousel-control .fas.right:hover, .carousel-control .fas.right:active, .carousel-control .fas.right:focus {
opacity: 1;
} 

	.carousel-caption {
		right: 0;
		left: 0;
	}	
	
	.carousel-caption-center {
		top: auto;
		bottom: -23px;
	}
	
	.navbar-toggle {
		display: block;
		float:left;
	}
	
	.custom__header .desktop-nav {
		display: none;
	}
	
	.custom__header .reservation-icon {
		padding: 10px;
	}

	.search-btn-div {
        margin-top: 35px;
		margin-bottom: 24px;
    }
    
    #reservationpop .home_collapse,
    .quick-booking .home_collapse {
        position: relative;
        top:0;
        width: 100%;
		max-width: 100%;
    }

    .section__booking .quick-booking {
        background: var(--primary);
    }
	.section__booking .quick-booking{
		box-shadow:none;
	}
    .customedeatetimesin, .customedeatetimesout, .specialcode1 a {
        font-size: 18px;
        padding: 8px 5px;
    }
	
	.specialcode .selectdiv {
		text-align: center;
	}

    #promo_code,#group_code {
        width: 100%;
        font-size: 17px;
    }
	

	.roomscroll {
		max-height: 100%;
	}
	
	.wide_cal .add-on {
		top: 7px; 
	}
	
	.wide_cal .add-on .F20 {
		font-size: 24px;
	}
	#myCarousel .carousel-caption{
		background-color: rgba(0, 0, 0, 0.71);
		padding-top:0px;
	}
	.main-caption-p {
		padding: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.color_g {
		/*background-color: rgba(0, 0, 0, 0.71);*/
		padding: 10px;
		margin-bottom:0px;
		font-size: 18px;
		text-shadow: none;
	}
	
    /*.mobile0verviewinnwerdiv {
        min-height: 205px;
    }*/
	/*New Edits*/
	.mobile0verviewinnwerdiv {
        min-height: 170px;
    }

    #promo_code::placeholder, #group_code::placeholder {
        font-size: 15px;
    }
	


    .section__SubCon .row:first-of-type {
        flex-direction: column;
    }

    .company {
        padding-bottom: 20px;
    }

    .rct_wdgt #mySidenav {
        margin-top: 0;
    }

    .menus {
        overflow: auto;
    }

    .about-table {
        display: block;
        margin: 0 auto;
    }

    .about-tablecell {
        display: block;
    }

    .about-btn {
        left: 0;
        right: 0;
		margin-bottom: 30px;
    }

    .btn-div {
        justify-content: center;
    }

    .about-description {
        padding: 0 15px;
    }
	
	
	
	.guestroom-content {
		    margin: 0;
	}
	
	.room-title-1 {
		font-size: 40px;
		margin-top: 20px;
	}
	
	.room-title-2 {
		font-size: 10px;
	}
    .attraction-title {
        text-align: center;
    }
	
	.attraction-title-2 {
		font-size: 28px;
	}
	
	.attraction-title-3 {
		letter-spacing: 3px;
		font-size: 15px;
	}
	
	.section__gallery {
		background: linear-gradient(to bottom, transparent 0%, transparent 100%), url(../img/gallerybg.jpg);
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.section__gallery .gallery-div {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.map-div .map-image {
		min-height: auto;
		position:relative;
		left: auto;
		right: auto;
	}
	.map-content {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		text-align: center;
		padding-right: 0px;
	}
	.map-btn .btn-div {
		justify-content: center;
	}
	.map-details-title{
		margin-right:0px;
	}
	.btns {
		padding: 8px 11px !important;
		letter-spacing:1px;
	}
	.btns.btn-green{
		letter-spacing:1px;
	}
.map-details {
    margin: 0;
    padding: 0 0 20px;
    font-size: 17px;
}

    .map-div .map-img {
        min-height: 550px;
    }

    .map-btn {
        margin-top: 10px;
    }
	
	.section__SubCon {
		padding: 20px 0 10px;
	}
	
	.subscribe__div {
		padding-top: 0;
	}
	
	.subcribe-input {
		margin-top: 0;
	}
	
	.section__compdetails {
		padding-bottom: 40px;
	}
	
	.company.leftt,
	.company.rightt {
		text-align: center;
	}

    .footer-links,
    .company {
        text-align: center;
    }

    .footer-SEOlinks ul {
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        padding: 25px 0 15px;
        text-align: center;
    }

    .footer-SEOlinks .comp-logo {
        text-align: center;
        margin-top: 25px;
    }

    .comp-logo {
        text-align: center;
    }

    .comp-logo img {
        float: none;
        margin: 0 auto;
    }

    .specialcode1 a {
        padding: 10px 10px 9px 10px;
    }

    .footer {
        padding-bottom: 40px;
    }
	
	.copyright-span {
		display: block;
	}
}

@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) {

span.amen-head {

    margin-bottom: 0px;
}
	
	.amenities-box {
    
    margin: 30px 0 0 0;
}



/*.group_promo div{
	    padding-right: 15px;
    padding-left: 15px;
} */

#promo_code, #group_code{
	    width: 100% !important;
}	

/*.roomDiv, .childDiv, .adultDiv{
	    padding: 0 5px !important;
} */
.selectdiv .fas{
    right: 7%;
}

.promoCode, .groupCode{
	    padding: 0 7px !important;
}

/*.checkInDiv, .checkOutDiv {
    padding: 0 8px !important;
} */

/*.group_promo, .PDSM0, .dateselectDiv{
	padding:0px;
} */

/*.dateselectDiv{
	padding:0px !important;
} */

.bookdirectmodify {
    margin-top: 5px !important;
}

.bookdirectmodify {
    margin-bottom: 0px !important;
}

.pdxs0{
	 padding: 0px !important;
}


.socailmedia-sec{
	    margin-top: 20px;
}
.footer-logo-div {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 0;
}

section.section__comfort_mind {
    margin-bottom: 30px;
    margin-top: 30px;
}


.attrct-dec p{
	    padding: 0px 0px;
}
	.box .title{
		    font-size: 16px;
    font-weight: 500;
	}
	
	.box .box-content{
		    width: 97%;
	}
	
	.box .post{
		display: none;
	}
    .navbar-header {
        top: 0;
    }
	.map-details {
        margin: 0px 0 20px;
	}
	.contact__div {
		flex-direction: column;
	}
	.attrct-dec-title{
		margin-top:30px;
	}
    .rct_wdgt .custom__header {
        top: 50px;
    }
	
	#promo_code, #group_code, 
	.home_resnew .btn-success,  
	.quick-booking .btn-success {
		width: 50%;
	}

    .mobile0verviewinnwerdiv {
        min-height: 330px;
    }
	
	.about-description p {
		margin-bottom: 25px;
	}

    .overview-description-overview {
        min-height: 330px;
    }

    .goog-te-gadget-simple {
        margin: 0;
    }

    .section__headerbg .innercaption p {
        display: block;
    }

    .promocode {
        display: inline-block;
    }

    .icon-bar {
        transition: all .3s;
    }

    .navbar-toggle:focus .icon-bar {
        opacity: 0;
        transform: translateX(50%);
    }

    .div__logo {
		margin: auto;
    }
	
	.navbar-toggle {
		margin-top: 6px;
		float: left;
	}
	
	.smaller .div__logo {
		display: none;
	}

    .roomscroll {
        max-height: 100%;
    }

    .carousel-control {
        font-size: 30px;
    }

    .carousel-caption {
        font-size: 14px;
        font-weight: bold;
    }

    .room_title span {
        background-color: transparent !important;
        color: #000;
        text-align: left;
        padding: 10px 16px;
        height: auto;
        display: block;
    }

    .section__booking .quick-booking {
        padding: 5px 0 20px 0;
    }
	
    .carousel-caption {
        bottom: 0;
        padding-bottom: 0;
    }

    .carousel-inner&gt;.item::after {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        content: "";
		background:linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.76) 23%,rgba(0,0,0,0.07) 40%,rgba(0,0,0,0.15) 71%,rgba(0,0,0,0) 100%);
    }

    .primary-title {
        font-size: 33px;
    }
	
	.about-title-2 {
        font-size: 34px;
    }
	
	.guestroom-div {
		padding-left: 0;
		padding-right: 0;
	}
	
	.guestroom-content {
		width: 100%;
	}
	
	.room-title-1 {
		font-size: 35px;
	}
	
	.section__attractions {
		padding-top: 5px;
		padding-bottom: 0;
	}
	
	.attraction-div .attraction-div-left, 
	.attraction-div .attraction-div-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.attraction-div .attraction-div-left {
		margin-bottom: 30px;
	}
	
	.attraction-div-left .attraction-content, 
	.attraction-div-right .attraction-content {
		min-height: auto;
	}
	
	.attraction-image-div {
		height: auto;
	}
	
	.section__OurGuest {
		margin-top: 0;
	}
	
	.section__OurGuest .OurGuest-div {
		padding: 30px 0;
	}
	
	.OurGuest-div .OurGuest-title {
		font-size: 18px;
	}

    .gallery-title {
        padding: 0 10px;
    }

    .gallery-description {
        padding: 0 30px;
    }
	
    .attraction-title-2,
    .sisterprop-title-1 {
        font-size: 26px;
    }

    .guestroom-image .overlay {
        opacity: 0;
    }

    .sisterprop-details ul li {
        width: 100%;
        margin: 10px 0;
    }
	
	.gallery-div {
		padding-top: 40px;
		padding-bottom: 60px;
	}

    .gallery-title-1 {
        font-size: 35px;
        letter-spacing: 4px;
    }
	
	.gallery-title-2 {
		font-size: 20px;
		letter-spacing: 2px;
	}

    .subscribe-title {
        text-align: center;
		margin-top: 20px;
    }

    .section__map {
        margin: 0;
		padding-bottom:0px;
    }
	
	.sisterprop-details {
		margin: 25px 0 0 0;
	}
	
	.section__sisterprop {
		padding-bottom: 0;
	}
	
	.subscribe-title label {
		font-size: 25px;
	}
	
	.subscribe-title span {
		font-size: 12px;
	}

    .section__booking .container {
        padding: 0;
    }
	
	.section__footer {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0px;
	}
	
	.discounts-title{
		    margin-top: 25px;
	}
	.discounts-description p{
		    margin-top: -14px;
	}
	
	.discounts-btn a {
    margin-top: 0;
	margin-bottom: 10px;
}
	
	.footer-logo .logo-name {
		padding: 5px 0;
		width: 100%;
		margin-bottom: 30px;
	}
	
	/*.footer-links {
		padding-left: 0;
		padding-right: 0;
	}*/
	
	.contact__div {
		padding-left: 0;
		padding-right: 0;
	}

    .footer-buttons ul li {
        display: block;
        text-align: center;
    }

    .footer-buttons ul li:nth-child(2) {
        margin-bottom: 15px;
    }

    .footer-buttons ul li a {
        margin-left: auto;
        margin-right: auto;
    }
	
	.section__compdetails {
		padding-bottom: 40px;
		margin-top: 1px;
	}
	
	.company {
		padding-bottom: 15px;
	}

    .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);
    }
    .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;
		top:0px;
	}
	
	#scroll {
		right: 20px;
		bottom: 60px;
	}
	
	body {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 475px){
	/*.mobile0verviewinnwerdiv {
		min-height: 360px !important;
		height: 360px;
	}*/
	
	.mobile0verviewinnwerdiv {
min-height: 300px;
    height: 300px;
	}
	.overview-description-overview{
		min-height: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 400px){
	.mobile0verviewinnwerdiv {
		min-height: 410px ;
		height: 410px;
	}
	.overview-description-overview{
		min-height: 360px !important;
		height: 360px;
	}
}

@media screen and (max-width: 360px){
	/*.mobile0verviewinnwerdiv {
		min-height: 420px !important;
		height: 420px;
	}*/
	
	.mobile0verviewinnwerdiv {
		min-height: 350px;
    height: 350px;
	}
	.overview-description-overview{
		min-height: 350px !important;
		height: 350px;
	}
}
/* ----------------------------------- 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;
}

@media (max-width: 500px) {
    .country_currency_list {
        width: 293px;
    }
}

@media screen and (max-width: 991px) {
	
	.smaller .home_resnew .btn-success, .quick-booking .btn-success{width: auto;}
	
	.line1-connect{
		font-size: 28px;
	}
	.social-icons ul li a{
		margin: 0 12px;
	}
	
	.bg-white-home{
		margin: 0px auto 0px;
		box-shadow: none;
		border: none;
		background: no-repeat;
	}
	.attraction-div-left {
		padding-top: 0px;
	}
	.guestroom-btn {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.mobile-phone-span {
		float: left;
		background:url(../img/top-reservation.svg) no-repeat center center;
		background-size: 65%;
		width: 55px;
		height: 40px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		margin-top: 9px;
		padding-left: 5px;
	}
	.custom__header .navbar-inverse .navbar-toggle .icon-bar{
		height:3px;
		background-color: #fff;
	}
	.navbar-toggle .icon-bar {
		width: 32px;
	}
	.navbar-toggle .icon-bar:nth-child(2) {
		width: 32px;
	}
	.section__headerbg .inner-overlay{
		background:linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.76) 23%,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.08) 71%,rgba(0,0,0,0) 100%);
	}
	.about-title-1{
		margin-bottom: 5px;
		letter-spacing: 2px;
		margin-top: 25px;
		font-size: 18px;
	}
	.about-heading{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-description h2{
		font-size: 18px;
	}
	.quick-booking .checktxt,.datepicker-label {
		font-size: 14px;
		color: var(--white) !important;
	}
	.smwid {
		padding-left: 2px;
		padding-right: 2px;
	}
	.chooseops {
		margin-top: 20px;
	}
	.attraction-div-left .attraction-content{
		position:relative;
	}
	.map-title-1{
		font-size: 36px;
		letter-spacing: 1px;
		text-align:center;
	}
}

@media screen and (max-width: 640px) and (min-width: 320px) {
	.footer-links ul li{
		padding: 0 12px;
	}
	.social-icons ul li a {
		margin: 0 9px;
	}
}

@media screen and (min-width: 2000px) {
	body{
		box-shadow:0 19px 38px rgba(0, 0, 0,0.1), 0 15px 12px rgba(0, 0, 0,0.08);
	}
}
@media screen and (min-width: 1200px) {
	body{
		max-width: 2000px;
		margin: auto;
	}
	.custom__header.smaller{
		max-width: 2000px;
		margin: auto;
	}
	.footer-logo-div img{
		margin-top:15px;
	}
	.footer-logo-div {
		/*margin-bottom: 20px;*/
		    border-top: 1px solid #fff;
			   /* padding-top: 0px;*/
				padding-top: 12px;
    padding-bottom: 10px;

	}
	.message-warning {
	    display: grid;
		grid-template-columns: 30px auto auto;
	}
}

.custom__header.smaller .desktop-nav ul li.div__logo{
	display: block !important;
    margin-left: 0px;
    margin-right: 0px;
}
.custom__header .desktop-nav .nav li.div__logo a::after{
	display:none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	
	.amenities-title {
    font-size: 12px;
}
	
.overview-description-overview {
    min-height: 390px;
    margin-bottom: 15px;
}

.footer-logo-div {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 12px;
}

/*.choosyin{
	    padding-left: 15px !important;
    padding-right: 15px !important;
} */

.promoCode, .groupCode{
	margin-top: 25px;
	padding: 0 8px !important;
}

.checkInDiv, .checkOutDiv {
    padding: 0 10px !important;
}

.roomDiv, .adultDiv, .childDiv {
    padding: 0 8px !important;
}


#reservationpop .search-btn-div {
    margin-top: 25px;
}

	.guest-content{
		padding-bottom:30px !important;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.section__attractions {
		padding-top: 10px;
	}
	.attrct-dec-title{
		margin-top: 20px;
	}
	
	.bg-white-home{
		    outline-offset: -14px;
	}
	
	
}

@media (max-width: 767px) and (min-width: 360px){
	.helpful-indicator-sortbar {
		padding: 5px;
		line-height: 35px;
		font-size: 16px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
	.guest-content-right img {
		height: 670px;
		min-height: 670px;
	}
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.special-right-heading{
		font-size: 44px;
	}
	.attrct-dec-title{
		margin-top: 35px;
	}
	.guestrooms-image img {
		min-height: 510px;
	}
	.guest-content {
   
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
	    width: 98%;
    margin: auto;
	 margin-top: 100px;
	}
	
	
	.discounts-div .discounts-content {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 20px 50px 20px 50px;
	}
	.map-content{
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.special-right {
		padding-top: 40px;
	}
	.special-right-dec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.custom__header .desktop-nav .nav&gt;li&gt;a {
		padding: 12px 11px 12px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1401px) and (min-width: 1500px){
.guest-content{
	    margin-top: 115px;
		    width: 95%;
    margin: auto;
}

}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.currentspecials-inner {
		margin-left: 60px;
		margin-right: 60px;
	}
	.currentspecials-block-title{
		font-size: 20px;
	}
	.currentspecials-block-info {
		min-height: 160px;
	}
	
	#no_of_rooms, #no_of_adult, #no_of_child{
		    font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	.about-btn {
    margin-bottom: 50px;}
	
.MBmd45{
	margin-bottom:45px;
}

.selectdiv .fas{
	right: 7%;
}

/*.dateselectDiv {
    padding: 0 2px !important;
} */

.checkInDiv, .checkOutDiv {
    padding: 0 7px !important;
}
.childDiv, .adultDiv, .roomDiv {
    padding: 0 5px !important;
}

.group_promo {
    padding: 0 3px;
}
.promoCode, .groupCode {
    padding: 0 8px !important;
}

/*.autome.search-btn-div .btn-success{
	font-size: 20px;
    padding-top: 10px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 10px;
} */

#reservationpop .search-btn-div {
    margin-top: 34px;
}

.smaller .bookdirectmodify {
    display: block;
}

#promo_code, #group_code{
	    padding: 0;
}

#no_of_rooms, #no_of_adult, #no_of_child{
	    font-size: 14px;
}

.bookdirectmodify {
    margin-top: 31px !important;
}

.bookdirectmodify a{
	    font-size: 20px;
}
.footer-logo-div {
        margin-bottom: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.goog-te-gadget-simple{
	    margin-top: 0!important;
}

	.Seo-links ul li{
		padding: 0 20px;
	}
	.socailmedia-sec{
		    margin-top: 20px;
	}
	.currentspecials-inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	.currentspecials-block {
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}
	.currentspecials-block-title{
		font-size: 17px;
	}
	.currentspecials-block-btn {
		margin-top: 35px;
	}
	.hotpress-inner-info{
		min-height: 250px;
	}
	.discounts-div .discounts-image img {
		height: 525px;
		    object-fit: cover;
	}
	.guest-content-right img {
		min-height: 618px;
		    object-fit: cover;
	}
	.section__review{
		min-height: 500px;
	}
	.special-right-heading{
		font-size: 36px;
	}
	.custom__header .desktop-nav .nav&gt;li&gt;a {
		padding: 12px 11px 12px;
		font-size: 15px;
	}
	.special-right {
		padding-top: 30px;
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.special-right-dec {
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.map-content-title{
		font-size:42px;
		margin-bottom: 5px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.map-content {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
}
	.carousel-caption-center .main-caption {
		font-size: 22px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.map-btn {
    margin: 25px 0 10px;
}
	.map-image img{
		height:auto;
		min-height:auto;
	}
	.discounts-div .discounts-content {
		max-width: 50%;
		padding: 40px 50px 20px 40px;
	}
	h4.discounts-title-2,h4.guest-title-2{
		font-size:42px;
	}
	h3.discounts-title-1,h3.guest-title-3{
		font-size:24px;
	}
	.guest-dec {
		margin-top: 0px;
	}
	
	.guest-content-left {
    background: var(--primary-dark);
    height: 619px;
	min-height: 619px;
    background-image: url(../img/guest-Room2.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

	.guestroom-btn {
		margin-top: 26px;
		margin-bottom: 30px;
	}
	.discounts-description {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.discounts-title,.about-heading,.guest-title{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.comfort_mind_heading{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.div__logo {
		top: 5px;
		width: 250px;
		margin: auto;
	}
	ul.top-menubar li:after{
		display:none;
	}
	ul.top-menubar li {
		padding: 0 6px;
		margin-bottom: 6px;
	}
	section.section__comfort_mind {
		margin-bottom: 20px;
	}
	.custom__header .navbar-inverse .navbar-toggle{
		display: block;
		float: left;
		background: var(--primary-dark);
		border-radius: 0px;
		margin-top: 0px;
	}
	.button-menu-span {
		float: left;
	}
	span.menu-title-btn {
		margin-left: 10px;
		font-size:18px;
	}
	.custom__header{
		top: 10px;
	}
	.section__booking .quick-booking {
		background: var(--primary);
	}
	.footer-logo-div img {
		margin-top: 10px;
	}
	.currentspecials-block-info {
		min-height: 170px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.discounts-btn a {
    margin-top: 0px;
}


	.custom__header{
		top:0px;
	}
	.Seo-links ul li{
		padding:0px;
	}
	.Seo-links .list-unstyled {
		display: grid;
		grid-template-columns: auto auto;
	}
	.Seo-links {
		padding-bottom: 0px;
	}
	.acc-ada-div ul li {
		margin-bottom: 0px;
	}
	.footer-buttons ul.list-unstyled {
		margin-bottom: 0px;
	}
	.currentspecials-inner {
		margin-left: 0px;
		margin-right: 0px;
	}
	.currentspecials-block{
		margin-left: 0px;
		margin-right: 0px;
	}
	.reservation-select.reservation-submit.reservation-modify{
		margin-top: 28px;
	}
	a.modify-res {
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 16px;
		padding-top: 16px;
		font-size: 15px;
	}
	
	.bookdirectmodify a{
		    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
	}
	.currentspecials-block-info p{
		padding-left:25px;
		padding-right:25px;
	}
	h4.guest-title-2 {
		font-size: 44px;
	}
	
	.attraction-title-2 {
		font-size: 50px;
	}
	.map-content {
		margin-left: 0px;
		margin-right: 0px;
		top: 0px;
		margin-bottom: 0px;
	}
	.section__footer {
		padding: 15px 0% 0;
	}
	.section__attractions {
		min-height: 418px;
		padding-bottom: 15px;
	}
	#myCarousel .carousel-indicators {
		    bottom: 0;
	}
	.carousel-caption-center{
		bottom: -20px;
	}
	h3.guest-title-3{
		font-size: 26px;
	}
	.guest-content-left {
		left: 2%;
		right: 2%;
		width: 96%;
		top: -85px;
	}
	h4.guest-title-2{
		font-size: 42px;
	}
	.carousel-caption-center .main-caption {
		font-size: 18px;
	}
	.comfort_mind_heading{
		font-size: 32px;
	}
	.comfort-mind-image-div ul li{
		width: 50%;
	}
	.discounts-div .discounts-content{
		padding: 46px 30px 20px 30px;
	}
	h4.discounts-title-2{
		font-size: 33px;
	}
	h3.discounts-title-1{
		font-size: 20px;
	}
	.discounts-title{
		padding-top: 20px;
		padding-bottom: 20px;
		    margin-top: 20px;
	}
	.discounts-div .discounts-image img {
		height: 500px;
		    object-fit: cover;
	}
	.discounts-description {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.discounts-div .discounts-content{
		max-width: 50%;
	}
	.map-content{
		min-height: auto;
		height: auto;
	}
	ul.top-menubar li:after{
		display:none;
	}
	.custom__header .navbar-inverse .navbar-toggle {
		border-color: transparent;
		background: var(--primary);
		border-radius: 0px;
		margin-top: 0px;
	}
	.button-menu-span {
		float: left;
	}
	span.menu-title-btn {
		margin-left: 10px;
		font-size: 16px;
	}
	ul.top-menubar li{
		padding: 0 6px;
		margin-top: 10px;
	}
	ul.top-menubar li a.top-phone{
		font-size:14px;
	}
	.reservation-button{
		font-size: 16px !important;
	}
	.div__logo {
		top: 30px;
	}
	section.section__comfort_mind {
		margin-bottom: 20px;
		margin-top:0px;
	}
	.discounts-div .discounts-content {
		padding: 5px 30px 20px 30px;
	}
	.socailmedia-sec{
		margin-top: 30px;
	}
	.social-icons {
		margin-bottom: 10px;
	}
	.subscribe-title-sec {
		margin-top: 20px;
	}
	.subcribe-input-sec {
		margin-bottom: 20px;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	.attraction-btn .btn-div {
		justify-content: center;
	}
	.attraction-div-left .attraction-content {
		background: transparent;
	}
	
	.about-title-2 img {
		width: 260px;
	}
	.custom__header .navbar-inverse{
		border-radius:0px;
	}
	
	.special-right-heading{
		font-size: 30px;
		text-align: center;
	}
	.map-content-title{
		font-size: 34px;
		margin-bottom: 10px;
	}
	.footer-links {
    padding: 0px 0px 10px;
}
	.footer-buttons .footer-btn, .goog-te-gadget-simple{
		    margin-bottom: 10px;
	}
	.Seo-links ul li{
		margin-bottom: 15px;
	}
	.social-icons ul li{
		padding: 0 0px !important;
	}
	.mobile0verviewinnwerdiv{
		margin-bottom: 80px;
	}
	.special-right {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.special-right-dec {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.specail-btn .btn-div {
		justify-content: center;
	}
	.guest-dec {
		margin-top: 20px;
	}
	.map-content {
    margin: 0 0 30px;
}
	.map-details ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.attraction-content{
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pdf-content a{
		padding: 16px 12px !Important;
	}
	.Credit-Card-div {
		margin-top: 24px !Important;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	.pdf-content a {
		color: #fff;
		font-size: 16px;
		border: 1px solid #fff;
		padding: 12px 12px;
	}
	.Credit-Card-div {
		margin-top: 50px;
		margin-bottom: 10px;
		text-align: center;
	}
	.pdf-content a em {
		margin-right: 7px;
		font-size: 24px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {

.bg-white-home{
	    outline-offset: -14px;
}

	h3.guest-title-3{
		font-size: 24px;
	}
	.comfort_mind_heading,h4.guest-title-2,h4.discounts-title-2{
		font-size: 30px;
		font-weight: bold;
	}
	.comfort-mind-image-div ul li{
		width: 50%;
	}
	.guest-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.map-image img {
		min-height: auto;
		height: auto;
	}
	.contact-title{
		font-size: 26px;
	}
	.discounts-div .discounts-image {
		flex: 0 0 100%;
	}
	.discounts-div .discounts-content{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 20px 20px 20px;
	}
	.discounts-description {
		margin-bottom: 0px;
		margin-top: 30px;
	}
	section.section__map{
		margin-bottom:0px;
	}
	.map-content{
		min-height: auto;
		height: auto;
	}
	.map-content-title{
		margin-bottom: 10px;
	}
	.top-resbar {
		display: none;
	}
	span.menu-title-btn {
		font-size: 12px;
	}
	.content-details p{
		display:none;
	}
	.content .content-overlay{
		left: 10px;
		top: 10px;
		bottom: 10px;
		right: 10px;
	}
	.content-details {
		padding-left: 1em;
		padding-right: 1em;
	}
	.content-details h3 {
    font-size: 15px;
}
	.socailmedia-sec .social-icons {
		padding-left: 0px;
		padding-right: 0px;
	}
	.social-icons ul li a {
		width: 45px;
		height: 45px;
	}
	ul.social-icons-footer {
    margin-top: 10px;
    display: block;
}

.social-icons ul li a .icon {

 font-size: 25px;
    top: -4px;
}
	h3.discounts-title-1{
		font-size: 20px;
	}
	.Seo-links{
		padding-bottom: 0px;
		background: #252525;
	}
	.footer-buttons {
		margin-bottom: 30px;
	}
	.footer-links {
		padding: 0px 0px 10px;
	}
	.current_photos_heading {
		font-size: 32px;
	}
	.reservation-select.reservation-submit.reservation-modify{
		margin-bottom: 50px;
	}
	
	.bookdirectmodify{
		margin-bottom: 20px !important;
	}

	.traslate-div {
		padding: 0px;
		margin-top: 30px;
	}
	.acc-ada-div {
		padding: 0pc;
		margin-top: 20px;
	}
	.footer-links{
		margin-bottom:0px;
		padding-top: 10px;
	}
	.section-currentspecials-title {
		font-size: 28px;
	}
	.currentspecials-block {
		margin-bottom: 45px;
	}
	.section-currentspecials-div {
		margin-bottom: 30px;
	}
	.currentspecials-block-info p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.currentspecials-inner {
		margin-left: 0px;
		margin-right: 0px;
	}
	.currentspecials-block-title{
		padding-top: 10px;
	}
	.currentspecials-block-btn {
		margin-top: 10px;
	}
}

@media (min-width: 1400px) and (max-width: 1800px){
.spcImg{
	    height: 1114px;
    object-fit: cover;
}
	
}

@media (min-width: 1200px) and (max-width: 1399px){ .currentspecials-block-info{min-height: 176px;}
.spcImg{
	height: 1237px;
    object-fit: cover;
}
	
}


/* .colapsshoecontentlinkdiv2, .colapsshoecontentlinkdiv, .colapsshoecontentlinkdiv-overview, .colapsshoecontentlinkdiv2-overview{ */
	/* display:none; */
/* } */

a.modify-res {
background: #6c4639; }
.bookdirectmodify a {
background: #6c4639 !important;
}

.animatedheight-inner-overview h2 span {
    font-size: 25px !important;
    font-weight: bold;
}

@media (min-width: 1400px){
.MT83{margin-top: 83px;}}</pre></body></html>