html {height: inherit !important; }
.simple_news-list {
	overflow: hidden;
	clear: both;
}

.simple_news-item {
	float: left;
	width: 50%;
	position: relative;
	padding: 15px 20px;
	margin: 0 0 20px;
	color: #1f1e26;
	font-weight: 400;
} 

.simple_news-item a,
.simple_news-item a:visited {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #bab7ce;
	text-decoration: none;
	text-indent: -9999px;
}

.simple_news-item a:hover,
.simple_news-item a:focus {
	border-color: #20c13a;
}

.simple_news-item:nth-child(odd) a {
	right: 10px;
}

.simple_news-item:nth-child(even) a {
	left: 10px;
}

.simple_news-item:nth-child(odd) .news-date-time,
.simple_news-item:nth-child(odd) .title {
	padding-right: 10px;
}

.simple_news-item:nth-child(even) .news-date-time,
.simple_news-item:nth-child(even) .title {
	padding-left: 10px;
}

.news-date-time {
	color: #9a97ae;	
	margin: 0 0 12px;
}


@media all and (min-width: 760px) {
	.simple_news-item:nth-child(4) {
		display: none;
	}

	.simple_news-item {
		width: 33.3%;
		display: table-cell;
	}


	.simple_news-item:nth-child(1) a,
	.simple_news-item:nth-child(2) a {
		right: 15px;
	}

	.simple_news-item:nth-child(2) a {
		left: 15px;
	}

	.simple_news-item:nth-child(3) a {
		left: 15px;
		right: 0;
	}

	.simple_news-item:nth-child(2) .news-date-time, .simple_news-item:nth-child(2) .title {
		padding-right: 15px;
		padding-left: 15px;
	}
	.simple_news-item:nth-child(3) .news-date-time, .simple_news-item:nth-child(3) .title {
		padding-right: 0;
		padding-left: 15px;
	}
}

@media all and (min-width: 1000px) {
	.simple_news-item {
		width: 25%;
		display: block;
	}

	.simple_news-item:nth-child(4) {
		display: block;
	}

	.simple_news-item:nth-child(1) a {
		right: 30px;
	}

	.simple_news-item:nth-child(4) a {
		right: 0;
		left: 30px;
	}

	.simple_news-item:nth-child(2) a {
		right: 20px;
		left: 10px;
	}

	.simple_news-item:nth-child(3) a {
		left: 20px;
		right: 10px;
	}

	.simple_news-item:nth-child(2) .news-date-time, .simple_news-item:nth-child(2) .title {
		padding-right: 10px;
		padding-left: 10px;
	}
	.simple_news-item:nth-child(3) .news-date-time, .simple_news-item:nth-child(3) .title {
		padding-right: 0;
		padding-left: 20px;
	}

	.simple_news-item:nth-child(4) .news-date-time, .simple_news-item:nth-child(4) .title {
		padding-left: 30px;
    	padding-right: 0px;
	}
}