body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e9dba6;
}

.clear {
	clear: both;
}

h2 {
	font-size: 1em;
	color: #333333;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.9em;
	color: #555555;
	line-height: 1.5em;
	font-weight: 200;
	margin: 0 1.5% 40px 1.5%;
}

#container {
	width: 1024px;
	height: 600px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	position: relative;
	box-shadow: rgba(0,0,0,0.8) 5px 5px 31px;
	-moz-box-shadow: rgba(0,0,0,0.8) 5px 5px 31px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 5px 5px 31px;
	-o-box-shadow: rgba(0,0,0,0.8) 5px 5px 31px;
}

#site-logo {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
	height: auto;
}

#soldout {
	width: 659px;
	height: 472px;
	background: url("../images/soldout.png") center center no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#content-left {
	width: 45%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	padding: 0 2.5% 0 2.5%;
}

#logo {
	width: 50%;
	height: auto;
	display: block;
	margin: 40px auto 40px auto;
}

.projects {
	width: 30.3333%;
	height: 100px;
	margin: 0 auto 10px auto;
	cursor: pointer;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 11px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 11px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 11px;
	-o-box-shadow: rgba(0,0,0,0.5) 0px 0px 11px;
}

.projects-desc {
	width: 30.3333%;
	float: left;
	margin: 0 9% 0 9%;
}

#centerview {
	background: #fcb92d url("../images/westwood.png") center top no-repeat;
	background-size: contain!important;
	-moz-background-size: contain!important;
	-webkit-background-size: contain!important;
	-o-background-size: contain!important;
}

#thedrive {
	background: #ee5b2a url("../images/yards.png") center top no-repeat;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

#content-right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url("../images/img7.jpg") left center no-repeat;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

#content-right {
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	z-index: 11;
	text-align: center;
}

#footer a {
	font-family: 'ui-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #00314a;
	text-decoration: none;
	font-size: 1.5em;
	display: inline-block;
	margin: 0 10px 0 10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

#footer a:hover {
	color: #c32626;
}

#twitter:before {
	content: "\e604";
}

#facebook:before {
	content: "\e605";
}

#instagram:before {
	content: "\e606";
}