/* =============================================================================
 * newslist-v5
 * ========================================================================== */

.newslist-v5 {
	margin-bottom: 10%;
}

.newslist-v5 h2,
.newslist-v5 .h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-right: 140px;
}

.newslist-v5 .subheadline {
	position: relative;
	display: inline-block;
	line-height: 2rem;
	margin-bottom: 10px;
	color: rgb(180,180,180);
	float: right;
}

.newslist-v5 .subheadline:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgb(180,180,180);
}

.newslist-v5 .news-date {
	text-transform: uppercase;
	color: rgb(121,121,121);
	margin-bottom: 25px;
	display: block;
}

.newslist-v5 .teaser {
	line-height: 1.8;
}

.newslist-v5 .image_container {
	margin-bottom: 35px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v5 .image_container:hover {
	opacity: 0.9;
}

.newslist-v5 .more a {
	position: relative;
	color: rgb(0,0,0);
}

.newslist-v5 .more a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgb(0,0,0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v5 .more:hover a:after {
	width: 0;
}

.newslist-v5 .newslist-v5-bottom {
	border-top: 1px solid rgb(227,222,221);
	border-bottom: 1px solid rgb(227,222,221);
	padding: 15px 0;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 0.9rem;
	overflow: hidden;
	line-height: 0.9rem;
}

.newslist-v5 .newslist-v5-bottom .author {
	float: left;
}

.newslist-v5 .newslist-v5-bottom .comments {
	float: right;
}

.newslist-v5 .newslist-v5-bottom .comments:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 5px;
}