.footer{
    bottom:0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    width: 100%;
    /* Set the fixed height of the footer here */
/*    height: 80px;*/
    padding-bottom: 3%;
    background-color: #f5f5f5;
    text-align: center;
}
.footer .container{
    padding-top: 3%;
}
.footer a{
    color: #01aaff;
}
@media (min-width: 768px) {
    .footer{
        padding-bottom: 1%;
        text-align: left;
    }
    .footer .container{
        padding-top: 1%;
    }
}