footer {
    background: #f8f8f8;
    padding: 40px 40px 20px 40px;
    font-size: 14px;
    border: none;
}

footer a:hover {
    color: #0093d3;
    text-decoration: none;
}

footer section {
    float: left;
    margin: 0 18px;
    height: 150px;
}

footer section:first-child {
    margin-left: 0;
}

footer section:last-child {
    margin-right: 0;
    float: right;
}

footer section#contact-us p {
    font-size: 0.8em;
    line-height: 1.5em;
}

footer section h5 {
    color: #0192d5;
    margin-top: 0;
    text-shadow: none;
    font-size: 14px;
}

footer section ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style-type: none;
}

footer section ul:first-of-type {
    margin-right: 30px;
}

footer section ul a {
    color: #000;
}

#footer-logos img {
    display: inline;
    border-radius: 0;
}

footer section#footer-logos img:first-of-type {
    margin-right: 30px;
}

footer section#footer-logos {
    text-align: right;
}

footer section#footer-logos span {
    font-size: 0.8em;
    display: block;
    clear: left;
}

footer .socialbar_transparent {
    width: auto;
    min-height: 0;
    margin: 15px 0 0;
}

