.forSale {
	margin: 1.5% 0 0 0;
	padding: 1.5%;
	background: #fff;
}

.forSale #disclaimer {
	/*position: absolute;*/
	width: 92%;
}

.forSale a {
	color: #1B88DC;
}

.forSale a:hover {
	color: #000;
}

.listing {
	position: relative;
	display: block;
}

.forSale h1 {
	padding-left: 3%;
	padding-top: 13%;
	background: #ececec;
	font-family: 'libre_baskervillebold';
	color: #4e4e4e;
	font-size: 3em;
	text-align: left;
	line-height: 1.45em;
}

.forSale p, h2 {
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	background: #ececec;
	font-family: 'libre_baskervilleregular';
	color: #4e4e4e;
	font-size: 1.84em;
	text-align: left;
	line-height: 1.45em;
}

.forSale .details ul {
	position: absolute;
	margin-top: -30%;
	list-style-type: circle;
	padding-left: 6%;
	padding-top: 2%;
	padding-bottom: 2%;
	background: #ececec;
	font-family: 'libre_baskervilleregular';
	color: #4e4e4e;
	font-size: 1.84em;
	text-align: left;
	line-height: 1.45em;
}

.listing .forSaleImg {
	z-index: 9;
	background: #ececec;
	position: absolute;
	right: 5%;
	top: 20%;
	height: 50%;
	border-radius: 50%;
}

.listing .sold:after {
	z-index: 10;
	position: absolute;
	top: 39%;
	right: 16%;
	height: 100px;
	width: 100%;
	content: "Sold";
	color: #FFF;
	font-size: 7em;
	text-transform: uppercase;
	text-align: right;
}
	

a:link {
    color: #0094DE;
    text-decoration: none;
}