* { margin: 0; padding: 0; border: none; }
body { font-family: sans-serif; color: #333; }
li { list-style: none; }

.left { float: left; }
.right { float: right; }
.notes { font-size: 1rem; }

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	font-size: 19px;
	height: 45px;
	padding: 3px 6px;
	background: rgba(0,0,0,.7);
	color: white;
}

header p {
	/*font-weight: bold;*/
}

header li {
	display: inline-block;
	margin-right: 5px;
	margin-top:4px;
	height: 20px;
	overflow: hidden;
}

header li:last-child {
	margin-right: 0;
}

header a {
	color: white;
	text-decoration: none;
	color: #ddd;
}

header a.active {
	color: white;
}

.btn-primary {
	background: #27b298;
	border-color: #00b888;
}

.btn-primary:hover {
	background: #00b888;
	border-color: #00b888;
}

.dropdown-item.active {
	background: #27b298;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.tour #map {
	position: static;
	width: 670px;
	height: 360px;
	margin: 10px 10px;
	float: left;
}

#tour-info {
	display: none;
}

.tour #tour-info {
	display: block;
	width: 580px;
	height: 360px;
	margin: 10px 0;
	float: left;
}

#tour-nav {
	display: none;
}

.tour #tour-nav {
	display: block;
	margin-top: 30px;
	padding: 0 10px;
	overflow: hidden;
}

#tour-nav h3 {
	display: none;
	text-align: center;
}

.tour #types {
	display: none;
}

.types {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 50px 0 0 7px;
	padding-bottom: 5px;
	max-height: 702px;
}

.types::-webkit-scrollbar {
	display: none;
}

.types .type {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	margin-top: 5px;
	border-radius: 2px;
	overflow: hidden;
}

.types .type:first-child { margin-top: 0; }

.types .type h3 {
	font-size: 0.9em;
	padding: 3px 10px;
	background: #eee;
	cursor: pointer;
}

.types .type ul {
	padding: 3px 10px;
	font-weight: 300;
}

.types .type.collapsed ul {
	display: none;
}

.types .type li {
	margin-bottom: 3px;
	overflow: hidden;
	min-width: 160px;
	max-width: 300px;
	white-space: nowrap;
}

.types .type label {
	cursor: pointer;
	vertical-align: middle;
	margin-top: 4px;
}

.types .type input {
	display: none;
}

.types .type img {
	width: 16px;
	position: relative;
	-webkit-filter: grayscale(1);
	opacity: .2;
}

.types .type input:checked + img {
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.tt {
	width: 20px;
	height: 20px;
	background-image: url(icons/signpost.png);
	display: inline-block;
	background-position: 0 61px;
	float: right;
}

.types .details {
	color: #777;
	text-decoration: none;
	float: right;
	margin-top: 4px;
}

.types .details:hover {
	color: #222;
}

.types .back {
	float: left;
	margin: 0 5px 0 0;
}

.gm-style-mtc {
	margin-top: 40px !important;
}
.listview {
	overflow-y: scroll;
    max-height: 500px;
}

.hidden {
	display: none;
}

html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map { height: 100% }

/*
 * Mobile devices
 */

@media only screen and (max-device-width: 568px) {
	.right {
		/*display: none;*/
		max-width: 300px;
	}

	.types {
		opacity: 0.75;
	}

	.gm-style-mtc {
		margin-top: 36px !important;
	}

	.gm-style-mtc div {
		padding: 0px 2px 0px 2px !important;
	}
}

/*
 * Responsive videos
 */

.youtubewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#info-body img {
	width: 100%;
}


#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loader_name {
	font: bold 5em "Poppins", sans-serif;
	text-align: center;
	user-select: none;
}

.animated-letters {
	position: relative;
	color: rgba(0, 0, 0, 0.2);
}

.animated-letters:before {
	position: absolute;
	content: attr(data-text-preloader);
	top: -3px;
	left: 0;
	color: #000000;
	opacity: 0;
	transform: rotateY(-90deg);
	animation: animated-letters 3.4s infinite;
}

.animated-letters:nth-child(2):before { animation-delay: 0.1s; }
.animated-letters:nth-child(3):before { animation-delay: 0.2s; }
.animated-letters:nth-child(4):before { animation-delay: 0.3s; }
.animated-letters:nth-child(5):before { animation-delay: 0.4s; }
.animated-letters:nth-child(6):before { animation-delay: 0.5s; }
.animated-letters:nth-child(7):before { animation-delay: 0.6s; }
.animated-letters:nth-child(8):before { animation-delay: 0.7s; }
.animated-letters:nth-child(9):before { animation-delay: 0.8s; }
.animated-letters:nth-child(10):before { animation-delay: 0.9s; }
.animated-letters:nth-child(11):before { animation-delay: 1s; }
.animated-letters:nth-child(12):before { animation-delay: 1.1s; }
.animated-letters:nth-child(13):before { animation-delay: 1.2s; }
.animated-letters:nth-child(14):before { animation-delay: 1.3s; }
.animated-letters:nth-child(15):before { animation-delay: 1.4s; }
.animated-letters:nth-child(16):before { animation-delay: 2.5s; }
.animated-letters:nth-child(17):before { animation-delay: 2.6s; }
.animated-letters:nth-child(18):before { animation-delay: 2.7s; }
.animated-letters:nth-child(19):before { animation-delay: 2.8s; }
.animated-letters:nth-child(20):before { animation-delay: 2.9s; }
.animated-letters:nth-child(21):before { animation-delay: 3s; }
.animated-letters:nth-child(22):before { animation-delay: 3.1s; }
.animated-letters:nth-child(23):before { animation-delay: 3.2s; }
.animated-letters:nth-child(24):before { animation-delay: 3.3s; }
.animated-letters:nth-child(25):before { animation-delay: 3.4s; }

@keyframes animated-letters {
	0%, 75%, 100% { opacity: 0; transform: rotateY(-90deg); }
	25%, 50% { opacity: 1; transform: rotateY(0deg); }
}


body > header > p > a:hover {
  color: white;
}