body {
	background: #f3f3f3;
	font-family: 'Metrophobic', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	overflow-y: scroll;
	color: #3a0000;
}

* {
	transition-property:all;
	transition-duration:.5s;
	border-radius: 0 !important;
}

body.modal-open {overflow:inherit;
	padding-right:inherit !important;
}

.main_content {
	padding: 70px 0;
}

.navbar-header .glyphicon {
	border:1px solid #3a0000;
	padding: 5px;
	border-radius: 3px !important;
	font-size: 18px;
}

form .input-group {
	margin-bottom: 10px;
}

form .input-group-addon .fa {
	width: 15px;
}

h1,h2,h3,h4 {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	color: #3a0000;
}

.col-sm-12 h1,.col-sm-12 h2,.col-sm-12 h3,.col-sm-12 h4 {
	margin-bottom: 70px;
}

.navbar-fixed-top {
	border: none;
}

.top_bar {
	background: url(../images/bg.png);
	padding-bottom: 0;
	height: 80px;
	-webkit-box-shadow: 0 0 2px 0 #0D0D0D;
	box-shadow: 0 0 2px 0 #0D0D0D;
}

.top_bar img {
	max-height: 60px;
	margin-top: 10px;
	width: auto;
}

.navbar-nav {
	padding-bottom: 0;
}

.navbar-nav > li > a {
	padding: 18px;
	font-weight: 600;
	color: #3a0000;
}

.navbar-nav > li > a:hover,
.active_nav {
	background: #ca8c10;
	color: #f3f3f3 !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.welcome h3, .facilities h3,
.rooms h3 {
	text-align: center;
	color: #3a0000;
}

.welcome h3 {
	margin: 50px 0;
}

.welcome form {
	border: 2px solid #ca8c10;
	padding: 20px 0;
}

.facilities {
	background: #ca8c10;
}

.facilities .well {
	text-align: center;
	color: #3a0000;
}

.page_title {
	background: url(../images/overlay.png) #ca8c10;
	padding-top: 180px;
	color: #f3f3f3;
}

.page_title .container,
.page_title .col-sm-12 {
	padding: 0;
}

.page_title h3 {
	-webkit-box-shadow: 0 0 5px 0 #0D0D0D;
	box-shadow: 0 0 5px 0 #0D0D0D;
	display: table;
	background: #eee;
	padding: 25px 30px;
	color: #3a0000;
}

.main_rooms .container,
.booknow .container,
.main_gallery .container,
.notfound .container,
.results .container,
.attractions .container {
	-webkit-box-shadow: 0 0 5px 0 #0D0D0D;
	box-shadow: 0 0 5px 0 #0D0D0D;
	background: #eee;
	margin-top: -120px;
	padding-bottom: 50px;
}

.main_rooms .form {
	padding: 15px 0;
}

.main_rooms form {
	margin-bottom: 50px;
}

.main_rooms .container h3,
.booknow .container h3,
.main_gallery .container h3,
.notfound .container h3,
.results .container h3,
.attractions .container h3 {
	padding-top: 50px;
	padding-bottom: 0;
}

.main_rooms .row
.results .row,
.results_row{
	margin-bottom: 60px !important;
}

.main_rooms .row:last-of-type,
.results .row:last-of-type
.results_row:last-of-type {
	margin-bottom: 0;
}

.main_rooms .row .col-sm-4
.results .row .col-sm-4 {
	padding-left: 30px;
	margin-bottom: 20px;
}

.main_rooms .row h4:first-of-type,
.results .row h4:first-of-type {
	font-weight: 600;
}

.main_rooms .row h4 {
	color: #3a0000;
}

.main_rooms .row .price,
.results .row .price {
	background: #3a0000;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	color: #f3f3f3;
	padding: 10px 20px;
}

.main_rooms .row .fa,
.results .row .fa {
	width: 30px;
	height: 30px;
	font-size: 20px;
	margin-right: 10px;
	text-align: center;
}

#booked_dates {
	margin-bottom: 20px !important;
}

div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
	border:1px solid #999;
}

div.day.today {
	background: #357ebd !important;
}

td.event .day {
	background: #ff9b08 !important;
}

/*Room slider*/
.demo {
    width:100%;
	height: auto;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.main_rooms form .row {
	margin-bottom: 0;
}

.main_rooms form .fa {
	width: 5px !important;
	height: 15px !important;
	padding: 0;
	font-size: 16px !important;
}

.lSPager li img {
	width: 100%!important;
}

.front_gallery {
	padding: 0;
}

.front_gallery .col-sm-3 a img,
.rooms .col-sm-3.item a img {
	-webkit-box-shadow: 0 0 2px 0 #0D0D0D;
	box-shadow: 0 0 5px 0 #0D0D0D;
}

.front_gallery .col-sm-3,
.rooms .col-sm-3.item {
	margin-bottom: 20px;
}

#map {
	height: 350px;
	margin-bottom: 40px;
}

.footer {
	background: #333;
	padding: 25px 0;
}

.footer .legal p:first-of-type {
	text-transform: capitalize;
}

.footer, .credits {
	font-size: 14px;
	color: #f3f3f3;
}

.credits {
	background: #999;
}

.footer a:first-of-type {
	padding-left: 0;
}

.footer a, .credits a {
	padding: 2px 10px;
	text-transform: capitalize;
	color: #f3f3f3;
}

@media(max-width:767px) {
	
	body {
		font-size: 15px;
		line-height: normal;
	}
	
	.top_bar .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.links {
		background: url(../images/bg.png);
		width: 100%;
	}
	
	.logo img {
		width: 180px;
		height: auto;
	}
	
	.navbar-header a {
		display: table;
		float: left;
	}
	
	.navbar-header .glyphicon {
		position: relative;
		top: 0;
	}
	
	.banner {
		height: auto;
	}
	
	.carousel-inner .item {
/*		height: 300px !important;*/
	}
	
/*
	.carousel-inner>.item>img {
		height: 300px;
		width: auto;
	}
*/
	
/*
	.one {
		background: url(../images/banner_pic1.jpg) no-repeat bottom;
	}
	
	.two {
		background: url(../images/banner_pic2.jpg) no-repeat bottom;
	}
	
	.three {
		background: url(../images/banner_pic3.jpg) no-repeat bottom;
	}
	
	.one, .two, .three {
		background-size: cover;
	}
*/
		
	.main_rooms .row .col-sm-8 {
		padding-left: 30px;
	}
	
	.main_rooms .row .col-sm-8 h4 {
		margin-bottom: 30px;
	}
	
	.main_rooms .row .price {
		padding: 5px 15px;
		margin-top: -5px;
	}
	
	.main_rooms .row h4 {
		margin-top: 20px;
	}
	
}




