@-webkit-keyframes dnxte-pulse-grow-shadow {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes dnxte-pulse-grow-shadow {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.dnxte-hostpot-hotspots-container .dnxte_tooltip_child.et_pb_module {
	position: absolute !important;
}

.dnxte-hostpot-hotspots-wrapper {
	position: relative;
}

.dnxte-hostpot-hotspots-wrapper img, .dnxte-hotspot_icon {
	border: 0 solid;
}

.dnxte-hostpot-hotspots-minimage {
	max-width: 100%;
	width: 100%;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item .dnxte-hostpot-tooltip-content {
	cursor: pointer;
	line-height: .6;
	font-size: 16px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dnxte-hostpot-hotspots__wrapper, .dnxte-hostpot-hotspots__wrapper:before {
	min-width: 30px;
	min-height: 30px;
	display: block;
	color: #fff;
	border-radius: 50%;
	opacity: 1;
	float: left;
	text-align: center;
	overflow: initial !important;
}

.dnxte-hostpot-hotspots__wrapper {
	line-height: 1 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4b00e7;
	position: relative;
}

.dnxte-hostpot-hotspots__wrapper:before {
	line-height: 40px;
	content: "";
	z-index: -1;
	-webkit-animation: 2s infinite dnxte-pulse-grow-shadow;
	animation: 2s infinite dnxte-pulse-grow-shadow;
	background-color: #fff;
}

.dnxte-hostpot-hotspots-container, .dnxte-hostpot-hotspots__wrapper:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.dnxte-hostpot-hotspot__text {
	display: inline-block;
}

.dnxte-hostpot-tooltip-text {
	width: 200px;
	background-color: #fff;
	min-width: 150px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .25s cubic-bezier(0, 0, .2, 1);
	transition: .25s cubic-bezier(0, 0, .2, 1);
	border-radius: 3px;
	font-weight: 300;
	font-size: 16px;
	z-index: 4;
	text-align: center;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item .dnxte-hostpot-tooltip-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.dnxte-hostpot-tooltip .tooltip-bottom, .dnxte-hostpot-tooltip .tooltip-left, .dnxte-hostpot-tooltip .tooltip-right, .dnxte-hostpot-tooltip .tooltip-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-bottom .dnxte-hostpot-tooltip-text {
	top: calc(100% + 1em);
	bottom: -12px;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-bottom .dnxte-hostpot-tooltip-text:after {
	top: -.5em;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	border-width: 0 .5em .5em;
	border-color: transparent transparent #f9f9f9;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-bottom .dnxte-hostpot-tooltip-text:before {
	top: -25px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	z-index: -1;
}

.dnxte_tooltip_child.et_pb_module {
	margin-bottom: 0 !important;
}

.dnxte-hostpot-hotspots__wrapper, .dnxte-hostpot-tooltip-text img, .dnxte-tooltip-content, .dnxte_tooltip_text {
	border: 0 solid #333;
}

.dnxte-hostpot-tooltip-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dnxte-tooltip-content-container {
	width: inherit;
}

.dnxte-tooltip-content-container p {
	padding: 0;
}

.dnxte-hostpot-tooltip .dnxte-hostpot-tooltip-item.tooltip-bottom:hover .dnxte-hostpot-tooltip-content~.dnxte-hostpot-tooltip-text {
	opacity: 1;
	visibility: visible;
}