#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	background-color: #fff;
	text-align: left;
}
#map .marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
}
#map .marker {
	width: 50px;
	height: 70px;
	font-family: 'BouCollegiate';
	font-weight: normal;
	font-style: normal;
  	font-size: 28px;
  	line-height: 60px;
  	letter-spacing: 0px;
  	background-repeat: no-repeat;
	background-image: url('../img/map_marker.svg');
	background-size: cover;
	background-position: center;
	color: #fff;
}
@media (max-width: 767px) {
#map .marker {
	width: 25px;
	height: 35px;
  	font-size: 14px;
  	line-height: 30px;
}
}

#map .marker-logo {
	display: block;
	width: 200px;
	height: 160px;
    margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url('../img/map-icon.svg');
	background-size: cover;
	background-position: center;
}

#map .marker .marker-content {
	display: none;
	position: absolute;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 10px;
	background-color: #f1e4c4;
	line-height: 1em;
	font-family: 'RobotoMono-Medium';
	font-weight: normal;
	font-style: normal;
	font-size:11px;
	line-height: 1.2em;
	min-width: 140px;
	color: #201943;
	text-transform: uppercase;
}
@media (max-width: 767px) {
#map .marker {
	margin-bottom: 35px;
}
}
#map .marker .marker-content h3 {
	line-height: 1em;
	font-size:16px;
	margin: 0;
	font-family: 'BouCollegiate';
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1px;
}
#map .marker .marker-content .marker_desc {
	margin-top: 5px;
}
#map .marker .marker-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	margin: 0 0 -5px 0px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f1e4c4;
}

#map .marker .marker-content a:hover {
	text-decoration: underline;
}

.hotspots {
	padding: 40px 0;
	overflow: hidden;
}

.hotspots li {
	display: inline-block;
	float: left;
	margin: 0 0 0 30px;
}

.hotspots li:first-child { 
	margin: 0;
}

.hotspots li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}

.hotspots li a {
	white-space: nowrap;
}

.hotspots li a[href="#map1"]:before { 
	border-color: #186471;
}

.marker.map1,
.hotspots li a[href="#map1"]:hover:before,
.hotspots li a[href="#map1"].active:before,
.list.map1a:before {
/* 	color: #000; */
}



.map_list_table {
	display: table;
	width: 100%;
}
.map_list_table_row {
	display: table-row;
	color: #186471;
}
.map_list_table_cell {
	display: table-cell;
	padding: .2em .2em 0;
	border-bottom: 1px solid #ccc;
}
.map_cell_num {
	width: 2em;
}
.map_list_table_row:hover .map_list_table_cell {
	background-color: #186471;
	color: #fff;
}
.map_list_table_row.active .map_list_table_cell {
	background-color: #186471;
	color: #fff;
}
.bar_cell {
	color: #739dd3;
}
.hotel_cell {
	color: #e68d68;
}
.fitness_cell {
	color: #bb87b5;
}
.list_table {
	display: table;
	width: 100%;
}
.list_row {
	display: table-row;
}
.list_cell {
	display: table-cell;
}
.list_description {
	font-size: .8em;
	margin-bottom: 1em;
}
.active .list_active {
	text-decoration: underline;
}
.map_link {
	color: #e85042 !important;
}

/*
.list {
	display: none;
	height: 60%;
	z-index: 1;
}

.list:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.9;
	z-index: -1;
}

.list ul {
	display: block;
	width: 100%;
	height: 100%;	
	overflow-y: scroll;
	counter-reset: item;
	list-style: none;
}

.list ul li {
	display: block;
	padding: 0 20px 0 0px;
	margin-bottom: 10px;
	cursor: pointer;
}

.list ul li:first-child { 
	margin-top: 20px;
}

.list ul li:last-child { 
	margin-bottom: 40px;
}

.list ul li a:before {
    display: inline-block;
    content: counter(item, decimal-leading-zero) "";
    counter-increment: item;
	margin-left:-30px;
	width: 20px; 
}

.list ul li a:before,
.list ul li a {
	color: #196f7c;
}

.list ul li:hover a:before,
.list ul li a.active:before,
.list ul li:hover a,
.list ul li a.active {
	color: #fff;
	background-color: #196f7c;
}
*/

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {



}
@media (max-width: 991px) {


}
@media (max-width: 767px) {



}