footer.footer{
    background-color: #fff;
}
    footer a.logo{
        display: block;
        margin-bottom: 20px
    }
    footer a{
        color: #363636;
    }
        footer a span{
            color: #d80010;
        }
    footer li strong{
        display: inline-block;
        padding-bottom: 20px;
    }

    footer .socials{
        display: inline-block;
        margin-top: 30px;
    }
    footer .socials li{
        display: inline-block;
        padding: 7px 10px 0 10px;
    }
    footer .socials li:first-child{
        display: block;
        padding-left: 0;
    }
    footer .socials li:nth-child(2){
        padding-left: 0;
    }
        footer .socials li strong{
            padding-bottom: 0;
        }
        footer .socials li a{
            color: #fff;
            font-family: 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
            text-decoration: none;
            display: inline-block;
            width: 24px;
            height: 24px;
        }
            footer .socials li a.facebook{
                background: url('../../images/socials/facebook.png') no-repeat 0 0;
            }
            footer .socials li a.twitter{
                background: url('../../images/socials/twitter.png') no-repeat 0 0;
            }
            footer .socials li a.linkedin{
                background: url('../../images/socials/linkedin.png') no-repeat 0 0;
            }
            footer .socials li a.youtube{
                background: url('../../images/socials/youtube.png') no-repeat 0 0;
            }