footer {
    background: #000;
    padding: 0;
}

footer a {
    color: #fff;
}

footer .fa.fa-map-marker {
    margin-right: 6px;
}

footer .map-container {
    padding: 0 16px;
}

footer .maps h4 {
    color: #000;
    margin: 1px;
}

footer .maps {
    width: 100%;
    min-height: 320px;
    margin-bottom: 48px;
}

footer .address-box {
    font-size: 16px;
    margin-bottom: 24px;
}

footer .logos img {
    max-width: 120px;
    margin-right: 12px;
    margin-left: 12px;
}

footer .logos img:last-child {
    margin-top: 5px;
}

footer .powered-by {
    text-align: center;
    margin-top: 15px;
}

footer .mobile-menu-bottom {
    padding: 0 12px;
    margin-top: 24px;
    color: #737373;
    font-size: 16px;
}

footer .mobile-menu-bottom ul li:first-child {
    border-top: 1px solid #c8c8c8;
}

footer .mobile-menu-bottom .nav .menu-text,
footer .mobile-menu-bottom .nav .menu-btn a {
    padding: 16px;
}

footer .mobile-menu-bottom .nav .menu-text {
    padding-top: 32px;
    padding-left: 0;
}

footer .mobile-menu-bottom .nav .menu-btn a {
    text-align: center;
    color: #222;
    background: #e6e6e6;
    border: 1px solid #c8c8c8;
    border-top-width: 0;
}

footer .mobile-menu-bottom .nav .menu-btn a:hover {
    background: #f3f3f3;
    text-decoration: underline;
}

footer .mobile-menu-bottom .nav .menu-btn.current-page a {
    color: #EF2F2E;
}

footer .mobile-menu-bottom .nav .menu-btn.no-line a:hover {
    text-decoration: none;
}

@media (max-width: 500px) {
    footer .footer-bottom .col-md-8,
    footer .footer-bottom .col-md-4 {
        text-align: center;
    }

    footer .footer-bottom .logos {
        margin-top: 24px;
    }
}

@media (min-width: 500px) {
    footer .footer-bottom .col-md-8 {
        width: 66.66666667%;
        float: left;
    }

    footer .footer-bottom .col-md-4 {
        width: 33.33333333%;
        float: left;
    }

    footer .mobile-menu-bottom {
        display: none;
    }
}

@media (min-width: 626px) {
    footer .logos img {
        display: inline;
    }

    footer .logos img:last-child {
        margin-top: 0;
    }
}
