﻿html, body {
    width: auto !important;
    overflow-x: hidden !important;
}

body {
    margin-bottom: 85px;
    overflow: hidden;
}

.content {
    padding-bottom: 85px;
    height: auto;
    margin-bottom: -85px;
    width: 100%;
    overflow: hidden;
}

.footer, #footer-sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    z-index: 20;
    display: block;
}

@media (max-width: 560px) {
    body {
        margin-bottom: 125px;
    }

    .content {
        padding-bottom: 125px;
        margin-bottom: -125px;
    }

    .footer, #footer-sec {
        padding: 5px 0;
        height: 125px;
    }
}
