#footer {
    background: #1a1a1a;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff;
}
.f-block > h4 {
    margin: 0 0 20px;
}
a.soc {
    display: block;
    float: left;
    margin-right: 7px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #5c5c5c;
    text-decoration: none !important;
    font-size: 16px;
    margin-bottom: 7px;
}
.info-link {
    padding: 5px 0;
}
.info-link .fa {
    margin-right: 5px;
}