
.category_block {
    margin-bottom: 20px;
    position: relative;
}
.category_hover {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    display: none;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: 100000000;
}
.category_block:hover .category_hover {
    display: block;
}
.category_block:hover .category_title_block {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    position: relative;
    text-decoration: none;
    z-index: 2000;
}
.category-more {
    border: 1px solid hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
    display: none;
    left: 25%;
    padding: 10px 30px;
    position: absolute;
    top: 38%;
    z-index: 3000;
}
.category-more:hover {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}
.category_block:hover .category-more {
    display: block;
}
.category_title_block {
    background:#DDD;
    padding: 2px 1px;
    text-align: center;
    margin-top:-10px;
}
.category_title {
    color: hsl(0, 0%, 20%);
    font-size: 16px;
    text-transform: uppercase;
	color:blue;
}
.category_title a {
    color: hsl(0, 0%, 20%);
}
.category_desc {
    color: hsl(0, 0%, 60%);
    font-size: 13px;
}
