/* Custom styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 110px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 110px;
	border-top: 5px solid #008cba;
	padding-top: 10px;
	background-color: #333;
}
.navbar-collapse {
	max-height: 100% !important;
}
