@font-face{font-family:Webbly;src:url(../fonts/weblysleekuil.ttf) format('truetype'),url(../fonts/weblysleekuil.eot?#iefix) format('embedded-opentype'),url(../fonts/weblysleekuil.woff) format('woff')}
@font-face{font-family:Webbly-Bold;src:url(../fonts/weblysleekuisl.ttf) format('truetype'),url(../fonts/weblysleekuisl.eot?#iefix) format('embedded-opentype'),url(../fonts/weblysleekuisl.woff) format('woff')}
/*GENERAL CSS */
body {
	margin: 0px;
	padding:0;background-color: #eceff1;
}
p, h1, h2, h3, h4{ font-family:Webbly; color:#454545; font-weight:normal;}
a{
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}
/*REMOVE ALL MARGINS FROM TEXT WHERE REQUIRED */
.property-head h3{
	margin:0;
}
/*HEADINGS AND NAV */	
#header{
    background-color: #1A6355;
    width: 100%;
    margin:0 auto;
	display:flex;
	padding:0;
}
#acer-head{    color: white; line-height:50px;
    margin: 0 auto;
    font-size: 28px;
    display: inline-block;}
#nav {          text-align: center;
    height: 50px;
    display: inline-block;
    right: 0;
    float: right;
    padding: 0 5%;
}

#nav ul{    list-style: none;
    margin: 0;
    height: 100%;
    display: block;
}
#nav li{    min-width: 120px;
    display: inline-block;
    height: 100%;
}
#nav p{      margin: 0;
    height: 100%;
    bottom: 0;
    font-size: 18px;
    line-height: 50px;
}
#nav a{   text-decoration : none;
color: #fff;
display: block;
height: 100%;
padding: 0px 5%;
}
#nav a:visited{
	text-decoration:none;
	color:#fff;	
}
#nav a:active{
	text-decoration:none;
	color:#fff;	
}
#nav a:hover{
	text-decoration:none;
	color:gold;	
	background-color: #4A9385; color:#fff;
}

/*MAIN PAGE*/
.wrapper{
	height: auto;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
/*INDEXING*/
/*FEATURED PROPERTIES*/
#featured{
	display:block;
	border:thin solid #023b5a;
	margin:3% auto;
}
.property-head{
	background-color:#1A6355;
	margin:0;
}

.property-head h3{
	color:#fff;
	padding:3px 10px;
	font-weight:normal;
	font-size:20px;
}
.featured-detail{
	display:flex;
}
.featured-detail img{
	width:100%;
	height:auto;
}
.featured-description{background-color: white;
	padding:1%;
}
.featured-description h4{
	margin: 2% 0;
    font-weight: bold;
	color:#023b5a;
}
.featured-detail div{
	flex:1;
}
.featured-detail div:first-of-type{
	flex:2;
	border-right:thin solid #023b5a;
}
/*PROPERTY LIST*/
#main-content-block{
	width:100%;
	display:flex;
}
#property-list{
	width:60%;	
	display:inline-block;
	margin:3% auto;
}
.property-list-container{
	margin:2% 0;
	border:thin solid #023b5a;
}
.property-list-container:first-of-type{
	margin-top:0;
}
.property-link-list{ width: 100%; }
.property-link-list h3{margin: 0; padding:2%; color:white; background-color: #1A6355; }
.property-link-list a{text-decoration:none;}
.property-link-list a h3{background-color: #2f786a;}
.property-link-list a:hover h3{ background-color: #4A9385; color:#fff;}
#map{height:300px;}
#side-list{
	width:33%;	
	display:inline-block;
	border:thin solid #023b5a;
	margin:3% auto;
	min-height:400px;
	float:right;
}
#mainimg{
	width:798px;
	height:430px;
	border-color:#454a4d;
	border-width:thin;
	border-style:solid;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.container{
    width: 800px;
    margin: 0 auto;

}
#content-wrap1{
	width: 230px;
	height: 400px;
	border-color:#454a4d;
	border-width:thin;
	border-style:solid;
	margin-right:100px;
	float: right;
}
#content-wrap2{
	width: 550px;
	height: 400px;
	border-color:#454a4d;
	border-width:thin;
	border-style:solid;
	margin-left:100px;
}
#content1{
	width: 225px;
	height: 355px;
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}

#content2{
	width: auto;
	height: 355px;
	padding-left: 5px;
	padding-top: 5px;
}
.content-head{
	height:40px;
	background-color: #454a4d;
	width:98%;
	color:#fff;
	text-align: left;
	font-size: 20px;
	line-height: 39px;
	padding-left: 2%;
}
#footer{
	width:auto;
	height:100px;
	background-color:#1A6355;
	border-top-color:#454a4d;
	border-top-width:thin;
	border-top-style:solid;
	clear:both;
		
}
#contact-form label{
	width:100px;
	display:inline-block;
}
#contact-form input{
	display:inline-block;
}

