/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.socialNetworksFooter {
    margin-bottom:0; /*Bootstrap conflict */
}

.socialNetworksFooter li{
    margin: 5px; /*Bootstrap conflict */
}
.socialNetworksFooter p {
    margin: 0;
    margin-bottom:2px;
}