/* CSS Document */
/*
10px	0.625rem
13px	0.8125rem
14px	0.875rem
15px	0.9375rem
16px	1rem
*/
/*
h1   2em     32px
h2   1.5em   24px
h3   1.17em  18.72px
h4   1em     16px
h5  .83em    13.28px
h6  .75em    12px;
*/
html
{
	max-width: 100%;
}
body
{
	background:#f4eae2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#56483b;
	font-size:14px;
}
p
{
	text-align:justify;
}
a
{
	color: #56483b;
	transition:all 0.5s;
}
a:hover
{
	text-decoration:none;
	transition:all 0.5s;
}

h1,h2,h3,h4,h5,h6,a
{
}
ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.no-padding
{
	padding:0px;
}
input::placeholder,
textarea::placeholder
{
	color:#1c1c1c;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
/*** Menu ***/
#menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
#menu h1
{
	margin:0px;
}
#menu .logo-h-s
{
	display: none;
}
a.booking-btn {
	text-indent: 0;
	text-align: center;
	background-color: #56483b;
	color: #56483b;
	font-weight: bold;
	text-transform: uppercase;
	/*line-height: 94px;*/
	display: block;
}
a.booking-btn:hover {
	color:#fff;
    background-color: #56483b;
}
#overlay .overlay-menu-logo {
    display: inline-block;
    position: absolute;
    right: 30%;
    top: 30%;
}
#overlay #top-nav, .overlay ul.social a
{
	color:#56483b;
}
#overlay #top-nav ul
{
	border:none;
	padding:0px;
}
#overlay #top-nav  ul li {

    height: inherit;
    min-height: inherit;
}
#overlay #top-nav .weather {
    border-left: 2px solid #56483b;
}
/*** header ***/
header
{
	position:relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.5+1,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(3,3,3,0.5) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(3,3,3,0.5) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(3,3,3,0.5) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#top-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
	color:#fff;
}
#top-nav ul, #top-nav .weather {
    display: inline-block;
	margin-right: 1em;
	margin-top: 2em;
}
ul.social li {
    display: inline-block;
    vertical-align: middle;
}
ul.social a
{
	color:#fff;
	font-size:1.1em;
	/*margin-left:1em;*/
}
#top-nav .weather {
	font-size: 1.1em;
	font-weight: bold;
	border-left: 2px solid #fff;
	padding-left: 1em;
}
#top-nav .weather i
{
	font-size:2em;
}

/*** Slider ***/
.carousel-control-next, .carousel-control-prev
{
	background:rgba(0,0,0,1);
	width: 80px;
    height: 80px;
	top:inherit;
	right: 632px;
	left: inherit;
	opacity:1;
	z-index:10;
}
.carousel-control-prev
{
	right: 45%;
}
.carousel-control-next:hover, .carousel-control-prev:hover
{
	background:rgba(255,242,0,1) !important;
	color:#56483b;
}
.carousel-control-next i, .carousel-control-prev i
{
	font-size: 35px;
}

.carousel-caption
{
	bottom:40%;
	text-align: left;
	width: 35%;
}
.carousel-caption h2
{
	color:#56483b;
	font-size:3.5em;
	text-transform:uppercase;
	font-weight:bold;
}
.carousel-caption .more-bt-b
{
	color:#fff;
}
.carousel-item
{
	position:relative;
}
.carousel-item::after
{
	content:"";
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	display:block;
	width: 100%;
    height: 100%;
}

