@charset "utf-8";
/* CSS Document */

html, body	{
		position: relative;
		margin: 0 auto;
		background: #f1f1f1;
		text-align: center;
		font-family: 'Dosis', sans-serif;
		font-size: 1.1em;
		text-rendering: optimizeLegibility;
		}

#header		{
	position: relative;
	margin: 0 auto auto;
	height: 4.3em;
	width: 100%;
	padding: .6em 5%;
	text-align: right;
	z-index: 999;
	background: #000;
		}
.header	{
		max-width: 1024px;
		min-width: 320px;
		margin: 0 auto;
		}

/*Navigation Styles begin here*/
#navigation	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 0;
		}
.logo	{
		float: left;
		margin: 0px;
		}
#social-media	{
		position: relative;
		}
#social-media img {
		margin: 7px;
		height: 20px;
		}
/*Navigation Styles end here*/
#content, #adverts, #social	{
	position: relative;
	margin: 20px auto;
	max-width: 1024px;
	min-width: 320px;
	height: auto;
	padding: 20px;
	text-align: justify;
	color: #222;
	line-height: 1.7em;
	}
#adverts, #social	{
	background: #292629;
	max-width: 100%;
	padding: 1.5em 15%;
	text-align: center;
	}
#adverts img	{margin: 1%;}
#social	{background: #fff;}
.social	{
		min-width: 320px;
		maximum-width: 640px;
		margin: 20px;
		}
#home, #otherPages	{
		position: relative;
		width: 597px;
		float: left;
		margin: 20px auto 0 auto;
		padding: 20px;
		background: #fff;
		color: #ccc;
		height: auto;
		font-size: 14px;
		line-height: 1.7em;
		}
#otherPages {
		margin-top: 0;
		}
#homeAds 	{
		position: relative;
		float: right;
		width: 237px;
		height: auto;
		}
.homeAds, #ads	{margin-bottom: 5px;}
#ads		{float: right;}
.social-media	{
		float: right;
		}
.social-media img	{margin:2px 5px;}
#book	{
		position: relative;
		float: right;
		font-size: 1em;
		margin:10px;
		}
#book ul	{
		margin-top: 0;
		}
#book ul li	{
		background: #292629;
		border-radius: 5px;
		padding: 8px 15px;
		width: 146px;
		margin: 3px -60px;
		color: #eee;
		list-style: none;
		text-align: center;
		}
#book ul li a	{
		color: #fff;
		font-weight: 300;
		}
#content ul li	{list-style:url(images/li.png);}

.neighbourhood	{
		border: #ccc 5px solid;
		margin: 5px;
		}
h1		{
		color: #00e000;
		font-size: 28px;
		margin-top: auto;
		line-height: 1.2em;
		text-align: left;
		}
h1, h3, h2		{
		color: #00e000;
		font-family: 'Archivo Black', sans-serif;
		}
h3	{
		width: 100%;
		padding: .5em;
		background: #222;
		color: #999;
		border-bottom: 2px solid #00e000;
		font-weight: 800;
		}

.demo_wrapper .demo_block ul #demo li H1 {color: #fff;}
a img	{border: none;}
a, a:active, a:visited	{
		color: #00e000;
		text-decoration: none;
		}
.google-maps {
        position: relative;
        padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
		margin: .2em 0;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		border: #222 5px solid;
    }
.odd	{background: #fff;}
#rates	{border-collapse: collapse;}
#footer	{
		position: relative;
		max-width: 100%;
		min-width: 320px;
		margin: 20px auto;
		padding: 20px 0;
		background:#232729;
		text-align: center;
		color: #eee;
		font-size: .9em;
		}
	
#footer a, #footer a:active, #footer a:visited {
		color: #eee;
		text-decoration: none;
		}
#footer a:hover	{color: #00e000;}
#book a, #book a:active	{
	color: #ddd;
}
#book a:hover	{color:#00e000;}
