/*
 css loader: 0
*/

@import url("../vendor/leaflet/leaflet.css");
@import url("../vendor/leaflet-extensions/locate/L.Control.Locate.min.css");
@import url("../vendor/pannellum/pannellum.css");


/**
 * @olm
 * 12.02.2016
 */

/* Fonts */
/* roboto-condensed-300 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-condensed-v18-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
	url('../fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
	url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
	url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v11-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-slab-v11-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v11-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v11-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


/* ==========================================================================
   Base styles
   ========================================================================== */

::-moz-selection {
	background: #9B2127;
	color: #FFF;
	text-shadow: none;
}

::selection {
	background: #9B2127;
	color: #FFF;
	text-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 10px;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;

	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;

	color: #333;
	background-color: #9B2127;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	color: inherit;
}

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #9B2127;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

@media print {
	a:after {
		display: none;
		content: "";
	}
}

p {
	margin-top: 0; /* gecko "bugfix" */
}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

textarea {
	resize: vertical;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav li {
	margin: 0;
	padding: 0;
}

nav a {
	display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.srOnly {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.backStretch {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.overflowHidden {
	overflow: hidden;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignRight {
	text-align: right;
}

.tableContainer {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.tableRow {
	display: table-row;
}

.tableCell {
	display: table-cell;
	vertical-align: top;
}

.responsiveImageContainer {
	position: relative;
	padding-bottom: 75%; /* 4:3 */
	max-width: 100%;
	height: 0;
	overflow: hidden;
}

.responsiveVideoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	max-width: 100%;
	height: 0;
	overflow: hidden;
}

.responsiveImageContainer > div,
.responsiveVideoContainer iframe,
.responsiveVideoContainer object,
.responsiveVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsiveImageContainer img {
	/*max-width: 100%;
	height: auto;*/
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	width: auto;
	height: 100%;
}

.responsivePanoramaContainer {
	position: relative;
	padding-bottom: 56.25%; /* 2:1 */
	max-width: 100%;
	height: 0;
	overflow: hidden;
}

#panoramaViewer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

body.home .hideOnHome {
	display: none;
}

.showOnHome {
	display: none;
}

body.home .showOnHome {
	display: block;
}

@media (max-width: 1023px) {
	.hideOnMobile {
		display: none !important;
	}
}

.stationList{
	margin:0;
	padding:0;
}

.stationList li{
	list-style: none;
	margin:0;
	padding:0;
	line-height: 1.5em;
}


/* ==========================================================================
   Project styles
   ========================================================================== */

a.button {
	display: inline-block;
}

a.button span {
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 10px 15px;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background-color: #005569;
}

#backToMap {
	margin-left: 10px;
}

.checkboxTrigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	/*z-index: 9999;*/
}

.checkboxLabel {
	cursor: pointer;
}

.checkboxLabel span {
	font-size: 0;
	line-height: 0;
	color: transparent;
}

#main {
	height: 100%;
}

@media (max-width: 1023px) {
	body.home #main {
		display: none;
	}
}

#footer {
	display: none;
}

#pageBackground {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#pageBackground > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}

/*@media (max-width: 1023px) {
	#pageBackground {
		display: none;
	}
}*/

#pageLoader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #9B2127;
	z-index: 9999;
}

html.no-js #pageLoader {
	display: none;
}

#pageLoader .loader {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#pageLoader .logo {
	position: absolute;
	top: -200px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 140px;
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 100% 100%;
}

#pageLoader .dot {
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-animation: loader 3s ease-in-out infinite;
	        animation: loader 3s ease-in-out infinite;
}

#pageLoader .dot:first-child {
	animation-delay: 0.5s;
}

#pageLoader .dot:nth-child(2) {
	animation-delay: 0.4s;
}

#pageLoader .dot:nth-child(3) {
	animation-delay: 0.3s;
}

#pageLoader .dot:nth-child(4) {
	animation-delay: 0.2s;
}

#pageLoader .dot:nth-child(5) {
	animation-delay: 0.1s;
}

#pageLoader .dot:nth-child(6) {
	animation-delay: 0s;
}

#pageLoader .text {
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

@-webkit-keyframes loader {
	15% { transform: translateX(0); }
	45% { transform: translateX(230px); }
	65% { transform: translateX(230px); }
	95% { transform: translateX(0); }
}

@keyframes loader {
	15% { transform: translateX(0); }
	45% { transform: translateX(230px); }
	65% { transform: translateX(230px); }
	95% { transform: translateX(0); }
}


/* Header
   ========================================================================== */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	/*background-color: #333;
	background-color: rgba(51, 51, 51, 0.9);*/
	background-color: #9B2127;
	background-color: rgba(155, 33, 39, 0.9);
	z-index: 998;
}

html.cEasyApp #header {
	background-color: #758A96;
	/*background-color: rgba(117, 138, 150, 0.9);*/
}

body.home #header {
	bottom: 0;
	height: auto;
	background-color: transparent;
}