/*** home About ***/
.clip-div
{
    -webkit-clip-path: polygon(0% 0,50% 0,50% 90px,100% 90px,100% 100%,0 100%);
    -moz-clip-path: polygon(0% 0,50% 0,50% 90px,100% 90px,100% 100%,0 100%);
    clip-path: polygon(0% 0,50% 0,50% 90px,100% 90px,100% 100%,0 100%);
    top: -80px;
    margin-bottom: -80px;
    padding-top: 80px;
	background-color: #f4eae2;
	position:relative;
}
.about-us
{
	padding:100px 0 100px;
	background:#f4eae2;
	margin-bottom:70px;
}
.about-us.clip-div
{
	top: inherit;
	-webkit-clip-path:inherit ;
    -moz-clip-path:inherit ;
    clip-path:inherit;
}
.about-txt
{
	margin:30px 50px 0 50px;
}
.about-txt h6
{
	position:relative;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	padding-left: 50px;
    color: #56483b;
	font-weight:bold;
	margin-bottom:25px;
}
.about-txt h6::after
{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 40px;
    background-color: #56483b;
}
.about-txt h3
{
    color: #56483b;
	font-weight:bold;
	margin-bottom:35px;
}
.box-data
{
	position:relative;
	overflow:hidden;
}
.box-title
{
	position:absolute;
	bottom:0;
	background:#56483b;
	color:#f4eae2;
	text-transform:uppercase;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding:4px 30px;
	z-index:1;
}
.animate-box-img {
    position: relative;
    cursor: pointer;
    transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.animate-box-img:hover {
    transform: scale(1.1);
    transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}


.box-data:nth-of-type(odd) .box-title {
right:0;
}
    
.box-data:nth-of-type(even) .box-title {
right:0;
}

/*** Home gal ***/
.halves
{
	position:relative;
}
.halves .sidetext-r,
.halves .sidetext-l
{
	font-size: 10px;
    line-height: 1.3em;
    letter-spacing: .5em;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #56483b;
    font-weight: 700;
    margin-left: -20px;
    margin-right: 0px;
    position: absolute;
    top: 45%;
	right:0;
    -webkit-transform: translateY(90%) translateZ(0) rotate(-90deg);
    transform: translateY(90%) translateZ(0) rotate(-90deg);
}
.halves .sidetext-l
{
	left:0;
	right:inherit;
	margin-left: 0;
}
.halves .sidetext-r p
{
	transform: translate3d(-60px, 0px, 0px);
}
.halves .sidetext-l p
{
	transform: translate3d(40px, 0px, 0px);
}

.sec-tit
{
	text-align:center;
	padding:0px 15px;
	margin:50px 0px;
}
.sec-tit:before {
    content: "";
    display: block;
    height: 75px;
    width: 0;
    border: 2.5px solid #56483b;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sec-tit h2
{
	font-weight:bold;
	text-transform:uppercase;
}
.sec-tit h5
{
	font-weight:bold;
	margin-bottom: 25px;
}
.home-gal .slider {
	overflow:hidden;
	cursor:pointer;
}
.h-blog
{
	position:relative;
	margin-bottom: 35px;
}
.h-blog .halves,
.about-us .halves
{
	position:static;
}
.all-boxes
{
	padding:60px 0 0;
}
.blog-txt
{
	margin:60px 100px 30px 60px;
}
.blog-txt h6
{
	position:relative;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	padding-left: 50px;
    color: #56483b;
	font-weight:bold;
	margin-bottom:25px;
}
.blog-txt h6::after
{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 40px;
    background-color: #56483b;
}
.blog-txt h3
{
	text-transform:uppercase;
    color: #56483b;
	font-weight:bold;
	margin-bottom:35px;
}
input.more-bt-b
{
	background:none;
	border:0px;
	padding:0 0 3px 0px;
	margin-top:15px;
	border-bottom: 3px solid #56483b;
}
a.more-bt-b,
input.more-bt-b
{
	display:inline-block;
	color:#56483b;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	position:relative;
}
a.more-bt-b::after,
input.more-bt-b::after
{
	content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 4px;
    background-color: #56483b;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev
{
	position: absolute;
    top: 50%;
    z-index: 20;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin-top: -25px;
    background-position: center center !important;
    background-size: 17px 32px !important;
    background-color: inherit !important;
    background-image: inherit !important;
    background-repeat: inherit !important;
    background-attachment: inherit !important;
}
.owl-carousel .owl-nav .owl-next
{
	transform:rotate(-180deg);
	background-image:url(../imgs/icon-arrow-left.png) !important;
	background-repeat:no-repeat !important;
	right: -30px;
}
.owl-carousel .owl-nav .owl-prev
{
	background-image:url(../imgs/icon-arrow-left.png)  !important;
	background-repeat:no-repeat !important;
	left: -60px;
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span
{
	display:none;
}
button:focus {outline:0;}

/*** inner ***/
.top-img
{
	margin:0px;
	position:relative;
}
.yellow-box
{
	background:#56483b;
	color:#56483b;
	padding:25px 30px 18px;
	width:50%;
	margin-top:-80px;
}
.yellow-data
{
	padding:0px 5% 0 40%;
	color: #f4eae2;
}
.yellow-data h2
{
	text-transform:uppercase;
	font-weight:bold;
	margin: 0px;
}
.yellow-data p
{
	margin:0px;
}
.all-rooms
{
	margin:70px 0px;
}
/*** edit light box ***/
.modal-open .modal
{
	background:rgba(0,0,0,0.9)
}
.modal-header {
    border:none;
}
.modal-header .close {
    color: #fff;
    opacity: 1;
	font-size:2.5rem;
}
.modal-body {
    padding: 0;
}
.modal-header
{
	padding:0;
	background:none;
}
.modal-content
{
	background:none;
	border:none;
}
/*---------------*/
/***** img-effect *****/
/*---------------*/
.box-space:nth-of-type(odd) .room-box {
	margin:0 15px 25px 0;
}
    
.box-space:nth-of-type(even) .room-box {
	margin:0 0px 25px 15px;
}
.all-rooms .room-box {
    position: relative;
    overflow: hidden;
    background: #56483b;
    text-align: center;
    cursor: pointer;
}

.all-rooms .room-box .effect-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.room-box .effect-room {
	background: #56483b;
	text-align:center;
}

.room-box .effect-room img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.room-box .effect-room:hover img {
	opacity: 0.4;
}

.room-box .effect-room .effect-caption::before,
.room-box .effect-room .effect-caption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.room-box .effect-room .effect-caption::before {
	border-top: 1px solid #f4eae2;
	border-bottom: 1px solid #f4eae2;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.room-box .effect-room .effect-caption::after {
	border-right: 1px solid #f4eae2;
	border-left: 1px solid #f4eae2;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.room-box .effect-room h2 {
	/* padding-top: 30%; */
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	color:#f4eae2;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:2;
}
.room-box .effect-room span
{
	display:block;
	margin:15px 0px;
	position: relative;
	z-index: 2;
}
.room-box .effect-room h2 a
{
	opacity: 1;
}
.room-box .effect-room a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-align:center;
	display:inline-block;
	color:#f4eae2;
}
.room-box .effect-room p {
	padding: 10px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-align:center;
	color:#f4eae2;
}

.room-box .effect-room:hover .effect-caption::before,
.room-box .effect-room:hover .effect-caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.room-box .effect-room:hover h2 a,
.room-box .effect-room:hover p,
.room-box .effect-room:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-caption ul
{
    position:relative;
    z-index:2;
}
.effect-caption ul li a
{
	font-size: 18px;
	position: relative;
	margin-bottom:6px;
}
.effect-caption ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0;
    height: 2px;
}
.effect-caption ul li a:hover:before {
	width: 100%;
	background: #f4eae2;
	transition: all .5s ease;	
}
.effect-caption i,
.mix-details i
{
	background-image: url(../imgs/icon-plus.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    width: 20px;
    height: 20px;
    display: block;
}
.mix-details i
{
	display:inline-block;
}
a.back
{
	color:#f4eae2;
	text-transform:uppercase;
	font-weight:bold;
}
a.back i
{
	margin:0 5px 0 0;
	font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}
.gallery-bt
{
	position:absolute;
	z-index: 1;
    left: 49.95%;
    bottom: 0%;
}
.gallery-bt a
{
	background:#f4eae2;
	padding:30px;
	color:#56483b;
	font-size:30px;
	text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 80px;
    display: block;
}
.gallery-bt a i
{
	background-image:url(../imgs/icon-gallery.png);
	background-repeat:no-repeat;
	background-size:35px 30px;
	width:40px;
	height:40px;
	display:block;
}
.room-details
{
	padding-right:80px;
}
.room-details a.more-bt-b
{
	margin-top:25px;
	display:table;
}
/*** tabs ***/
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs .nav-link {
    color: #56483b;
	text-transform:uppercase;
	font-weight:bold;
	border: 4px solid #f4eae2;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover
{
    color: #56483b;
    background-color: #f4eae2;
	border: 4px solid transparent;
    border-color: #f4eae2 #f4eae2 #56483b;
	
}
.tab-content
{
	margin:35px 0px;
}
.room-type div
{
	margin-bottom:10px;
	float:left;
	margin-right:6%;
	width:43%;
}
.room-type div:nth-child(2) 
{
	margin-right:0;
}
.room-type span
{
	background-color:#56483b;
	width:40px;
	height:40px;
	display:inline-block;
	margin-right:25px;
	text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.space-v{
	margin: 80px 0px;
}
.filters-button-group
{
	text-align: center;
	margin: 0px 0px 50px;
}
.filters-button-group a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #56483b;
	border-bottom: 4px solid #f4eae2;
	margin: 0px 10px;
	cursor: pointer;
}
.filters-button-group a:hover,
.filters-button-group  .is-checked
{
	border-bottom: 4px solid #56483b;
}
.contact-info .about-txt {
    margin: 0px 50px 0 50px;
}
.contact-info
{
	margin-bottom: 50px;
}
.contact-info p{
	line-height: 22px;
}
.contact-info form
{
	margin-bottom: 35px;
}
.form-control
{
	border-radius:0;
	border: none;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: none;
	/*font-weight: bold;*/
	font-size: 1em;
	color:#56483b;
}

input:focus, textarea:focus, select:focus{
	outline: none !important;
}
::-webkit-input-placeholder { /* Edge */
	color:#56483b;
  }
 :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#56483b;
  }
::placeholder {
	color:#56483b;
  }
.divider
{
	border-bottom:1px solid #cecece;
	padding:25px;
}
.exp-box
{
	margin-right:80px;
}
.exp-box h3
{
	margin-bottom:1rem;
	font-weight:bold;
	position:relative;
	padding-left: 54px;
}
.exp-box h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 40px;
    background-color: #56483b;
}
.border-gray
{
	border:1px solid #cecece;
}

.divider:nth-of-type(even) {
background:#f3f3f2;
}
.din-logo img
{
	display:block;
	width: 25%;
    margin-bottom: 30px;
}
.mix-grid .mix .mix-details h4
{
	margin-top:100px;
}


/*** Footer ***/
footer
{
	/*background:url(../imgs/footer-bg.jpg) no-repeat bottom #f4eae2;*/
	padding:50px 0px;
	margin-top: 50px;
	text-align:center;
	color:#56483b;
	border-top: 1px solid rgba(86,72,59,0.3);
}
footer .footer-logo
{
	margin-bottom:60px;
}
footer ul li
{
	display:inline-block;
	color:#56483b;
	margin:0px 2px;
	font-weight:bold;
	text-transform:uppercase;
}
footer ul li::after
{
	content:"/";
	display:inline-block;
	margin-left:6px;
}
footer ul li:last-child::after
{
	content:"";
}
footer ul li a
{
	color:#56483b;
	position:relative;
}
footer ul li a:hover
{
	color:#56483b;
}

footer ul li a:before {
	content:'';
	display:block;
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 0;
	height: 4px;

}
footer ul li a:hover:before {
	width: 100%;
	background: #f4eae2;
	transition: all .5s ease;	
}
.footer-sm
{
	margin-top:25px;
}
.footer-sm a i
{
	color:#56483b;
	font-size:20px;
	margin:0px 8px;
}
/*** new style ***/
/*** Menu ***/
.wsmainfull {
	position: absolute;
	z-index: 99;
	background-color: rgba(86,72,59,0.8);
}

	.wsmainfull.wsfixed {
		background-color: rgba(86,72,59,1);
	}

.desktoplogo img {
	width: 50%;
}

.wsmenu > .wsmenu-list > li > a {
	position: relative;
	color: #f4eae2;
	text-transform: uppercase;
}

	.wsmenu > .wsmenu-list > li > a:hover {
		color: #f4eae2;
	}

	.wsmenu > .wsmenu-list > li > a::after {
		content: "";
		position: absolute;
		bottom: 12px;
		height: 4px;
		left: 0;
		right: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
		background-color: #f4eae2;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	.wsmenu > .wsmenu-list > li > a:hover:after {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

.social {
	margin-top: 14px;
}

.social a {
	padding: 0 0 0 15px !important;
	color: #f4eae2;
}

.social a:hover {
	color: #56483b;
}
.weather {
	font-size: 1.1em;
	font-weight: bold;
	border-left: 2px solid #f4eae2;
	padding-left: 1em;
	line-height: 20px;
	margin-left: 1em;
}
.weather i {
	font-size: 2em;
}

.wsmainfull.wsfixed .social {
	margin-top: 13px !important;
}
/****/
.video-main {
	position: relative;
}

.main-booking {
	z-index: 1;
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.booking {
	padding: 20px 20px;
	background: #f4eae2;
}

.book-block {
	/* position: absolute;
    background-color: #fff;
    padding:25px 15px 10px;*/
}

.book-block {
	width: 18%;
	float: left;
}

.book-block.form-group {
	margin: 0px 2% 0 0;
}

.book-block label {
	display: block;
	margin-bottom: 6px;
}

.book-block select {
	width: 100%;
}

.book-block a.booking-btn {
	display: inherit;
	line-height: inherit !important;
	padding: 13px 0px;
}
.book-mobile {
	display: none;
}


.hero-video {
	width: 100%;
	height: 100vh;
	display: block;
}

video {
	object-fit: cover;
}

.career-txt {
	margin-bottom: 50px;
}

	.career-txt, .career-txt p {
		text-align: center;
	}

.career {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem;
	margin-bottom: 25px;
}

.quest-bts {
	margin: 30px 0 20px;
}

	.quest-bts a {
		margin-right: 15px;
	}

.career-block {
	padding-top: 50px;
}

.career:nth-child(odd) {
	background: #f5f3f3;
}

.form-control, select {
	background: none;
	border-radius: 0;
	padding: 0px;
	border: none;
	height: 35px;
	font-size: 1rem;
	border-bottom: 1px solid #cfcfcf;
}

	.form-control option, select option {
		color: #56483b;
	}

	.form-control:focus, select:focus {
		outline: none !important;
		background: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #56483b;
	}

.careers-quest {
	margin-top: 35px;
}

.form-control::-webkit-input-placeholder, select::-webkit-input-placeholder {
	color: #56483b;
}

.form-control:-ms-input-placeholder, select:-ms-input-placeholder {
	color: #56483b;
}

.form-control::-ms-input-placeholder, select::-ms-input-placeholder {
	color: #56483b;
}

.form-control::placeholder, select::placeholder {
	color: #56483b;
}

a.book-bt {
	text-align: center;
	background-color: #56483b;
	color: #56483b;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	margin-top: 25px;
}

	a.book-bt:hover {
		background-color: #56483b;
		color: #f4eae2;
	}

/*** offers page ***/
.mar-b {
	margin-bottom: 80px;
}

.Offer-txt {
	margin: 0px 0px 0px;
}

	.Offer-txt h3 {
		color: #56483b;
		font-weight: bold;
		margin-bottom: 30px;
		position: relative;
	}

		.Offer-txt h3::after {
			background-color: #56483b;
			position: absolute;
			content: '';
			width: 40%;
			height: 4px;
			left: 0;
			bottom: -10px;
		}

	.Offer-txt.terms {
		margin-bottom: 35px;
	}

		.Offer-txt.terms ul li {
			list-style: circle;
			margin-left: 20px;
		}
.footer-logo img
{
	width: 10%;
}
.brochure
{
	background: #f4eae2;
	color: #56483b !important;
} 