html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 65px;
}
.footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
body > .container {
    padding: 65px 15px 0;
}
