/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
    .footer-content .footer-logo {
        max-width: 25%;
    }
    .footer-content ul {
        padding-top: 28px;
    }
    .footer-content li {
        padding: 0 6px;
    }
}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    /* Footer Content */
    .footer-content {
        text-align: center;
        padding: 20px 2.5% 10px;
        width: 95%;
    }
    .footer-content {
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    .footer-content .footer-logo {
        display: inline;
        float: none;
    }
    .footer-content .footer-logo img {
        display: block;
        margin: 0 auto;
        max-width: 95%;
        width: auto;
    }
    .footer-content ul {
        padding: 15px 0;
        width: 100%;
    }
    .footer-content li {
        border: none;
        margin: 5px auto;
        padding: 5px 0;
        text-align: center;
        width: 50%;
    }
    .footer-content li:last-child {
        margin: 30px 25% 5px;
    }
    /* Bottom Footer */
    .footer-bottom {
        font-size: 12px;
        padding: 10px 2.5%;
        width: 95%;
    }
    .footer-bottom .copyright {
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer-bottom .links {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
    /* Footer Content */
    .footer-content li {
        width: 100%;
    }
    .footer-content li:last-child {
        margin: 30px auto 5px;
    }
}
