#tabbedcathome{
	clear: both;
}
/* ---- button ---- */
#filterCat {
	border: none;
	/* background: white; */
}
@media (min-width: 768px){
	#filterCat {
		padding: 10px 0;
		margin: 0 0 0 -18px;
	}
}
#filterCat > li{
	margin-bottom: 0;
        float: left;
}
	@media (min-width: 768px){
	#filterCat > li{
		border-left: 1px solid #d6d4d4;
		margin: 10px 0 10px 9px;
		padding: 0 0 0 9px;
	}
	}
@media (max-width: 479px){
	#filterCat > li {
		width: 100%;
	}
}
#filterCat > li a{
	font: 600 21px/24px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin: 0;
	padding: 10px;
	cursor:pointer !important;
        text-decoration: none;
        display: block;
}
@media (min-width: 768px){
	#filterCat > li a{
		padding: 1px 10px;
	}
}
#filterCat > li:first-child{
	border: none;
}
#filterCat > li.active a,
#filterCat > li a:hover{
	background: #333333;
	color: white;
	padding: 10px;
}
@media (min-width: 768px){
	#filterCat > li.active a,
	#filterCat > li a:hover {
		margin: -9px 0;
	}
}

/* ---- isotope ---- */
#isotopeCategories {
	/*background: #DDD;
	max-width: 1200px;*/
	margin-top:20px;
}

/* clear fix */
#isotopeCategories:after {
	content: '';
	display: block;
	clear: both;
}
#isotopeCategories .isotopeCat.hidestart{
	display: none;
}
#isotopeCategories .category_image{
	overflow:hidden;
	display: block;
	position: relative;
	vertical-align: bottom;
	text-align: center;
	margin-top: 15px;
}
#isotopeCategories .category_image img{
	max-width: 100%;
    height: auto;
	transition: all 0.5s ease 0s;
	box-shadow: 1px 1px 12px #555;
	border: solid 1px #000;
}
#isotopeCategories .category_image:hover > img {
    transform: scale(1.3);
	-ms-transform: scale(1.3); 
	-moz-transform: scale(1.3); 
	-webkit-transform: scale(1.3); 
	-o-transform: scale(1.3); 
}
#isotopeCategories .s_title_block{
	color: #222222;
	font-size: 14px;
	height: 30px;
	padding-bottom: 0;
	padding-top: 5px;
	text-align: center;
}
#isotopeCategories .category_desc{
	color: #970234;
	min-height: 45px;
	margin-top:-5px;
	text-align: center;
}

/* 5 columns for bootstrap */
.col-xs-25{
	width: 20%;
	float: left;
}
@media (min-width: 768px){
	.col-sm-25{
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md-25{
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg-25{
		width: 20%;
		float: left;
	}
}

