body,
html {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	color: #34495e;
}

ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;

}

li {
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
}

.content-side-block ul {
	/*list-style-type: '-';*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
}

.content-side-block li {
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
}

#banner {
	background-color: #ffffff;
	padding: 0px;
}

#banner img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#banner a {
	text-decoration: none;
}

#header {
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	color: #34495e;
}

#header a {
	color: #34495e;
	text-decoration: none;
}

#header-title {
	display: none;
}

#page-title {
	font-size: 24px;
	font-weight: bold;
}

#navigation {
	text-align: center;
}

#navigation-mobile {
	display: none;
}

#content-main {
	padding: 5px;
	margin-bottom: 24px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.float-container {
	overflow: hidden;
}

.float-container-reverse {
	overflow: hidden;
}

.content-main-column-full {
	width: 100%;
}

.content-main-column-wide {
	float: left;
	width: 70%;
}

.content-main-column-narrow {
	float: left;
	width: 30%;
}

.content-main-block {
	margin: 20px 5px 20px 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #34495e;
}

.content-side-block {
	margin: 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #34495e;
}

.content-side-block img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.content-main-tile {
	display: inline-block;
	width: 47%;
	margin: 5px;
	padding: 0px;
}

.content-main-tile-wide {
	display: inline-block;
	width: 96%;
	margin: 5px;
	padding: 0px;
}

.content-main-tile img {
	width: 100%;
}

.content-main-tile-wide img {
	width: 100%;
}

#main-image {
	margin: 20px 5px 20px 5px;
}

.nav-button {
	display: inline-block;
	margin: 5px;
	padding: 10px 27px;
	border: 1px solid #34495e;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	color: #34495e;
}

.nav-button {
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
}

.nav-button:hover {
	background-color: #34495e;
	color: white;
}

.text-small {
	font-size: 10px;
}

.text-center {
	text-align: center;
}

.news-block .text-date {
	font-size: 10px;
	font-style: italic;
}

div.media.player {
	margin-bottom: 50px;
	padding: 5px;
	text-align: center;
	background-color: #c2d9f0;
}

.news-block {
	margin: 20px 5px 20px 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #34495e;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}

.alert {
	color: #000000;
	background-color: #ffcccc;
}

.video-block {
	margin: 20px 5px 20px 5px;
}

.icon-event {
	background: url(../images/icon-event.jpg) left top no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
}