/*News List*/
.twelve.columns .news-text.ten {
	max-width: 90%;
}
.nine.columns .news-text.ten {
	max-width: 75%;
}
.news-columns {
	position: relative;
	min-height: 1px;
	overflow: hidden;
	margin: 0 15px 0 0;
}
@media only screen and (max-width : 1140px) {
	.news-text.ten {
		max-width: 100% !important;
	}
}