/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: -8px;
    width: 100%;
    height: auto;
    z-index: 1;
    font-size: 14px;
    background-image: url(../img/appimages/BG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer .footer-menu {
    /* background: #feed95; */
    /* border-top: 1px solid #e6a843; */
}

.footer.col-xs-3 {
    background: #feed95;
}

body > .container {
    padding: 10px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-copyright {
    /* border-top: 1px solid #e6a843;
    background: #feed95; */
}
