.clear {
	clear: both;
}
.gap-30 {
	height: 30px;
}
.thumbs {
  margin: 0;
  padding: 0;
}
.thumbs li {
	list-style: none;
	float: left;
	margin: 5px;
	padding: 3px;
	background: #eee;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 2px #000;
}
.thumbs li img {
	display: block;
}
.thumbs li a img {
	border: none;
}
@media only screen and (max-width: 767px) {
	ul.thumbs li {
		width: calc(25% - 16px);
	}
	ul.thumbs li img {
	       width: 100%;
	}
}
