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

body {
	height: 100%;
	margin-bottom: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #0d0f11;
	background: #020204 url(../img/background.jpg) 50% 0 no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.header-title {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 10px; 
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.header-title:after {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	left: 0;
	bottom: 0;
	content: '';
	background-color: #337ab7;
}

.member-list .item {
	min-height: 110px;
	padding-bottom: 15px;
}

.error {
	margin: 100px 0;
	text-align: center;
	color: #fff;
}

.error .title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 170px;
	font-weight: 700;
}

.error .sub-title {
	font-size: 21px;
}

.error .description {
	margin-bottom: 20px;
}

.table-results,
.table-calendar {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
}

.table-results caption,
.table-calendar caption {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #337ab7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table-results>thead>tr>th,
.table-results>tbody>tr>td,
.table-calendar>thead>tr>th,
.table-calendar>tbody>tr>th,
.table-calendar>tbody>tr>td {
	text-align: center;
}

.table-results.text-left>tbody>tr>td,
.table-results>tbody>tr>td.left {
	text-align: left;
}

.table-results>tbody>tr>td.empty {
	background-color: rgba(51,122,183,.15);
}

.table-results>tbody>tr>td,
.table-results>tbody>tr>th,
.table-results>tfoot>tr>td,
.table-results>tfoot>tr>th, 
.table-results>thead>tr>td,
.table-results>thead>tr>th,
.table-calendar>tbody>tr>td,
.table-calendar>tbody>tr>th,
.table-calendar>tfoot>tr>td,
.table-calendar>tfoot>tr>th, 
.table-calendar>thead>tr>td,
.table-calendar>thead>tr>th {
	border-top: 1px solid #13283e;
	border-bottom: none;
}

.table-results>tbody>tr:hover,
.table-calendar>tbody>tr:hover {
	background-color: rgba(51,122,183,.15);
}

/* Header */
.header {
	padding: 20px 30px;
}

.header .title {
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 991px) {
	.header .title {
		font-size: 28px;
	}
}

#searchform {
	margin-top: 5px;
}

/* Content */
.content {
	margin-bottom: 20px;
	padding: 30px;
	color: #f0f3f5;
	background-color: rgba(11,14,20,.7);
	border-radius: 5px;
}

.content img {
	max-width: 100% !important;
	height: auto !important;
}

.content img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Search */
.search .item {
	margin-bottom: 30px;
}

/* Footer */
.footer {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 0;
	padding: 15px 0;
	font-size: 12px;
	color: #fff;
	background-color: #337ab7;
}

.footer .title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer .copyright {
	font-size: 12px;
}

#map {
	max-width: 100%;
	height: 311px;
}