<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 5.0
 * https://www.mapplic.com/
 */

.mapplic-element {
	position: relative;
	overflow: hidden;
	font-size: 0;
	height: 420px;
}

.mapplic-element input,
.mapplic-element button,
.mapplic-element a,
.mapplic-element a:active {
	outline: none;
	box-shadow: none;
	text-decoration: none !important;
}

.mapplic-element &gt; * {
	opacity: 1;
	transition: opacity 0.4s;
}

.mapplic-element.mapplic-loading &gt; * {
	opacity: 0;
}

/* Preloader &amp; Error */
.mapplic-element.mapplic-loading { background: url(images/loader.gif) no-repeat center; }
.mapplic-element.mapplic-error { background: url(images/error-icon.png) no-repeat center; }

/* Map container */
.mapplic-container {
	display: inline-block;
	position: relative;
	width: 73%;
	height: 100%;
}

.mapplic-map {
	transform-origin: 0 0;
}

/* Map layer */
.mapplic-layer img {
	width: 100%;
}

/* IE Fix */
.mapplic-layer {
	width: 100%;
	height: 100%;
	position: absolute;
}

.mapplic-map .mapplic-map-image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* IE Fix END */

/*.mapplic-map.mapplic-zoomable .mapplic-map-image {
	cursor: url(images/openhand.cur), default;
}*/
.mapplic-map.mapplic-zoomable .mapplic-map-image {
	cursor: pointer;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
	cursor: url(images/closedhand.cur), move;
}

