@charset "utf-8";
/* CSS Document */

/*! LOCATION PAGE */

#map-canvas,
.location__page_content {
	width: 100%;
	min-height: 820px;
	height: 75vh;
}

#map-canvas {
	z-index: 200;
}

.location__page_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#map-canvas .container {
	z-index: 100;
}

.location__page_content h3 {
	color: #e8362a;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin-top: 0;
}

.maplocations-m {
	margin-top: 90px;
}

#nav-poi-m {
	display: none;
}

#selected-place-cat-m {
	font-family:'Noto Serif',serif;
	color: #004680;
	line-height: 1;
	margin-bottom: 9px;
	font-size: 30px;
}

.nav-poi {
	z-index: 300;
	margin-top: 250px;
	background-color: rgba(15,82,140,0.85);
	border: 3px solid #fec938;
	padding: 20px;
}

#nav-poi-m {
	margin-top: 0;
}

.btn-map {
	display: block;
	width: 100%;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fec938;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 13px;
}

.btn-map:last-of-type {
	margin-bottom: 0;
}

.btn-map:hover,
.btn-map:focus,
.btn.active {
	text-decoration: none;
	outline: none;
	color: #004680;
	background-color: #fec938;
}
#btn-map-show-m {
	border: 2px solid #fec938;
	color: #004680;
	background-color: #fec938;
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 30px;
}

.list-poi {
	display: none;
	width: 100%;
	max-height: 260px;
	padding: 18px;
	margin-top: 0;
	margin-bottom: 13px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

.list-poi li a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family:'Noto Serif',serif;
}

.list-poi li a:hover,
.list-poi li a:focus,
.list-poi li a.active {
	text-decoration: none;
	outline: none;
	color: #fec938;
}

::-webkit-scrollbar {
	
}

::-webkit-scrollbar-track {
	background-color: #5c5c5c;
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
}

::-webkit-scrollbar-button {
	
}

::-webkit-scrollbar-corner {
	
}

.marker-box {
	width: 333px;
	height: 205px;
	display: block;
	background: #0f528c;
}

.marker-top,
.marker-bot {
	display: block;
	text-align: left;
	padding: 0 20px;
	line-height: 1;
}

.marker-top {
	font-family:'Noto Serif',serif;
	font-size: 22px;
	background-color: #fff;
	color: #004680;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

.infoBox img {
	z-index: 99999;
}

.marker-bot {
	width: 317px;
	height: 129px;
	margin: -9px 8px 8px;
	padding: 12px;
	border: 2px solid #fec938;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #0f528c;
	
}

.marker-bot a {
	color: #fec938;
}

.marker-bot a:hover {
	color: #fff;
	cursor: pointer;
}

