.ch-grid {
	padding: 0;
	margin-top:35px;
	list-style: none;
	display: block;
	text-align: left;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin: 0 20px 30px 0;
	float:left;
}

.ch-grid h3 {
	padding:0 !important;
}