@media (min-width: 1024px) {
	#header {
		background-color: transparent;
	}
}

/* Navigation
   ========================================================================== */

#navigationClose {
	display: none;
}

#navigationWrapper {
	position: relative;
	z-index: 1;
}

#navigationTrigger:checked + #navigationWrapper,
#navigationTrigger:checked + #navigationWrapper #navigationContainer {
	z-index: 1000;
}

@media (max-width: 1023px) {
	#navigationContainer {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 260px;

		/* Force Hardware Acceleration */
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		-webkit-perspective: 1000;
		        perspective: 1000;

		-webkit-transform: translateX(-260px);
		    -ms-transform: translateX(-260px);
		        transform: translateX(-260px);
		-webkit-transition: -webkit-transform .3s ease .6s;
		    -ms-transition: -ms-transform .3s ease .6s;
		        transition: transform .3s ease .6s;
	}

	#navigationTrigger:checked + #navigationWrapper #navigationContainer {
		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
		-webkit-transition: -webkit-transform .3s;
		    -ms-transition: -ms-transform .3s;
		        transition: transform .3s;
	}

	#navigationTrigger:checked + #navigationWrapper #navigationClose {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	#navigationInner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
		overflow: auto;
		background-color: #333;
	}

	#navigationLabel {
		position: absolute;
		top: 11px;
		right: -38px;
		width: 28px;
		height: 28px;
	}

	#navigationLabel span {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		height: 2px;
		width: 100%;
		background-color: #fff;
		-webkit-transition: background-color .3s ease .3s;
		        transition: background-color .3s ease .3s;
	}

	#navigationTrigger:checked + #navigationWrapper #navigationLabel span {
		background-color: transparent;
		-webkit-transition: background-color .3s ease .3s;
		        transition: background-color .3s ease .3s;
	}

	#navigationLabel span:before,
	#navigationLabel span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;

		/* Force Hardware Acceleration */
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		-webkit-perspective: 1000;
		        perspective: 1000;

		-webkit-transition: top .3s .3s, -webkit-transform .3s;
		    -ms-transition: top .3s .3s, -ms-transform .3s;
		        transition: top .3s .3s, transform .3s;
	}

	#navigationLabel span:before {
		top: -8px;
	}

	#navigationLabel span:after {
		top: 8px;
	}

	#navigationTrigger:checked + #navigationWrapper #navigationLabel span:before {
		top: 0;
		transform: rotate(45deg);
		-webkit-transition: top .3s .3s, -webkit-transform .3s .6s;
		    -ms-transition: top .3s .3s, -ms-transform .3s .6s;
		        transition: top .3s .3s, transform .3s .6s;
	}

	#navigationTrigger:checked + #navigationWrapper #navigationLabel span:after {
		top: 0;
		transform: rotate(-45deg);
		-webkit-transition: top .3s .3s, -webkit-transform .3s .6s;
		    -ms-transition: top .3s .3s, -ms-transform .3s .6s;
		        transition: top .3s .3s, transform .3s .6s;
	}

	#navigation a {
		position: relative;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}

	#navigation a span {
		display: block;
		padding: 10px 10px 10px 40px;
	}

	#navigation a .icon {
		position: absolute;
		top: 10px;
		left: 0;
		width: 28px;
		height: 28px;
		fill: #fff;
	}

	body.home #navigationLabel {
		display: none;
	}

	body.home #navigationContainer {
		display: table;
		width: 100%;
		height: 100%;

		-webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
	}

	body.home #navigationInner {
		display: table-cell;
		position: relative;
		padding: 0;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
	}

	body.home #navigation {
		margin: 0 auto;
		width: 80%;
		max-width: 300px;
		text-align: initial;
	}

	body.home #navigation li {
		margin: 20px 0;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
		border: 5px solid #fff;
		border-color: rgba(255, 255, 255, 0.4);
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	}

	body.home #navigation a {
		font-size: 24px;
		line-height: 40px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		background-color: #9B2127;
		background-color: rgba(155, 33, 39, 0.9);
	}

	body.home #navigation a:hover,
	body.home #navigation a:focus {
		background-color: #9B2127;
	}

	body.home #navigation a .icon {
		top: 16px;
		left: 10px;
	}

	body.home #navigation a span {
		padding-left: 50px;
	}
}

