html, body {
    height: 100%;
}
#site {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -42px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
	#site {
			margin-bottom: 50px;
	}
}