.page-template-template-news-php .thumbnail {
	font-size:14px;
	overflow:hidden;
}
	.page-template-template-news-php .thumbnail img {
		display:none;
	}

@media only screen and (min-width : 992px) {
	.page-template-template-news-php .thumbnail {
		height:220px;
	}
	.page-template-template-news-php .thumbnail img {
		display:block;
	}
}


	.page-template-template-news-php .thumbnail:hover, body.news .thumbnail:active, body.news .thumbnail:focus {
		text-decoration:none;
	}

	.page-template-template-news-php .thumbnail .news-date {
		font-size:12px;
		color:#333;
		padding-top:5px;
		display:block;
	}

time.published {
	margin-bottom:10px;
	display:block;
}

.side-widget.news-subscribe label {
	font-weight:normal;
}

.email-alert-signup-success {
	margin-top:20px;
}

.news-alert {
	background-color:#f5f5f5!important;
	border:1px solid #e3e3e3!important;
	color:#333!important;
	padding-left:50px;
	position:relative;
}
	.news-alert .glyphicon {
		position:absolute;
		top:20px;
		left:10px;
		font-size:25px;
	}