/* Pin types */
.mapplic-pin {
	background-image: url(images/pin.png);
	background-size: 18px 24px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	width: 18px;
	height: 24px;
	margin-top: -23px;
	margin-left: -9px;
	position: absolute;
	transform-origin: 50% 100%;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Marker types */
.mapplic-pin.mapplic-active {
	display: block !important;
}

.mapplic-pin.pin-classic {
	background-color: #f23543;
	background-image: none;
	border-color: #f23543;
	border-radius: 10px;
	line-height: 22px !important;
	width: 20px;
	height: 20px;
	margin-top: -20px;
	margin-left: -10px;
	transform-origin: 50% 100%;
}

.mapplic-pin.pin-classic:before {
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: inherit;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 2px;
}

.mapplic-pin:before {
	box-sizing: content-box !important;
}

.mapplic-pin.pin-marker {
	background-color: #fdca2a;
	background-image: none;
	border-color: #fdca2a;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-marker:before {
	border-color: inherit;
	border-style: solid;
	border-width: 6px;
	border-radius: 16px;
	content: '';
	display: block;
	opacity: 0.4;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -6px;
	top: -6px;
}

.mapplic-pin.pin-disk {
	background-color: white !important;
	background-image: none;
	border-color: #f19819;
	border-radius: 8px;
	color: #333 !important;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-disk:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 16px;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -3px;
	top: -3px;
}

.mapplic-pin.pin-ribbon {
	background-color: #46b450;
	background-image: none;
	border-color: #46b450;
	border-radius: 2px 2px 2px 0;
	height: 16px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: -8px;
	margin-top: -20px;
	transform-origin: 8px 20px;
}

.mapplic-pin.pin-ribbon:after {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.mapplic-pin.pin-ribbon:before {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: inherit;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.mapplic-pin.pin-dot {
	background-color: transparent !important;
	background-image: none;
	border-color: #29afa1;
	color: #333 !important;
	height: 16px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: 4px;
	margin-top: -8px;
	transform-origin: -4px 8px;
}

.mapplic-pin.pin-dot:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 12px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 5px;
	left: -7px;
}

/* Image pin */
.mapplic-pin.pin-image {
	background-size: 32px;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border: 2px solid #fff;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	transform-origin: 50%;
}

.mapplic-pin.orange { background-image: url(images/pin-orange.png); }
.mapplic-pin.yellow { background-image: url(images/pin-yellow.png); }
.mapplic-pin.green { background-image: url(images/pin-green.png); }
.mapplic-pin.blue { background-image: url(images/pin-blue.png); }
.mapplic-pin.purple { background-image: url(images/pin-purple.png); }

.mapplic-pin.circular {
	background-image: none;
	background-color: #fb7575;
	border-radius: 6px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	transform-origin: 50% 50%;
}

.mapplic-pin.circle {
	background: none !important;
	border: 2px solid #fb7575;
	width: 8px;
	height: 8px;
	margin-left: -6px;
	margin-top: -6px;
	transform-origin: 50% 50%;
}

.mapplic-pin.transparent {
	background-image: none;
	background-color: #795ecd;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0.5 !important;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-label {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
}

.mapplic-pin.pin-label:visited {
	color: #fff;
}

.mapplic-pin.pin-md {
	border-radius: 50%;
	margin-left: -10px;
	margin-top: -10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

.mapplic-pin.pin-lg {
	border-radius: 50%;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

.mapplic-pin.pin-xl {
	border-radius: 50%;
	margin-left: -20px;
	margin-top: -20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.mapplic-pin.pin-pulse:before {
	content: '';
	border: 2px solid #b6d2b1;
	border-radius: 30px;
	height: inherit;
	width: inherit;
	top: -2px;
	left: -2px;
	position: absolute;
	animation: pulsate 2.5s ease-out;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	opacity: 0;
	box-sizing: content-box;
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
	25% {opacity: 0.5; }
	50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
}

/* Minimap */
.mapplic-minimap {
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	margin: 12px;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	overflow: hidden;
	transition: opacity 0.4s;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mapplic-minimap-layer { line-height: 0; }
.mapplic-minimap img { width: 100%; }

.mapplic-minimap-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
}

.mapplic-minimap-background {
	width: 140px !important;
	-webkit-filter: blur(2px);
}

/* UI Buttons */
.mapplic-button {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	transition: background-color 0.2s;
}

.mapplic-container &gt; .mapplic-button {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	position: absolute;
	margin: 12px;
    border-radius:5px;
    animation: animate_pulse 2.5s infinite;
    	animation-delay: 1s;
} 

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 #f0f6ef;
	}
	70% {
		box-shadow: 0 0 0 5px #cbdfc8;
	}
	100% {
		box-shadow: 0 0 0 0 #f0f6ef;
	}
}

.mapplic-button:active {
	background-color: #f8f8f8;
}

/* Clear Button */
.mapplic-clear-button {
	background-image: url(images/reset.svg);
	background-size: 16px 16px;
	display: none;
	bottom: 69px;
	right: 0;
}

/* Zoom Buttons */
.mapplic-zoom-buttons {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	margin: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mapplic-zoom-buttons a {
	display: block;
}

.mapplic-zoom-buttons a.mapplic-disabled {
	background-color: #eee;
	cursor: default;
}

a.mapplic-zoomin-button {
	background-image: url(images/plus.svg);
	background-size: 10px 10px;
	border-bottom: 1px solid #eee;
}

a.mapplic-zoomout-button {
	background-image: url(images/minus.svg);
	background-size: 10px 10px;
}

/* Fullscreen */
.mapplic-fullscreen {
	background-color: rgba(248, 248, 248, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	z-index: 99980;
}

.mapplic-fullscreen-button {
	background-image: url(images/fullscreen.svg);
	background-size: 14px 14px;
	top: 0;
	left: 0;
}

.mapplic-fullscreen .mapplic-fullscreen-button {
	background-image: url(images/fullscreen-exit.svg);
}

.mapplic-fullscreen .mapplic-container { width: 80%; }
.mapplic-fullscreen .mapplic-sidebar { width: 20%; }

/* Levels */
.mapplic-levels {
box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 10px;
background-color: #b6d2b1;
height: 40px;
  animation: left_anim 3s ease-out;
}

@keyframes left_anim{
0% {
   right: -50%;
}
100% {
   right: 0;
}
}

.mapplic-levels &gt; * {
	display: block;
	box-sizing: border-box;
}

.mapplic-levels-select {
	background-color: #dae8d8;
	border: none;
	border-radius: 0;
	color: #065027;
	margin: 0;
	padding: 0 5px 0 10px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500;
    height: 40px;
	outline: none;
	-webkit-appearance: none;
    cursor: pointer;
    transition: background-color .3s linear;
    border: 1px solid #b6d2b1;
}
.mapplic-levels-select:hover{
   background-color: #b6d2b1;
       transition: background-color .3s linear;
}

.mapplic-levels-select option {
    background-color: #f8f8f8;
    font-size:16px;
}

/*.mapplic-levels-select option:first-of-type {
  display: none;
}*/

.mapplic-levels a {
	background-color: #dae8d8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 4px;
	cursor: pointer;
	height: 50%;
	width: 30px;
	position: absolute;
	right: 0;
}

.mapplic-levels a:hover {
  background-color: #b6d2b1;
}

.mapplic-levels a:active {
	background-color: #f8f8f8;
}

.mapplic-levels .mapplic-levels-up {
	background-image: url(images/arrow-up.svg);
        border: 1px solid #b6d2b1;
  border-top-right-radius: 10px;
  border-bottom: .5px solid #b6d2b1;
}

.mapplic-levels .mapplic-levels-down {
	background-image: url(images/arrow-down.svg);
	bottom: 0;
    border: 1px solid #b6d2b1;
  border-bottom-right-radius: 10px;
  border-top: .5px solid #b6d2b1;
}

.mapplic-levels a.mapplic-disabled {
	background-color: #f8f8f8;
	cursor: default;
}

/*.mapplic-levels a:first-of-type {
  background-color: #fff;
}*/


/* Sidebar */
.mapplic-sidebar {
	width: 27%;
	height: 100%;
	padding: 92px 0 0 1px;
	position: relative;
	box-sizing: border-box;
	pointer-events: none;
}

.mapplic-sidebar &gt; * {
	pointer-events: auto;
}

.mapplic-container {
	float: right;
}

/* Right sidebar */
.mapplic-sidebar-right .mapplic-container { float: left; }
.mapplic-sidebar-right .mapplic-sidebar {
	float: right;
	padding: 92px 12px 12px 0;
}

/* Search */
.mapplic-filter {
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  margin-top: -80px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    border-bottom: 1px solid #eee;
}

.mapplic-search-input {
background-image: url(images/magnifier.svg) !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background-position: 0 12px !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 18px !important;
  font-family: inherit;
  line-height: 20px;
  width: 100%;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 15px 0 30px !important;
}

.mapplic-search-input:focus {
	outline: none !important;
}

.mapplic-search-input::placeholder {
	color: #ccc;
	font-weight: 400;
}

.mapplic-search-input::-ms-clear { display: none; width:0; height:0; }

.mapplic-search-clear {
	background-image: url(images/cross.svg);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 12px;
	right: 8px;
	margin: 2px 0;
	width: 34px;
	height: 34px;
}

/* Tags */
.mapplic-filter-tags {
	text-align: right;
	position: absolute;
	top: 14px;
	right: 16px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}

.mapplic-tag {
background-color: #065027!important;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
  padding: 4px 8px;
  line-height: 12px;
  display: flex;
  align-items: center;
  margin-top:7px;
}

.mapplic-tag &gt; span {
	background-image: url(images/cross-light.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 1px;
	width: 6px;
	height: 6px;
	opacity: 0.5;
	transition: opacity 0.2s;
}

.mapplic-tag:hover &gt; span {
	transform: scale(1.2);
	opacity: 1.0;
}

/* Sidebar list */
.mapplic-list-container {
box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.mapplic-list-container:before {
	display: block;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 100;
}

.mapplic-list {
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	overflow-y: auto;
	height: 100%;
}

.mapplic-list-container ol {
	border-color: #eee;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mapplic-list-expandable {
	background-color: #fff;
	padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

/*.mapplic-list-container li {
	margin: 0 !important;
}*/

.mapplic-list-category &gt; a {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f3434 !important;
	display: block;
	margin: 0;
	margin-bottom: 0;
	padding: 10px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 0.2s;
}

.mapplic-list-category &gt; a:hover {
	background-color: #f8f8f8;
}

.mapplic-list-category h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}

.mapplic-list-category h4.mapplic-margin {
	margin-top: 9px;
}

.mapplic-about {
	color: #aaa;
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
      margin-left: 8px;
      word-break: break-all;
     
}

/* Thumbnail */
.mapplic-list-category .mapplic-thumbnail {
	background-color: #aaa;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.mapplic-list-category .mapplic-thumbnail-placeholder {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.mapplic-thumbnail {
	border-radius: 0px;
	box-shadow: none !important;
	margin-right: 10px;
	float: left;
	width: 50px;
	height: 50px;
	object-fit: cover;
    border-radius: 10px;
}

.mapplic-thumbnail-placeholder {
	background-color: #eee;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	padding: 8px 4px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.mapplic-list-category &gt; a .mapplic-list-count {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
}

/* List location */
.mapplic-list-location {
	border-color: #aaa;
	margin: 0 !important;
}

.mapplic-list-location[data-location=init] {
	display: none !important;
}

.mapplic-list-location &gt; a {
background-color: #fff;
  border-left: none;
  display: flex;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  transition: border, background-color 0.1s;
  align-items: center;
}

.mapplic-list-location &gt; a:after {
	content: '';
	display:block;
	clear:both;
}

.mapplic-list-location &gt; a:hover,
.mapplic-list-location &gt; a:focus,
.mapplic-list-location.mapplic-focus &gt; a {
	background-color: #fafafa;
}

.mapplic-list-location.mapplic-active &gt; a {
	background-color: #fafafa;
	border-color: inherit;
}

.mapplic-list-location h4 {
	color: #707070;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 !important;
	padding: 0;
	clear: none;
}

/* Tooltip */
.mapplic-tooltip {
	display: none;
	position: absolute;
	-webkit-transition: margin 0.1s;
	-moz-transition: margin 0.1s;
	transition: margin 0.1s;
	transform-origin: 0 0;
	pointer-events: none;
    margin-top: 0;
}

/*.mapplic-tooltip:after {
	content: '';
	border-color: #fff transparent transparent transparent !important;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-bottom: -7px;
	margin-left: -7px;
}*/

.mapplic-tooltip-wrap {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	max-width: 300px;
	min-width: 120px;
	pointer-events: auto;
    border-radius: 10px;
}

.mapplic-tooltip-wrap::after {
	content: '';
	clear: both;
	display: table;
}

.mapplic-tooltip img {
	max-width: 100%;
}

.mapplic-tooltip .mapplic-image {
	max-width: none;
}

.mapplic-tooltip-title {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 12px 0 0 !important;
}

.has-image .mapplic-tooltip-title {
  color: #707070;
  margin: 0!important;
  padding: 0 10px;
  text-align: center;
  display: inherit;
}

.mapplic-hovertip,
.mapplic-hovertip &gt; .mapplic-tooltip-wrap {
	pointer-events: none;
}

.mapplic-hovertip &gt; .mapplic-tooltip-wrap {
	min-width: 20px;
	padding: 6px 14px;
}

.mapplic-hovertip .mapplic-tooltip-title {
	margin: 0 !important;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.mapplic-tooltip-content {
	margin-top: 0;
	margin-bottom: 0;
	max-height: 160px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

}

.mapplic-tooltip .mapplic-thumbnail {
	border-radius: 50% !important;
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
  color: #707070;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.mapplic-tooltip p {
	margin-top: 0;
	margin-bottom: 6px;
}

.mapplic-tooltip-description p:last-child {
	margin: 0;
    text-align: center;
    padding-bottom: 10px;
}

.mapplic-popup-link {
	background-color: #888;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding: 4px 8px;
	text-decoration: none;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.mapplic-popup-link:hover {
	background-color: #666;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.mapplic-tooltip-close {
background-image: url(images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 8px;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
	opacity: 1.0;
}

/* Lightbox */
.mapplic-lightbox-title {
	color: #333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.mapplic-lightbox {
	background-color: #fff;
	position: relative;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.mapplic-lightbox:after {
	content: '';
	display: block;
	clear: both;
}

.mapplic-popup-image {
	outline: none;
}

.mfp-bg { z-index: 99981 !important; }
.mfp-wrap { z-index: 99982 !important; }
.mfp-content { z-index: 99983 !important; }

/* Lightbox animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

/* Toggle */
.mapplic-toggle {
	display: block;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	min-width: 20px;
	min-height: 20px;
}

.mapplic-toggle &gt; .mapplic-toggle-circle {
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	transform-origin: center;
	transform: scale(0);
	transition: 0.2s;
}

.mapplic-toggle:before {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	box-sizing: content-box;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}

.mapplic-toggle &gt; input { display: none; }
.mapplic-toggle &gt; input:checked + span {
	transform: scale(0.7);
}

.mapplic-list-category { position: relative; }
.mapplic-list-category .mapplic-toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	box-sizing: border-box;
}

/* Legend */
.mapplic-legend {
	background-color: rgba(255,255,255, 0.9);
	margin: 12px;
	padding: 0 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mapplic-legend-label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0;
	padding-left: 28px;
	white-space: nowrap;
}

.mapplic-legend-key {
	background-color: #aaa;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 8px;
}

/* Reveal */
.mapplic-revealed {
	display: block !important;
}

/* Portrait mode */
.mapplic-portrait .mapplic-container,
.mapplic-portrait .mapplic-sidebar {
	width: 100% !important;
}

.mapplic-portrait .mapplic-sidebar {
	padding: 92px 12px 12px 12px !important;
}

.mapplic-portrait .mapplic-tooltip {
	max-width: 240px;
}

.mapplic-portrait .mapplic-minimap-background {
	width: 100px !important;
}

.mapplic-portrait.mapplic-element {
	height: auto !important;
}

.mapplic-portrait .mapplic-list-container {
	max-height: 600px;
}

/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	.mapplic-pin { background-image: url(images/pin@2x.png); }
	.mapplic-pin.orange { background-image: url(images/pin-orange@2x.png); }
	.mapplic-pin.yellow { background-image: url(images/pin-yellow@2x.png); }
	.mapplic-pin.green { background-image: url(images/pin-green@2x.png); }
	.mapplic-pin.blue { background-image: url(images/pin-blue@2x.png); }
	.mapplic-pin.purple { background-image: url(images/pin-purple@2x.png); }
}

/* Map */
.mapplic-element svg {
	width: 100%;
	height: 100%;
}

.mapplic-element svg a {
	cursor: pointer;
}

.mapplic-clickable:not(g),
g.mapplic-clickable &gt; * {
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mapplic-map-image *[id^=nopointer] {
	pointer-events: none;
}

[id^=landmarks] .mapplic-clickable {
	cursor: pointer;
}

/* Developer tools */
.mapplic-coordinates {
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	position: absolute;
	margin: 10px;
	margin-left: -80px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	left: 50%;
	pointer-events: none;
}

/* SKINS */
/* mapplic-booking */
.mapplic-booking .mapplic-active,
.mapplic-booking .mapplic-active &gt; * {
	fill: #A8D865;
}

.mapplic-booking .unavailable,
.mapplic-booking .unavailable &gt; * {
	fill: #F7B332;
	opacity: 1;
	cursor: default;
}

/* mapplic-dark */
.mapplic-dark .mapplic-tooltip-wrap {	
	background-color: #333;
}

.mapplic-dark .mapplic-tooltip:after {
	border-color: #333 transparent transparent transparent !important;
}

.mapplic-dark .mapplic-tooltip-title {
	color: #fff;
}

.mapplic-dark .mapplic-tooltip-description,
.mapplic-dark .mapplic-tooltip p {
	color: #bbb;
}

.mapplic-dark .mapplic-tooltip-close {
	background-color: rgba(51, 51, 51, 0.5);
	background-image: url(images/cross-light.svg) !important;
}

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.mapplic-clickable:not(g),
g.mapplic-clickable &gt; * {
	opacity: 0.9;
	/*fill: #b7a6bd*/;
}

/* hovered elements */
.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover &gt; * {
	opacity: 0.8;
}

/* active elements */
.mapplic-active,
a.mapplic-active &gt; path,
g.mapplic-active &gt; * {
	opacity: 1.0 !important;
}

/* Transparent */
.mapplic-transparent .mapplic-clickable:not(g),
.mapplic-transparent g.mapplic-clickable &gt; * {
	opacity: 0.6;
}

.mapplic-transparent .mapplic-clickable:not(g):hover,
.mapplic-transparent g.mapplic-clickable:hover &gt; * {
	opacity: 0.8;
}

.mapplic-transparent .mapplic-active,
.mapplic-transparent a.mapplic-active &gt; path,
.mapplic-transparent g.mapplic-active &gt; * {
	opacity: 1.0 !important;
}

/* Mall example - Custom */
#landmarks-ground .mapplic-clickable,
#landmarks-underground .mapplic-clickable,
#landmarks-level1 .mapplic-clickable {
	opacity: 1 !important;
}

#landmarks-ground polygon.mapplic-active,
#landmarks-ground path.mapplic-active {
	fill: #ADDB2C;
}

#landmarks-underground polygon.mapplic-active,
#landmarks-underground path.mapplic-active {
	fill: #7EE0CD;
}

#landmarks-level1 polygon.mapplic-active,
#landmarks-level1 path.mapplic-active {
	fill: #F9684B;
}

/* CUSTOM STYLES */
.mapplic-image,
.mapplic-tooltip {
  max-width: 200px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
} 
.mapplic-tooltip-content { max-height: 160px; } /* tooltip height*/

/* example custom pin */
.mapplic-pin.my-new-pin { /* replace 'my-new-pin' with the name of your pin */
	background-image: url(images/my-new-pin.png); /* define the path to image file */
	background-size: 20px 30px;
	width: 20px;
	height: 30px;
	margin-left: -10px; /* negative margins are used for */
	margin-top: -15px; /* defining the pin's origin */
}

.inter-map-desc-h3 {
  margin: 0 0 10px;
  font-size: 18px!important;
  text-align: center;
}
.inter-map-desc-h3 p {
  text-align: center;
}

@media screen and (max-width:375px){
 .mapplic-portrait .mapplic-container{
   height: 230px!important;
 }
}
@media screen and (min-width:300px) and (max-width:400px){
 .mapplic-portrait .mapplic-container{
   height: 230px!important;
 }
 .mapplic-portrait .mapplic-list-container {
  max-height: 300px;
}
div#mapplic-id8401 {
  margin-bottom: 30px;
}
}
@media screen and (min-width:400px) and (max-width:500px){
 .mapplic-portrait .mapplic-container{
   height: 240px!important;
 }
  .mapplic-portrait .mapplic-list-container {
  max-height: 400px;
}
div#mapplic-id8401 {
  margin-bottom: 30px;
}
}
@media screen and (min-width:500px) and (max-width:600px){
 .mapplic-portrait .mapplic-container{
   height: 280px!important;
 }
 .mapplic-portrait .mapplic-list-container {
  max-height: 400px;
}
div#mapplic-id8401 {
  margin-bottom: 30px;
}
}

@media screen and (min-width:600px) and (max-width:1150px){
.mapplic-sidebar {
  width: 37%;
}
.mapplic-container {
  width: 63%;
}
div#mapplic-id8401 {
  margin-bottom: 30px;
}
}</pre></body></html>