/******************************************************************************
* $ Sticky Footer
/*****************************************************************************/
html,
body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -110px; /* the bottom margin is the negative value of the footer's height */
}
.push,
#footer {
    height: 110px;
}