/*** 

====================================================================
			Project Detail
====================================================================

***/

.project-detail{
	position: relative;
	padding: 150px 0 0px;
}

.project-detail:before{
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 25%;
	height: 681px;
	width: 946px;
	content: "";
	background-image: url(../images/icons/map-2.png);
	background-repeat: no-repeat;
}

.project-detail .image-box{
	position: relative;
	margin-bottom: 50px;
}

.project-detail .image-box h3{
	position: absolute;
	left: 50px;
	bottom: 40px;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
}

.project-detail .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .lower-content{
	position: relative;
	margin-bottom: 60px;
}

.project-detail .lower-content .info{
	position: relative;
	margin-bottom: 30px;
}

.project-detail .lower-content .info li{
	position: relative;
	display: inline-block;
	margin-right: 65px;
	padding-right: 65px;
	padding-top: 15px;
	padding-bottom: 25px;
	border-right: 1px solid #ebebeb;
}

.project-detail .lower-content .info li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0px !important;
}

.project-detail .lower-content .info li h4{
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #111111;
	font-weight: 500;
}

.project-detail .lower-content .info li span{
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #777777;
	font-weight: 300;
}

.project-detail .lower-content h5{
	position: relative;
	font-size: 18px;
	line-height: 27px;
	color: #111111;
	font-weight: 500;
	margin-bottom: 30px;
}

.project-detail .lower-content p{
	font-size: 14px;
	line-height: 27px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 30px;
}

.project-detail .related-projects{
	position: relative;
}

.project-detail .related-projects h3{
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #1d2125;
	font-weight: 600;
	margin-bottom: 40px;
}