@media (min-width: 1024px) {
	#navigationLabel {
		display: none;
	}

	#navigationContainer {
		position: fixed;
		top: 200px;
		left: 0;
	}

	#navigation li {
		position: relative;
		margin-bottom: 1px;
		height: 60px;
	}

	#navigation li:before {
		/*content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		width: 60px;
		background-color: #323232;*/
	}

	#navigation li > a {
		position: relative;
		display: block;
		height: 60px;
		max-width: 60px;
		overflow: hidden;
		white-space: nowrap;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		font-size: 28px;
		line-height: 60px;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		background-color: #333;
		background-color: rgba(51, 51, 51, 0.9);
		-webkit-transition: all .3s;
		transition: all .3s;
		/*-webkit-transition: max-width .15s ease-out;
				transition: max-width .15s ease-out;*/
	}

	#navigation li > a:hover {
		background-color: #9B2127;
		background-color: rgba(155, 33, 39, 0.9);
	}

	#navigation li:hover > a {
		max-width: 300px;
		/*-webkit-transition: max-width .25s ease-in .15s;
				transition: max-width .25s ease-in .15s;*/
	}

	#navigation li > .tooltip {
		display: none;
	}

	#navigation a span {
		display: block;
		padding: 0 20px 0 70px;
		height: 60px;
	}

	#navigation a .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 36px;
		height: 36px;
		fill: #fff;
	}

	body.home #navigationInner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../img/bgHomeNavigationBackground.jpg) no-repeat center bottom;
		background-size: 100% 340px;
	}

	body.home #navigation {
		position: relative;
		width: 100%;
		height: 100%;
		background: url(../img/bgHomeNavigationForeground.png) no-repeat center bottom;
	}

	body.home #navigation ul {
		position: relative;
		width: 100%;
		height: 100%;
	}

	body.home #navigation li {
		position: absolute;
		left: 50%;
		margin-bottom: 0;
		width: 80px;
		height: 80px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 5px solid #fff;
		border-color: rgba(255, 255, 255, 0.4);
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	}

	body.home #navigation #navigationItem-1 {
		bottom: 300px;
		margin-left: 50px;
	}

	body.home #navigation #navigationItem-2 {
		bottom: 250px;
		margin-left: -400px;
	}

	body.home #navigation #navigationItem-3 {
		bottom: 80px;
		margin-left: -30px;
	}

	body.home #navigation #navigationItem-4 {
		bottom: 120px;
		margin-left: 360px;
	}

	body.home #navigation li > a {
		height: 70px;
		width: 70px;
		max-width: none;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #9B2127;
		background-color: rgba(155, 33, 39, 0.9);
	}

	body.home #navigation li > a:hover {
		background-color: #9B2127;
	}

	body.home #navigation li:hover > a {
		max-width: none;
	}

	body.home #navigation li > a span {
		display: block;
		padding: 0;
		height: auto;
		font-size: 0;
		line-height: 0;
		color: transparent;
	}

	body.home #navigation li > a .icon {
		top: 50%;
		left: 50%;
		margin-top: -20px;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		fill: #fff;
	}

	body.home #navigation li > .tooltip {
		position: absolute;
		z-index: 1;
		bottom: 110%;
		left: 50%;
		margin-left: -120px;
		padding: 20px;
		width: 240px;
		background: #fff;
		background: -moz-linear-gradient(25deg, #ffffff 0%, #dddddd 90%);
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(90%, #dddddd));
		background: -webkit-linear-gradient(25deg, #ffffff 0%, #dddddd 90%);
		background: -o-linear-gradient(25deg, #ffffff 0%, #dddddd 90%);
		background: -ms-linear-gradient(25deg, #ffffff 0%, #dddddd 90%);
		background: linear-gradient(25deg, #ffffff 0%, #dddddd 90%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=1);
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		text-align: center;
	}

	body.home #navigation li > .tooltip:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 20px;
		margin-left: -20px;
	}

	body.home #navigation li > .tooltip h2 {
		margin-top: 10px;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 1;
		text-transform: uppercase;
	}
}


/* Subnavigation
   ========================================================================== */

#subnavigationWrapper {
	position: relative;
	z-index: 1;
}

#subnavigationTrigger:checked + #subnavigationWrapper,
#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationContainer {
	z-index: 1000;
}

#subnavigationContainer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 260px;

	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-perspective: 1000;
	        perspective: 1000;

	-webkit-transform: translateX(260px);
	    -ms-transform: translateX(260px);
	        transform: translateX(260px);
	-webkit-transition: -webkit-transform .3s ease .6s;
	    -ms-transition: -ms-transform .3s ease .6s;
	        transition: transform .3s ease .6s;
}

#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationContainer {
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px);
	-webkit-transition: -webkit-transform .3s;
	    -ms-transition: -ms-transform .3s;
	        transition: transform .3s;
}

#subnavigationInner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	overflow: auto;
	background-color: #333;
}

#subnavigationClose {
	display: none;
}

#subnavigationLabel {
	position: absolute;
	top: 11px;
	left: -38px;
	width: 28px;
	height: 28px;
}

#subnavigationInner h1 {
	margin: 0 0 30px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
}

#subnavigation li {
	margin: 0 0 10px;
}

body.routes #subnavigation li {
	margin: 0 0 20px;
}

#subnavigation li a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	color: #fff;
}

#subnavigation li a > span {
	display: inline-block;
	margin: 5px 0 0 20px;
	padding-left: 30px;
	line-height: 20px;
}

