.titleev2,.leggiit a{
    display: block;
    width: 60px;
    padding: 8px;
    border:1px solid #a9a9a9;
    color: #808080;
    margin-top: 20px;
    background: linear-gradient(to top,#eee, #fff);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.titleev2:hover {
    border:1px solid #444;
    color: #444;
    background: #fff;
}
.leggiit a:hover {
    border:1px solid #444;
    color: #444;
    background: #fff;
}
@media screen and (max-width: 1200px) {
  
}
}
@media screen and (max-width: 768px){
 
    
}

@media screen and (max-width: 640px){


}


