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

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url("../images/logoPattern.gif") left top repeat;
}

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

p {
	font-size: 0.9em;
	color: #ffffff;
	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: #72afb6;
	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;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 100px;
	background: url("../images/Oasis-logo.png") center center no-repeat;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important;
}

#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;
	float: left;
	margin: 0 1.5% 10px 1.5%;
	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 1.5% 0 1.5%;
}

#residences {
	background: url("../images/residences.png") center center no-repeat;
	background-size: 150%!important;
	-moz-background-size: 150%!important;
	-webkit-background-size: 150%!important;
	-o-background-size: 150%!important;
}

#shaughnessy {
	background: url("../images/shaughnessy.png") center center no-repeat;
	background-size: 160%!important;
	-moz-background-size: 160%!important;
	-webkit-background-size: 160%!important;
	-o-background-size: 160%!important;
}

#westwood {
	background: url("../images/1123westwood.png") center center 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/oasis.jpg") center bottom 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: #ffffff;
	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: rgba(52, 118, 126, 0.95);
}

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

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

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