#filters {
	padding: 0% 10% 5% 10%;
	list-style:none;
}
   #filters li {
		float:left;
	}
   #filters li span {
		display: block;
		padding: 10px 10px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 1em;
	}
	#filters li span.active {
		background:#0c7bc0;
		color:#fff;
	}
	
	#filters li span.hover {
		background:#7c720c;
	}
#hfamelist .hfame {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	float:left;
	overflow:hidden;
}
   .hfame-wrapper {
		overflow:hidden;
		position: relative !important;
		/*cursor:pointer;*/
	}
	.hfame-wrapper > a{
		display:block;	
	}
	.hfame-wrapper span {
		font-size:12px;
		line-height:12px;
		text-align:center;
		color:#333333;
	}
   .hfame img {
		max-width:100%;
		position: relative;
		display:block;
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	      .hfame .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
				color:#000;
			}
