
.dnhot-hostpot-hotspots-container .dnhot_tooltip_child.et_pb_module {
	position: absolute !important;
}

.dnhot-hostpot-hotspots-wrapper {
	position: relative;
}

.dnhot-hostpot-hotspots-wrapper img, .dnhot-hotspot_icon {
	border: 0 solid;
}

.dnhot-hostpot-hotspots-minimage {
	max-width: 100%;
	width: 100%;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item .dnhot-hostpot-tooltip-content {
	cursor: pointer;
	line-height: .6;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dnhot-hostpot-hotspots__wrapper {
	line-height: 1 !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.dnhot-hostpot-hotspots__wrapper, .dnhot-hostpot-hotspots__wrapper:before {
	min-width: 30px;
	min-height: 30px;
	display: block;
	background-color: #4b00e7;
	color: #fff;
	border-radius: 50%;
	opacity: 1;
	float: left;
	text-align: center;
	line-height: 40px;
	position: relative;
	overflow: initial !important;
}

.dnhot-hostpot-hotspots__wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-animation: dnhot-pulse-grow-shadow 2s infinite;
	animation: dnhot-pulse-grow-shadow 2s infinite;
	background-color: #fff;
}

.dnhot-hostpot-hotspots-container, .dnhot-hostpot-hotspots__wrapper:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

@-webkit-keyframes dnhot-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 dnhot-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;
	}
}

.dnhot-hostpot-hotspot__text {
	display: inline-block;
}

.dnhot-hostpot-tooltip-text {
	width: 200px;
	z-index: 999;
	background-color: #fff;
	min-width: 150px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s cubic-bezier(0, 0, .2, 1);
	-o-transition: all .25s cubic-bezier(0, 0, .2, 1);
	transition: all .25s cubic-bezier(0, 0, .2, 1);
	border-radius: 3px;
	font-weight: 300;
	font-size: 16px;
	z-index: 4;
	text-align: center;
}

.dnhot-hostpot-tooltip .tooltip-top {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-top .dnhot-hostpot-tooltip-text {
	bottom: calc(100% + 1em);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item .dnhot-hostpot-tooltip-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-top .dnhot-hostpot-tooltip-text:before {
	position: absolute;
	top: 10%;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-top .dnhot-hostpot-tooltip-text:after {
	bottom: -.5em;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	border-width: .5em .5em 0;
	border-color: transparent;
	border-top-color: #f9f9f9;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-top:hover .dnhot-hostpot-tooltip-content ~ .dnhot-hostpot-tooltip-text {
	visibility: visible;
	opacity: 1;
}

.dnhot-hostpot-tooltip .tooltip-bottom {
	-ms-flex-direction: column;
	flex-direction: column;
}

.tooltip-bottom-hover {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 60px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-bottom .dnhot-hostpot-tooltip-text {
	top: calc(100% + 1em);
	bottom: -12px;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-bottom .dnhot-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;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-bottom .dnhot-hostpot-tooltip-text:before {
	top: -25px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	z-index: -1;
}

.dnhot-hostpot-tooltip .tooltip-right {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-right:hover .dnhot-hostpot-tooltip-content ~ .dnhot-hostpot-tooltip-text {
	visibility: visible;
	opacity: 1;
	left: calc(100% + 1em);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-right .dnhot-hostpot-tooltip-text {
	left: calc(100% + 1em);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-right .dnhot-hostpot-tooltip-text:after {
	top: 50%;
	left: -.5em;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-width: .5em .5em .5em 0;
	border-color: transparent #fff transparent transparent;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-right .dnhot-hostpot-tooltip-text:before {
	position: absolute;
	content: "";
	left: -10%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnhot-hostpot-tooltip .tooltip-left {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-pack: center;
	justify-content: center;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-left:hover .dnhot-hostpot-tooltip-content ~ .dnhot-hostpot-tooltip-text {
	visibility: visible;
	opacity: 1;
	right: calc(100% + 1em);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-left .dnhot-hostpot-tooltip-text {
	right: calc(100% + 1em);
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-left .dnhot-hostpot-tooltip-text:after {
	top: 50%;
	right: -.5em;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	border-width: .5em 0 .5em .5em;
	border-color: transparent transparent transparent #f9f9f9;
}

.dnhot-hostpot-tooltip .dnhot-hostpot-tooltip-item.tooltip-left .dnhot-hostpot-tooltip-text:before {
	position: absolute;
	content: "";
	right: -10%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dnhot-hotspot_icon {
	font-family: ETModules;
	color: #fff;
	padding: 0 2px;
	font-size: 22px;
}

.dnhot-tooltip-content p:empty {
	margin: 0;
	padding: 0;
}

.dnhot_tooltip_child.et_pb_module {
	margin-bottom: 0 !important;
}

.dnhot-hostpot-hotspots__wrapper, .dnhot-hostpot-tooltip-text img, .dnhot-tooltip-content, .dnhot_tooltip_text {
	border: 0 solid #333;
}

.dnhot-hostpot-tooltip-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.dnhot-tooltip-image-container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px;
}

.dnhot-tooltip-content-container {
	width: inherit;
}

.dnhot-tooltip-content-container p {
	padding: 0;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=dnhot] span {
	margin-top: 5px;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=dnhot] {
	font-size: 11px;
	color: #fff;
	background-image: -webkit-linear-gradient(178deg, #772adb 12%, #266de8) !important;
	background-image: -o-linear-gradient(178deg, #772adb 12%, #266de8 100%) !important;
	background-image: linear-gradient(272deg, #772adb 12%, #266de8) !important;
	position: relative;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=dnhot]:hover {
	background: -webkit-linear-gradient(178deg, #266de8 12%, #772adb) !important;
	background: -o-linear-gradient(178deg, #266de8 12%, #772adb 100%) !important;
	background: linear-gradient(272deg, #266de8 12%, #772adb) !important;
	color: #fff;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=dnhot] .et-fb-icon.et-fb-icon--svg {
	fill: #fff !important;
}
