.ihwt-hotspot-param-container {
    position: relative;
    display: inline-block;
	padding: 0 5% 20px 5% ;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-left .HotspotPlugin_Hotspot > div {
    top: 50%;
    left: auto;
    right: 100%;
    margin: 0 10px 0 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-left .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, -50%) scale(.85);
    -moz-transform: translate(0, -50%) scale(.85);
    -o-transform: translate(0, -50%) scale(.85);
    transform: translate(0, -50%) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-left .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-left .HotspotPlugin_Hotspot > div.ihwt-hotspot-left {
    left: 100%;
    right: auto;
    margin: 0 0 0 10px;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-right .HotspotPlugin_Hotspot > div {
    top: 50%;
    left: 100%;
    margin: 0 0 0 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-right .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, -50%) scale(.85);
    -moz-transform: translate(0, -50%) scale(.85);
    -o-transform: translate(0, -50%) scale(.85);
    transform: translate(0, -50%) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-right .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-right .HotspotPlugin_Hotspot > div.ihwt-hotspot-right {
    left: auto;
    right: 100%;
    margin: 0 10px 0 0;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin: 0 0 10px 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div.ihwt-hotspot-left {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div.ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(-50%, 0) scale(.85);
    -moz-transform: translate(-50%, 0) scale(.85);
    -o-transform: translate(-50%, 0) scale(.85);
    transform: translate(-50%, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div.hidden.ihwt-hotspot-left {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div.hidden.ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0) scale(.85);
    -moz-transform: translate(-100%, 0) scale(.85);
    -o-transform: translate(-100%, 0) scale(.85);
    transform: translate(-100%, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div:not(.hidden).ihwt-hotspot-left {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top .HotspotPlugin_Hotspot > div:not(.hidden).ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0) scale(1);
    -moz-transform: translate(-100%, 0) scale(1);
    -o-transform: translate(-100%, 0) scale(1);
    transform: translate(-100%, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div {
    top: 100%;
    left: 50%;
    margin: 10px 0 0 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div.ihwt-hotspot-left {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div.ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(-50%, 0) scale(.85);
    -moz-transform: translate(-50%, 0) scale(.85);
    -o-transform: translate(-50%, 0) scale(.85);
    transform: translate(-50%, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div.hidden.ihwt-hotspot-left {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div.hidden.ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0) scale(.85);
    -moz-transform: translate(-100%, 0) scale(.85);
    -o-transform: translate(-100%, 0) scale(.85);
    transform: translate(-100%, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div:not(.hidden).ihwt-hotspot-left {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom .HotspotPlugin_Hotspot > div:not(.hidden).ihwt-hotspot-right {
    -webkit-transform: translate(-100%, 0) scale(1);
    -moz-transform: translate(-100%, 0) scale(1);
    -o-transform: translate(-100%, 0) scale(1);
    transform: translate(-100%, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-left .HotspotPlugin_Hotspot > div {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 100%;
    margin: 0 10px 10px 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-left .HotspotPlugin_Hotspot > div.ihwt-hotspot-left {
    left: 100%;
    right: auto;
    margin: 0 0 10px 10px;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-left .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-left .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-right .HotspotPlugin_Hotspot > div {
    top: auto;
    bottom: 100%;
    left: 100%;
    margin: 0 0 10px 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-right .HotspotPlugin_Hotspot > div.ihwt-hotspot-right {
    left: auto;
    right: 100%;
    margin: 0 10px 10px 0;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-right .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-top-right .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-left .HotspotPlugin_Hotspot > div {
    top: 100%;
    left: auto;
    right: 100%;
    margin: 10px 10px 0 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-left .HotspotPlugin_Hotspot > div.ihwt-hotspot-left {
    left: 100%;
    right: auto;
    margin: 10px 0 0 10px;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-left .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-left .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-right .HotspotPlugin_Hotspot > div {
    top: 100%;
    left: 100%;
    margin: 10px 0 0 10px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-right .HotspotPlugin_Hotspot > div.ihwt-hotspot-right {
    left: auto;
    right: 100%;
    margin: 10px 10px 0 0;
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-right .HotspotPlugin_Hotspot > div.hidden {
    -webkit-transform: translate(0, 0) scale(.85);
    -moz-transform: translate(0, 0) scale(.85);
    -o-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
}
.ihwt-hotspot-param-container .ihwt-tooltip-position-bottom-right .HotspotPlugin_Hotspot > div:not(.hidden) {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div {
    font-size: 10px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    padding: 25px 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 7px 15px 70px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 7px 15px 70px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    z-index: 3;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) scale(.85);
    -moz-transform: translateX(-50%) scale(.85);
    -o-transform: translateX(-50%) scale(.85);
    transform: translateX(-50%) scale(.85);
}
.HotspotPlugin_Hotspot.ihwt-hotspot-param-container:not(.hidden) > div {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div > .delete-item {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div > .Hotspot_Title {
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    white-space: nowrap;
    color: #232323;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div > .Hotspot_Title + .Hotspot_Message {
    margin-top: 5px;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot > div > .Hotspot_Message {
    font-size: 14px;
    line-height: 25px;
    white-space: pre-line;
    color: #595959;
}
 .vc_ui-button.ihwt-hotspot-close, .vc_ui-button.ihwt-hotspot-save {
	 margin:15px 10px 0 0;
 }
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot.ihwtHotspotImageMarker {
    position: absolute;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker) {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 200;
    cursor: pointer;
    -webkit-transition: z-index .3s ease .3s;
    -moz-transition: z-index .3s ease .3s;
    transition: z-index .3s ease .3s;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0F8AFD;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: ihwtPulseAnimation 1s ease infinite;
    -moz-animation: ihwtPulseAnimation 1s ease infinite;
    animation: ihwtPulseAnimation 1s ease infinite;
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker):after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot:not(.ihwtHotspotImageMarker):hover:before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot:hover,
.ihwt-hotspot-param-container .HotspotPlugin_Hotspot.active {
    z-index: 300;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder {
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder img {
    display: block;
    max-width: 100%;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .HotspotPlugin_Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .HotspotPlugin_Overlay p {
    display: none;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .btn {
	position:absolute;
    width: auto;
	cursor: pointer !important;
    margin-top: 10px;
	background-color:#0F8AFD;
	border-radius: 3px;
	border:none;
	padding:14px 21px;
	color:#fff;
	
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .btn:hover {
box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.07);
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .HotspotPlugin_Hotspot > div {
    opacity: 0;
    visibility: hidden;
}
.ihwt-hotspot-param-container .ihwt-hotspot-image-holder .HotspotPlugin_Hotspot:hover > div {
    opacity: 1;
    visibility: visible;
}
.vc_ui-button.ihwt-hotspot-save.wn-hotspot-save {
    border-radius: 33px;
    box-shadow: 0 5px 23px -7px #008aff;
    background: #008aff;
}
.vc_ui-button.ihwt-hotspot-close.wn-hotspot-close {
    background-color: #82888e;
    box-shadow: 0 5px 23px -7px #82888e;
    font-size: 13px;
    font-weight: 600;
    border-radius: 33px;
    padding: 14px 33px;
} 
.ihwt-hotspot-popup {
	font-family: "Open Sans",Helvetica,sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 400px;
    min-height: 300px;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.ihwt-hotspot-popup .ihwt-hotspot-popup-title {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding: 25px;
    margin: -25px -25px 10px;
    color: #fff;
    background: #0F8AFD;
}

.ihwt-hotspot-popup .ihwt-hotspot-popup-title .Default-close {
	font-size: 14px;
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    margin-top: -12px;
    color: #fff;
}
.ihwt-hotspot-popup .ihwt-hotspot-popup-title .Default-close:active,
.ihwt-hotspot-popup .ihwt-hotspot-popup-title .Default-close:hover,
.ihwt-hotspot-popup .ihwt-hotspot-popup-title .Default-close:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ihwt-hotspot-popup label {
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    color: #5e5e5e;
}
.ihwt-hotspot-popup input[type="text"],
.ihwt-hotspot-popup textarea {
    font-size: 13px;
    display: block;
    margin: 0;
    color: #32373c;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ihwt-hotspot-popup input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ihwt-hotspot-popup textarea {
    width: 100%;
    height: auto;
    min-height: 130px;
    padding: 10px;
}

@-webkit-keyframes ihwtPulseAnimation {
    0%, 100% {
        -webkit-transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
}
@-moz-keyframes ihwtPulseAnimation {
    0%, 100% {
        -moz-transform: scale(0.9);
    }
    50% {
        -moz-transform: scale(1.2);
    }
}
@-o-keyframes ihwtPulseAnimation {
    0%, 100% {
        -o-transform: scale(0.9);
    }
    50% {
        -o-transform: scale(1.2);
    }
}
@keyframes ihwtPulseAnimation {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.2);
    }
}
