html {
	position: relative;
	min-height: 100%; 
}

body {
	margin-bottom: 45px;
	padding-bottom: 10px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
}

.footer-container {
	padding-right: 15px;
	padding-left: 15px;
}

.footer-element {
	margin: 20px 0;
}

hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.blue {
    background-image: linear-gradient(to right, rgba(11, 74, 125, 1), rgba(11, 74, 125, 0.5), rgba(0, 0, 0, 0));
}

.background-black {
	background-color: #000000;
}

.background-grey {
	background-color: #f0f0f0;
}

.background-light-grey {
	background-color: #f5f5f5;
}

.background-white {
	background-color: #ffffff;
}

.navbar-container {
	padding-left: 20px;
	padding-right: 20px;
}

.blue {
	color: #0b4a7d;
}

.all-width {
	width: 100%;	
}

.gallery-item {
	padding: 2px;
}

.mini {
	width: 40px;
	height: 40px;
}