.topnews {
	margin-bottom: 20px;
}

.topnews .media {
	display: table;
}

.topnews .topnews-content > .topnews-text {
	color: #555;
	font-size: .9em;
}

.topnews .topnews-picture img {
	width: 260px;
	min-height: 100px;
	background: #b6b6ae;
}

.topnews .topnews-content > .topnews-date {
	color: #673c12;
	font-family: Roboto;
	font-size: .8em;
}

.topnews .topnews-content > .publishing-count {
    color: #888;
	font-size: .75em;
	font-family: Roboto;
}

.topnews .topnews-content > .publishing-gallery {
	color: #94683b;
	margin-right: 10px;
	font-size: .75em;
	font-family: Roboto;
}

@media (max-width: 767px) { 

	.topnews .media {
		display: block !important;
	}

	.topnews .media-body {
		display: block !important;
	}

	.topnews-picture img {
	   width: 260px;
	}
}