ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}

svg:not(:root) {
	overflow: hidden
}

#wrapper-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.maplogo {
	width: 86px;
	height: 86px;
	background: rgb(0 0 0 / 50%);
	font-size: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	color: #fff;
	border: 3px solid #fff;
	line-height: 76px;
	margin: auto
}

.start-point {
	width: 30px;
	height: 30px;
	background: rgb(0 0 0 / 100%);
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	color: #fff;
	margin: auto
}

.beat-heart {
	animation: 2s infinite beatHeart
}

@keyframes beatHeart {
	0% {
		transform: scale(1);
		-moz-box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8);
		box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8)
	}

	25% {
		transform: scale(1)
	}

	40% {
		transform: scale(1)
	}

	60% {
		transform: scale(1);
		-moz-box-shadow: 0 0 0 30px rgba(255 255 255 / 0);
		box-shadow: 0 0 0 30px rgba(255 255 255 / 0)
	}

	100% {
		transform: scale(1);
		-moz-box-shadow: 0 0 0 30px rgba(255 255 255 / 0);
		box-shadow: 0 0 0 30px rgba(255 255 255 / 0)
	}

}

.easymap-tooltip-wrap {
	max-width: 260px;
	border-radius: 15px;
	display:;
	align-items: center;
	background: #fff;
	padding: 0.75rem !important;
	box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 40%);
	z-index: 4
}

.easymap-slide-wrap {
	width: 260px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 15px
}

.slide-image {
	height: 150px;
	object-fit: cover
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	background: #fff !important;
	color: #333 !important;
	border-radius: 50%;
	font-size: 12px !important
}

.owl-prev {
	left: 4px
}

.owl-next {
	right: 4px
}

.easymap-image {
	border-radius: 10px;
	height: 130px;
	object-fit: cover;
	background: #f3f3f3;
	margin-bottom: 10px
}

.easymap-tooltip-content {
	margin: 0px
}

.easymap-tooltip-body {
	padding: 0 0
}

.easymap-tooltip-title {
	font-size: 15px;
	color: #343a40;
	margin-bottom: 6px !important
}

.easymap-tooltip-description {
	color: #98a6ad;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 400
}

.easymap-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.cst-btns
{
	display: block;
  color: #fff;
  background: #135098;
  border-color: #135098;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.cst-btns:hover
{
  color: #fff;
  background: #135098;
  transition: aall .3s ease;
}

.easymap-web-link
{
  display: inline-block;
  color: #fff;
  background: #c0aa71;
  border-color: #b19244;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.easymap-web-link:hover
{
  color: #fff;
  background: #010101;
  transition: aall .3s ease;
}
.easymap-popup-link
{
  display: inline-block;
  color: #fff;
  background: #c0aa71;
  border-color: #b19244;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.easymap-popup-link:hover
{
  color: #fff;
  background: #010101;
  transition: aall .3s ease;
}


.easymap-tooltip {
	z-index: 4
}

.easymap-pin.my-wow {
	width: 40px;
	height: 40px;
	margin-left: -16px;
	margin-top: -16px;
	border: 2px solid #fff !important;
	background: #fff url(../../img/logo-sm.svg) no-repeat !important
}

.easymap-pin.my-wow:before {
	content: "";
	background: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -11px
}

.easymap-pin.my-wow:after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -13px;
	right: 0;
	margin: auto;
	background: transparent;
	border-radius: 50%;
	width: 40px;
	height: 18px;
	animation: 2s infinite beatHeart;
	transform: skew(295deg, 27deg)
}

@keyframes beatHeart {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8);
		box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8)
	}

	100% {
		-moz-box-shadow: 0 0 0 30px rgba(255 255 255 / 0);
		box-shadow: 0 0 0 30px rgba(255 255 255 / 0)
	}

}

.owl-item {
	float: left
}

.owl-carousel {
	overflow: hidden
}

@media (max-width:991.98px) {
	.easymap-clear-button {
		bottom: 180px
	}

	.easymap-zoom-buttons {
		bottom: 90px
	}

}

.easymap-tooltip[data-location="mov008"] .easymap-tooltip-wrap{
	transform: translate(-50%, 10%);
	margin-top: -10px;
}

.easymap-tooltip[data-location="mov008"]:after{
	content: '';
    border-color: transparent transparent #fff transparent !important;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -7px;
    margin-top: 18px;
}
