

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,body{
	font-family: 'Lato', sans-serif;
}

container{
	display: block;
	max-width: 1000px;
	margin: auto auto;
}
header{
	background: #eee;
	
	padding: 15px;
}

summary{
	padding: 15px;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}

h1{
	font-weight: 300;
	text-align: center;
	margin: 0px;
}

h1 > span{
	display: block;
	font-size: 16px;
}

.thumbs > div{
	width: calc(12.5% - 10px);
	margin: 5px;
	float: left;
	box-sizing: border-box;

	text-align: center;
	vertical-align: middle;
	padding: 5px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #eee;
}
.main-pic{
	border: 1px solid red;
	width: 75%;
	margin: auto auto;
	margin-bottom: 15px;
		padding: 5px;
		text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #eee;
}
.thumbs > div > img{
	max-width: 100%;
	max-height: 100%;
	
	}

header button{
	display: block;
	width: 33%;
	float: left;
	margin-top: 15px;
	border: 5px solid #eee;
	padding: 15px;
	background: #2A6EBB;
	
	color: white;
	
}
.bookingform{
	background: #eee;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	font-weight: 300;
	display: none;
}
label{
	font-weight: 300;
	display: block;
	width: 50%;
	margin: auto auto;
	text-align: right;
	padding: 10px;
	font-size: 16px;
	vertical-align: top;
}

.taken{
	background: #eee;
	color: #999;
}
label > input,label > select,label > textarea{
	width: 75%;
	padding: 5px;
	
}
.details{
	margin-top: 15px;
	background: #eee;
	padding: 15px;
}

.facilities{
	margin-top: 15px;
	border: 1px solid #eee;
	padding: 15px;
}

table b{
	text-align: right;
}
h2{
	margin: 0px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 15px;
}

p{
	font-size: 16px;
	font-weight: 300;
}

.enquire{
	background: #E57C00;
}


.main-pic > img{
	max-width: 100%;
	max-height: 100%;
	
	
}

.month{
	//border: 1px solid black;
	width: 50%;
	float: left;
	padding: 25px;
}
.month-header{
	background: #eee;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 10px;
}
.week{
	border-bottom: 1px solid #eee;
}
.day{
	//border: 1px solid black;
	width: 14.28%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	
}
h2 > span{
	font-size: 16px;
	font-weight: 300;
	float: right;
	line-height: 30px;
}
.day > span{
	display: block;

font-weight: 300;
	font-size: 14px;

}
.booking{
	background: #eee;
	padding: 15px;
	margin-top: 25px;
}
.nobooks{
	padding: 50px;
	font-size: 20px;
}
.availnav{
	
	margin-top: 15px;
}

.deletebut{
	background: red;
	color: white;
	border: 0px;
	padding: 10px;
}
.availmid{
	width: calc(100% - 100px);
	float:left;
	text-align: center;
	line-height: 30px;
}
.availkey{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #eee;
}
.availnav > a > div{
	max-width: 50px;
	min-width: 50px;
	text-align: center;
	line-height: 10px;
	font-size: 30px;
	color: black;
}

.availnav div{
	//border: 1px solid red;
	box-sizing: border-box;
}

.availnavleft{
	float: left;
}
.availnavright{
	float: right;
}