iframe {
width: 100%;
min-height: 500px;
}

.logo {
display: block;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
margin: 0 auto;
background: #313131 url(../images/bg-logo.png) repeat-x;
}
.logoArea {
display: block;
clear: both;
overflow: hidden;
max-width: 1400px;
height: auto;
margin: 0 auto;
text-align: center;
padding: 15px 0;
}
.logo a:hover { cursor: pointer; opacity: .6; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }
.logo img {
width: 725px;
height: auto;
}
@media screen and (max-width: 725px) {
	.logo img {
	width: 90%;
	}
}

.contentArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #ffffff;
}
.content {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1400px;
min-height: 400px;
height: auto;
margin: 0 auto;
padding: 20px 0;
}
.content ul {
margin: 10px 0;
}
.content li {
margin-left: 20px;
}
.content a[href^="tel:"] {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1415px) {
	.content {
	padding: 20px 10px;
	}
}

.featuredImg {
float: right;
max-width: 610px;
height: auto;
border: white 2px solid;
margin-left: 12px;
}
@media screen and (max-width: 1032px) {
	.featuredImg {
		max-width: 445px;
	}
}
@media screen and (max-width: 780px) {
	.featuredImg {
		max-width: 345px;
	}
}

@media screen and (max-width: 610px) {
	.featuredImg {
		display: block;
		float: none;
		max-width: none;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 12px;
	}
}

.testimonial {
background-color: #e9e8e8;
border: #bdbdbd 1px solid;
padding: 23px;
margin-bottom: 20px;
}
.testimonial i.fa {
font-size: 16px;
}


/* LISTINGS */

.listing {
display: block;
box-sizing: border-box;
overflow: hidden;
width: 23.875%;
height: auto;
float: left;
border: #adacac 1px solid;
margin-right: 1.5%;
margin-bottom: 30px;
background-color: white;
}
.listing:nth-child(4n) {
margin-right: 0;
float: right;
}	
.listing img {
width: 100%;
height: 250px;
}
.listing img:hover { cursor: pointer; opacity: .6; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }

span.sold {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: 25px;
font-family: 'Black Han Sans', sans-serif;
font-size: 24px;
color: red;
text-decoration: none;
font-weight: bold;
text-align: center;
}
span.heading {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: 60px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: black;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 10px 3px;
}
span.specs {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #505050;
text-decoration: none;
font-weight: normal;
text-align: center;
}
span.price {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: 25px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: black;
text-decoration: none;
font-weight: bold;
text-align: center;
}
.moreinfo a {
display: block;
clear: both;
width: 100%;
height: auto;
background-color: black;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
font-weight: normal;
line-height: 38px;
}
.moreinfo a:link, .moreinfo a:visited {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
font-weight: normal;
height: 100%;
}
.moreinfo a:active, .moreinfo a:hover {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: black;
text-decoration: none;
font-weight: normal;
background-color: #d9bb13;
}
.moreinfo a:hover { cursor: pointer; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }

@media screen and (max-width: 1000px) {
	.listing {
	width: 31%;
	margin-right: 3.3%;
	}	
	.listing:nth-child(4n) {
	margin-left: 0;
	margin-right: 0;
	float: none;
	}
	.listing:nth-child(2n) {
	margin-right: 0;
	float: right;
	}
	.listing:nth-child(3n) {
	margin-right: 3.3%;
	}		
}
@media screen and (max-width: 845px) {
	.listing {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 0;
	}
	.listing:nth-child(4n) {
	margin-left: 0;
	margin-right: 0;
	float: none;
	}
	.listing:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
	float: none;
	}
	.listing:nth-child(3n) {
	margin-left: 0;
	margin-right: 0;
	float: none;
	}	
	.listing:nth-child(odd) {
	float: left;
	}		
	.listing:nth-child(even) {
	float: right;
	}	
}
@media screen and (max-width: 550px) {
	.listing {
	width: 100%;
	float: none;
	margin-bottom: 35px;
	}
	span.heading, span.specs {
	height: auto;
	margin-top: 0;
	padding: 10px 0;
	}
	.listing:nth-child(odd) {
	float: none;
	}		
	.listing:nth-child(even) {
	float: none;
	}	
}