@charset "UTF-8";
/*	=============================================
	=============================================
 	Layout Medium Screens 

	=============================================
	=============================================*/

/*	=============================================
 	Top Navigation Styles
	=============================================*/
	
#bwNav1 {
	font-size: .6em;
}
/*	=============================================
 	Main Content Styles
	=============================================*/

#booking {
	width: 30%;
}

#gallery {
	width: 70%;
}

#gallery img, article img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

article {
	width: 48%;
}




/*	=============================================
 	Index Page ad section styles
	=============================================*/
	
#ads div img {
	height:50px;
}

#ads div p {
	font-size: 0.8em;
	top: -5px;
}
.sidebar h3  {
	top: 0px;
}




/*	=============================================
 	Rooms Page Content Styles
	=============================================*/
#rooms .roomSelector {
	height: auto;
}

#rooms .roomSelector img {
	display: block;
	width: 100%;
	height: auto;
}





/*	=============================================
 	Amenity Page Content Styles
	=============================================*/
.amenites {
	/* [disabled]width: 73%; */
	/* [disabled]float: left; */
	/* [disabled]padding-bottom: 20px; */
	padding-left: 10px;
}

.amenityInfo .amenityLeft, .amenityInfo .amenityRight {
	width: 40%;
	margin-right: 30px;
}
.amenityInfo .amenityImg {
	/* [disabled]float: none; */
	width: 100%;
	clear: both;
}
.amenityInfo .amenityImg img {
	width: 100%;
	padding-top: 20px;
}


/*	=============================================
 	Footer Styles 
	=============================================*/
	
footer article{
	width: 30%;
}

footer .footDiv {
	padding-left: 20px;
}
.socialMedia img {
	padding: 10px;
	height: 40px;
}
