body, html {
	height: 100%;
}
body {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #666;
}
a {
	transition: all 0.5s ease;
	color: #000;
}
a:hover {
	color: #7f7360;
}
h1, h2 , h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
h5 {
	/*font-family: 'Times New Roman', serif;*/
	font-size: 16px;
}
h3 {
	color: #584528;
	font-weight: 700;
	font-size: 22px;
}
h4 {
	font-weight: 600;
	font-size: 18px;
}

.page-title {
	font-weight: 300;
	font-size: 30px;
	line-height: 42px;
}
.menu-footer li {
	margin-bottom: 5px;
}
a.sans-serif {
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	color: #fff;
	font-style: italic;
	display: inline-block;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
a:hover.sans-serif  {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#primary ul {
	list-style: none;
	padding: 0;
}
#primary li {
	padding-left: 1.5em;
	margin-bottom: .5em;
}
#primary li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #cca05d;
}
#primary .list-child li:before {
	display: none;
}
#primary .btn-primary, .news-list .btn-primary {
	color: #fff;
	background-color: #584528;
	border-color: #584528;
}
#primary .btn-primary:hover, .news-list .btn-primary:hover {
	background-color: #7f7360;
	border-color: #7f7360;
}
#primary .btn-outline-primary, .testi-list .btn-outline-primary {
	border-color: #7f7360;
	color: #666;
}
#primary .btn-outline-primary:hover, .testi-list .btn-outline-primary:hover {
	border-color: #eee;
	background-color: #eee;
	color: #666;
}
.title-box h5:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ddd;
	margin: .5em 0 .5em auto;
}
.home-booking {
	z-index: 2;
	top: 0;
	margin-top: 1%;	
}
.overly-bg {
	background-color: rgba(0,0,0, .4);
}

/* Feature Front */
.feature-box {
	min-height: 400px;
	height: 100%;
}
.feature-box-half {
	height: 175px;
}
.feature-box-half:first-child {
	margin-bottom: 50px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.map-box {
	height: 400px;
}

/* Text Color */
.light-text {
	color: #9d8663;
}
	.light-text a {
		color: #9d8663;
	}
	.light-text a:hover {
		color: #fff;
		text-decoration: none;
	}
.footer-text {
	color: #f2e4d0;
}
.footer-text a {
	color: #f2e4d0;
}
.footer-text a:hover {
	color: #fff;
}
.brown-main-text {
	color: #584528;
}
.brown-text {
	color: #342612;
}
.variant-text {
	color: #a6a5a5;
}
.normal-spacing {
	letter-spacing: 0 !important;
}
#carouselTestimonial a {
	color: #584528;
}
#carouselTestimonial a:hover {
	color: #7f7360;
	text-decoration: none;
}
#carouselTestimonial img {
	max-width: 100px;
	height: auto;
}
.news-list img {
	max-width: 100px!important;
	height: auto;
	margin-right: 1rem!important;
}
.news-list p {
	margin-bottom: 5px;
}
.offerimg{
	background-size: cover;
	width: 100%;
	height: 250px;	
}

/* Background Color */
.main-brown {
	background-color: #584528;
}
.mid-brown {
	background-color: #7f7360;
}
.soft-brown {
	background-color: #f2e4d0;
}
.news-brown {
	background-color: #f6f0e8;
}
.testi-brown {
	background-color: #fcf7f0;
}
.half-tone {
	background: linear-gradient( to right, #f6f0e8 0%, #f6f0e8 50%, #fcf7f0 50%, #fcf7f0 100% );
}
.shadow-bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}
.border-top {
	border-top: 1px solid rgba(255,255,255, .1);
	font-size: 12px;
}
#mobile-book {
	bottom: 0;
	z-index: 5;
}
#mobile-book a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#mobile-book a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

/* Bootstrap Hack */
.navbar {
	padding-left: 0;
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,1);
}
.dropdown-menu {
	font-size: 13px;
	background-color: #584528;
	border-color: transparent;
	padding: 0;
	border-radius: 0;
}
.dropdown-menu a {
	/*color: #f2e4d0;	*/
}
.dropdown-menu a:hover {
	background-color: #f2e4d0;
	color: #584528;
}
.dropdown-item {
	padding-top: .6rem;
	padding-bottom: .6rem;
}
.form-control, .btn {
	font-size: 13px;
	border-radius: 0;
	box-shadow: none;
}
.navbar-light .navbar-toggler {
	border-radius: 0;
	border-color: transparent;
	padding: 0;
}
.mid-brown .form-control {
	border-color: transparent;
}
.carousel-indicators li {
	cursor: pointer;
}

/* Form Booking */
.input-group-prepend {
	width: 35%;
}
.input-group-text {
	border-radius: 0;
	margin-right: 1px;
	background-color: #fff;
	border: 1px solid #fff;
	border-right-color: #eee;
	font-size: 13px;
	width: 100%;
}
.hori-form select {
	max-height: 33px;
	line-height: 1.5;
}
.vert-form .form-control {
	border-color: #fff;
}
.vert-form ul {
	margin: 10px 0 15px 20px;
	padding: 0;
}
.form-control {
	transition: all 0.5s ease;
}
.form-booking .btn-primary, .vert-form .btn-primary, .hori-form .btn-primary {
	background-color: #cca05d;
	border-color: #cca05d;
	letter-spacing: 1px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.form-booking .btn-primary:hover, .vert-form .btn-primary:hover, .hori-form .btn-primary:hover {
	background-color: #584528;
	border-color: #584528;
}
.form-booking .form-control:focus {
	box-shadow: none;
	background-color: #eee;
}
.border-guarantee {
	border-right: 1px solid rgba(255,255,255, .3);
}
.bestrate {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1px;
}
.guarantee {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.reverse-each div.col-sm-6:nth-child(1) { order: 1; }
.reverse-each div.col-sm-6:nth-child(2) { order: 2; }
.reverse-each:nth-child(2n+0) div.col-sm-6:nth-child(1) { order: 2; }
.reverse-each:nth-child(2n+0) div.col-sm-6:nth-child(2) { order: 1; }
@media (max-width: 568px) {
    .reverse-each div.col-sm-6:nth-child(2) { order: 2; padding-bottom: 20px; }
    .reverse-each:nth-child(2n+0) div.col-sm-6:nth-child(1) { order: 1; }
    .reverse-each:nth-child(2n+0) div.col-sm-6:nth-child(2) { order: 2; padding-bottom: 20px; }
}
img { max-width: 100% !important; }
@media (max-width: 992px) {
	.footer-text {
		margin-bottom: 51px;
	}
}

ul.navbar-nav li { position: relative; }
ul.navbar-nav li button { border: none; background: none; outline: none !important; }
ul.navbar-nav li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid #ccc;
    top: 95%;
    left: 0;
    min-width: 100%;
    background: #fff;
    white-space: nowrap;
}
ul.navbar-nav li ul li ul {
    top: 0;
    left: 100%;
}
ul.navbar-nav li:hover > ul { 
    display: block;
}

@media (max-width: 768px) {
    ul.navbar-nav li ul {
        position: relative;
        border: none;
        left: 2%;
    }
    ul.navbar-nav li ul li ul {
        top: 0;
        left: 2%;
    }
	.footer-text {
		margin-bottom: 51px;
	}
	.half-tone {
		background: #f6f0e8;
	}
	.feature-box-half {
		width: 100%;
	}
}
