.img-home, .img-partners {
     opacity: 0.9;
    -webkit-transition: all 0.1s ease; /* Safari and Chrome */
    -moz-transition: all 0.1s ease; /* Firefox */
    -ms-transition: all 0.1s ease; /* IE 9 */
    -o-transition: all 0.1s ease; /* Opera */
    transition: all 0.1s ease;
}

.img-home:hover, .img-partners:hover {
     opacity: 1;
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -moz-transform:scale(1.09); /* Firefox */
    -ms-transform:scale(1.09); /* IE 9 */
    -o-transform:scale(1.09); /* Opera */
     transform:scale(1.09);
}

.partners, .servizi-outsourcing, .consuelenze-ad-hoc {
text-align: center;
}

body, p {
font-family: "Open sans" !important;
}

h1, h2 {
font-family: "Open sans" !important;
font-style: oblique;
}


@media screen and (min-height: 1024px) {
.footer-section {
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
}
}