html {
position: relative; min-height:100%;
}
body {
margin:0 0 150px !important;
}
.footer-container {
text-align: center; position: absolute; left: 0; bottom: 0; right: 0;
}
.footer-content {
height: 150px; background-color: #ececec; margin-top: 50px; padding-top: 20px; padding-bottom: 20px; color: #b5b5b5; height: 100%;
}
.footer-content a {
color: #333 !important; text-decoration: none;
}
.footer-link {
margin-left: 10px; margin-right: 10px;
}