@charset "UTF-8";
/* CSS Document */
@font-face { /* declare fonts */
	font-family: "Proxima-Nova";
	src: url("../fonts/Proxima-Nova-Regular.otf");
	src: local("Proxima Nova"), local("Proxima-Nova"), url("../fonts/Proxima-Nova-Regular.otf") format("opentype");
}

html {
	height:100%;
	width:100%;
}
img{border:none;}
body {
	width:100%;
	font-family:Proxima-Nova, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:300;
}
header{
	width:100%;
	height:106px;
	background:#ffffff;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}

#logo{
	float:left;
	margin:20px;
}
nav{
	float:right;
}
nav ul{
	list-style-type:none;
	margin-top:66px;
	margin-right:20px;
}
nav ul li{
	display:inline-block;
	margin:0px 5px;
}
nav ul li a{
	font-size:13px;
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
nav ul li a:hover{
	color:#E31837;
}
.fillUp{
	width:100%;
	height:586px;
	overflow:hidden;
}
.fillUp-Wrapper{
	width:100%;
	height:100%;
	position:relative;
	/*max-width:1440px;*/
}
#authentic{
	height:385px !important;
}
#project-page #authentic p{
	color:#B3B3B3;
}
.content_area{
	width:100%;
	margin:0 auto;
	/*padding:50px 0px;*/
}
.stretch {
	/*min-height: 100%;*/
	/*min-width:100%;*/
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.background {
	width: 100%;
	height: 100%;
	position: absolute;
	padding:0;
	margin:0;
	left: 0px;
	top: 0px;
	z-index: -1000;
	overflow:hidden;
}
.background1{
	width: 100%;
	height: 100%;
	position: absolute;
	
	top: 0px;
	z-index: -1000;
	overflow:hidden;
	
	position:absolute;z-index:900;background-repeat:no-repeat!important;right:45px;
}
.title{
	font-size:48px;
	color:#E31837;
	text-align:center;
	padding:40px 0px 32px;
	margin:0;
}

#authentic .title{
	color:#fff;
	font-size:56px;
}
#project-page .left, .rsContent .left{
	float:left;
	width:400px;
	margin-left:20px;
	position:relative;z-index:1000;
}
.rsContent img.right {
	border:none;
	float:right;
	display:block;
	padding:35px;
}
p{
	font-size:21px;
	line-height:36px;
	color:#808080;
	text-align:center;
	padding:0px 20px;
	margin:0;
}
#authentic p{
	color:#fff;
}

.button{
	margin-top:35px;
	padding:0;
	text-align:center;
}
.clr{
	clear:both;
}

#project-page .content{
	font-size:14px;
	font-family:Proxima-Nova, sans-serif;
	width:100%;
	height:586px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#project-page .content .left{
	float:left;
	width:400px;
}
#project-page .content .title{
	text-align:left;
	font-size:36px;
}
#project-page #amenities .content .title{
	color:#fff;
}
#project-page .content p{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	text-align:left;
}
#project-page #amenities .content p{
	color:#fff;
}
#project-page .content img {
	border:none;
	float:right;
	display:block;
	padding:35px;
}
#project-page #contact-proj .content .content-box{
	width:442px;
	height:224px;
	background:url(../images/projects/contact-box.png) no-repeat;
	margin:37px 0;
	padding:20px;
	position:relative;
}
#project-page #contact-proj .content .content-box .title{
	color:#999;
	margin-bottom:5px;
	padding:20px 0px 10px;
}
a img.float-btn{
	position:absolute;
	bottom:10px;
	left:-30px;
}
#contact-proj a img.float-btn{
	left:-15px;
}
footer{
	width:100%;
	height:586px;
}
footer .content{
	width:960px;
	margin:0 auto;
}
footer ul{
	
	list-style-type:none;
	margin:0;
	padding:0;
}
footer li{
	float:left;
	display:inline-block;
	margin:50px;
	width:245px;
}
footer li:first-child{
	margin-left:0px;
	
}
footer li:last-child{
	margin-right:0px;
	
}
footer li img{
	display:block;
	margin:0 auto;
	text-align:center;
	width:auto;
	height:80px;
	margin-bottom:30px;
	opacity:0.3;
}
/*footer li:first-child img{
	width:107px;
}
footer li:last-child img{
	width:79px;
}*/
footer li p{
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#B3B3B3;
	margin:20px 0px;
	font-family:Proxima-Nova, sans-serif;
}
.slide_bg{background:url(../images/team/image-3_bg.jpg);width:100%;}