.table-buckets {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0;
	margin: 25px 0 -1px;
}

.table-buckets li {
	width: 33.3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 4% 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	float: left;
	height: 335px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.table-buckets li:after{
	content:'';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	overflow: hidden;
}
.table-buckets li a{
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}

.table-buckets li:before {
	display: none;
}

.table-buckets li a p {
	color: #111111;
	font-size: 14px;
	line-height: 22px;
	max-height: 10em;
	overflow: hidden;
}

.table-buckets li:hover a p {
	color: #00a651;
}

.table-buckets li .img-holder {
	height: 135px;
	white-space: nowrap;
}

.table-buckets li .img-holder:after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -1px;
	vertical-align: middle;
}

.table-buckets li .img-holder img {
	max-width: 80px;
	max-height: 80%;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	image-rendering: optimizeSpeed;             /* FUCK SMOOTHING, GIVE ME SPEED  */
	image-rendering: -moz-crisp-edges;          /* Firefox                        */
	image-rendering: -o-crisp-edges;            /* Opera                          */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
	image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.table-buckets li h3 {
	margin: 0 0 5px;
	color: #00a651;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
}

.table-buckets.cols-4 li {
	width: 25%;
	padding: 20px 4% 20px;
	height: auto
}

.two-boxes li {
	width: 50%!important;
	}

.two-boxes li a p {max-height: none!important;}

@media screen and (max-width: 1218px) {
	.table-buckets.cols-4 li {
		width: 33.33%;
	}
}

@media screen and (max-width: 977px) {
	.table-buckets li {
		height: 290px;
		width: 50%;
	}
}

@media screen and (max-width: 747px) {
	.table-buckets li {
		border-right: none;
		height: auto;
		width: 100%;
	}

	.table-buckets {
		border-left: none;
	}

	.table-buckets.cols-4 li {
		width: 100%;
	}
}