body{
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Montserrat', sans-serif;
}
a,a:hover,a:focus,button,button:hover,button:focus{
	text-decoration:none;
	border:0;
}
.lightgreen
{
	color: #ded825!important;
	display: none;
}
.fw-bold{
	font-weight: 700;
}
ul,li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.loader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:99999;
	background:#fff;
	transition:.3s ease-in-out;
}
.loader.loader-done{
	opacity:0;
	visibility:hidden;
	z-index:-2;
}
.loader .loader-content img{
	width:100px;
}
@media screen and (min-width:1300px){
	.container{
		max-width:1280px;
	}
}
.text,.text p{
	font-size:18px;
	line-height:28px;
	font-weight: 500;
}
.main-slider{
	position:relative;
}
.rev_slider li.tp-revslider-slidesli{
	
}
.tp-dottedoverlay{
    background-image: url(../images/stripe-overlay.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,.4);
	opacity:.4;
}
.content-box{
    white-space: initial;
    width: 700px;
    line-height: normal;
    color: #fff;
    text-align: center;
}
.content-box h1{
	font-size: 4em;
    margin-bottom: 10px !important;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content-box h4{
	font-size: 4em;
    margin-bottom: 20px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.content-box p{
	font-size: 14px;
    margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.content-box .title-box{
	margin-bottom:20px;
}

@media (max-width:1440px){
	.content-box{
		width:550px;
	}
	
}
@media screen and (min-width:1199px){
	.content-box{
		
	}
}
.theme-btn{
	border-radius: 0;
    padding: 15px 36px;
    display: inline-block;
    background: #d62f2f;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-transform: capitalize;
    line-height: normal;
    border: indianred;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.theme-btn.call{
	background: #d62f2f!important;
}
.theme-btn:hover{
	color: #fff;
	opacity:.7;
}
.btn-style-one{
	background:#d29200;
	background:#d62f2f;
	color:#fff;
}
.btn-style-one:hover{
	box-shadow:         inset 0 0 0 30px rgba(0,0,0,.9);
	-moz-box-shadow:    inset 0 0 0 30px rgba(0,0,0,.9);
	-webkit-box-shadow: inset 0 0 0 30px rgba(0,0,0,.9);
	color:#fff;
}
.btn-style-two {
	background:#333;
	color:#fff;
}
.btn-style-two:hover{
	box-shadow:         inset 0 0 0 30px #d29200;
	-moz-box-shadow:    inset 0 0 0 30px #d29200;
	-webkit-box-shadow: inset 0 0 0 30px #d29200;
	color:#fff;
}
.btn-style-three {
	background:transparent;
	color:#d29200;
	border:2px solid #d29200;
	font-weight:600;
}
.btn-style-three:hover{
	box-shadow:         inset 0 0 0 30px #d29200;
	-moz-box-shadow:    inset 0 0 0 30px #d29200;
	-webkit-box-shadow: inset 0 0 0 30px #d29200;
	color:#fff;
	border:2px solid #d29200;
}
.btn-box{
	margin-top:30px;
	display:none;
}
.main-header{
	padding-left:5%;
	padding-right:5%;
	padding-top:2%;
    position: relative;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.main-header .nav-opener{
	display: flex;
    flex-direction: column;
    line-height: normal;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #d62f2f;
    padding: 12px 20px;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.main-header.header-fixed .nav-opener{
	padding:7px 12px;
}
.nav-opener span{
	display: block;
    height: 4px;
    width: 34px;
    background: #fff;
    border-radius: 4px;
    margin: 4px 0;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.main-header.header-fixed  .nav-opener span{
    height: 3px;
    width: 28px;
    margin: 3px 0;
}
.navigation{
	display:flex;
	display:-ms-flexbox;
	align-items:center;
	justify-content:space-between;
}
.brand-logo{
	
}
.brand-logo a{
	color: #ef890b;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand-logo a img{
	width:35%;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	margin:0 16px 0 0;
}
.main-header .fixed-logo{
	display: none;
}
.main-header.header-fixed .desk-logo
{
	display: none;
}
.main-header.header-fixed .fixed-logo
{
	display: block;
}
.main-header.header-fixed .brand-logo a img{
	width:35%;
}


.brand-logo a h2,.footer-logo .brand-logo a h2{
	margin: 0;
    font-size: 44px;
	font-weight:800;
	text-transform: uppercase;
	text-align:center;
	letter-spacing:1px;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.brand-logo a h2{
	margin: -10px 0 0 0;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
	display: none;
}
.brand-logo a h2 small{
    font-size: 15px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
	transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.main-header.header-fixed .brand-logo a h2{
	font-size:28px;
	margin: -5px 0 0 0;
}
.main-header.header-fixed .brand-logo a h2 small{
	font-size:13px;
	letter-spacing:1px;
	color: #000;
}
.main-header.header-fixed .navigation nav{
	margin:0;
}
.navigation > nav > ul{
	padding: 0;
    margin: 0;
    transition: .3s ease-in-out;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}

.navigation nav ul li a{
	color: #000;
    transition: .3s;
    font-weight: 600;
    position: relative;
    height: 100%;
    background: #ded825;
    display: flex;
    padding: 10px 30px;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	transition:.3s ease-in-out;
}
.main-header.header-fixed .navigation nav ul li a{
	font-size:16px;
	padding:4px 20px;
}
.navigation nav ul li > a:hover{
	color:#b57f03;
}
.navigation nav ul li.dropdown a{
	
	position:relative;
}
.navigation nav ul li.dropdown a span{
	position:relative;
	padding-right:16px;
	display:inline-block;
}
.navigation nav ul li.dropdown > a span:after{
	height: 8px;
    width: 8px;
    border-radius: 50%;
    content: "";
    right: 0;
    position: absolute;
    background: #496246;
    margin: 10px 0 0 5px;
    top: 0;
}

.navigation nav ul li ul{
	position:absolute;
	top:100%;
	left:0;
	padding:20px 0;
	max-width:230px;
	width:230px;
	transition:.3s ease-in-out;
	z-index:2;
	background:rgba(73, 98, 69,.9);
	transform:translateX(0px)
}
.navigation nav ul li ul li{
	display:block;
	margin:0;
}
@media screen and (min-width:767px){
	.navigation nav ul li ul{
		opacity:0;
		visibility:hidden;
		transform:translateX(-20px)
	}
	.navigation nav ul li:hover ul{
		opacity:1;
		visibility:visible;
		transform:translateX(0px)
	}
}
.navigation nav ul li ul li a {
	font-size:16px;
	color:#fff !important;	
	padding:8px 15px;
	line-height:normal;
}
.navigation nav ul li ul li a:hover {
	color:#b57f03 !important;	
}
.close-nav{
	position: absolute;
    top: 0;
    right: 0;
    margin: 4px 12px 0;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
	cursor:pointer;
}
.mobile-nav{
	position: fixed;
    width: 390px;
    top: 0;
    right: 0;
    background: #d07b0d;
    height: 100%;
    padding: 60px 30px 30px;
    transform: translateX(390px);
    transition: .4s ease-in-out;
	-moz-transition:.4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
	z-index:99999;
	overflow-x:hidden;
	opacity:0;
	visibility:hidden;
}
main{
	
	overflow:hidden;
}

.mobile-nav.nav-open{
    transform: translateX(0px);
	opacity:1;
	visibility:visible;
}
.mobile-nav .card-header{
	padding:10px 0;
	border: none;
    background: none;
	position:relative;
	width:100%;
	border-bottom:1px solid #f3ae59;
}

.mobile-nav .card-header a,.mobile-nav .card-header button{
	display:block;
}
.mobile-nav .card-header button{
	box-shadow: none;
    width: 40px;
    height: 100%;
    background: transparent;
    color: #fff;
    position: absolute;
    z-index: 1;
    border: 0 !important;
    box-shadow: none;
    border-radius: 0;
    outline: 0 !important;
    top: 0;
    right: 0;
}
.mobile-nav .accordion .card-header  a{
	font-size: 20px;
    padding: 6px 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.mobile-nav .accordion .card-body{
	padding:10px 15px;
}
.mobile-nav .accordion .card-body ul li a{
	font-size: 16px;
    color: #fff;
    padding: 6px 0;
    display: block;
}
.mobile-nav .accordion a:hover,.mobile-nav .accordion .card-body ul li a:hover{
	color:#000;
}
.weather_widget{
	position: absolute !important;
    top: auto;
    left: 40px;
    z-index: 2;
    line-height: normal;
    text-indent: 0 !important;
    bottom: 60px;
    width: 120px;
    border-radius: 10px;
}
.bookinbar{
	position: absolute;
    top: 0;
    right: 0;
    padding: 40px 10px 5px 10px;
    width: 350px;
    background: rgba(38, 60, 35,.9);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    z-index: 10;
    transform: translate(-30%, 18%);
}
.bookinbar.booking-form-closed{
	transform: translate(10%,0);
}
.booking-form-opener{
	position: absolute;
    font-size: 16px;
    background: #de1600;
    color: #fff;
    padding: 8px 15px;
    top: auto;
    width: 105px;
    text-align: center;
    cursor: pointer;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
	display:none;
}

@media screen and (min-width:767px){
	.booking-form .form-group{
		margin:0 0 25px 0;
	}
}
.booking-form .input-group{
	position:relative;
}
.booking-form .input-group input,.booking-form .form-group .form-control{
	border-radius: 0;
    height: 46px;
    box-shadow: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.booking-form .form-group input[type="submit"]{
	padding: 10px 20px;
    line-height: normal;
}
.booking-form .form-group select.form-control option{
	background:#d29200;
}
.booking-form .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.booking-form .input-group input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.booking-form .input-group input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.booking-form .input-group input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.booking-form .input-group-addon{
	background: #f1f1f1;
    font-size: 30px;
    font-weight: 800;
    border: 1px solid #ddd;
    padding: 0 5px;
    height: 46px;
    border-left: 0;
    color: #d29200;
}
.datepicker.dropdown-menu{
	font-size:14px;
	padding:10px;
}
.datepicker td, .datepicker th{
	padding:4px;
}
.property-search-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.property-search-form{
	position: relative;
    margin: 5% 0 0;
}
.property-search-section-two .content-box{
	position: relative;
	text-align: center;
}

.property-search-section-two .content-box .title-box{
	position: relative;
	margin-bottom: 65px;
}

.property-search-section-two .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 25px;
}

.property-search-section-two .content-box h2 span{
	color: #00c0ff;
}

.property-search-section-two .content-box h4{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
}

.property-search-form.style-two:before{
	position: absolute;
	right: -10px;
	top: -10px;
	left: -10px;
	bottom: -10px;
	content: "";
	background-color: rgba(255,255,255,0.50);
}

.property-search-form.style-two .form-group{
	border-left: 1px solid #dddddd;
	margin-bottom: 0;
}

.property-search-form.style-two .form-group:first-child,
.property-search-form.style-two .form-group:last-child{
	border-left: 0;
}

.property-search-form.style-two .ui-selectmenu-button.ui-button,
.property-search-form.style-two .form-group input,
.property-search-form.style-two .form-group select,
.property-search-form.style-two .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:70px;
	font-size:14px;
	color:#666666;
	line-height:20px;
	font-weight: 400;
	padding:25px 40px 25px 40px;
	background:#ffffff;
	border: 0;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.property-search-form.style-two .form-group input[type="submit"],
.property-search-form.style-two .form-group button{
	position:relative;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 15px;
	line-height: 30px;
	margin-top: 0;
}

.property-search-form.style-two .ui-button .ui-icon{
	background:none;
	position:absolute;
    top: 0px;
    right: 10px;
    text-indent: 0px;
    color: #dddddd;
    height: 70px;
    width: 40px;
}

.property-search-form.style-two .ui-button .ui-icon:before{
	font-family: 'LineAwesome';
    content: "\f110";
	font-weight: 400;
	position:absolute;
	right:0px;
	top: 0;
	height: 70px;
	width: 40px;
	line-height: 70px;
	display:block;
	color:#666666;
	font-size:14px;
	z-index:5;
}
.sec-title{
	margin-bottom:40px;
}
.sec-title h2{
	font-size:24px;
	text-transform:capitalize;
	color:#333;
	text-transform:uppercase;
	letter-spacing: 2px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif
}
.sec-title h2 span{
	position:relative;
	padding:0 50px;
}
.sec-title h2 span:before,.sec-title h2 span:after{
	position:absolute;
	top:18px;
	content:"";
	width:30px;
	background:#f00;
	height:5px;
	display:none;
}
.sec-title h2 span:before{
	left:0;
}
.sec-title h2 span:after{
	right:0;
}
.section{
	padding:40px 0;
}
@media screen and (min-width:767px){
	.sec-title h2{
		font-size:32px;
	}
	.section{
		padding:90px 0;
	}
}
.single-property{
	position: relative;
    overflow: hidden;
    margin: 20px 0;
	background:#fff;
	padding:10px;
}
.single-property figure{
	margin:0;
	position:relative;
	overflow:hidden;
}
.single-property figure:before{
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	width:70%;
	background:#fff;
	content:"";
	z-index:1;
}
.single-property figure:after{
	position: absolute;
    bottom: 0;
    left: calc(70% );
    content: "";
    border-bottom: 50px solid #fff;
    border-right: 30px solid #ffffff00;
	z-index:1;
}
.single-property figure img{
	width:100%;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.single-property:hover figure img{
	transform:scale(1.5) rotate(10deg);
}
.single-property a{
	color:#333;
}
.single-property a:hover{
	color:#b57f03;
}
.property-details {
	font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 20px;
    background: #fdca9d;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background: #fff;
}
.single-property:hover .property-details {
	transform: translateY(0%);
}
.property-details h3{
	margin-top: -50px;
    margin-bottom: 0;
}

.property-details h5{
	font-size:16px;
	margin-bottom:0;
	font-weight:700;
}
.property-details h5 i{
	color:#f00
}
.property-details p{
	font-size:16px;
}
.property-details p:last-child{
	margin-bottom:0;
}
.property-details p a{
	color:#b57f03;
	font-weight:700;
}
.property-details p a:hover{
	color:#333;
}
.restaurant .property-details h3{
	font-size:22px;
	margin-top:0;
}
.restaurant .single-property figure:before,.restaurant .single-property figure:after{
	display:none;
}
.about{
	background:#f6f6f6;
}
.our-properties{
	background:#eaeaea;
}

/* EVENTS */

 .events .line-v2 {
	margin: auto;
	width: 300px;
	height: 2px;
	background: #8e7037;
	margin-top: 22px;
	margin-bottom: 45px;
}
 .events .owl-carousel {
    margin-top: 40px;
}
 .events .owl-carousel .owl-nav {
	display:block;
}
 .events .owl-carousel .owl-nav button {
	position:absolute;
	top:40%;
}
.events .owl-carousel .owl-nav button:focus{
	text-decoration:none !important;
	outline:none;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:0;
}
.events .owl-carousel .owl-nav .owl-next{
	right:0;
}
 .events .owl-carousel .owl-nav button span{
	display:none;
}
 .events .owl-carousel .owl-nav .owl-prev:hover:before {
	background: url("../images/even-l-icon-color.png") no-repeat;
}
 .events .owl-carousel .owl-nav .owl-prev:before {
	content: "";
	background: url("../images/even-l-icon.png") no-repeat;
	position: absolute;
	width: 17px;
	height: 30px;
	left: -30px;
}
 .events .owl-carousel .owl-nav .owl-next {
	font-size: 0;
}
 .events .owl-carousel .owl-nav .owl-next:before {
	content: "";
	background: url("../images/even-r-icon.png") no-repeat;
	position: absolute;
	width: 17px;
	height: 30px;
	right: -30px;
}
 .events .owl-carousel .owl-nav .owl-next:hover:before {
	background: url("../image/even-l-icon-color1.png") no-repeat;
}
 .events .line {
	width: 300px;
	height: 1px;
	background: #8e7037;
	margin-top: 22px;
	margin-bottom: 45px;
}
 .events .events-title {
	color: #232323;
}
 .events .events-item {
	position: relative;
    text-align: left;
    overflow: hidden;
    display: block;
    cursor: pointer;
    margin: 20px 0;
}
.events .events-item:before {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(5, 5, 5, 0.6)));
	background: -webkit-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
	background: -moz-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
	background: -ms-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
	background: -o-linear-gradient(top, transparent, rgba(5, 5, 5, 0.6));
	bottom: 0;
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
}
.events .events-item img {
	width: 100%;
	transition: all 0.3s ease-in-out;
	transform: scale(1.2);
}
.events .events-item:hover img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.events .events-item .events-content {
	position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 20px 20px;
    height: auto;
    z-index: 1;
    background: rgba(0,0,0,.5);
	transition: all 0.3s ease-in-out;
	transform:translateY(195px);
}
.events .events-item:hover .events-content {
	transform:none;
}
.events .events-item .events-content .details-text{
	transition: all 0.3s ease-in-out;
	opacity:0;
}
.events .events-item:hover .events-content .details-text{
	opacity:1;
}
.events .events-item .events-content p{
	color:#fff;
	margin-bottom:0;
}
.events .events-item .events-content a:hover {
    text-decoration: none;
}
 @media (max-width: 1199px) {
	.events .events-item .events-content .sky-h3 {
		font-size: 27px;
	}
}
.sky-p {
    font-size: 14px;
    color: #FFF;
    font-family: 'Poppins', Arial, sans-serif;
}
.sky-h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
.sky-h3:hover{
	color:#b57f03;
}
.events-item .date{
	position: absolute;
    top: 0;
    background: #ef890b;
    display: block;
    padding: 5px 10px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    width: 114px;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    font-style: italic;
    font-family: times;
}
.explore{
	padding:0 20px;
}
.explore a{
	display: inline-block;
    padding: 7px 20px 8px 20px;
    background: #b57f03;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.explore a:hover{
	color: #ddd;
}
.footer-sky .footer-mid {
    background: #000;
	padding:90px 0 40px 0;
}
.footer-sky .brand-logo{
	float:none;
}
.footer-sky .footer-mid .padding-footer-mid .list-content {
    text-align: left;
    margin-bottom: 10px;
}
.footer-sky .footer-mid .padding-footer-mid .list-content ul {
    padding: 0;
}
.footer-sky .footer-mid .padding-footer-mid .list-content ul li {
    list-style: none;
    margin-bottom: 12px;
}
.footer-sky .footer-mid .padding-footer-mid .list-content ul li a {
    color: #ebebeb;
    font-size: 15px;
    font-weight: 400;
}
.footer-widget h3{
	font-size:22px;
	color:#fff;
	margin-bottom:32px;
}
.footer-widget h3 span{
	border-bottom:1px solid #ddd;
	padding-bottom:10px 
}
.footer-widget .brand-logo{
	text-align:left;
}
.footer-widget .brand-logo a h2{
	text-align:left;
}
.footer-widget .brand-logo a h2 small {
    font-size: 16px;
    color: #ddd;
    letter-spacing: 4px;
}
.footer-widget p{
	color:#fff;
	font-size:14px;
}
.footer-top .container{
	background: #efcb62;
    padding: 20px 64px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 6px 12px 0px #bd8d00;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
@media screen and (min-width:767px){
	.footer-top .container:hover{
		box-shadow: 6px -12px 0px #bd8d00;
	}
}
.footer-top .brand-logo a h2{
	color:#000
}
.footer-sky .brand-logo a{
	text-align:left;
}
.footer-sky .brand-logo a img {
    width: 276px;
	display:inline-block;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.social {
    margin:-5px 0 8px 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.social a{
	display: inline-block;

	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.social a i{
	padding: 8px 6px;
   
    font-size: 30px;
    color: #fff;
    text-align: center;
	
}
.footer-top .brand-logo a h2 small{
	font-size: 15px;
	letter-spacing:1px;
}
.footer-bottom{
	background:#1b1a1a;
	padding:10px 0;
}
.footer-bottom p{
	color:#fff;
	margin:0;
	font-size:14px ;
}
.footer-bottom p a,footer p a{
	color:#fff;
	
}
.fw-inner{
	padding: 0 0;
}
.fw-inner p a:hover{
	color: #fff;
}
.fw-inner h5{
	color: #ddd;
    font-size: 16px;
}
.google-map{
	position:relative;
	padding-bottom:50%;
}
.google-map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.quick-links li a{
	position:relative;
	padding-left:30px;
}
.quick-links li a:before{
	position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #b57f03;
    top: 6px;
    left: 0;
}
.quick-links li a:hover,.quick-links li a:hover span{
	color:#b57f03 !important;
}
.quick-links li a span{
	color:#999;
	float:right;
}
.call-back {
	display: inline-block;
    padding: 12px 10px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    color: #fff;
    line-height: normal;
    font-size: 24px;
    width: 85%;
    text-align: center;
}
.call-back a{
	color: white;
}
.quick-links{
	width:85%;
}
.explore-btns a + a{
	margin-left:-4px;
}
.explore-btns a:first-child,.explore a:first-child{
	background:#e42b2b;
}
.header-fixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding:8px 0;
}

/**********Rooms**********/
.our-rooms{
	background:#f1f1f1;
}
.our-rooms .sec-title h2,.our-rooms .sec-title p{
	color:#333;
}
.thumbnail {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0
}
.thumbnail .caption {
   padding:0;
   color:#000;
}
.img-thumbnail,
.thumbnail {
    box-shadow: none
}
.thumbnail-block {
    display: block
}
.thumbnail-block>img,
.thumbnail-block a>img {
    width: 100%;
    height: auto
}
.thumbnail-custom {
    position: relative;
    padding-left: 15px;
    margin: 0 2%;
}
.thumbnail-custom:before {
    display: inline-block;
    content: '';
    background: rgba(255,255,255,.9);
    position: absolute;
    width: 96%;
    bottom: 0;
    left: 0;
    top: 30px;
    opacity: .2;
    z-index: 1;
    box-shadow: -5px 8px 10px 2px rgba(0, 0, 0, .15);
    transition: .3s ease-in-out;
}
.thumbnail-custom:hover:before {
	top:0;
	left:15px;
}
.thumbnail-custom img {
    width: 100%
}

.thumbnail-custom-body {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 2
}

.thumbnail-custom .caption {
    padding: 20px 0
}

@media(min-width:480px) {
    .thumbnail-custom .caption {
        padding: 20px 7px 14px 15px
    }
}
.thumbnail-custom h5 {
    font-weight: 400;
    font-size: 24px;
}

.thumbnail-custom *+h5 {
    margin-top: 13px
}

.thumbnail-custom p {
    margin-top: 18px;
    height: 96px;
    overflow: hidden;
}

.thumbnail-custom *+.meta-price {
    margin-top: 24px
}

@media(min-width:480px) {
    .thumbnail-custom *+.meta-price {
        margin-top: 16px
    }
}
.thumbnail-custom h5 a {
    color: #000;
    font-weight: 600;
}
.thumbnail-custom h5 a:hover{
	color:#b57f03;
}
.thumbnail-custom .meta {
    font-size: 13px;
    font-weight: 700;
    color: #777;
}
.thumbnail-custom .meta-price {
    text-align: center
}
.thumbnail-custom .meta-price img {
    width: auto
}
@media(min-width:480px) {
    .thumbnail-custom .meta-price {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.thumbnail-custom .price {
    background-color: #fde27a;
    padding: 7px 30px;
    position: relative;
    color: #000;
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1;
}
@media(min-width:480px) {
    .thumbnail-custom .price {
        margin-left: -59px;
        padding: 7px 40px;
        font-size: 66px
    }
}
.thumbnail-custom .price:before {
    content: "\f2e7";
	font-family:LineAwesome;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 13px;
    left: 16px
}
.thumbnail-custom .img-block {
    margin-top: 10px
}
@media(min-width:480px) {
    .thumbnail-custom .img-block {
        margin-top: 0
    }
}

.thumbnail-custom-footer {
    padding: 36px 32px 30px 6px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2
}

.thumbnail-custom-footer:before,
.thumbnail-custom-footer:after {
    content: " ";
    display: table
}
.thumbnail-custom-footer:after {
    clear: both
}
.thumbnail-custom-footer .number {
    display: inline-block;
    opacity: .3;
    float: left;
    line-height: 1
}
.our-rooms .btn {
    transition: .3s ease-out;
    border-radius: 0;
    line-height: 1;
    border-width: 2px;
    box-shadow: none;
}
.our-rooms .btn:hover{
	opacity:.5;
}
.our-rooms .btn-xs, .our-rooms .btn-group-xs>.btn {
    padding: 9px 26px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .075em;
}
.btn-white {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
	border:2px solid #fff !important;
}
.thumbnail-custom-footer .btn {
    float: right
}
.fw-b{
	color:#fb2727
}
.our-restaurant{
	background:#f7f7f7;
}
.restaurant-single .title-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 40px;
    background-color: #fff;
    margin-right: 40px;
    z-index: 2;
    position: relative;
	margin-bottom:-90px;
}
.restaurant-single .title-wrap .title .room-cat{
	text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}
.restaurant-single .title-wrap .title h2{
	font-size: 35px;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: uppercase;
}
.restaurant-single .title-wrap .price {
    font-size: 22px;
    color: #ef890b;
    font-weight: 700;
}
.restaurant-single .title-wrap .price span{
    font-size:16px;
}

.restaurant-single .media{
	position: relative;
    display: block;
    flex: none;
}
.restaurant-single .media img{
	width:100%;
	object-fit: cover;
	height: 550px;
}
.restaurant-single .media .book-btn{
	position: absolute;
	bottom: 0;
	z-index: 1;
	margin:0 0  0;
	text-align:center;
	width:auto;
	right:0;
	bottom:0;
	
}
.restaurant-single .media .book-btn a{
	display: inline-block;
    padding: 54px 10px;
    background: #ded825;
	font-weight:600;
    color: #000;
    font-size: 20px;
    position: relative;
    height: 140px;
    width: 140px;
    text-align: center;
    border-radius: 50% 50% 0% 50%;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.restaurant-single .media .book-btn a{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite alternate both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;

}
.restaurant-single .media .book-btn a:hover{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	background:#d62f2f;
	color:#fff;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

.restaurant-single h4{
	font-size: 28px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.table-view{
	display:table;
	height:100%;
	width:100%;
}
.cell-view{
	display:table-cell;
	vertical-align:middle;
}
.grid{
	text-align:center;
	display:flex;
	display:-ms-flexbox;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.grid-title{
	width: 100px;
    vertical-align: top;
}
.grid-title .grid-inner{
    padding: 0;
    height: 100%;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.grid-title .grid-inner .sec-title{
	margin:0;
}
.grid-title .grid-inner .sec-title h2{
	color: #333;
    position: absolute;
    left: -232px;
    top: 238px;
    transform: rotate(-90deg);
    font-size: 50px;
    font-weight: 900;
    font-family: 'Poppins';
}
.grids{
	width: calc(100% - 100px);
    vertical-align: top;
	display:flex;
	display:-ms-flexbox;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	position:relative;
	padding-top:20px;
}
.flexible-link{
	position: absolute;
    top: 0;
    left: 20px;
    font-size: 18px;
    color: #d62f2f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.flexible-link:after{
	position: absolute;
    top: 0;
    content: "";
    width: 300px;
    left: 260px;
    background: #d62f2f;
    height: 1px;
    bottom: 0;
    margin: auto;
}
.grid-item{
	width: calc(50% - 0px);
    vertical-align: top;
    margin: 20px 0;
}
.grid-item .grid-inner{
	margin: 0 20px;
    overflow: hidden;
}
.grid-layout.our-rooms .sec-title p{
	font-size:18px;
}
.grid-layout.our-rooms .sec-title{
	padding: 20px 20px;
	min-height: auto;
}
.grid-layout.our-rooms .last-grid .sec-title {
    padding: 20px 20px;
    height: 224px;
    min-height: 200px;
}
.grid-layout.our-rooms  .price-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: #d62f2f;
    color: #fff;
    padding: 4px 50px;
    font-weight: bold;
   font-size: 25px;
   clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.last-grid .grid-inner{
	background:#496246
}
.btn-content a{
	display:inline-block;
	margin:10px 10px 0 10px;
}
.last-grid .grid-inner .sec-title p{
	color:#fff;
}
.last-grid .grid-inner .sec-title .btn-content a{
	color:#fff;
	border-color:#fff;
	border-width:1px ;
	font-weight:400;
}
.rooms-slide{
	height:400px;
}
.rooms-slide img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.grid-inner .media{
	position:relative;
	flex:none;
	display:block;
}
.btnplus {
    background: #ded825;
    width: auto;
    height: 60px;
    position: absolute;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    bottom: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
    z-index: 2;
    transition: .5s ease-in-out;
    min-width: 200px;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    text-transform: uppercase;
   
}
.btnplus  small{
	font-weight: 600;
}
.media-content{
	position:absolute;
	padding:50px 25px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	opacity:0;
	visibility:hidden; 
	z-index:2;
}
.grid-inner .media:hover .media-content{
	opacity:1;
	visibility:visible; 
}
.grid-inner .media:hover .btnplus{
	opacity:0;
	visibility:hidden; 
}
.media-content-inner{
	display:table;
	height:100%;
	width:100%;
}
.flip-box-inner{
	display:table-cell;
	vertical-align:middle;
}
.media-content h5
{
	margin-bottom: 0;
	color: #ded825 !important;
}

.media-content .desc {
    padding: 10px 0 10px 0;
}
.media-content .desc,.room-extra-service li{
	color:#fff;
}
.media-content ul.room-extra-service {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    -moz-align-items: top;
    align-items: flex-start;
    justify-content: center;
}
.media-content .room-extra-service li {
    padding: 0 8px;
    margin: 8px 0;
    line-height: 0;
    text-align: center;
	vertical-align:top;
	flex:1 1 auto!important;
}
.media-content .room-extra-service li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.media-content .room-extra-service li span{
	display: block;
	line-height: normal;
}
.media-content .room-extra-service li span:nth-child(1){
	margin-bottom:10px;
}
.media-content .room-extra-service li span:nth-child(2){
	font-size:12px;
	margin-bottom:5px;
	font-weight:600;
}
.media-content .room-extra-service li span:nth-child(3){
	font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
.media-content .room-extra-service li span.service_icon img{
    width:32px;
}
.media-content .services-box-read {
    font-weight: 400;
    font-size: 14px;
    transition: all .3s;
    margin-top: 25px;
}
.media-content .services-box-read a {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    transition: all .3s;
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}


.styled-title .sec-title h2{
    padding-top: 0;
    padding-bottom: 20px;
	position:relative;
}
.styled-title .sec-title h2:before,.styled-title .sec-title h2:after{
	position:absolute;
	height:100%;
	width:100%;
	text-align:center;
	margin:auto;
	left:0;
	right:0;
	content:"";
}
.styled-title .sec-title h2:before {
    background: url(../images/title-style.png) no-repeat center top/ 200px;
	top:0;
	display:none;
}
.styled-title .sec-title h2:after {
    background: url(../images/title-style.png) no-repeat center bottom/ 200px;
	bottom:0;
}
.products{
	background:url(../images/rooms-bg.jpg) no-repeat fixed center center /cover;
}
.product-single a{
	display:block;
	color:#fff;
}
.product-single a figure{
	width:100%;
	height:200px;
	overflow:hidden;
	background:#fff;
	position:relative;
	margin:0;
}
.product-single a figure img{
	position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto !important;
    height: 100%;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.product-single a h4{
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.product-single a h5{
	font-size:18px;
	font-weight:400;
}
.product-details{
	margin:0 20px;
	
	padding:20px;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	position:relative;
	z-index:1;
}
.product-single a:hover figure img{
	transform:translateY(-10px);
}
.product-single a:hover .product-details{
	transform:translateY(-20px);
	background:rgba(0,0,0,.3);
}
.products .sec-title h2{
	color:#fff;
}
.main-banner{
	height:70vh;
	background-size:cover !important;
	background-position:center center !important;
	background-attachment:scroll !important;
	position:relative;
}
.main-banner::before{
content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5); /* or your yellow */
	z-index: 1;
}
.banner-inner{
	height:100%;
	display:table;
	width:100%;
	text-align:center;
}
.banner-inner-content{
	display:table-cell;
	vertical-align:middle;
}
.banner-inner-content .center {
    display: inline-block;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    height: 30px;
    background: rgba(255, 255, 255, 0.80);
    height: auto;
}
.banner-inner-content h1 { 
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin: 0;
	text-transform:uppercase;
}
.breadcrumb-nav{
	position: absolute;
    left: 70%;
    bottom: 0;
    background-color: #fff;
    padding: 20px 40px;
    z-index: 2;
}
.breadcrumb-nav li{
	display: inline-block;
    font-weight: 700;
    position: relative;
	color:#222;
}
.breadcrumb-nav li:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
}
.breadcrumb-nav li a{
	color:#222;
}
.breadcrumb-nav li.active,.breadcrumb-nav li:hover a{
	color:#ef890b;
}
.breadcrumb-nav li:not(:first-child)::before {
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    content: '|';
    color: #222;
}
.breadcrumb-nav li.active::before {
    color: #bead8e;
}
.inner_page  .main-header{
	background:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.inner_page  .main-header .desk-logo
{
	display: none!important;
}
.inner_page  .main-header .fixed-logo
{
	display: block!important;
}

.facilities-section{
	padding:40px 0;
	position:relative;
	background:#ef890b;
}
.facilities-section:after{
	background:url(../images/facility-bg.jpg) no-repeat fixed center center /cover;
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:.5;
	z-index:0;
}
.facilities-section.bsf:after{
	background:url(../images/banners/bs-facilities-banner.jpg) no-repeat fixed center center /cover;
}
.facilities-section.tis:after{
	background:url(../images/banners/TIS_FacilitiesBanner.jpg) no-repeat fixed center center /cover;
}
@media screen and (min-width:767px){
	.facilities-section{
		padding:80px 0;
	}
}
.facilities-section .container{
	position:relative;
	z-index:1;
}
.facilities-section .sec-title h2{
	color:#fff;
}
.facilities {
    width: 100%;
    height: auto;
    margin-left: 0;
    background: rgba(255,255,255,1);
    padding: 3em 0;
    text-align: left;
    border-radius: 5px;
}
.facilities ul li {
    height: 5em;
    position: relative;
    vertical-align: middle;
	display:table;
	width:100%;
	line-height:normal
}

.facilities.services ul li {
	height:auto;
	padding:10px 0;
	color:#fff;
}

.facilities.services ul li:before{
	content: "";
    height: 10px;
    width: 10px;
    background: #d29200;
    display: inline-block;
    margin-right: 15px;
}
@media screen and (min-width:767px){
	.facilities.services ul {
		column-count:2;
		-moz-column-count:2;
		-webkit-column-count:2;
		padding:0 20px;
	}
	
}
.facilities img {
	width: 40px;
	margin: 1em;
	list-style-type: none;
	font-size: 15px;
	position:static;
	top:0;
	left:0;
}
.facilities ul li span{
	display:table-cell;
	vertical-align:middle;
}
.facilities ul li span:first-child{
	width:72px;
}
.facilities.services{
	background:#496145;
}
.facilities.services .card-body{
	margin-bottom:20px;
}
.facilities-section.services-section {
	background:#000;
	padding-top:50px;
	
}
.menu-button a{
	width:auto;
}


/*********Gallery**********/
.outlook ul{
	display:flex;
	display:-ms-flexbox;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.outlook ul li{
	width:16.666%;
	flex:0 0 16.666%
}
.outlook > ul > li a {
	border: 3px solid #ddd;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.outlook > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.outlook > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.hotel-gallery{
	padding:40px 0;
	position:relative;
	background:#f1f1f1;
}
@media screen and (min-width:767px){
	.hotel-gallery{
		padding:90px 0;
		position:relative;
	}
}
.home-page .brand-logo a img.brentwood-hotels,.room-details .brand-logo a img.brentwood-hotels{   
	display:block;
}
.brentwood-sanctuary-page  .brand-logo a img.brentwood-sanctuary{
	display:block;
	width: 165px;
}
.imperial-square-page  .brand-logo a img.imperial-square{
	display:block;
	width:170px;
}
.details-accomodations .cell-view{
	vertical-align:top;
}
.accomodations{
	list-style-type:none;
	margin-top:20px;
}
.accomodations li{
	display: inline-block;
    width: 50%;
    margin: 0 -2px;
    text-align: left;
    position: relative;
    padding-left: 65px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-right: 10px;
    vertical-align: top;
}
.accomodations li img{
	position:absolute;
	left:0;
	opacity:.8;
	top:0;
	height:50px;
	width:auto;
}
.accomodations li span{
	display: block;
    font-weight: 700;
    line-height: normal;
	font-size:14px;
	text-transform:uppercase;
	color:#333;
}

.accomodations li span + span{
	font-weight:400;
	text-transform:none;
	color:#333;
}
.facilities-section .card{
	border-radius:0;
	border:0;
	margin:20px 0;
}
@media screen and (min-width:767px){
	.facilities-section .card{
		margin:0;
	}
}
.facilities-section .card:not(:last-child){
	border-right:1px solid #ddd;
}
.facilities-section .card .card-body ul li{
	height: auto !important;
    padding-left: 40px;
    margin: 16px 0;
    font-size: 16px;
}
.facilities-section .card .card-body ul li:before{
	content: "\f17d";
    top: 0;
    left: 0;
    position: absolute;
    font-family: LineAwesome;
    font-size: 22px;
    color: #138a00;
}
.facilities-section .card-header{
	padding:0;
	border:0;
}
.facilities-section .card-header h5 button{
	text-decoration: none !important;
    padding: 10px 20px;
    border: 0 !important;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 24px;
    background: #e6e6e6;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
}
.facilities-section .card-header h5 button:after{
	content: "\f131";
	top: 0;
	right: 0;
	position: absolute;
	font-family: LineAwesome;
	font-size: 22px;
	color: #000;
	margin:10px;
	display:none;
}
.facilities-section .card-header h5 button.collapsed:after{
	content: "\f2c3";
}
.menu .media{
	flex: none;
    display: block;
    background: #000;
    padding: 40px 0 90px 0;
}
.menu .media:after{
	background:url('../images/menu-bg.jpg') no-repeat fixed top center / cover;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	opacity:.5;
}
.menu-content{
	width:518px;
	margin:32px  auto 0;
	position:relative;
	background:rgba(247, 195, 76, 0.8);
	padding:30px 30px 30px 30px;
	border-radius:0px;
	z-index:1;
}
.menu-content:after{
	height:20px;
	width:100%;
	position:absolute;
	top:100%;
	background:rgba(247, 195, 76, 0.8);
	content:"";
	z-index:0;
	left:0;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 10%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 10%);
}
.menu-content ul li{
	padding-left: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    position: relative;
    line-height: 30px;
    margin: 20px 0;
    vertical-align: top;
}
.menu-content ul li:before{
	position:absolute;
	left:0;
	content: "\f18b";
	top:0;
	font-family:LineAwesome;
	font-size:30px;
}
.menu-btn{
	position: absolute;
    width: 100px;
    text-align: center;
    z-index: 1;
    margin: 20px 0 0;
    height: 100px;
    padding: 10px 0;
    border-radius: 50%;
    right: -40px;
    bottom: -52px;
    background: #c53508;
}
.menu-btn a{
	display: block;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px;
    line-height: normal;
}
.menu-btn a i{
	font-size:24px;
}
.imperial-square-page.inner_page .navigation nav > ul > li > a{
	padding:20px 0;
}
.cafe-de-tavern .banner-inner-content{
	background:rgba(0,0,0,.6);
}
.menuItem{
	position:relative;
	background:#000;
}
.menuItem:after{
	background:url(../images/banners/CDT_EnjoyBanner.jpg)no-repeat bottom center /cover;
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	opacity:.3;
	z-index:0;
}
.menuItem.ttm:after{
	background:url(../images/rooms/ttm/ttme-bg.jpg)no-repeat bottom center /cover;
}
.menuItem.twt:after{
	background:url(../images/rooms/twt/twte-bg.jpg)no-repeat bottom center /cover;
}
.menuItem.ttd:after{
	background:url(../images/rooms/ttd/ttde-bg.jpg)no-repeat bottom center /cover;
}
.menuItem.wp:after{
	background:url(../images/rooms/wp/wp-enjoy-bg.jpg)no-repeat bottom center /cover;
}
.menuItem .container{
	position:relative;
	z-index:1;
}
@media screen and (min-width:767px){
	.cafe-de-tavern .banner-inner-content p img{
		width:500px;
	}
	
	.menuItem .container{
		max-width:90%;
	}
}

.menuItem .mc-wrapper{
	background:#d29200;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.menu-caption{
	padding:20px 60px 20px 30px;
}
.menu-caption h2,.menu-caption h5,.menu-caption p{
	color:#fff;
}
.menu-caption h2{
	text-transform:capitalize;
	font-size:40px;
}
.menu-caption .mc-btn{
	margin:30px 0 0 ;
}
.menu-caption .mc-btn a{
	padding:12px 25px;
}
.mc-content{
	padding:50px 40px;
}
.mc-content figure{
	overflow:hidden;
	margin:0;
	position:relative;
}
.mc-item figure img{
	width:100%;
	transition:.3s ease-in-out;
	transform:scale(1);
}
.mc-item:hover figure img{
	filter:grayscale(100%);
}
.mc-item figure figcaption{
	display: block;
    background: #fff;
    padding: 20px 30px;
    position: absolute;
	width:100%;
	margin:0 auto;
	left:0;
	right:0;
	height:100%;
    top: 0%;
	transition:.3s ease-in-out;
	
}
@media screen and (min-width:767px){
	.mc-item figure figcaption{
		opacity:0;
		visibility:hidden;
		transform:scale(1.1);
	}
	.mc-item:hover figure figcaption{
		visibility:visible;
		opacity:1;
		transform:scale(1);
	}
	
}

.mc-item figure figcaption:after{
	position:absolute;
	content:"";
	z-index:0;
	bottom:0;
	left:0;
	width:100%;
	height:150px;
	background:#d29200;
	-webkit-clip-path: polygon(18% 95%, 100% 83%, 100% 100%, 50% 100%, 0 100%, 0 81%);
	clip-path: polygon(18% 95%, 100% 83%, 100% 100%, 50% 100%, 0 100%, 0 81%);

}
.mc-item figure figcaption h3 small{
	display:block;
	font-size:14px;
	font-weight:600;
	color:#263c23;
}
.mc-item figure .mcTitle{
	display: block;
    background: #fff;
    padding: 14px 20px;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
	line-height:normal;
}
.mc-item figure .mcTitle:after,.mc-item figure .mcTitle:before{
	content: "";
    height: 5px;
    width: 50%;
    position: absolute;
    background: #d29200;
}
.mc-item figure .mcTitle:before{
	left:0;
	top:0;
}
.mc-item figure .mcTitle:after{
	right:0;
	bottom:0;
}
.mc-item:hover figure .mcTitle{
	bottom: -100%;
}
.mc-item figure figcaption p{
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	opacity:0;
	font-size:18px;
	line-height:26px;
}
.mc-item:hover figure figcaption p{
	opacity:1;
}
.menuItem .owl-nav{
	position: absolute;
    background: #fff;
    left: -15.5%;
    top: 90%;
    width: 66px;
    text-align: center;
    color: #fff;
}
.menuItem .owl-nav button{
	font-size: 30px !important;
    outline: none;
    line-height: normal !important;
    display: inline-block;
    color: #333 !important;
}
.menuItem .owl-nav button + button{
	border-left:1px solid #333 !important;
}
.menuItem .owl-nav button span{
	display:inline-block;
	color:#333;
}
.checkInOut{
	margin-top:40px;
}

/****************About***********/
.about{
	position:relative;
	background:#f6f6f6;
}
.about .container{
	position:relative;
	z-index:1;
}
.about-highlight
{
    color: #d62f2f;
    font-weight: 600;
}
.about:before{
	position:absolute;
	bottom:0;
	height:100%;
	width:100%;
	content:"";
	background:url(../images/about/about-bg.jpeg)no-repeat fixed center center/cover;
	opacity:.1;
}
.about .single-feature-box {
    background-color: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(34 34 34 / 2%);
    box-shadow: 0px 8px 16px 0px rgb(34 34 34 / 2%);
    text-align: center;
    font-size: 14px;
	height:100%;
}
.about .sf-box:nth-child(1) .single-feature-box{
	
}
.about .sf-box:nth-child(2) .single-feature-box{
	margin-top:30px;
}
.about .sf-box:nth-child(3) .single-feature-box{
	margin-top:30px;
	height:calc(100% - 30px);
}
.about .sf-box:nth-child(4) .single-feature-box{
	margin-top:60px;
	height:calc(100% - 30px);
}
.about .single-feature-box .icon{
    margin-bottom: 10px;
    line-height: 1;
    color: #bead8e;
}
.about .single-feature-box .icon img{
    width:74px;
}
.about .single-feature-box figure{
   margin:0 0 ;
   height:100%;
   overflow:hidden;
}
.about .single-feature-box figure img{
    width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.about .single-feature-box figure:hover img{
    transform:scale(1.2);
	filter:brightness(.5);
}
.about .single-feature-box h4{
    font-size:24px;
}
.about .single-feature-box p{
    font-size:16px;
}
.single-feature-box.single-feature-box-last{
	background-color:#ef890b;
}
.single-feature-box.single-feature-box-last h4,.single-feature-box.single-feature-box-last p{
	color:#fff;
}

.about-info h4{
	font-size: 20px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ef890b;
    font-weight: 900;
}
.about-info h1{
	font-size:60px;
	font-weight:800;
	letter-spacing:2px;
	text-transform:capitalize;
	color:#333;
}
.about-info p{
	font-size:22px;
	font-weight:400;
	letter-spacing:.5px;
	color:#333;
	margin:10px 0 0;
}


.about-img{
	margin-top:30px;
	position:relative;
	padding: 0!important;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (min-width:767px){
	.about-img{
		margin-top:-12%;
		position:relative;
	}
}

.about-img-text{
	padding: 50px 50px 40px 50px;
    background: #496245;
    border-radius: 5px;
    position: relative;
    color: #fff;
}
.about-img-text:after,.about-img-text:before {
    content: "";
    height: 4px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
    display: block;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
}
.about-img-text:before {
	width:80px;
	 top: 24px;
}
.about-hotel-contact{
	position:absolute;
	bottom:2%;
	width:100%;
	left:20px;
}
.about-hotel-contact a{
	display:inline-block;
	color:#333;
}
.about-hotel-contact h4{
	font-size:20px;
}
.contact-page .google-map{
	padding-bottom:35%;
}
.packages-wrapper{
	min-height:50vh;
	position:relative;
	background:#555;
}
.packages-wrapper:after{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	content:"";
	background:url(../images/banners/AboutUs_Banner.jpg) no-repeat fixed center center / cover;
	opacity:.1;
}
.packages-wrapper .container{
	z-index:1;
	position:relative;
}
.single-package figure{
	position:relative;
}
.single-package figure figcaption{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	padding:15px 20px;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.single-package figure figcaption a{
	display:block;
	color:#fff;
	font-size:20px;
}
.single-package figure figcaption a span{
	line-height: normal;
    float: right;
    font-size: 32px;
    display: block;
    margin: 0;
}
.single-package figure figcaption a span i{
	line-height: normal;
    display: block;
    margin: 0;
}
.close-pd{
	position: absolute;
    top: 0;
    right: 0;
    margin: 4px 10px;
    font-size: 30px;
    line-height: normal;
    color: #fff;
    display: block;
    cursor: pointer;
	transition:.1s ease-in-out;
	-moz-transition:.1s ease-in-out;
	-webkit-transition:.1s ease-in-out;
}
.close-pd:hover{
	transform:scale(1.15);
}
.packagesModal .modal-content{
	background:#263c23;
}
.package-detail{
	padding:0;
	position:static;
	top:0;
	width:100%;
	left:0;
	z-index:1;
}
.package-detail h3{
	font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}
.package-detail .table tr th,.package-detail .table tr td{
	font-size: 14px;
    color: #fff;
    padding: 5px 10px;
}
.package-detail h5{
	margin-top:10px;
	font-size:16px;
	color:#fff;
}
.package-detail ul{
	padding:0 0 0 20px;
}
.package-detail ul,.package-detail ul li{
	color: #fff;
	list-style-type: disc;
	font-size: 13px;
}
.reservation-modal .modal-content{
	background: #263c23;
}
.reservation-modal .modal-title,.modal-header .close span{
	color:#fff;
}

.reservation-modal form .form-control{
	height: 40px;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    background: transparent;
}
.reservation-modal form .form-control::placeholder {
	color: #fff;
}
.reservation-modal form .form-control:-ms-input-placeholder {
	color: #fff;
}
.reservation-modal form .form-control::-ms-input-placeholder {
	color: #fff;
}
.reservation-modal form label{
	display:none;
}
@media screen and (min-width:767px){
	.single-package:hover figure figcaption{
		opacity:1;
		visibility:visible;
	}
	.package-detail .table tr th, .package-detail .table tr td{
		font-size:15px;
	}
	.reservation-modal form .form-control{
		height:50px;
		font-size:16px;
	}
	.reservation-modal form{
		margin-top:20px;
	}
}
.metis.tparrows {
    transform: none !important;
    bottom: 12px;
    left: 0 !important;
    top: auto !important;
    right: 0;
    margin: auto;
	width: 50px;
    height: 50px;
	opacity:1 !important;
	visibility:visible !Important
}
.metis.tparrows.tp-leftarrow {
   transform: translateX(-30px)!important;
}
.metis.tparrows.tp-rightarrow {
    transform: translateX(30px)!important;
}
.tparrows:before{
	line-height:30px;
}
.heading-styled{
	margin-bottom:20px;
	padding:0 10%;
	text-align:center;
}

.heading-styled .title-tag{
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
	color:#ef890b;
}
.heading-styled  h2{
	font-size: 60px;
    line-height: 1.125;
    letter-spacing: -1px;
	font-weight:800;
	color:#333;
}
.heading-styled p{
	font-size: 20px;
    line-height: 32px;
    padding: 20px 0 0;
	color:#333;
}
.facilities {
    display: -ms-flex;
    display: flex;
    justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
    margin-top: 0px;
    margin-bottom: 40px;
	background:transparent;
	align-items:flex-start;
	padding:20px 0 0;
}
.facilities li {
    margin-top: 0;
	width:20%;
	flex:0 0 20%;
	padding:0 20px;
}
.facilities li a{
    background: #fff;
    padding: 35px 20px 40px;
    -webkit-box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    text-align: center;
    display: block;
    color: #ef890b;
    color: #bead8e;
    position: relative;
    z-index: 1;
	min-height:224px;
	transition:.3s ease-in-out;
}
.facilities li a i {
    font-size: 75px;
}
.facilities li a .hover-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 75px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.facilities li a .title {
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 10px;
    display: block;
}
.facilities li:nth-child(2){
	margin-top:70px;
}
.facilities li:nth-child(3){
	margin-top:140px;
}
.facilities li:nth-child(4){
	margin-top:70px;
}
.facilities li:nth-child(6){
	margin-top:40px;
}
.facilities li a:hover {
	background:#bead8e;
}
.facilities li a:hover i,.facilities li a:hover .title{
	color:#fff;
}
/************Tariff************/
.single-package{
	padding:40px 50px;
	background:#fff;
	border-radius:0px;
	
}
.tariff-section table {
	background:#fff;
	margin:0;
}
.tariff-section table tr th{
	background:#402520;
	background:#ef890b;
	color:#fff;
	text-align:center;
	font-weight:600;
	vertical-align:middle;
}
.tariff-section table tr + tr th{
	background:#464646;
}
.tariff-section table tr td{
	font-size:18px;
	text-align:center;
	font-weight:400;
}

.single-ti{
	margin:40px 0 0;
}
.single-ti h4{
	font-size: 18px;
    margin: 0 0 22px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    color: #e24434;
}
.location-page .single-ti h4{
	font-size: 28px;
	text-transform:uppercase;
	color:#402520;
}
.single-ti ul{
	padding:0;
	margin:0;
}
.single-ti ul li{
	padding: 0 0 0 20px;
    margin: 15px 0 0;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    opacity: .8;
    line-height: 20px;
}
.location-page .single-ti ul li{
	font-size: 18px;
	line-height:28px;
	font-weight:300;
}
.roadMap{
	margin-top:2rem;
}
.location-image img{
	width:100%;
}
.single-ti ul li:before{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	height:8px;
	width:8px;
	background:#333;
}
.tariff-section table tr td:nth-child(1) {
    background: #f1f1f1;
}
.facilities-page .facilities {
	padding-top:30px;
	margin:0;
}
.facilities-page .facilities li{
	width:16.666%;
	flex:0 0 16.666%;
	margin-top:0 !important;
	padding:0 5px;
}
.room-facilities{
	padding:60px 0;
}
.facilities-icon-ul{
	display: -ms-flex;
    display: flex;
    justify-content:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
    margin-top: 0px;
    margin-bottom: 40px;
	background:transparent;
	padding:20px 0 0;
}
.facilities-icon-ul li{
	width:20%;
	flex:0 0 20%;
	padding:20px;
	text-align:center;
	border:1px solid #ddd;
}
.facilities-icon-ul.shrink li{
	width:16.666%;
	flex:0 0 16.666%;
}
.facilities-icon-ul li img{
	width:64px;
	margin:0 auto 10px;
	display:block;
}
.facilities-icon-ul li span{
	font-size: 20px;
    display: block;
    line-height: normal;
}
.facilities-icon-ul li .icon{
	font-size: 50px;
	margin-bottom: 10px;
}
.facilities-icon-ul li:last-child a{
	    font-size: 20px;
    display: flex;
    height: 100%;
    background: #d62f2f;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.facilities-icon-ul li:last-child a span{
	padding:1px 0 3px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	line-height:normal;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}
.facilities-icon-ul li:last-child:hover a span{
	padding:3px 0 5px 0;
	
}
.about-text-box {
    background-color: #fff;
    padding: 30px;
    margin-top: 70px;
}
.about-img img{
	width:100%;
}
.about-text {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.about-text span{
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ef890b;
}
.about-text h3{
    font-size: 42px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-weight: 300;
    color: #333;
}
.about-text p{
    font-size: 18px;
	color:#333;
	text-align:justify;
}
.about-text .main-btn {
    margin-top: 20px;
}
.core-feature-section{
	background: #222;
    padding: 120px 0 70px 0;
}
.core-feature-section .section-title{
	margin-bottom:40px;
}
.core-feature-section .section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
	color: #bead8e;
}

.core-feature-section .section-title h2 {
    font-size: 60px;
    line-height: 1.125;
    letter-spacing: -1px;
	color: #fff;
}
.core-feature-section .feature-box {
	padding: 60px 50px;
	background-color: #fff;
	font-size: 14px;
	background-color: #fff;
	border: 2px solid #f8f8f8;
	position: relative;
	margin-top: 30px;
	color: #fff;
	background-color: #292929;
	border: none;
}
.core-feature-section .feature-box  .icon {
    margin-bottom: 30px;
    font-size: 70px;
    color: #bead8e;
    line-height: 1;
}
.core-feature-section .feature-box:hover .icon {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.core-feature-section .feature-box  .icon svg{
    width: 70px;
    fill: #bead8e;
}
.core-feature-section .feature-box h3 {
        font-size: 32px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.core-feature-section .feature-box h3 a{
	color:#fff;
}
.core-feature-section .feature-box  p{
    font-size:18px;
	color:#fff;
	display:none;
}
.core-feature-section .feature-box .count {
    line-height: 1;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 100px;
    color: #222;
	font-weight:800;
}

/***************get-directions***********/
.get-directions{
	padding:100px 0 90px 0;
	position:relative;
	background:#444;
}
.get-directions:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/all-banner/5.jpeg)no-repeat fixed bottom center/cover;
	opacity:.2;
}
.get-directions .modall {
    background: rgb(255 255 255 / 90%);
    color: #FFF;
    width: 700px;
    border-radius: 4px;
    text-align: center;
    padding: 40px 60px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.modal__icon {
    margin: 30px auto 40px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    background: url(../images/curved-dotted-line-png.png)no-repeat center top/60%;
}
.modal__icon svg{
	width: 70px;
    fill: #e55039;
}
.modal__heading {
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    color: #333;
}
.get-directions .modall p{
	position: relative;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.email-box {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.email-box__input {
    color: #333;
    display: block;
    width: 100%;
    height: 4.2rem;
    border-radius: 4px;
    border: 2px solid #aaa !important;
    font-size: 1.4rem;
    padding: 1rem;
    background: transparent;
	outline:0 !important;
	font-weight:600;
}
.email-box__input:focus {
	 border: 2px solid #e55039 !important;
	 box-shadow:none;
}
.email-box__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.email-box__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.email-box__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}
/* Chrome, Safari, Edge, Opera */
input.email-box__input::-webkit-outer-spin-button,
input.email-box__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.email-box__input[type=number] {
  -moz-appearance: textfield;
}
.email-box__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    font-size: 2rem;
    position: absolute;
    color: #312f2e;
    right:20px;
    top: 9px;
    padding: 0;
	border:0!important;
	outline:0 !important;
}

.btn-group-wrap a{
	font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 20px;
}
.btn-group-wrap a + a{
	margin-left:10px;
	background:#333;
}

/******************Booking area*************/
.booking-area{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    padding:70px 0;
}
.booking-area .container{
	padding:0 7%;
}
.booking_form{
	padding: 40px 40px;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0;
	border:1px solid #ddd;
}
.booking_form .form-group{
	position:relative;
}
.booking_form .form-control{
	display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 15px;
    padding: 10px 20px 10px 40px;
    height: 52px;
	border-radius:0;
}
.tm-form-element-icon {
    color: #ef890b;
    position: absolute;
    top: 15px;
    left: 15px;
	font-size:22px;
}
.tm-btn-search {
    background-color: #ef890b;
    border-color: #ef890b;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 30px;
    text-transform: uppercase;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin:20px 0 0;
}
.booking_form .small-gutters{
	margin-right:-5px;
	margin-left:-5px;
}
.booking_form .small-gutters{
	
}
.booking_form .small-gutters>.col, .booking_form .small-gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.tm-section-2 {
    background: #ef8a0e;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    margin:  0;
	height:100%;
	padding-left:5%;
}
.tm-section-title {
	font-size: 60px;
    line-height: 1.125;
    letter-spacing: -1px;
    font-weight: 800;
    color: #fff;
}

.tm-section-subtitle {
	font-size:24px;
	color:#fff;
	font-weight:600;
}
.tm-btn-white-bordered{
	font-size: 28px;
    color: #fff !important;
    margin: 20px 0 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    border: 2px solid #ddd !important;
    padding: 10px 30px 15px 30px !important;
	border-radius:50px;
}
.tm-btn-white-bordered:hover{
	opacity:.7;
}
.tm-btn-white-bordered small{
	font-size: 16px;
    display: block;
    margin: 0 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 17px;
}

.booking-area .about-img{
	height:100%;
	padding-right:10%;
	margin:0;
}
.booking-area .about-img img{
	height:100%;
	width:100%;
	object-fit:cover;
	margin:0;
}
.booking-area .facilities li a .title{
	font-size: 14px;
    letter-spacing: 0;
}



/* -------------New Responsive Css------------------------------ */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99)
{
	
	.media-content{
		padding: 20px 20px;
		
	}
	.our-rooms .btnplus{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	
	}
}


















