/* FOOTER CSS */
.footer{
    background:#f3f3f3;
    padding:10px;
    font-size: 13px;    
}
.footer p {
    margin-bottom: 0px;
}
.footer a {
    text-decoration: none;
    color: #333;
}


body > .footer{position:fixed;}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index:3;
    overflow: auto;
    background: #e6e6e6;
    text-align: center;
    padding: 10px 0;
    transition: all 0.5s linear;
}

.footer.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}