#footer {
    margin-top: 50px;
}
#footer p, #footer span {
    line-height: 1.3em;
}
#footer .top {
    display: block;
    background-color: #403c3b;
    padding: 60px 0;
    color: #938d8b;
}
#footer h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 2.4em;
    color: #ebc36c;
}
#footer .btGoogleMaps {
    display: block;
    background: url('../images/site/icon_google_maps.png') 0 0 no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: 30px;
}
#footer .btGoogleMaps:hover {
    background-position: 0 -40px;
}
#footer .bottom {
    padding: 30px 0;
}
#footer .bottom a {
    background: url('../images/site/footer_logo_usp.png') left center no-repeat;
    display: block;
    font-size: 0.8em;
    color: #938d8b;
    padding-left: 90px;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 800px) {
    #footer .top {
        background: url('../images/site/footer_bg.png') right bottom no-repeat;
        background-color: #403c3b;
    }
}