#subnavigation li a span.duration {
	margin-left: 0;
	background: url(data:image/png;base64,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) no-repeat 0 0;
	/*background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDkyIDkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MiA5MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNDUuOTk4LDBDMjAuNTk2LDAsMCwyMC41OTcsMCw0NmMwLDI1LjQwNSwyMC41OTYsNDYsNDUuOTk4LDQ2QzcxLjQwNCw5Miw5Miw3MS40MDUsOTIsNDYgICAgIEM5MiwyMC41OTcsNzEuNDA0LDAsNDUuOTk4LDB6IE00NS45OTgsODJDMjYuMTE5LDgyLDEwLDY1Ljg4MiwxMCw0NmMwLTE5Ljg4MywxNi4xMTktMzYsMzUuOTk4LTM2QzY1Ljg4MywxMCw4MiwyNi4xMTcsODIsNDYgICAgIEM4Miw2NS44ODIsNjUuODgzLDgyLDQ1Ljk5OCw4MnoiIGZpbGw9IiNGRkZGRkYiLz4KCQkJPHBvbHlnb24gcG9pbnRzPSI0OS41LDIwIDQyLjQ5OCwyMCA0Mi40OTgsNDcuNDUxIDU5LjUyNSw2NC40NzUgNjQuNDc1LDU5LjUyNiA0OS41LDQ0LjU1ICAgICIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat 0 0;*/
	background-size: 20px 20px;
}

#subnavigation li a span.distance {
	float: right;
	background: url(data:image/png;base64,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) no-repeat 0 0;
	/*background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ4NS4yMTMgNDg1LjIxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1LjIxMyA0ODUuMjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ3MC4wNTIsMTM2LjQ2N2MtNjIuMzQzLDIyLjk1My0xMDkuODQsMzkuMjk5LTE1MS42MjksOTAuOTc4Yy0zNy4yMjksNDYuMDUtOTAuOTgsNjIuMDExLTE1MS42MjgsMzEuNjU3djE2NS40NTdoLTMwLjMyOSAgIFYxNS4xNjNDMTM2LjQ2NSw2Ljc4MSwxNDMuMjQ3LDAsMTUxLjYyOCwwYzguMzgsMCwxNS4xNjYsNi43ODEsMTUuMTY2LDE1LjE2M2MzMy42Nyw0OC45NTMsOTIuMTg5LDU5Ljc5NSwxNTEuNjI4LDYwLjY1MyAgIEM0MDkuMzk4LDc3LjE0Niw0NzAuMDUyLDEzNi40NjcsNDcwLjA1MiwxMzYuNDY3eiBNMTk3LjExNiwzMzcuNjEydjMwLjg1NGMzNS43NzUsNy4zMTgsNjAuNjUzLDIyLjg0MSw2MC42NTMsNDAuOTM2ICAgYzAsMjUuMTEzLTQ3LjUzNCw0NS40OS0xMDYuMTQxLDQ1LjQ5Yy01OC42MDksMC0xMDYuMTM5LTIwLjM3Ny0xMDYuMTM5LTQ1LjQ5NWMwLTE4LjA5LDI0Ljg3NS0zMy42MTIsNjAuNjQ5LTQwLjkzMXYtMzAuODU0ICAgYy01NS4wODEsOS41MzUtOTAuOTc4LDM2LjI0OS05MC45NzgsNzEuNzg0YzAsNDQuNjMxLDU2LjEyMSw3NS44MTYsMTM2LjQ2Nyw3NS44MTZjODAuMzQ0LDAsMTM2LjQ2OC0zMS4xODYsMTM2LjQ2OC03NS44MTYgICBDMjg4LjA5NywzNzMuODYxLDI1Mi4xOTcsMzQ3LjE0NywxOTcuMTE2LDMzNy42MTJ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat 0 0;*/
	background-size: 20px 20px;
}

#subnavigation > a {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 105px;
	width: calc(50% - 5px);
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #A38979;
	background-color: rgba(163, 137, 121, 0.3);
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}

#subnavigation > a:hover,
#subnavigation > a.active {
	background-color: #A38979;
}

#subnavigation #sortDist {
	margin-left: 10px;
}

