.featimg {
	margin-top: 25px;
	width: 100%;
	height: auto;
}

.csDescr img {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.csDescr img {
		display: none;
	}
}

.csBlocks {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 25px;
}

.csBlocks .block {
	padding: 15px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.csBlocks .inner {
	display: block;
	position: relative;
}

.csBlocks h4 {
	position: absolute;
	margin: 0;
	padding: 10px;
	bottom: 0;
	left: 0;
	background: url(../img/trans-black.png);
	display: none;
	width: 100%;
}

.csBlocks h4.red {background: #cf0069;}
.csBlocks h4.yellow {background: #cc9900;}
.csBlocks h4.blue {background: #0089a1;}
.csBlocks h4.purple {background: #722b88;}


.csBlocks h4.azure {background: #336699;}
.csBlocks h4.grey {background: #333;}
.csBlocks h4.green {background: #669a99;}
.csBlocks h4.light-red {background: #f16667;}

.csBlocks h4.energy-green {background: #74A730;}


.csBlocks h4 a {
	color: white;
}

.csBlocks h4 a:hover {
	text-decoration: none;
}

@media (max-width: 991px) {
	.csBlocks .block {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.csBlocks .block {
		width: 50%;
	}
}