.item-category-tag:after {
	content:"";
	display:block;
	clear:both;
}
.item-category-tag {
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-color:rgba(0,0,0,.1);
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.item-category-tag img {
	float:left;
	max-width:40%;
	margin:0 25px 0 0;
}
.image-cat-tag {
	min-height:135px;
	text-align:center;
	margin-bottom:15px;
}
.item-cat-tag {
	padding-bottom:15px;
	line-height:1.5;
}
.item-cat-tag-clear {
	clear:both;
}
.before-preload-items {
	opacity:0.5;
}
#loader-category-tags {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9000;
	background-color:rgba(255,255,255,0.4);
	left:0;
	top:0;
	display:none;
	background-image:url(images/preload.gif);
	background-size:150px 150px;
	background-repeat:no-repeat;
	background-position:center center;
}
#tags-select-filter-text {
	padding-bottom:20px;
}
#tags-select-filter-text a.link-tag-category {
	display: inline-block;
    margin: 0 5px 5px 0;
    background-color: #000;
    color: #FFF;
    padding: 0 10px 0 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}
#tags-select-filter-text a.link-tag-category span {
	display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 7px;
    line-height: 30px;
    height: 30px;
    border-right: 1px solid #FFF;
    font-weight: bold;
    font-size: 17px;
    margin: 0 8px 0 0;
}