.content h2.cat span {
    padding: 0 10px;
background: none;
width:100%;
text-align:center;
}

.content h2.cat {
    background: rgba(0, 0, 0, 0) url("/images/pols.png") repeat-x scroll 0 10px;
    margin-top: 10px;
}

.content h2 {
font-family: "Caviar Dreams",arial;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
    width: 100%;
}


.cat {
display:block;
width:100%;
text-align:center;
font-size:30px;
}

.catalog {
padding:0;
margin:0;
}

.content h2.cat {
    background: rgba(0, 0, 0, 0) url("/images/pols.png") repeat-x scroll 0 0;
    height: 30px;
}

.content h2 {

}

.catalog li {
list-style-type:none;
min-width: 170px;
}

.catalog li .img {
    background: rgba(0, 0, 0, 0) url("/images/podl.png") no-repeat scroll center center / 140px auto;
    display: block;
    height: 170px;
    text-align: center;
    width: 100%;
}

.catalog li:hover .img {
background:url(/images/podact.png) no-repeat center center / 159px auto;
}

.catalog li .img span {
width:100%;
height:100%;
display:block;
text-align:center;
}

.catalog li .img span img {
width:110px;
margin-top: 35px;
transition: all 0.5s ease 0.1s;
}

.catalog li:hover .img span img {
width:130px;
margin-top:22px;
}



.catalog li .link {
    color: black;
    display: block;
    font-size: 18px;
    height: 55px;
    padding: 0 20px;
    text-align: center;
    text-decoration: underline;
}

.catalog li:hover .link {
text-decoration:none;
}