.category-wall .category-item {
    display: block;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    padding: 15px;
    border: 1px solid #e9e9e9;
    margin-right: -1px;
    margin-top: -1px;
}
.category-wall .category-item:hover img {
    opacity: 0.7;
}
.category-wall .category-item:hover .cat-title {
    color: #ff003a;
}
.category-wall .category-item .cat-image {
    display: block;
	-webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
}
.category-wall .category-item .cat-title {
    color: #333;
	font-size: 15px;
	text-align: center;
    display: block;
	margin-top: 20px;
}