

.elemencat{background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    color: #1b5680;
    display: block;
    margin: 0 0 20px 20px;
    padding: 9px 9px 13px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.3s ease 0s;}


.elemencat a:hover > .elemencat{box-shadow: 0 0 20px rgba(251, 159, 0, 0.15);}

.elemencat .title {
    color: #1b5680;
    font-size: 14px !important;
    position: relative; top:5px;
    padding-bottom: 8px;
}