@media (max-width: 1023px) {
	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationClose {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	#subnavigationLabel .icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: #fff;
		opacity: 1;
		-webkit-transition: opacity .3s ease .9s;
		        transition: opacity .3s ease .9s;
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel .icon {
		opacity: 0;
		-webkit-transition: all .3s;
		        transition: all .3s;
	}

	#subnavigationLabel span {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		width: 0;
		height: 2px;
		-webkit-transition: all .3s ease .3s;
		        transition: all .3s ease .3s;
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span {
		left: 0;
		width: 100%;
		-webkit-transition: all .3s ease .6s;
		        transition: all .3s ease .6s;
	}

	#subnavigationLabel span:before,
	#subnavigationLabel span:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-transition: -webkit-transform .3s;
		    -ms-transition: -ms-transform .3s;
		        transition: transform .3s;
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:before {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transition: -webkit-transform .3s ease .9s;
		    -ms-transition: -ms-transform .3s ease .9s;
		        transition: transform .3s ease .9s;
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: -webkit-transform .3s ease .9s;
		    -ms-transition: -ms-transform .3s ease .9s;
		        transition: transform .3s ease .9s;
	}
}

@media (min-width: 1024px) {
	#subnavigationLabel {
		display: block;
		position: absolute;
		top: 10px;
		left: -10px;
		width: 50px;
		height: 40px;

		background: #02647A;
	}

	#subnavigationLabel:before {
		content: "";
		position: absolute;
		display: block;
		bottom: -10px;
		border: 20px solid #005569;
		z-index: -2;
	}

	#subnavigationLabel:before {
		left: -25px;
		border-left-width: 15px;
		border-left-color: transparent;
	}

	#subnavigationLabel:after {
		content: "";
		position: absolute;
		display: block;
		border-style: solid;
		border-color: #053B47 transparent transparent transparent;
		bottom: -10px;
		z-index: -1;
	}

	#subnavigationLabel:after {
		left: 0;
		border-width: 10px 0 0 10px;
	}

	#subnavigationLabel .icon {
		display: none;
	}

	#subnavigationLabel span {
		position: absolute;
		top: 0;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-left: 15px solid #02647A;
		border-bottom: 20px solid transparent;
	}

	#subnavigationLabel span:before,
	#subnavigationLabel span:after {
		content: "";
		position: absolute;
		top: 0;
		left: -45px;
		margin-top: -1px;
		width: 19px;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all .3s;
		        transition: all .3s ease .3s;
	}

	#subnavigationLabel span:before {
		-webkit-transform: rotate(45deg) translateY(9px);
		    -ms-transform: rotate(45deg) translateY(9px);
		        transform: rotate(45deg) translateY(9px);
	}

	#subnavigationLabel span:after {
		-webkit-transform: rotate(-45deg) translateY(-9px);
		    -ms-transform: rotate(-45deg) translateY(-9px);
		        transform: rotate(-45deg) translateY(-9px);
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:before,
	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:after {
		left: -55px;
		width: 35px;
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:before {
		-webkit-transform: rotate(-45deg) translateY(0px);
		    -ms-transform: rotate(-45deg) translateY(0px);
		        transform: rotate(-45deg) translateY(0px);
	}

	#subnavigationTrigger:checked + #subnavigationWrapper #subnavigationLabel span:after {
		-webkit-transform: rotate(45deg) translateY(0px);
		    -ms-transform: rotate(45deg) translateY(0px);
		        transform: rotate(45deg) translateY(0px);
	}

	#subnavigationContainer {
		width: 430px;
		-webkit-transform: translateX(395px);
		    -ms-transform: translateX(395px);
		        transform: translateX(395px);
	}

	#subnavigationInner {
		padding: 100px 35px 30px;
		background-color: rgba(51, 51, 51, 0.9);
	}

	#subnavigationInner h1 {
	}

	#subnavigation li {
	}

	#subnavigation li a {
		padding: 2px 0 0 40px;
		min-height: 32px;
		background: url(../img/mapMarker.png) no-repeat 0 0;
	}

	#subnavigation li a > span {
	}

	#subnavigation li a span.duration {
	}

	#subnavigation li a span.distance {
	}

	#subnavigation > a {
		width: 165px;
		width: calc(50% - 5px);
		font-size: 20px;
	}

	#subnavigation > a:hover,
	#subnavigation > a.active {
	}

	#subnavigation #sortDist {
	}
}


/* Wrapper
   ========================================================================== */

#wrapper,
#wrapperInner,
#wrapperContent {
	width: 100%;
	height: 100%;
}

@media (min-width: 1024px) {
	#wrapper {
		display: table;
	}

	#wrapperInner {
		display: table-cell;
		vertical-align: middle;
	}

	#wrapperContent {
		position: relative;
		margin: 100px auto 0;
		width: 960px;
		height: 540px;
	}
}

@media (min-width: 1280px) {
	#wrapperContent {
		width: 1200px;
		height: 675px;
	}
}

@media (min-width: 1600px) {
	#wrapperContent {
		width: 1440px;
		height: 810px;
	}
}


/* Logo Container
   ========================================================================== */

#logoContainer {
	z-index: 9999;
	display: none;
}

@media (min-width: 1024px) {
	#logoContainer {
		display: block;
		position: absolute;
		left: 50%;
		top: -90px;
		margin-left: -100px;
		width: 200px;
		height: 140px;
	}

	#logoContainer a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/logo.png) no-repeat 0 0;
		background-size: 100% 100%;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}

	#logoContainer span {
		font-size: 0;
		line-height: 0;
		color: transparent;
	}
}

@media (min-width: 1280px) {
	#logoContainer {
		top: -115px;
		margin-left: -125px;
		width: 250px;
		height: 175px;
	}
}

@media (min-width: 1600px) {
	#logoContainer {
		top: -140px;
		margin-left: -150px;
		width: 300px;
		height: 210px;
	}
}

body.home #logoContainer {
	top: 10%;
}


/* Content Container
   ========================================================================== */

