.buildingprogressHeader {
	background-image: url('../images/news-header-building-progress.jpg')!important;
}
#news {
	margin: 50px 0px;
}
#header {
    min-height: 450px;
}
.newsSpacer {
	border-bottom: 1px solid #000000;
	margin: 20px 0px;
}
.picContainer {
	padding-left:0px;
}
.newsDate {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4e4e4e;
	text-transform:uppercase;
}
.newsDate > span {
	background-color:#e8e8e8;
	padding: 5px 15px;
	display: inline-block;
}
.newsTitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #4e4e4e;
	margin-top:15px;
}
.newsTitle:hover {
	text-decoration:underline;
}
.newsDescription {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #4e4e4e;
	margin-top:10px;
}
.newsPieceTitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #454545;
}
.newsPieceAuthor {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #4e4e4e;
}
.newsPieceAuthor > span {
	font-weight: 400;
}
.newsPieceCopy {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	margin-top:30px;
}
.qA {
	margin-bottom:25px;
}
.question {
	font-size: 20px;
}
.answer {
	font-weight:300;
}
.answer > b {
	font-weight:700;
}
.buildingTitles {
	margin-top:80px;
}

.buildingTitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 35px;
	color: #454545;
}
#buildingFacts {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #9B9B9B;
}
#buildingFacts > li {
	margin-bottom:10px;
}
#liveFeed {
	margin-top:40px;
	margin-bottom:60px;
}
#renders {
	margin:40px 0px;
}
.item.active,.item.active:hover {
	opacity:1;
}
.linkButt {
	background-color:#e8e8e8;
	padding: 15px 25px;
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.linkButt > a, .linkButt > a:hover {
	text-decoration:none;
	color:#4e4e4e;
}
.carousel-indicators {
    bottom: 25px;
}
.carousel-caption {
	background:rgba(0,0,0,.8);
	bottom: 30px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}