.gallerycontainer, .categorycontainer {
	display: none;
}

.categoryfillcontainer .row {
	margin:20px;
	border-radius: 5px;
	border:1px solid #fff;
	cursor: pointer;
}

.categoryfillcontainer .row:hover {
	border:1px solid #eee;
	background: radial-gradient(ellipse at bottom, #ddd 0%, #eee 10%, #fff 80%);
}

.categoryfillcontainer .col-sm-5 {
	padding-left: 0;
}

.categoryfillcontainer .col-sm-5 .img-thumbnail {
	height: 150px;
}

.categoryfillcontainer .col-sm-7 h2 {
	line-height: 150px;margin:0;
}