#contentContainerLabel {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
}

#contentContainerLabel span {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
}

#contentContainerLabel span:before,
#contentContainerLabel span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #9B2127;
}

#contentContainerLabel span:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#contentContainerLabel span:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#contentContainer {
	position: absolute;
	z-index: 666;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#contentContainer.hide {
	display: none;
}

#contentContainerTrigger:checked + #contentContainer,
#contentContainer.show {
	display: block;
}

#contentContainerInner {
	position: relative;
	width: 100%;
	background: #fff;
}

.contentContainerCol {
	padding: 10px;
}

#contentContainerCol1 {
	padding-top: 100px;
}

.headlineContainer {
	margin: 0 0 20px;
}

.headlineContainer h1 {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: #9B2127;
}

.headlineContainer h2 {
	margin: 10px 0 0;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #A38979;
}

#tabnavigation {
	margin-bottom: 10px;
}

#tabnavigation li {
	float: left;
	margin-left: 10px;
}

#tabnavigation li:first-child {
	margin-left: 0;
}

#tabnavigation a {
	padding: 10px 20px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #A38979;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

#tabnavigation a:hover,
#tabnavigation a.active {
	background-color: #9B2127;
}

#lightSlider img {
	max-width: 100%;
	height: auto;
}

.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.5;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

.lSAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	-webkit-transition: opacity .2s linear 0s;
	        transition: opacity .2s linear 0s;
}

.lSAction > .lSPrev {
	background-image: url(../img/icPrev.png);
	background-position: 0 0;
	background-size: 32px 32px;
	left: 10px;
}

.lSAction > .lSNext {
	background-image: url(../img/icNext.png);
	background-position: 0 0;
	background-size: 32px 32px;
	right: 10px;
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
	opacity: 1;
}

.galleryContainer.hide,
.videoContainer.hide,
.panoramaContainer.hide {
	display: none;
}

@media (max-width: 1023px) {
	#contentContainer {
		overflow-y: auto;
	}

	.contentContainerCol p:last-child{
		margin-bottom:0;
	}

	#contentContainerInner {
		/*padding-bottom: 80px;*/
	}

	#contentContainerCol1 {
		padding-bottom:30px;
		border-bottom:3px solid #B1190C;
	}

	#contentContainerCol2 {
		padding-top:30px;
		padding-bottom:30px;
	}

	#contentContainerLabel {
		top: 60px;
		right: 10px;
		width: 28px;
		height: 28px;
	}
}

body.home #contentContainerInner {
	background: transparent;
}

@media (min-width: 1024px) {
	#contentContainer {
		padding: 15px;
		height: 100%;
		min-height: 0;
		font-size: 0.929em;
	}

	#contentContainerInner {
		background: #eee;
		background: rgba(238, 238, 238, 0.95);
		height: 100%;
	}

	.contentContainerCol {
		float: left;
		padding: 60px 30px 30px;
		width: 50%;
		height: 100%;
	}

	#contentContainerCol1 {
		padding-top: 60px;
	}

	.headlineContainer {
		margin: 0 0 30px;
	}
}

@media (min-width: 1280px) {
	#contentContainer {
		font-size: 1em;
	}

	.contentContainerCol,
	#contentContainerCol1 {
		padding-top: 80px;
	}
}

@media (min-width: 1600px) {
	.contentContainerCol,
	#contentContainerCol1 {
		padding-top: 100px;
	}
}

/* ==========================================================================
   AudioPlayer
   ========================================================================== */

.audio-player {

	background-color: gray;
	width: 100%;
	line-height: 25px;
	height: 57px;
	position: relative;
	padding: 12px 12px 12px 4%;
}

.audioContainer {
	padding: 1%;
}

.audio-player i {
	font-size: 25px;
	width: 22px;
	color: white;
	vertical-align: middle;
}

.audio-player .fa-pause,
.audio-player .fa-play {
	margin-right: 18px;
}

.audio-player .fa-play {
	cursor: pointer;
	border: 1px solid white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	padding-left: 8px;
}

.audio-player .fa-pause {
	padding-top: 3px;
	padding-left: 8px;
	width: 32px;
	height: 32px;
}

.audio-player .fa-stop {
	margin-right: 25px;
}

.audio-player .fa-stop,
.audio-player .fa-pause,
.audio-player .fa-play {
	cursor: pointer
}

.audio-player .volume-icon {
	margin-right: 10px;
	margin-left: 18px;
}

.audio-player .progress {
	display: inline-block;
	margin-left: 16px;
	color: white;
}

.audio-player .ui-slider {
	position: relative;
	margin: 0 auto;
	height: 5px;
	/*width: 20%;*/
	width: 30%;
	background: #555;
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
}

@media screen and (max-width: 1280px) {

	.audio-player .ui-slider {
		/*width: 17%;*/
		width:30%;
	}
}

@media screen and (max-width: 1023px) {

	.audio-player .ui-slider {
		width: 25%;
	}
}

