article.featured section:nth-child(2n+1) {
	background-color: #eeeeee;
}

article.featured section.featured-listing {
	position: relative;
	padding: 0;
	height: 684px;
	width: 100%;
	background-position: top center;
	background-size: cover;
}

section.featured-listing div{
	position: absolute;
	margin: 0 auto;
	width: 754px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	box-sizing: border-box;
	padding: 38px 72px 55px;
	background: rgba(0,0,0,0.65);
	text-align: center;
	color: white;
}

section.featured-listing h1 {
	font-size: 43px;
}

section.featured-listing p {
	line-height: 1.5em;
	margin: 6px 0px 26px;
}

section.featured-listing strong {
	font-weight: 500;
}

section.featured-listing a.button {
	padding: 9px 54px;
	margin-top: 10px;
}

section.about h1 {
 font-size: 37px;
}

section.about p {
	line-height: 1.34em;
	margin-bottom: 25px;
}

section.about a.button {
	margin-top: 14px;
	padding: 9px 60px;
}

section.properties {
	font-size: 0;
}

section.properties li{
	margin-bottom: 32px;
	margin-right: 19px;
	margin-top: 7px;
	position: relative;
}

section.properties li span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 132px;
	font-size: 22px;
}

section.properties li a {
	color: white;
}

section.properties li:nth-child(3n) {
	margin-right: 0;
}

section.properties li:nth-child(n + 3) {
	margin-bottom: 0;
}

article.featured section.contact {
	font-size: 0;
	padding-bottom: 104px;
}

section.contact h1 {
	font-size: 35px;
	margin-bottom: 30px;
}

section.contact address {
	display: inline-block;
	background: #919191;
	width: 300px;
	height: 266px;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
	color: white;
	font-weight: 200;
	padding: 33px 38px;
	font-style: normal;
	line-height: 1.64em;
}

section.contact address p {
	margin: 0;
}

section.contact address p:first-child {
	margin-bottom: 18px;
}

section.contact address p span {
	font-weight: 500;
}

section.contact address p:nth-child(2) span {
	margin-left: 27px;
}

section.contact address p:nth-child(3) span {
	margin-left: 46px;
}

section.contact address p:nth-child(4) span {
	margin-left: 45px;
}

section.contact address p:nth-child(5) span {
	margin-left: 21px;
}

