footer{
    position: relative;
    background-color: #1f1f1f;
    color: #eaeaea;
    padding: 23px 0 0 0;
    z-index: 900;
}
footer a,
footer a:link,
footer a:visited{
    color: #eaeaea;
    text-decoration: none;
}
.footer-social, .footer-copyright, .footer-nav{
    margin-bottom: 15px;
}

/*contatti*/
.footer-contatti div.row > div{
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}
.footer-contatti div.row div i{
    position: relative;
    display: block;
    font-size: 14pt;
    padding-left: 26px;
}
.footer-contatti div.row div i::before{
    position: absolute;
    left: 0;
    top: 0;
}
.footer-contatti div.row div i > span{
    display: inline-block;
    font-size: 12pt;
    font-family: 'Raleway';
}

/*Social*/
.footer-social a{
    display: inline-block;
    height: 48px;
    width: 48px;
    background-image: url('footer/SPRITE_SOCIAL_64X64.png');
    background-repeat: no-repeat;
    background-size: auto 96px;
}
.footer-social a:hover{
    background-position-y: -48px;
}
.footer-social-linkedin{
    background-position-x: -48px;
}
.footer-social-youtube{
    background-position-x: -96px;
}
.footer-social-vimeo{
    background-position-x: -144px;
}
.footer-social-instagram{
    background-position-x: -192px;
}
.footer-social-google{
    background-position-x: -240px;
}