@media screen and (max-width: 600px) {

	.audio-player .ui-slider {
		width: 40%;
	}

	.audio-player .volume-icon{
		display: none;
	}

	.audio-player .volume{
		display: none;
	}
}

@media screen and (max-width: 374px) {
	.audio-player .ui-slider {
		width: 30%;
	}
}

.audio-player .ui-slider .ui-slider-range-min {
	height: 5px;
	position: absolute;
	width: 300px;
	background: #75b41f;
	border: none;
	border-radius: 10px;
	outline: none;
}

.audio-player .ui-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #FFF;
	position: absolute;
	margin-left: -8px;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
}


@media screen and (max-width: 550px) {
	.audio-player .volume-icon,
	.audio-player .volume {
		display: none;
	}
}


/* Map Container
   ========================================================================== */


.icon-number{
	background-image: url("../img/mapMarker.png");
	background-repeat: no-repeat;
	background-position: 0 0;

	color:#000000;
}

.icon-number > div{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	font-size:13px;
	line-height: 0;
	text-align:center;

	box-sizing: border-box;
	padding-top:12px;
}

#mapContainer {
	position: relative;
	padding-top: 50px;
	width: 100%;
	height: 100%;
}

#mapCanvas {
	width: 100%;
	height: 100%;
}

#mapCanvas img {
	max-width: none;
}

.gm-style-mtc {
	margin-top: 15px !important;
	/*line-height: 25px;*/
}

#mapCanvas .infoWindowContent {
	max-width: 240px;
}

#mapCanvas .infoWindowContent h2 {
	margin: 10px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #9B2127;
}

#mapCanvas .infoWindowContent a {
	margin-right: 10px;
	color: inherit;
	text-decoration: none;
}

#mapCanvas .infoWindowContent span {
	display: inline-block;
	margin: 15px 0 10px;
	padding: 5px;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background-color: #005569;
}

#mapInfo {
	position: absolute;
	z-index: 99999;
	bottom: 80px;
	right: 10px;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	border: 3px solid #fff;
	border-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#mapInfo {
	display: none;
}

#mapInfo a {
	display: block;
	width: 42px;
	height: 42px;
	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #9B2127;
	background-color: rgba(155, 33, 39, 0.9);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

#mapInfo a {
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xMC8xNGb+Kj8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA6ElEQVQ4jaWTMUpDQRRFz08CKUwqxSpkD1aKW0hrKWQTARdg5x5SWaWyEBLs7dJYCFZ2lmIlRKPhWOSj3zjvO5ALwzC8y5t777wpVLZBI4MzBB6Ba6D7p6rWrbb65g+ONzn/KVgCE+AdmAJ3m4QiM4MO8JoqRAqawAi4BebAIOocKbgA9lkHCLAAdsv9N4Lw9tQDdVWGd682U9xWoOwZGFcsXgKrJDNQ0Fc/ytuXai966ijEU/hWdwM8BbxkgwI4qZxnwBlwmGthR/2sTN+LOlJbKQupBoV6rj6oV+pR3bjnTmKInN9Yiy9COB6jIk2oqAAAAABJRU5ErkJggg==);*/
	background-image: url(../img/icInfo.png);
}

#mapInfo a:hover {
	background-color: #9B2127;
}

#mapInfo span {
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.leaflet-top {
	z-index: 500;
}
.leaflet-bottom {
	z-index: 667;
}

.leaflet-layer.osm {
    filter: grayscale(100%);
}

#mapOverlay {
	z-index: 665;
}

@media (min-width: 1024px) {
	#mapContainer {
		padding: 15px;
	}

	#mapCanvas .infoWindowContent {
		max-width: 300px;
	}

	html.cssPointerEvents #mapOverlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 960px;
		height: 540px;
		background: url(../img/mapOverlaySmall.png) no-repeat center;
		pointer-events: none;
	}

	#mapFrameTop,
	#mapFrameRight,
	#mapFrameBottom,
	#mapFrameLeft {
		position: absolute;
		z-index: 666;
		background: url(../img/mapFrameSmall.png) no-repeat;
	}

	#mapFrameTop {
		left: 15px;
		top: 0;
		width: 930px;
		height: 25px;
		background-position: -15px 0;
	}

	#mapFrameRight {
		right: 0;
		top: 0;
		width: 15px;
		height: 540px;
		background-position: right 0;
	}

	#mapFrameBottom {
		left: 15px;
		bottom: 0;
		width: 930px;
		height: 25px;
		background-position: -15px bottom;
	}

	#mapFrameLeft {
		left: 0;
		top: 0;
		width: 15px;
		height: 540px;
		background-position: 0 0;
	}

	#mapInfo {
		z-index: 777;
		bottom: 95px;
		right: 30px;
	}

}

