/**
 *
 * Footers
 *
 */

.wave-fixed-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #999999;
    display: none;
    z-index: 1;
}