
#header {
	background-image: url("../img/logo.png");
	background-size: cover;
	height: 264px;
	background-position: center center;
}

#header h1 {
	display: none;
}
#header img {
	max-height: 250px;
	margin: 6px 20px;
}

#menu {
	margin-top: 5px;
}

#news2 .panel {
	margin: 0px;
	font-size: 0.9em;
}

#news2 a.panel-heading {
	display: block;
	text-decoration: none;
}

#news2 .panel-body {
	padding: 5px 10px;
}

#news2 .panel-body p {
	margin: 5px 0;
}

#news2 .panel:not(:last-child) {
	margin-bottom: 10px;
}

#calendar {
	font-size: 12px;
}

#calendar:after {
	content: "";
	display: table;
	clear: both;
}

#calendar > .column.left {
	float: left;
	width: 115px;
	border-left: 1px solid #ccc;
}


#calendar > .column.left td {
	text-align: center;
}

#calendar > .column.right {
	margin-left: 115px;
	overflow-x: auto;
	border-right: 1px solid #ccc;
}

#calendar > .column.right table, #calendar > .column.right .event-container {
	min-width: 600px;
}

#calendar table {
	width: 100%;
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
}

#calendar table td, #calendar table th {
	height: 50px;
	padding: 0;
}

#calendar table th {
	text-align: center;
}

#calendar table th.time span {
	display: block;
}

#calendar table th.time span.dash {
	font-size: 6px;
	line-height: 6px;
}

#calendar table.top {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#calendar table.bottom {
	border-bottom: 1px solid #ccc;
}

#calendar table.bottom tr:not(:last-child) td {
	border-bottom: 1px solid #eee;
}

#calendar .column.left table {
	border-right: 1px solid #ccc;
}

#calendar .column.right table td:not(:last-child), #calendar .column.right table th:not(:last-child) {
	border-right: 1px solid #eee;
}

#calendar .event-container {
	position: relative;
	overflow: hidden;
	background-color: #b2e8b2;
}

#calendar .event-container .event {
	position: absolute;
	height: 49px;
	top: 0;
	left: 0;
	background-color: #f17474;
	color: #fff;
	line-height: 49px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
}

#navigation {
	position: relative;
}

#navigation span {

}

#navigation a {
	position: absolute;
	top: 0;
	bottom: 0;
	text-decoration: none;
	background-color: #eee;
	color: #000;
	padding: 2px 8px;
	line-height: 40px;
}

#navigation a:hover {
	background-color: #ccc;
}

#navigation a.left {
	left: 0;
}

#navigation a.right {
	right: 0;
}

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