@media (min-width: 1280px) {
	html.cssPointerEvents #mapOverlay {
		width: 1200px;
		height: 675px;
		background-image: url(../img/mapOverlayMedium.png);
	}

	#mapFrameTop,
	#mapFrameRight,
	#mapFrameBottom,
	#mapFrameLeft {
		background-image: url(../img/mapFrameMedium.png);
	}

	#mapFrameTop,
	#mapFrameBottom {
		width: 1170px;
	}

	#mapFrameLeft,
	#mapFrameRight {
		height: 675px;
	}
}

@media (min-width: 1600px) {
	html.cssPointerEvents #mapOverlay {
		width: 1440px;
		height: 810px;
		background-image: url(../img/mapOverlayLarge.png);
	}

	#mapFrameTop,
	#mapFrameRight,
	#mapFrameBottom,
	#mapFrameLeft {
		background-image: url(../img/mapFrameLarge.png);
	}

	#mapFrameTop,
	#mapFrameBottom {
		width: 1410px;
	}

	#mapFrameLeft,
	#mapFrameRight {
		height: 810px;
	}
}



/*
 css loader: 2
*/


::-moz-selection {
	background: #B1190C;
}

::selection {
	background: #B1190C;
}

#pageBackground > div{
	filter: blur(5px);
}

#tabnavigation a{
	background-color: rgba(177,25,12,0.6);
}

body,
body.home #navigation a:hover,
body.home #navigation a:focus,
#pageLoader,
#contentContainerLabel span:before,
#contentContainerLabel span:after,
#tabnavigation a:hover,
#tabnavigation a.active,
#mapInfo a:hover,
#mapInfo a:focus{
	background-color: #B1190C;
}

body.home #navigation a,
#navigation a:hover,
#navigation a:focus,
#header,
#mapInfo a {
	background-color: #B1190C;
	background-color: rgba(177,25,12,0.9);
}

#mapCanvas .infoWindowContent h2,
.headlineContainer h1,
a {
	color: #B1190C;
}

.headlineContainer h1,
.headlineContainer h2,
#mapCanvas .infoWindowContent h2{
	text-transform: none;
}


@media (min-width: 1024px){
	#logoContainer{
		height: 154px;
	}
}

@media (min-width: 1280px){
	#logoContainer{
		height: 193px;
	}
}

@media (min-width: 1600px) {
	#logoContainer{
		height: 231px;
	}
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>*{
	text-align: center;
	overflow: hidden;
}

#lightSlider img{
	max-height: 363px;
	width: auto;
}

.stations .lightSlider{
	overflow: visible;
}

.stations .lslide > div{
	margin-top: 8px;
	margin-bottom: 10px;
}

#mapCanvas .infoWindowContent span,
a.button span {
	background-color: #B1190C;
}

#subnavigation > a{
	background-color: #0078ab;
	background-color: rgba(0,120,171,0.6);
}

#subnavigation > a:hover,
#subnavigation > a.active{
	background-color: #0089c4;
}

.home #footer{
	display: block;
}

#producerContainer{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}

#producerContainer a{
	margin-left: 10px;
}

.galleryContainer{
	padding-bottom: 40px;
}

.responsiveImageContainer{
	height: auto;
	padding: 0;
	text-align: center;
}

.responsiveImageContainer > div{
	position: static;
}

.responsiveImageContainer img{
	position: static;
	max-width: 100%;
	max-height: 363px;
	height: auto;
	margin: 0;
	padding: 0;
}


@media (max-width: 1599px){
	.responsiveImageContainer img,
	#lightSlider img{
		max-height: 295px;
	}
}

@media (max-width: 1279px){
	.responsiveImageContainer img,
	#lightSlider img{
		max-height: 200px;
	}
}

@media (max-width: 1023px){
	.responsiveImageContainer img,
	#lightSlider img{
		max-height: calc((100vw - 20px) * 0.5625);
	}
}

@media (min-width: 1024px){

	body.home #navigation a,
	#navigation a:hover,
	#navigation a:focus{
		background-color: #B1190C;
		background-color: rgba(177, 25, 12, 0.9);
	}

	body.home #navigation a:hover,
	body.home #navigation a:focus{
		background-color: #B1190C;
	}

	body.home #navigation{
		background-position: center bottom 20px;
	}

	body.home #navigation #navigationItem-1{
		bottom: 300px;
		margin-left: 50px;
	}

	body.home #navigation #navigationItem-2{
		bottom: 270px;
		margin-left: -350px;
	}

	body.home #navigation #navigationItem-3{
		margin-left: -90px;
	}

	body.home #navigation #navigationItem-4{
		bottom: 90px;
		margin-left: 260px;
	}

	#subnavigationLabel {
		background: #0089c4;
	}

	#subnavigationLabel span{
		border-left-color: #0089c4;
	}

	#subnavigationLabel:before {
		border-color: #0078ab;
	}
}



@media (max-width: 500px){

	.stations .lSAction > a {
		top: 40%;
	}

	.stations .lSAction > .lSPrev{
		left: 0;
	}

	.stations .lSAction > .lSNext {
		right: 0;
	}

}

@media (max-width: 350px){
	a.button{
		display: block;
	}

	#backToMap{
		margin-left: 0;
	}
}