/*!
 * Dev-PHP - https://github.com/dreboard
 * Copyright 2015-2017 Dev-PHP
 */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 54px;
}

.sticky-footer {
	margin-top:50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
