/* NEWS */
.news {
	padding-bottom: 10px;
}

.item.news .item {
	margin-right: 0px;
}

.news h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.news .date {
	color: #999999;
}

.news .from {
	font-size: 10px;
	font-weight: bold;
	color: rgba(4, 39, 50, 1);
	text-transform: uppercase;
	padding: 2px 5px;
	background-color: rgba(234, 181, 82, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 5px;
}

.news .message {
	font-size: 12px;
	margin-top: 5px;
}

.news .media {
	
}

.news .image {
	float: none;
}

.news .image img {
	width: 100%;
}

.news .video {
	float: none;
}

.news .video embed {
	width: 100%;
}