#nav-footer {
    background-color:#0d0908;
    padding: 0 4%;
}

#nav-footer.white-background {
    background-color: transparent;
    padding: 0;
}

#nav-footer {
    display: table;
    width: 100%;
}


.ico li a {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.ico li {
    display: table-cell;
    height: 24px;
    padding-right: 5px;
}

ul.ico {
    display: table;
    list-style: none;
    margin-right: 0px;
    margin-left: auto;
}

.ico .facebook {
    background-image: url(/css/images/facebook.png);
}

.white-background .ico .facebook {
    background-image: url(/css/images/facebook-dark.png);
}

.ico .twitter {
    background-image: url(/css/images/twitter.png);
}

.white-background .ico .twitter {
    background-image: url(/css/images/twitter-dark.png);
}

.ico .linkedin {
    background-image: url(/css/images/linkedin.png);
}

.white-background .ico .linkedin {
    background-image: url(/css/images/linkedin-dark.png);
}
