h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
	
}


h1{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}

h4{
	line-height:1.4em;
}

.roomName{
	background-color:#666;
	color:#FFF;
	padding:10px ;

	
}
.ratePlan{
	border: 1px #ccc solid;
}
.priceperday{
	border: 1px #ccc solid;
	color:#333;
}

.dateperday{
	width:100%;
	border-bottom:1px #ccc solid;
	color:#999;
	
}

.selectedAcc{
	background-color:#f3f1ed;
	border:1px #ccc dashed;
	min-height:100px;
	margin-top:15px;
	padding:15px 20px;
	position:relative;
}
.box-remove{
	position:absolute;
	right:-10px;
	top:-10px;
}

.box-remove button{
	
	border:0px none;
	background-color:transparent;
	   padding:0px;
	
}
.box-name{
font-family: 'Oswald', sans-serif;
	margin-bottom:10px;
	font-weight:bold;
	margin-bottom:8px;
	
	
	}
.box-rate{
	margin-top:5px;
	border-top:1px #ccc solid;
	
	
}


.form-group label {
    font-size: 14px;
    font-weight: 400;
 
    margin-bottom: 10px;


}

.form-group input,
.form-group textarea,
.form-group select,
.select2-container {
    border-radius: 0px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f3f1ed;
    padding: 10px 15px;
	height:50px;
	
}

select {
    padding: 0px 50px 0px 15px;
    font-size: 16px;
    height: 40px;
    border: none;
    border-radius: 0px;
    border: medium none !important;
    box-shadow: none !important;
    background-color: #F3F1ED;
    width: 100%;
}


.btn-lg {
    font-weight: 700;
    padding: 18px 42px;
    font-size: 17px;
}

.reservation-form i {
    position: absolute;
    right: 20px;
    top: 45px;
 
    font-size: 20px;
}
.servicebox{
		overflow: auto;
	background-color:#FFF;
	height:170px;
	padding-top:10px;
}
.service{
		font-family: 'Oswald', sans-serif;
	font-weight:300;

}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #a48c46;
    border: 2px solid #a48c46;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	font-weight:bold;
	font-size:19px;
	 background-color: #ebebeb;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 20px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
#slider{
	float:right !important;
}
.imgbg{
	height:300px;
	
}
.facilitiesbck{
	
	background: rgba(255, 255, 255, 0.3); 
	height:300px;
		  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding:10px;
  overflow-y : scroll;
  
}
.facilitiesbck:hover{
	
	background: rgba(255, 255, 255, 0.8); 
	
}

.service label{
	cursor:pointer;
}

@media(max-width:767px){
	.imgbg{
	width:100%;
	
}
}
@media(min-width:768px){
		.imgbg{
	width:100%;
	
	
}
}
@media only screen and (min-width:992px) and (max-width: 1200px)  {
	.btn-lg {
  
    padding:12px 20px; 
   
}
}

#slidermobile{
	text-align:center;
	 position: fixed;
    bottom: 0px;
	width:100%;
	z-index:50;
	padding-left:0px;
}

#slidermobileb{
	text-align:center;
	 position:fixed;
    bottom: 0px;
	width:100%;
	z-index:50;

	
}
#slidermobileb .btn{
	padding:15px;
}
#changeSelection{
	padding:10px;
	background-color:#F60;
	color:#000;
	
}
#datepicker1{
	cursor:pointer;
}
#datepicker2{
	cursor:pointer;
}


.popover {

    max-width: 476px;
   z-index: 99999999;
}