/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:16px;
	border-bottom:50px solid #00adef;
}
h1{
	max-width:1200px;
	height:444px;
	background-image:url(images/self-catering-accommodation-port-elizabeth-beachfront);
	background-size:cover;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	margin:auto;
	font-weight:normal;
	line-height:30px;
	
}
.logo{
	margin:auto;
	display:block;
	margin-top:-100px;
	
}
.container{
	max-width:1000px;
	margin:auto;
	margin-top:20px;
	
}
.container .left{
	width:33%;
	float:left;
}
.container .left img{
	width:100%;
}
.container .left p{
	font-size:23px;
	line-height:27px;
	color:#00adee;
	font-style:italic;
	padding:20px;
}
.container .right{
	width:66%;
	
	background-color:#dff4eb;
	float:left;
}
.container .right > div{
	padding:30px;
	
}
.container .right h2{
	font-size:30px;
	color:#00aeed;
	margin:0px;
}
.container .right div div{
	font-size:20px;
}

.rabo{
	font-family: 'Roboto Slab', serif;
}
.bookbutton{
	position: fixed;
	left: 20px;
	bottom:20px;
	display: block;
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    padding: 5px 0px;
    background-color: #00adef;
    text-transform: uppercase;
    text-decoration: none;
color: #ffffff;
	text-decoration: none;
	width: 200px;
	text-align: center;
}
.bookbutton span{
	display: block;
    font-size: 12px;
}
.column{
	width:31%;
	margin:1%;
	float:left;
}
.column b{
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-size:26px;
	height:100px;
	text-transform:uppercase;
	text-align:center;
	margin-top:-65px;
	line-height:24px;
	padding-top:30px;
}
.column p{
	padding:20px;
	margin:0px;
	height:130px;
}
.column > img{
	width:100%;
}
.column td{
	padding:5px 10px;
	width:53px;
}
.column td + td{
	padding:10px;
	width:auto;
}
.column table{
	margin:10px;
}
.column a{
	display:block;
	color:#fff;
	font-family: 'Roboto Slab', serif;
	font-size:20px;
	padding:5px 0px;
	width:50%;
	margin:0 25%;
	margin-bottom:-20px;
	background-color:#00adef;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	
}
.first{
	background-color:#feeede;
	
}
.first b{
	background-image:url(images/the-coral-tree.png);
}
.second{
	background-color:#d8f3fc;
	
}
.second b{
	background-image:url(images/the-palms.png);
	height:90px;
	padding-top:40px;
}
.third{
	background-color:#f1edea;
	
}
.third b{
	background-image:url(images/the-nelson.png);
	height:90px;
	padding-top:40px;
}
.footer{
	max-width:980px;
	padding:10px;
	margin:50px auto;
}
.footer > div{
	width:490px;
	float:left;
	
}
.footer > div h3{
	font-size:30px;
	color:#00aeed;
	margin:0px;
	font-family: 'Roboto Slab', serif;
}

@media (max-width: 780px) {
.container .left{
	width:100%;
	float:left;
}
.container .left img{
	display:none;
}
	.container .right{
	width:100%;
	float:left;
	clear:both;
}
.column{
	width:100%;
	margin:50px 0px 0px 0px;
	float:none;
}
.column p{
	height:auto;
}
.column b{
	margin-top:auto;
}
.footer > div{
	width:100%;
	float:none;
	
}
}