.list.img-list, .list.img-list li a div.li-img {
	position: relative;
}
.list.img-list li {
	position: relative;
}
.list.img-list li a,
.list.img-list li a img {
	display: block;
	position: relative;
}
.list.img-list li a {
	overflow: hidden;
}
.list.img-list li a div.hover {
	position: absolute;
	background: #ef4510;
	background: rgba(239,69,16,0.9);
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.list.img-list li a div.hover {
	top: 0px;
	left: -101%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list.img-list li a:hover div.hover{
	left: 0px;
}

.hov-img {
    text-align: center;
    margin: 30px 0 5px;
}

.hov-img img {
    margin: auto;
    width: 40px;
}

.hover span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
}

.cat-title {
    font-size: 22px;
    margin-top: 70px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}