h2 {
font-family: 'Francois One', sans-serif;
font-size: 36px;
color: black;
text-decoration: none;
font-weight: 700;
margin: 15px 0;
}

.container {
max-width: 1920px;
height: auto;
margin: 0 auto;
}
.logo {
display: block;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
text-align: left;
  position: absolute;
  top: 70px;
  left: 35px;
  z-index: 3;
}
.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;
margin-top: 10px;
}
.logoM {
display: none;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
text-align: center;
padding: 10px 0;
}
.logoM a:hover { cursor: pointer; opacity: .6; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }
.logoM img {
width: 70%;
height: auto;
}
@media screen and (max-width: 885px) {
	.logo {
	text-align: center;
	left: auto;
	}
	.logo img {
	width: 70%;
	height: auto;
	}
}
@media screen and (max-width: 700px) {
	.logo {
	display: none;
	}
	.logoM {
	display: block;
	}
	.logoM img {
	width: 99%;
	}	
}

.quicklinks {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
text-align: center;
  position: absolute;
  top: 52%;
  z-index: 10;
}
.quicklinks a:hover { cursor: pointer; filter: sepia(100%); }
.quicklinks img {
width: 16%;
height: auto;
}
.quicklinksM {
display: none;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-color: #bebdbd;
}
.quicklinksM a:hover { cursor: pointer; filter: sepia(100%); }
.quicklinksM img {
display: block;
width: 70%;
height: auto;
margin: 7px auto;
border: black 6px solid;
}
@media screen and (max-width: 1647px) {
	.quicklinks {
	top: 48%;
	}
}
@media screen and (max-width: 1512px) {
	.quicklinks {
	top: 46%;
	}
}
@media screen and (max-width: 1412px) {
	.quicklinks {
	top: 44%;
	}
}
@media screen and (max-width: 1344px) {
	.quicklinks {
	display: none;
	}
	.quicklinksM {
	display: block;
	}	
}


.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: 4% 0 20px 0;
}
.content a[href^="tel:"] {
  color: black;
  font-weight: 700;
  text-decoration: none;
}


/* 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;
	}	
}