@-moz-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
@-webkit-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
        border: 1px solid rgba(255,255,255,0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    70% {
        box-shadow: 0 0 50px #fff;
        border: 1px solid #fff;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        box-shadow: 0 0 60px rgba(255,255,255,0);
        border: 0 solid rgba(255,255,255,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
.wrap_svl {
    position: relative;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}
.wrap_svl:after{
	content: "";
	display: table;
	clear: both;
}

.drag_element {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1px;
    min-height: 1px;
}
.point_style{
	position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}
.point_style img{
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
    max-width: inherit;
}
.mobile_points_wrap{
	display: none;
}
.mobile_points_box {
    width: 50%;
    float: left;
    padding: 0 5px 15px 5px;
    text-align: center;
}
.img_points_box {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.img_points_box img {
    width: 100%;
    height: 100%;
}
.mobile_points_box:nth-child(2n+1) {
    clear: both;
}
ul.list_content_point {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
ul.list_content_point li {
    position: relative;
    padding: 3px 0 0 20px;
    margin: 0 0 5px 0;
}
ul.list_content_point li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
ul.list_content_point li.address_point:before {
    content: "\f041";
}
ul.list_content_point li.person_point:before {
    content: "\f183";
}
ul.list_content_point li.tel_point:before {
    content: "\f095";
}
ul.list_content_point li.fax_point:before {
    content: "\f1ac";
    font-size: 15px;
    top: 4px;
}
ul.list_content_point li.mail_point:before {
    content: "\f0e0";
    font-size: 15px;
    top: 4px;
}
.box_view_html {
    color: #646161;
    font-weight: 300;
    max-width: 530px;
    white-space: normal;
    overflow: hidden;
    position: relative;
}
.thumb_point {
    float: left;
    width: 30%;
}
.has-thumb .content_point {
    width: 70%;
    float: left;
    padding: 0 0 0 15px;
}
.has-thumb .content_point h3 {
    font-size: 19px;
}
.linkto_point {
    text-align: right;
    margin: 20px 0 0 0;
}
.opalhotspot_center {
    text-align: center;
}
.opalhotspot_center_box {
    display: inline-block;
}
body .point_style a img,
body .point_style img {
    max-width: inherit;
    vertical-align: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.pins_animation{
	border: 3px solid rgba(255,255,255,.5);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 20px rgba(255,255,255,.5);
    pointer-events: none;
}
.pins_animation.ihotspot_pulse{
    -moz-animation: Ani 2s infinite;
    -webkit-animation: Ani 2s infinite;
    animation: Ani 2s infinite;
}
span.close_ihp {
    display: none;
}
body .point_style a:hover img {
    background: transparent !important;
}

.hotspot-item img{
    cursor: pointer;
}

.opalhotspot-box .hotspot-content, .hotspot-item img.pins_image_hover{
     display: none;
 }

.opalhotspot-box .hotspot-content.active, .hotspot-item img.pins_image_hover.active{
    display: block;
}
.images_wrap{
    position: relative;
    display: inline-block;
}
.opalhotspot-wrap{
    display: block;
    overflow: hidden;
}

