:root {
    --cc-z-index: 99991;
}
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #343434;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
}
a:not(.controls_btn):hover, a:not(.controls_btn):visited, a:not(.controls_btn):link, a:not(.controls_btn):active, a:not(.controls_btn):focus {
    text-decoration: none;
    outline: none;
    color: unset;
}
canvas {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);
    will-change: transform;
}
audio:focus { outline: none; }
video:focus { outline: none; }
.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.hidden, .hidden_lc {
    display: none !important;
}
.hidden_m {
    opacity: 0 !important;
    pointer-events: none !important;
}
.hidden_p {
    display: none !important;
}
.hidden_s {
    display: none !important;
}
.hidden_pb {
    opacity: 0 !important;
    pointer-events: none !important;
}
.hidden_icons {
    opacity: 0 !important;
    pointer-events: none !important;
}
.noselect, a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}
.small-element {
    position:relative;
}
.small-element:after {
    content:'';
    position:absolute;
    top:-1px; bottom:-1px;
    left:-1px; right:-1px;
}
.locked {
    pointer-events: none !important;
}
.locked * {
    pointer-events: none !important;
}
.error_input {
    border: 1px solid red !important;
}
.jconfirm {
    z-index: 88888 !important;
}
.info_box_content {
    width: 90%;
}
.info_panel_content {
    width: calc(100% - 10px);
    margin-top: 18px;
    padding: 5px;
}
.intro_img {
    position: relative;
    z-index: 77777;
    justify-content: center;
    align-items: center;
    display: none;
    height: 100vh;
    cursor: pointer;
}
.intro_img img {
    width: 70%;
    max-width: 400px;
    border-radius: 20px;
}
#flyin {
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100vh;
    opacity: 0;
}
.panorama {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    opacity: 0;
}
#vs_before {
    position: absolute;
    width:50%;
    height:100%;
    overflow:hidden;
    display:none;
    pointer-events: none;
}
#vs_before .custom-hotspot {
    pointer-events: initial;
}
#vs_slider {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 15;
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 100vh;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 70px, rgba(255,255,255,0.8) 120px, rgba(255,255,255,0.8) 100%);
}
#vs_grab {
    display: none;
    position: absolute;
    z-index: 16;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
}
#vs_grab i {
    margin: 0 3px;
}
.grabbable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.grabbable:active {
    cursor: ew-resize;
}
.custom-hotspot .div_marker_wrapper {
    padding: 16px 16px;
    border-radius: 80px;
    text-align: center;
    min-width: 50px;
    min-height: 28px;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.custom-hotspot-content .div_poi_wrapper {
    padding: 16px 16px;
    border-radius: 80px;
    text-align: center;
    min-width: 50px;
    min-height: 28px;
    font-size: 32px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.div_visitor_wrapper {
    border-radius: 25px;
    text-align: center;
    min-width: 25px;
    min-height: 25px;
    line-height: 23px;
    background: #000000;
    opacity: 0.8;
    border: 1px solid white;
}
.div_visitor_wrapper i {
    margin: 0 auto;
    font-size: 11px;
    color: #ffffff;
}
.pnlm-pointer:not(.poi_not_selectable) .pulse_icon:hover, .pulse_icon_hover {
    animation: pulse-h 1.2s infinite;
    -webkit-backface-visibility: hidden;
}
.pnlm-pointer:not(.poi_not_selectable) .pulse_image:hover, .pulse_image_hover {
    animation: pulse-o 1.2s infinite;
    -webkit-backface-visibility: hidden;
}
.no_animation {
    animation: none !important;
}
@keyframes pulse-h {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes pulse-o {
    0% {
        opacity: 0.7;
    }
    70% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}
#background_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    display: none;
}
.background_opacity:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
@media (max-width: 540px) and (orientation: portrait) {
    #background_loading {
        background: no-repeat top center scroll;
        background-size: cover;
    }
}
#video_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
}
#skip_video_intro {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 6px 12px;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer;
}
#icon_play {
    font-size: 66px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 90px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    padding-left: 5px;
}
.loading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: white;
}
.div_change_lang {
    display: none;
    position: relative;
    z-index: 9999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 12px;
    pointer-events: none;
}
.div_change_lang div {
    color: white;
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
}
#switching_lang img {
    height: 14px;
    vertical-align: middle;
}
.loading .progress {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    width: 100%;
}
.loading .progress img {
    max-height: 80px;
}
#pbar {
    margin-top: 20px;
    height: 4px;
}
.progress-circle {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 90px);
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: 999;
    overflow: visible;
}
#progress_msg {
    width: 100vh;
    margin-top: 10px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.75);
}
#progress_msg img {
    height: 20px;
    vertical-align: middle;
}
#progress_msg i {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
#name_virtualtour {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: default;
}
#author_virtualtour {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    cursor: default;
}
.map {
    position: absolute;
    z-index: 1051;
    opacity: 1;
    display: none;
}
.map_top_right {
    top: 48px;
    right: 6px;
}
.map_top_left {
    top: 48px;
    left: 6px;
}
.map_zoomed {
    position: absolute;
    top: 50% !important;
    right: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: 1060;
}
#map_zoomed_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 1055;
}
.map_zoomed .map_image {
    max-width: 100%;
    max-height:100%;
    width: auto !important;
    margin: auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.darker_img {
    filter: grayscale(100%) brightness(0.1);
}
.map_bar {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: calc(100% - 4px);
    height: auto;
    background-color: white;
    opacity: 1;
    border-radius: 0 0 5px 5px;
    padding: 3px 2px;
    white-space: nowrap;
}
.map_zoomed .map_bar {
    padding: 5px 2px;
}
.all_maps {
    text-align: left;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,1);
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.map_wrapper {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.map_zoomed .map_wrapper {
    opacity: 1;
}
.map_name {
    font-size: 11px;
    flex-grow: 1;
    padding-left: 6px;
    align-self: center;
    cursor: default;
    font-weight: bold;
    color: #333333;
    line-height: 9px;
    overflow: hidden;
}
.info_map_btn {
    cursor: pointer;
    font-size: 11px;
    color: #333333;
}
.info_map_btn:hover {
    color: #000000;
}
.map_controls_btn {
    width: 120px;
    text-align: right;
}
.map_zoomed .map_controls_btn {
    width: 130px;
}
.map_selector_control {
    width: 24px;
    text-align: center;
    cursor: pointer;
}
.map_selector_control i {
    font-size: 14px;
    padding: 2px;
    color: #333333;
}
.map_zoomed .map_selector_control {
    width: 30px;
}
.map_selector_control:hover i {
    color: #000000;
}
.map_zoom_plus_control {
    display: inline-block;
    width: 24px;
    text-align: center;
    cursor: pointer;
}
.map_zoomed .map_zoom_plus_control {
    width: 30px;
}
.map_zoom_plus_control i {
    font-size: 14px;
    color: #333333;
}
.map_zoom_plus_control:hover i {
    color: #000000;
}
.map_zoom_minus_control {
    display: inline-block;
    width: 24px;
    text-align: center;
    cursor: pointer;
}
.map_zoomed .map_zoom_minus_control {
    width: 30px;
}
.map_zoom_minus_control i {
    font-size: 14px;
    color: #333333;
}
.map_zoom_minus_control:hover i {
    color: #000000;
}
.map_zoom_control {
    display: inline-block;
    width: 24px;
    text-align: center;
    cursor: pointer;
}
.map_zoomed .map_zoom_control {
    width: 30px;
}
.map_zoom_control i {
    font-size: 14px;
    color: #333333;
}
.map_zoom_control:hover i {
    color: #000000;
}
.map_close_control {
    display: inline-block;
    width: 24px;
    text-align: center;
    cursor: pointer;
}
.map_zoomed .map_close_control {
    width: 30px;
}
.map_close_control i {
    font-size: 14px;
    color: #333333;
}
.map_close_control:hover i {
    color: #000000;
}
.map_selector {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 4px);
    overflow-y: scroll;
    z-index: 40;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.map_selector::-webkit-scrollbar {
    display: none;
}
.map_selector ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-self: center;
    width: 100%;
}
.map_selector li {
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}
.map_selector li a {
    text-decoration: none;
    color: white;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
    cursor: pointer;
}
.map_selector li a:hover {
    font-size: 18px;
    background: white;
    color: black;
}
.pointer {
    position: absolute;
    top:100px;
    left:100px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    transform: rotate(0deg) scale(1.0);
    opacity: 0.4;
    text-align: center;
    color: white;
    z-index: 1;
    pointer-events: none;
}
.view_direction__center {
    background: #0061ff;
    border-radius: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 13px;
    cursor: pointer;
    pointer-events: initial;
}
.view_direction__arrow {
    background: rgb(0,97,255);
    background: linear-gradient(-45deg, rgba(0,97,255,0) 10%, rgba(0,97,255,1) 100%);
    border-radius: 0 0 30px;
    display: block;
    height: 23px;
    width: 23px;
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 24px;
    pointer-events: none;
}
.logo {
    position: absolute;
    z-index: 30;
    opacity: 1;
    display: none;
    cursor: unset;
    pointer-events: none;
}
.logo_top_right {
    top: 45px;
    right: 6px;
}
.logo_top_left {
    top: 45px;
    left: 6px;
}
.logo_top_center {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.logo img {
    height: 40px;
    transition: opacity 0.2s ease-in-out;
}
.poweredby {
    position: absolute;
    opacity: 1;
    z-index: 41;
    display: none;
    cursor: unset;
    pointer-events: none;
    transition: opacity 0.4s;
}
.poweredby_bottom_right {
    bottom: 6px;
    right: 6px;
    text-align: right;
}
.poweredby_bottom_left {
    bottom: 6px;
    left: 6px;
    text-align: left;
}
.poweredby_bottom_center {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.poweredby img {
    height: 40px;
    vertical-align: bottom;
    transition: opacity 0.2s ease-in-out;
}
.poweredby span {
    display: inline-block;
    color: white;
    font-size: 12px;
    transform: translateY(4px);
    transition: opacity 0.2s ease-in-out;
}
.poweredby a:focus, .poweredby a:active, .poweredby a:hover, .poweredby a:visited {
    text-decoration: none;
}
.avatar_video {
    position: absolute;
    opacity: 0;
    z-index: 1001;
    display: none;
    cursor: unset;
    pointer-events: none;
    transition: opacity 0.4s;
}
.avatar_video.can_pause {
    pointer-events: initial;
}
.avatar_video_bottom_right {
    bottom: 0;
    right: 15%;
}
.avatar_video_bottom_left {
    bottom: 0;
    left: 15%;
}
.avatar_video_bottom_center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.avatar_video video {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    object-fit: contain;
    object-position: center bottom;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.pnlm-title-box {
    font-size: 14px;
}
.hidden_slider {
    opacity: 0 !important;
    pointer-events: none !important;
    bottom: -9999px !important;
}
.list_sliders {
    position: absolute;
    bottom: -110px;
    opacity: 0;
    width: 100%;
    height: 108px;
    padding: 0;
    pointer-events: none;
}
.list_slider, .list_slider_cat {
    height: 108px;
}
.list_slider {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    pointer-events: none;
}
.list_slider .slidee, .list_slider .slidee_cat {
    padding: 0;
    height: 100%;
    list-style: none;
    margin: 0 auto;
}
.list_slider_cat {
    overflow: initial !important;
}
.list_slider .slidee li, .list_slider .slidee_cat li {
    float: left;
    margin: 4px 2px 0px 2px;
    padding: 0;
    height: 100px;
    width: 162px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    pointer-events: initial;
}
.list_slider .slider_category_name span {
    font-size: 10px;
    background: rgba(0,0,0,0.9);
    color: #ffffff;
    text-shadow: 0px 0px 1px #000;
    padding: 2px 6px;
    border-radius: 4px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}
.list_slider .slidee_cat .pointer_list_back {
    width: 40px !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: initial;
}
.list_slider .slidee_cat .pointer_list_back i {
    font-size: 16px;
}
.list_slider .slidee_cat .pointer_list_back:hover i {
    font-size: 18px;
}
.list_slider .slidee li:first-child, .list_slider .slidee_cat li:first-child {
    margin-left: 6px;
}
.list_slider .slidee li:last-child, .list_slider .slidee_cat li:last-child {
    margin-right: 6px;
}
.list_slider .slidee li:before, .list_slider .slidee_cat li:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    transition: all 0.4s;
}
.list_slider .slidee li:hover:before, .list_slider .slidee_cat li:hover:before {
    background: rgba(0,0,0,0.15);
}
.list_slider .slidee li.active:before, .list_slider .slidee_cat li.active:before {
    background: rgba(0,0,0,0);
}
.list_slider .slidee li.active, .list_slider .slidee_cat li.active {
    box-shadow: 0px 0px 1px 0px #FFFFFF, 0px 0px 2px 1px #FFFFFF;
}
.list_slider .slidee li.pointer_list img, .list_slider .slidee_cat li.pointer_list img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.list_slider .slidee li .room_name_slider, .list_slider .slidee_cat li .room_name_slider {
    font-size: 12px;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    text-shadow: 0px 0px 1px #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.room_name_slider i {
    margin-right: 6px;
}
.list_slider .slidee li.pointer_list_cat .room_name_slider, .list_slider .slidee_cat li.pointer_list_cat .room_name_slider {
    width: calc(100% - 22px);
    padding-left: 22px;
}
.list_slider .slidee li .room_count_slider, .list_slider .slidee_cat li .room_count_slider {
    font-size: 10px;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    text-shadow: 0px 0px 1px #000;
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    z-index: 1;
}
.list_slider .list_left {
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
    pointer-events: initial;
}
.list_slider .list_right {
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
    pointer-events: initial;
}
.list_slider .stat_visitors_rt_rooms {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0px 6px 1px 6px;
    height: 15px;
    border-radius: 15px;
    line-height: 15px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 10px;
}
.list_slider .stat_visitors_rt_rooms i {
    font-size: 8px;
}
.list_slider .stat_visitors_rt_rooms span {
    vertical-align: middle;
}
@media (max-width: 960px) {
    .list_sliders, .list_slider, .list_slider_cat {
        height: 98px;
    }
    .list_slider .slidee li, .list_slider .slidee_cat li {
        width: 144px;
        height: 90px;
    }
    .list_slider .slidee li.pointer_list img, .list_slider .slidee_cat li.pointer_list img {
        height: 90px;
    }
    .list_slider .slidee li .room_name_slider, .list_slider .slidee_cat li .room_name_slider {
        font-size: 11px;
        height: 20px;
        line-height: 20px;
    }
    .list_slider .slidee li .room_count_slider {
        font-size: 9px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .list_slider .slidee li.pointer_list_cat .room_name_slider {
        width: calc(100% - 20px);
        padding-left: 20px;
    }
}
@media (max-width: 540px) {
    .list_sliders, .list_slider, .list_slider_cat {
        height: 68px;
    }
    .list_slider .slidee li:before, .list_slider .slidee_cat li:before {
        background: rgba(0,0,0,0) !important;
    }
    .list_slider .slidee li, .list_slider .slidee_cat li {
        width: 105px;
        height: 60px;
    }
    .list_slider .slidee li.pointer_list img, .list_slider .slidee_cat li.pointer_list img {
        height: 60px;
    }
    .list_slider .slidee li .room_name_slider, .list_slider .slidee_cat li .room_name_slider {
        font-size: 10px;
        height: 18px;
        line-height: 18px;
    }
    .list_slider .slidee li .room_count_slider {
        font-size: 8px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    .list_slider .slidee li.pointer_list_cat .room_name_slider {
        width: calc(100% - 18px);
        padding-left: 18px;
    }
    .list_slider .slider_category_name span {
        top: -4px;
    }
}
#floatingSocialShare {
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
#floatingSocialShare .a2a_kit {
    background-color: rgba(255,255,255,0.8);
    padding: 2px 3px;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
#floatingSocialShare a {
    margin: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
}
#floatingSocialShare i {
    position: absolute;
    top: -30px;
    left: 50%;
    font-size: 22px;
    transform: translate(-50%);
    cursor: pointer;
    color: white;
}
#dialog {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    pointer-events: none;
}
#typed {
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-size: 24pt;
    text-transform: uppercase;
}
#loading_pano {
    display: none;
    font-size: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    color: white;
    opacity: 0;
    z-index: 12;
}
#background_pano {
    background-image: url(transparent.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
}
#background_pano_vr {
    background-image: url(transparent.png);
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    display: none;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
}
.p_control {
    border-radius: 8px;
}
.nadir-hotspot {
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
}
.nadir-hotspot-small {
    width: 100px;
    height: 100px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
}
.nadir-hotspot-medium {
    width: 200px;
    height: 200px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
}
.nadir-hotspot-large {
    width: 400px;
    height: 400px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
}

#btn_stop_presentation {
    width: 28px;
    height: 28px;
    text-align: center;
    display: none;
    line-height: 28px;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 30;
}
#btn_stop_vr {
    width: 28px;
    height: 28px;
    text-align: center;
    display: none;
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: 16px;
    z-index: 30;
}
#btn_stop_vr_2 {
    width: 28px;
    height: 28px;
    text-align: center;
    display: none;
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: calc(50% + 16px);
    z-index: 30;
}
.header_vt {
    display: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.269) 14.3%, rgba(0,0,0,0.24) 26.2%, rgba(0,0,0,0.214) 36%, rgba(0,0,0,0.19) 44.1%, rgba(0,0,0,0.168) 50.6%, rgba(0,0,0,0.148) 55.9%, rgba(0,0,0,0.129) 60.4%, rgba(0,0,0,0.111) 64.3%, rgba(0,0,0,0.094) 67.8%, rgba(0,0,0,0.078) 71.4%, rgba(0,0,0,0.062) 75.3%, rgba(0,0,0,0.047) 79.8%, rgba(0,0,0,0.031) 85.2%, rgba(0,0,0,0.016) 91.9%, rgba(0,0,0,0) 100%);
    height: 85px;
    padding: 2px 0px;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.header_vt_vr {
    display: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.269) 14.3%, rgba(0,0,0,0.24) 26.2%, rgba(0,0,0,0.214) 36%, rgba(0,0,0,0.19) 44.1%, rgba(0,0,0,0.168) 50.6%, rgba(0,0,0,0.148) 55.9%, rgba(0,0,0,0.129) 60.4%, rgba(0,0,0,0.111) 64.3%, rgba(0,0,0,0.094) 67.8%, rgba(0,0,0,0.078) 71.4%, rgba(0,0,0,0.062) 75.3%, rgba(0,0,0,0.047) 79.8%, rgba(0,0,0,0.031) 85.2%, rgba(0,0,0,0.016) 91.9%, rgba(0,0,0,0) 100%);
    height: 85px;
    padding: 2px 0px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 30;
    width: 50%;
    text-align: center;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.name_vt {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    min-width: 150px;
    width: 40%;
    margin: 0 auto;
    vertical-align: middle;
}
.room_vt {
    padding-top: 2px;
    font-size: 12px;
    min-width: 150px;
    width: 40%;
    margin: 0 auto;
    vertical-align: middle;
}
.category_room_vt {
    padding-top: 2px;
    font-size: 10px;
    min-width: 150px;
    width: 40%;
    margin: 0 auto;
    vertical-align: middle;
}
.logo_room_vt {
    height: 16px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.comments_vt {
    width: fit-content;
    margin: 0 auto;
    padding-top: 2px;
    margin-bottom: 5px;
    pointer-events: initial;
    cursor: pointer;
    display: none;
}
.comments_vt #comments_control {
    font-size: 16px;
    vertical-align: middle;
}
.disqus-comment-count {
    font-size: 12px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{
    background:#1b1b1b;
    background:rgba(0,0,0,0.6)
}
.controls_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
#controls_bottom_left {
    opacity: 0;
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: auto;
    padding-left: 0;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: end;
}
#controls_bottom_right {
    opacity: 0;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: auto;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: end;
}
.controls_bottom_center_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#controls_bottom_center {
    opacity: 0;
    position: absolute;
    bottom: 32px;
    width: auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: end;
}
#controls_bottom_center.moved {
    margin-bottom: 35px;
}
#controls_bottom_left .controls_btn {
    margin: 0 2px;
}
#controls_bottom_left .controls_arrows {
    margin: 0 2px;
}
#controls_bottom_right .controls_btn {
    margin: 0 2px;
}
#controls_bottom_right .controls_arrows {
    margin: 0 2px;
}
#controls_bottom_center .controls_btn {
    margin: 0 2px;
}
#controls_bottom_center .controls_arrows {
    margin: 0 2px;
}
.voice_control {
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100vw;
    height: 30px;
    transition: all 0.4s;
}
#skitt-ui {
    position: absolute !important;
    left: unset !important;
    bottom: unset !important;
    height: 30px !important;
    background-color: rgba(41,128,185,0.8);
    transition: all 0.4s;
}
#skitt-toggle-button {
    width: 30px !important;
    height: 30px !important;
    background-position: 4px 3px !important;
    transition: all 0.4s;
}
#skitt-listening-box {
    line-height: 30px !important;
}
.controls_arrows {
    position: relative;
    z-index: 42;
    width: auto;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    display: none;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.controls_arrows i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    vertical-align: super;
    margin-right: 0 !important;
}
.controls_btn {
    position: relative;
    z-index: 42;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.6);
    display: none;
    opacity: 0;
    pointer-events: none;
}
.controls_btn img, .ms_control img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    vertical-align: middle;
}
.whatsapp_control {
    font-size: 14px;
    color: white;
    background-color: rgba(37,211,102,0.8);
}
.facebook_control {
    font-size: 14px;
    color: white;
    background-color: rgba(66,103,178,0.8);
}
.compass_control {
    font-size: 16px;
    color: white;
}
.compass_control div {
    transform: rotate(0deg);
}
.nav_control {
    position: absolute;
    left: 6px;
    bottom: 46px;
    z-index: 11;
    display: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    cursor: move;
}
.nav_control i {
    font-size: 14px;
    padding: 4px;
    color: rgba(255,255,255,0.6);;
    cursor: pointer;
}
.nav_control i:hover {
    color: rgba(255,255,255,1);
}
.nav_control .nav_up {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.nav_control .nav_down {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.nav_control .nav_left {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}
.nav_control .nav_right {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}
.nav_control .nav_rotate {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) perspective(400px) rotateX(50deg);
}
@media (max-width: 480px) {
    .small-element:after {
        content:'';
        position:absolute;
        top:-2px; bottom:-2px;
        left:-2px; right:-2px;
    }
    #controls_bottom_left, #controls_bottom_right, #controls_bottom_center {
        height: 27px;
    }
    .voice_control {
        height: 27px;
    }
    #skitt-ui {
        height: 27px !important;
    }
    #skitt-toggle-button {
        width: 27px !important;
        height: 27px !important;
        background-position: 3px 2px !important;
    }
    #skitt-listening-box {
        line-height: 27px !important;
    }
    #controls_bottom_center.moved {
        margin-bottom: 30px;
    }
    .controls_btn {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 11px;
    }
    .controls_arrows {
        height: 27px;
        border-radius: 13.5px;
    }
    .controls_arrows i {
        font-size: 14px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        margin-bottom: 3px;
    }
    .whatsapp_control {
        font-size: 12px;
    }
    .facebook_control {
        font-size: 12px;
    }
    .compass_control {
        font-size: 14px;
    }
    .nav_control {
        width: 60px;
        height: 60px;
    }
    .nav_control i {
        font-size: 10px;
    }
    .nav_control .nav_rotate {
        font-size: 10px;
    }
}
@media (max-width: 360px) {
    .small-element:after {
        content:'';
        position:absolute;
        top:-4px; bottom:-4px;
        left:-4px; right:-4px;
    }
    #controls_bottom_left, #controls_bottom_right, #controls_bottom_center {
        height: 25px;
    }
    .voice_control {
        height: 25px;
    }
    #skitt-ui {
        height: 25px !important;
    }
    #skitt-toggle-button {
        width: 25px !important;
        height: 25px !important;
        background-position: 3px 2px !important;
    }
    #skitt-listening-box {
        line-height: 25px !important;
    }
    #controls_bottom_center.moved {
        margin-bottom: 28px;
    }
    .controls_btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
    .controls_arrows {
        height: 25px;
        border-radius: 12.5px;
    }
    .controls_arrows i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .whatsapp_control {
        font-size: 12px;
    }
    .facebook_control {
        font-size: 12px;
    }
    .compass_control {
        font-size: 14px;
    }
    .nav_control {
        width: 60px;
        height: 60px;
    }
    .nav_control i {
        font-size: 10px;
    }
    .nav_control .nav_rotate {
        font-size: 10px;
    }
}
#fb-root {
    opacity: 0;
}
.fb_dialog{
    width: 60px;
    height: 60px;
    top: unset !important;
    bottom: 4px;
    right: 54px;
    z-index: 20 !important;
    transform: scale(0.73);
    transform-origin: bottom right;
    background: none !important;
    opacity: 0;
}
.fb_dialog iframe {
    margin-left: 0 !important;
    margin-right: 0 !important;
    bottom: 0px !important;
    right: 0px !important;
}
.pnlm-compass {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.fullscreen_control {
    display: none;
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 1001;
    color: white;
    cursor: pointer;
    font-size: 16px;
}
.song_control {
    display: none;
    position: absolute;
    top: 8px;
    left: 45px;
    z-index: 1032;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.map_control {
    display: none;
    position: absolute;
    top: 11px;
    right: 45px;
    z-index: 1001;
    cursor: pointer;
    color: white;
    font-size: 15px;
}
.map_tour_control {
    display: none;
    position: absolute;
    top: 9px;
    right: 82px;
    z-index: 1001;
    cursor: pointer;
    color: white;
    font-size: 17px;
}
.language_control {
    display: none;
    position: absolute;
    top: 7px;
    right: 111px;
    z-index: 1001;
    cursor: pointer;
}
.language_control img {
    height: 15px;
    vertical-align: bottom;
}
.list_control {
    display: none;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    left: 0;
    z-index: 40;
    color: white;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}
.list_control i {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%);
    background-color: transparent !important;
    pointer-events: initial;
}
.menu_controls {
    display: none;
    position: absolute;
    top: 10px;
    left: 6px;
    width: 30px;
    z-index: 1052;
    pointer-events: none;
}
.menu_controls .title i {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    color: white;
    pointer-events: initial;
}
.menu_controls .dropdown {
    position: fixed;
    width: auto;
    /*height: 0;*/
    opacity: 1.0;
    background: #fff;
    border-radius: 5px;
    color: #505050;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s;
}
.menu_controls .down {
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: scaleY(1);
    pointer-events: initial;
}
.menu_controls .down::-webkit-scrollbar { width: 0 !important }
.menu_controls .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 1.0;
    position: absolute;
    left: 9px;
    top: 21px;
    display: none;
}
.menu_controls .arrow.gone {
    display: block;
}
.menu_controls p {
    font-size: 12px;
    padding: 6px 14px;
    margin: 0;
    transition: all 0.1s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_controls p:hover {
    -webkit-transform: scale(1.05);
}
.menu_controls .active {
    color: darkgreen;
    font-size: 8px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.menu_controls .not_active {
    color: lightgray;
    font-size: 8px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.list_alt_menu {
    display: none;
    position: absolute;
    top: 10px;
    left: 40px;
    width: 30px;
    z-index: 1053;
    pointer-events: none;
}
.list_alt_menu .title i {
    margin-left: 6px;
    margin-top: 1px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    pointer-events: initial;
}
.list_alt_menu .dropdown {
    position: fixed;
    width: auto;
    opacity: 1.0;
    background: #fff;
    border-radius: 5px;
    color: #505050;
    margin-top: 11px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s;
}
.list_alt_menu .down {
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px 0;
    transform: scaleY(1);
    pointer-events: initial;
}
.list_alt_menu .down::-webkit-scrollbar { width: 0 !important; }
.list_alt_menu .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 1.0;
    position: absolute;
    left: 5px;
    top: 21px;
    display: none;
}
.list_alt_menu .arrow.gone {
    display: block;
}
.list_alt_menu p {
    font-size: 12px;
    padding: 6px 14px;
    margin: 0;
    transition: all 0.1s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list_alt_menu p:hover {
    -webkit-transform: scale(1.05);
}
.list_alt_menu p i {
    font-size: 10px;
    vertical-align: middle;
    padding-bottom: 3px;
}
.list_alt_menu .active {
    color: darkgreen;
}
.list_alt_menu .not_active {
    color: lightgray;
}

.language_menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 108px;
    width: 30px;
    z-index: 1053;
    pointer-events: none;
}
.language_menu .title img {
    margin-left: 6px;
    margin-top: 1px;
    cursor: pointer;
    pointer-events: initial;
}
.language_menu .dropdown {
    position: fixed;
    right: 10px;
    width: auto;
    min-width: 140px;
    opacity: 1.0;
    background: #fff;
    border-radius: 5px;
    color: #505050;
    margin-top: 11px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s;
}
#vt_container.open_map_tour .language_menu .dropdown {
    margin-right: 360px;
}
.language_menu .down {
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px 0;
    transform: scaleY(1);
    pointer-events: initial;
}
.language_menu .down::-webkit-scrollbar { width: 0 !important; }
.language_menu .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 1.0;
    position: absolute;
    left: 5px;
    top: 21px;
    display: none;
}
.language_menu .arrow.gone {
    display: block;
}
.language_menu p {
    font-size: 12px;
    padding: 6px 14px;
    margin: 0;
    transition: all 0.1s;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.language_menu p:hover {
    -webkit-transform: scale(1.05);
}
.language_menu p img {
    vertical-align: middle;
    padding-bottom: 3px;
    width: 22px;
    height: 14px;
}
.language_menu p.active {
    font-weight: bold;
    pointer-events: none;
}
.language_menu .title img {
    width: 23px;
    height: 15px;
}

.loading_vr {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    z-index: 9999;
    background-color: #343434;
    color: white;
}
.hotspots_vr {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.cursor_vr {
    display: none;
    z-index: 999;
    color: white;
    font-size: 18px;
    text-shadow: 0px 0px 2px #005eff;
}
.cursor_vr_active {
    color: #005eff;
    text-shadow: 0px 0px 2px white;
}
#cursor_vr_left {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(25% - 9px);
}
#cursor_vr_right {
    position: absolute;
    top: calc(50% - 9px);
    left: calc(75% - 9px);
}
.nadir-hotspot-small_vr {
    width: 80px !important;
    height: 80px !important;
}
.info_icon {
    display: none;
    float: left;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.info_icon i {
    font-size: 24px;
}
.lity-content {
    border-radius: 5px;
}
.lity-content p {
    margin: 0;
    padding: 0;
}
.lity-container {
    padding: 20px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.lity-container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.arrows_nav {
    display: none;
}
.arrows_nav .prev_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    left: 8px;
    z-index: 31;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    font-size: 24px;
    background-color: transparent !important;
}
.arrows_nav .next_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 8px;
    z-index: 29;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    font-size: 24px;
    background-color: transparent !important;
}
.protect {
    display: none;
    position: absolute;
    top: calc(50% - 90px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
.protect_mc {
    background: white;
    border-radius: 10px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    max-height: calc(100% - 120px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.protect_mc::-webkit-scrollbar {
    display: none;
}
.protect_mc #mc_embed_signup {
    width: 100%;
    max-width: 600px;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}
.cf:after{
    clear:both;
}
.cf{
    zoom:1;
}
.protect_title {
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}
.protect_description {
    font-size: 14px;
    font-weight: normal;
    cursor: default;
}
.password-wrapper {
    width: 300px;
    margin: 20px auto 20px auto;
    border-radius: 40px;
    background: transparent;
    position: relative;
}
.password-wrapper input {
    width: 250px;
    height: 20px;
    padding: 10px 0px;
    text-indent: 20px;
    float: left;
    font-size: 13px;
    border: none;
    border-radius: 40px;
    border-top-style: none;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    color: white;
}
.password-wrapper input:focus {
    outline: 0;
}
.password-wrapper input::-webkit-input-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
}
.password-wrapper input:-moz-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
}
.password-wrapper input:-ms-input-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
    border-style: none;
}
.password-wrapper button {
    overflow: visible;
    position: absolute;
    right: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 80px;
    font: 13px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #000000;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: white;
}
.password-wrapper button:hover{
    background: #000000;
    color: #ffffff;
}
.password-wrapper button:active,
.password-wrapper button:focus{
    outline: 0;
}
.password-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}
#vt_password {
    color: white;
    border: none;
    display: block;
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.form_poi {
    min-width: 300px;
}
.form_poi button {
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.form_main {
    min-width: 300px;
}
.form_main button {
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.button_success_form {
    background-color: darkgreen !important;
}
.deo-close-button {
    opacity: 0;
}
@font-face {
    font-family: 'icomoon';
    src:  url('icomoon.eot?bg5b0v');
    src:  url('icomoon.eot?bg5b0v#iefix') format('embedded-opentype'),
    url('icomoon.ttf?bg5b0v') format('truetype'),
    url('icomoon.woff?bg5b0v') format('woff'),
    url('icomoon.svg?bg5b0v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'compass';
    src:  url('compass.eot?qqliz0');
    src:  url('compass.eot?qqliz0#iefix') format('embedded-opentype'),
    url('compass.ttf?qqliz0') format('truetype'),
    url('compass.woff?qqliz0') format('woff'),
    url('compass.svg?qqliz0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-compass"], [class*=" icon-compass"] {
    font-family: 'compass' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-map_off:before {
    content: "\e900";
    font-weight: bold;
}
.icon-map_on:before {
    content: "\e901";
}
.icon-compass:before {
    content: "\e902";
}
.fa-pulse {
    display: inline-block;
    -moz-animation: pulse 1s infinite linear;
    -o-animation: pulse 1s infinite linear;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
}
@-webkit-keyframes pulse {
    0% { color: #005eff; }
    50% { color: #ffffff; }
    100% { color: #005eff; }
}
@-moz-keyframes pulse {
    0% { color: #005eff; }
    50% { color: #ffffff; }
    100% { color: #005eff; }
}
@-o-keyframes pulse {
    0% { color: #005eff; }
    50% { color: #ffffff; }
    100% { color: #005eff; }
}
@-ms-keyframes pulse {
    0% { color: #005eff; }
    50% { color: #ffffff; }
    100% { color: #005eff; }
}
@keyframes pulse {
    0% { color: #005eff; }
    50% { color: #ffffff; }
    100% { color: #005eff; }
}

.live_call {
    display: none;
}
.live_status {
    background-color: white;
    width: 280px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    position: absolute;
    top: 45px;
    left: calc(50% - 130px);
    z-index: 40;
    cursor: default;
}
#btn_live_end {
    float: right;
    margin-left: 10px;
    color: red;
    display: none;
    cursor: pointer;
}
#btn_link_session {
    float: right;
    margin-left: 10px;
    display: none;
    cursor: pointer;
}
#btn_lock_session {
    float: right;
    margin-left: 10px;
    display: none;
    cursor: pointer;
}
#btn_live_status {
    float: left;
    margin-right: 10px;
}
.video_my_wrapper {
    position: absolute;
    bottom: 80px;
    left: 10px;
    max-width: 120px;
    max-height: 120px;
    width: 25vw;
    height: 25vw;
    z-index: 40;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.video_my_wrapper:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.video_remote_wrapper {
    position: absolute;
    bottom: 220px;
    left: 10px;
    max-width: 120px;
    max-height: 120px;
    width: 25vw;
    height: 25vw;
    z-index: 40;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.video_remote_wrapper:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.video_background {
    max-width: 116px;
    max-height: 116px;
    width: 25vw;
    height: 25vw;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ada9a9;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
    max-width: 200%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.msg_lock {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 39;
    color: white;
}
.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    position: fixed;
    bottom: 46px;
    right: 6px;
    width: 40px;
    height: 40px;
    transform: translateY(70px);
    transition: all 50ms ease-out;
    border-radius: 50%;
    opacity: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 40;
}
.floating-chat.enter:hover {
    opacity: 1;
}
.floating-chat.enter {
    transform: translateY(0);
    opacity: 0.9;
}
.floating-chat.expand {
    width: 250px;
    max-height: 400px;
    height: 400px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
}
.floating-chat :focus {
    outline: 0;
}
.floating-chat button {
    background: transparent;
    border: 0;
    color: #000000;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.floating-chat .chat {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: all 50ms ease-out;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.floating-chat .chat.enter {
    opacity: 1;
    border-radius: 0;
    margin: 10px;
    width: auto;
    height: auto;
}
.floating-chat .chat .header {
    flex-shrink: 0;
    padding-bottom: 10px;
    display: flex;
    background: transparent;
}
.floating-chat .chat .header .title {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 5px;
}
.floating-chat .chat .header button {
    flex-shrink: 0;
    color: #000000;
}
.floating-chat .chat .messages {
    padding: 10px;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    border-radius: 4px;
    background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(52, 52, 52, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(52, 52, 52, 0.2);
}
.floating-chat .chat .messages li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 8px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.8);
    word-wrap: break-word;
    max-width: 75%;
}
.floating-chat .chat .messages li:before {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    content: '';
    background-size: cover;
}
.floating-chat .chat .messages li:after {
    position: absolute;
    top: 10px;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0,0,0,0.8);
}
.floating-chat .chat .messages li.other {
    animation: show-chat-odd 0.15s 1 ease-in;
    -moz-animation: show-chat-odd 0.15s 1 ease-in;
    -webkit-animation: show-chat-odd 0.15s 1 ease-in;
    float: right;
    margin-right: 45px;
    color: #ffffff;
}
.floating-chat .chat .messages li.other:after {
    border-right: 10px solid transparent;
    right: -10px;
}
.floating-chat .chat .messages li.self {
    animation: show-chat-even 0.15s 1 ease-in;
    -moz-animation: show-chat-even 0.15s 1 ease-in;
    -webkit-animation: show-chat-even 0.15s 1 ease-in;
    float: left;
    margin-left: 45px;
    color: #ffffff;
}
.floating-chat .chat .messages li.self:after {
    border-left: 10px solid transparent;
    left: -10px;
}
.floating-chat .chat .footer {
    flex-shrink: 0;
    display: flex;
    padding-top: 10px;
    max-height: 90px;
    background: transparent;
}
.floating-chat .chat .footer .text-box {
    border-radius: 3px;
    background: rgba(35, 35, 35, 0.7);
    min-height: 100%;
    width: 100%;
    margin-right: 5px;
    color: #ffffff;
    overflow-y: auto;
    padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(52, 52, 52, 0.5);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(52, 52, 52, 0.5);
}
.floating-chat.blink {
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.0s infinite ease-in-out;
    -webkit-animation:blink normal 1.0s infinite ease-in-out;
    -ms-animation:blink normal 1.0s infinite ease-in-out;
    animation:blink normal 1.0s infinite ease-in-out;
}
.modal_live_link {
    width:95%;
    max-width:800px;
    text-align:center;
}
.modal_live_link i {
    font-size: 24px;
    margin: 10px;
    cursor: pointer;
    color: black;
}
.modal_live_link i:hover {
    color: #0f74a8;
}
.annotation {
    display: none;
    position: absolute;
    min-width: 150px;
    max-width: 280px;
    width: auto;
    z-index: 40;
    padding: 8px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    pointer-events: none;
    cursor: default;
}
.annotation_top_left {
    top: 45px;
    left: 6px;
}
.annotation_top_right {
    top: 45px;
    right: 6px;
    text-align: right;
}
.annotation hr {
    border-top: 1px solid #ffffff;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.annotation_title {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
}
.annotation_description {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
}
.marker_preview .div_preview_rm {
    border: 2px solid rgba(255,255,255,0.8);
    transform: scale(0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.marker_preview:hover .div_preview_rm {
    transform: scale(1.0);
}
.tooltip_text {
    position:absolute;
    z-index:40;
    max-width: 60%;
    top:0;
    left:0;
    margin-left:0px;
    background-color:white;
    font-size:12px;
    padding:5px 10px;
    border-radius:10px;
    transform: translate(0px,0px) translateZ(9999px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_text5 {
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.tooltip_text_embed {
    position: absolute;
    z-index:40;
    top: -60px;
    left: 50%;
    width: max-content;
    transform: translate(-50%, 0);
    background-color:white;
    font-size:12px;
    padding:5px 10px;
    border-radius:10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_text_embed_m {
    position: absolute;
    z-index:40;
    top: 50%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    background-color:white;
    font-size:12px;
    padding:5px 10px;
    border-radius:10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_text p, .tooltip_text_embed p, .tooltip_text_embed_m p {
    margin-bottom: 0;
    margin-top: 0;
}
.tooltip_text h1, .tooltip_text_embed h1, .tooltip_text_embed_m h1 {
    margin: 0;
}
.tooltip_text h2, .tooltip_text_embed h2, .tooltip_text_embed_m h2 {
    margin: 0;
}
.tooltip_text h3, .tooltip_text_embed h3, .tooltip_text_embed_m h3 {
    margin: 0;
}
.tooltip_text h4, .tooltip_text_embed h4, .tooltip_text_embed_m h4 {
    margin: 0;
}
.tooltip_text h5, .tooltip_text_embed h5, .tooltip_text_embed_m h5 {
    margin: 0;
}
.tooltip_text h6, .tooltip_text_embed h6, .tooltip_text_embed_m h6 {
    margin: 0;
}
.tooltip_preview {
    position:absolute;
    z-index:40;
    top:0;
    left:0;
    margin-left:0px;
    width:100px;
    height:100px;
    background-color:white;
    padding:5px;
    border-radius:50%;
    transform: translate(0px,0px) translateZ(9999px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_m {
    position:absolute;
    z-index:40;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    background-color:white;
    padding:2px;
    border-radius:50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_m {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_square {
    position:absolute;
    z-index:40;
    top:0;
    left:0;
    margin-left:0px;
    width:100px;
    height:100px;
    background-color:white;
    padding:5px;
    transform: translate(0px,0px) translateZ(9999px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_square {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid white;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_square_m {
    position:absolute;
    z-index:40;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    background-color:white;
    padding:2px;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_square_m {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid white;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_rect {
    position:absolute;
    z-index:40;
    top:0;
    left:0;
    margin-left:0px;
    width:177px;
    height:100px;
    background-color:white;
    padding:5px;
    transform: translate(0px,0px) translateZ(9999px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 167px;
    height: 90px;
    border: 5px solid white;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tooltip_preview_rect_m {
    position:absolute;
    z-index:40;
    top:50%;
    left:50%;
    width:88px;
    height:50px;
    background-color:white;
    padding:2px;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_tooltip_rect_n {
    position: absolute;
    top: 0;
    left: 0;
    width: 173px;
    height: 96px;
    border: 2px solid white;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.audio_poi {
    position:absolute;
    z-index:40;
    max-width: 60%;
    top:0;
    left:0;
    margin-left:0px;
    font-size:12px;
    padding:0px;
    border-radius:10px;
    transform: translate(0px,0px) translateZ(9999px);
    opacity: 0;
    pointer-events: none;
}
.audio_poi_embed {
    position: absolute;
    z-index:40;
    top: -60px;
    left: 50%;
    width: max-content;
    transform: translate(-50%, 0);
    font-size:12px;
    padding:5px 10px;
    border-radius:10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.passcode_div {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    max-width: 70%;
    text-align: center;
    z-index: 9998;
    color: black;
    background-color: white;
    border-radius: 10px;
}
.passcode_div h2 {
    margin-top: 0;
    margin-bottom: 5px;
}
.passcode_div p {
    margin-bottom: 25px;
}
#passcode {
    width: calc(100% - 20px);
    text-align: center;
    font-size: 16px;
    padding: 7px;
}
#btn_check_passcode {
    width: 60px;
    font-size: 18px;
    padding: 10px 12px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
    background-color: white;
}
#btn_close_passcode {
    width: 60px;
    font-size: 18px;
    padding: 10px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid darkred;
    border-radius: 10px;
    color: darkred;
    background-color: white;
}
.leads_div {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    min-width: 360px;
    max-width: 70%;
    text-align: center;
    z-index: 9998;
    color: black;
    background-color: white;
    border-radius: 10px;
}
#lead_input_privacy_vt a, #lead_input_privacy a, #form_input_privacy a {
    color: white;
    color: unset;
    text-decoration: underline;
}
.mailchimp_form_div {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: calc(100% - 120px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    z-index: 9998;
    color: black;
    background-color: white;
    border-radius: 10px;
}
.mailchimp_form_div::-webkit-scrollbar {
    display: none;
}
.mailchimp_form_div #mc_embed_signup {
    width: 100%;
    max-width: 600px;
}
#btn_close_mc_form {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}
.leads_div h2 {
    margin-top: 0;
}
.leads_div p {
    margin-bottom: 20px;
}
#btn_check_leads {
    width: 120px;
    font-size: 18px;
    padding: 10px 12px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    background: white;
    color: green;
    border-radius: 10px;
    outline: none;
    border: 1px solid green;
}
#btn_check_leads:hover {
    background: green;
    color: white;
}
#btn_close_leads {
    width: 100px;
    font-size: 18px;
    padding: 10px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    background: white;
    color: darkred;
    border-radius: 10px;
    outline: none;
    border: 1px solid darkred;
}
#btn_close_leads:hover {
    background: darkred;
    color: white;
}
.input_material {
    position: relative;
    margin: 5px 0;
}
.input_material textarea {
    resize: none;
}
.input_material input,
.input_material textarea {
    background: none;
    color: #000000;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: calc(100% - 10px);
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}
.input_material input:focus,
.input_material textarea:focus {
    outline: none;
}
.input_material input:focus ~ label,
.input_material input:not(:placeholder-shown) ~ label,
.input_material textarea:focus ~ label,
.input_material textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #000000;
}
.input_material input:focus ~ .bar:before,
.input_material textarea:focus ~ .bar:before {
    width: 100%;
}
.input_material input[type=password] {
    letter-spacing: 0.3em;
}
.input_material label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}
.input_material .bar {
    position: relative;
    display: block;
    width: 100%;
}
.input_material .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #000000;
    transition: 300ms ease all;
    left: 0%;
}
.button_material {
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.button_material:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.18), 0 5px 5px rgba(0,0,0,0.12);
}
.leads_div .input_material input,
.leads_div .input_material textarea {
    width: calc(100% - 20px);
}
.visitors_rt_stats {
    display: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 12px;
    width: fit-content;
    margin: 3px auto;
}
.visitors_block {
    display: none;
}
.views_block {
    display: none;
}
.separator_block {
    display: none;
}
.rooms_view_sel {
    display: none;
    text-align: center;
}
.rooms_view_sel img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    pointer-events: initial;
    opacity: 0.6;
}
.rooms_view_sel img.active {
    border: 1px solid white;
    pointer-events: none !important;
    cursor: default !important;
    opacity: 1;
}
#jitsi_div {
    display: none;
    z-index: 250;
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#info_panel_div {
    display: none;
    background-color: white;
    z-index: 250;
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    left: -360px;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#info_panel_div::-webkit-scrollbar {
    display: none;
}
#div_close_info_panel {
    position: fixed;
    z-index: 9999999;
    width: 360px;
    height: 22px;
    background-color: white;
}
#close_info_panel_icon {
    float: right;
    margin-top: 3px;
    margin-right: 6px;
    cursor: pointer;
}
#map_tour_div {
    display: none;
    z-index: 250;
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    right: -360px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
#map_tour_div.fullscreen {
    width: 100%;
    z-index: 100001;
}
.visible_map_tour {
    right: 0 !important;
}
#btn_jitsi_fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
    right: 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
#btn_jitsi_hide {
    position: absolute;
    top: 10px;
    right: 40px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
#jitsi_show {
    position: absolute;
    top: 180px;
    left: 6px;
    z-index: 100;
    padding: 2px 6px;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.8);
    color: black;
    cursor: pointer;
    display: none;
}
.visible_jitsi_meet {
    opacity: 1 !important;
    display: block !important;
    width: 360px !important;
}
.visible_info_panel {
    left: 0 !important;
}
.visible_jitsi_meet_fullscreen {
    opacity: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10000 !important;
}
#vt_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition-property: left,right,top,bottom,width,height;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}
#draggable_container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.open_jitsi_meet {
    width: calc(100% - 360px) !important;
    left: 360px !important;
}
.open_jitsi_meet_map_tour {
    width: calc(100% - 720px) !important;
    left: 360px !important;
}
.open_map_tour {
    width: calc(100% - 360px) !important;
    right: 360px !important;
}
.map_tour_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    border: 3px solid white;
}
.map_tour_icon_active {
    opacity: 1.0 !important;
}
.map_tour_icon_top {
    z-index: 1000 !important;
}
.leaflet-div-icon {
    background: unset;
    border: unset;
}
.leaflet-control-attribution {
    display: none;
}
.view_direction_m__arrow {
    background: linear-gradient(-45deg, rgba(0,97,255,0) 20%, rgba(0,97,255,1) 100%);
    border-radius: 0 0 80px;
    display: none;
    height: 80px;
    width: 80px;
    transform-origin: 0 0;
    position: absolute;
    top: 21.5px;
    left: 21.5px;
    pointer-events: none;
}
#announce_div {
    padding: 0;
    background: transparent;
    text-align: center;
}
#announce_div img {
    width: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
}
#announce_div video {
    width: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
}
#announce_div iframe {
    border: 0;
    margin: 0;
    overflow: hidden;
    width: 80vw;
    height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
}
#announce_div .ad_custom_html {
    border: 0;
    margin: 0;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
}
#announce_div .linkwrap {
    position:relative;
    display:inline-block;
}
#announce_div .blocker {
    position:absolute;
    height:80vh;
    width:100%;
    z-index:1;
    background:transparent;
}
#announce_div .linkwrap iframe {
    z-index: 2;
}
#announce_close_ad {
    color: white;
    margin: 0 auto;
    margin-top: 10px;
    cursor: default;
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.7);
    width: auto;
    max-width: 450px;
}
.jconfirm-audio_prompt .jconfirm-content-pane {
    display: none !important;
}
.jconfirm-deivce_motion_prompt .jconfirm-content-pane {
    display: none !important;
}
#password_meeting, #password_livesession {
    width: 95%;
    margin: 0 auto;
    -webkit-text-security: disc !important;
}
.jconfirm-type-blue {
    width: 100%;
    max-width: 350px;
}
.poi_google_maps_content {
    width: 90%;
    height: 90%;
    padding: 0 !important;
}
.poi_google_maps_content iframe:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: inline-block;
}
.poi_google_maps_content iframe:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: inline-block;
}
.poi_google_maps_content_poi_box {
    width: 100%;
    height: 450px;
    padding: 0 !important;
    text-align: center;
    position: relative;
}
.poi_google_maps_content_poi_box iframe:nth-child(1) {
    width: 90%;
    height: 300px;
    display: inline-block;
}
.poi_google_maps_content_poi_box iframe:nth-child(2) {
    width: 90%;
    height: 300px;
    display: inline-block;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    position: absolute;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: inline-block;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: inline-block;
}
.poi_google_maps_full_width {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
}
.poi_object360_content {
    width: 90%;
    height: auto;
    padding: 0 !important;
    overflow: hidden;
}
.poi_object360_content canvas {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: -5px !important;
}
.poi_object3d_content {
    width: 95%;
    height: 95%;
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
    background: transparent;
}
.poi_object3d_content model-viewer {
    width: 100%;
    height: 100%;
    background: transparent;
    --poster-color: transparent;
    --progress-mask: transparent;
    --progress-bar-color: white;
}
.poi_product_content {
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
    background-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}
.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}
.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}
.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 0, 0, 0));
}
.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.pure-material-checkbox > input:disabled {
    opacity: 0;
}
.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}
.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}
.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.select {
    position: relative;
    width: 100%;
}
.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 10px 10px 10px 5px;
    width: calc(100% - 10px);
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c6c6c6;
}
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0);
}
.select .select-text {
    appearance: none;
    -webkit-appearance:none
}
.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c6c6c6;
    pointer-events: none;
}
.select-label {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -14px;
    transition: 0.2s ease all;
}
.select-text[data-chosen=''] ~.select-label {
    color: #c6c6c6;
    top: 10px;
    font-size: 16px;
}
.select-text:focus ~.select-label {
    color: #000000;
    top: -14px;
    transition: 0.2s ease all;
    font-size: 12px;
}
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}
.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #000000;
    transition: 0.2s ease all;
}
.select-bar:before {
    left: 50%;
}
.select-bar:after {
    right: 50%;
}
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.draggable_poi_embed {
    opacity: 0;
    pointer-events: none;
}
.draggable_marker_embed {
    opacity: 0;
    pointer-events: none;
}
.poi_embed {
    top: -9999px;
    left: -9999px;
}
.poi_embed_object3d model-viewer {
    --poster-color: transparent;
    width: 100%;
    height: 100%;
}
.poi_embed .vjs-tech {
    object-fit: fill;
}
.poi_embed video {
    pointer-events: none;
    object-fit: fill;
}
.marker_embed {
    top: -9999px;
    left: -9999px;
}
.poi_embded_helper {
    opacity: 0;
    pointer-events: none;
}
.marker_embded_helper {
    opacity: 0;
    pointer-events: none;
}
.highlight_poi_embed:hover {
    -webkit-filter: drop-shadow(2px 2px 4px white) drop-shadow(-2px 2px 4px white) drop-shadow(2px -2px 4px white) drop-shadow(-2px -2px 4px white);
    filter: drop-shadow(2px 2px 4px white) drop-shadow(-2px 2px 4px white) drop-shadow(2px -2px 4px white) drop-shadow(-2px -2px 4px white);
}
.box_poi {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 350px;
    border-radius: 10px;
    background: white;
    padding: 25px 10px 10px 10px;
    z-index: 41;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.box_poi .box-arrow-border {
    position: absolute;
    top: calc(50% - 10px);
    left: -14px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    width: 0;
    height: 0;
    transform-origin: center;
    transform: rotate(-90deg);
}
.box_poi .box-arrow-background {
    position: absolute;
    left: -10px;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    width: 0;
    height: 0;
}
.box_poi .box-content {
    border-radius: 0.25rem;
    overflow: hidden;
    max-height: 400px;
    overflow-y: scroll;
    box-sizing: content-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.box_poi_full_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
#box_poi_fullscreen_div {
    display: none;
}
.box_poi_fullscreen {
    position: absolute !important;
    top: 5px !important;
    left: 5px !important;
    width: calc(100% - 30px) !important;
    height: calc(100% - 45px) !important;
    transform: none !important;
    max-width: unset !important;
    z-index: 9999 !important;
}
.box_poi_fullscreen .box-content {
    max-height: 100% !important;
    height: 100% !important;
}
.box_poi_fullscreen .box-arrow-border {
    display: none;
}
.box_poi_fullscreen .box-arrow-background {
    display: none;
}
.box_poi .box-content p {
    margin: 0;
}
.box_poi .box-content::-webkit-scrollbar {
    display: none;
}
.box_poi .box-caption {
    width: 100%;
    text-align: center;
    margin: 0;
}
.box_poi .box-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}
.poi_gallery_container {
    min-height: 120px;
    position: relative;
    width: 100%;
}
#gallery_container {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.nGY2Viewer .title p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.nGY2Viewer .title h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.nGY2Viewer .toolbarContainer {
    cursor: default;
    pointer-events: none;
}
.nGY2GThumbnailTitle {
    display: none !important;
}
.poi_not_selectable {
    cursor: unset !important;
}
.poi_not_selectable .poi_embed_html a {
    pointer-events: initial !important;
}
.poi_embed_object3d.is_interactive model-viewer {
    pointer-events: initial !important;
}
.poi_embed_selection {
    border-style: solid;
}
.poi_embed_text {
    border-style: solid;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.poi_embed_text p {
    margin: 0;
    width: 100%;
}
.marker_embed_selection {
    border-style: solid;
}
.poi_embed_gallery {
    background-color: rgba(0,0,0,0.8);
}
.poi_embed_gallery .glide__slides {
    margin: 0;
    height: 100%;
}
.poi_embed_gallery .glide__arrow--left {
    left: 5px;
}
.poi_embed_gallery .glide__arrow--right {
    right: 5px;
}
.poi_embed_gallery .glide__arrow {
    padding: 3px 6px;
    font-size: 1.25rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.poi_embed_gallery .glide__slide {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.poi_embed_gallery .glide__track {
    height: 100%;
}
.div_play_btn, .div_pause_btn {
    display: none;
    pointer-events: initial;
    cursor: pointer;
}
.div_play_btn i, .div_pause_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    color: white;
    z-index: 10;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}
.div_play_btn i:hover, .div_pause_btn i:hover {
    transform: translate(-50%, -50%) scale(110%);
}
.div_loading_avatar {
    display: none;
}
.div_loading_avatar i {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    font-size: 32px;
    color: white;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}
.autorotate_control .fa-sync-alt {
    transform: perspective(400px) rotateX(45deg);
}
.nav_rotate.active_rotate {
    color: rgba(255,255,255,1);
}
.lottie_icon {
    width: 50px;
    height: 50px;
}
.poi_lottie_content {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
    background: transparent;
}
.snipcart-modal__container, .wc-modal__container {
    z-index: 99990 !important;
}
.snipcart-checkout, .woocommerce-checkout {
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 5px 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    border: none;
    z-index: 41;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    margin-top: 5px;
}
.woocommerce-checkout {
    pointer-events: initial;
}
#cart_url_btn {
    pointer-events: none;
}
#checkout_url_btn {
    color: white;
}
.snipcart-checkout i, .woocommerce-checkout i {
    vertical-align: middle;
}
.snipcart-total-price, .woocommerce-total-price {
    vertical-align: middle;
}
.snipcart-items-count, .woocommerce-items-count {
    background-color: white;
    color: black;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.controls_btn, .prev_arrow, .next_arrow, .list_control_alt, .song_control, .map_control, .map_tour_control, .fullscreen_control, .list_slider .list_left, .list_slider .list_right, .list_control i, .arrows_nav i, .list_alt_menu .title i, .menu_controls .title i {
    transition: all 0.4s;
}
#custom_html {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    pointer-events: none;
    display: none;
}
#context_info {
    z-index:214748364;
    position: absolute;
    background-color:rgba(255,255,255,0.8);
    border: 1px solid lightgray;
    border-radius: 16px;
    color: #000000;
    font-size: 12px;
    padding: 2px 8px;
    display: none;
    cursor: default;
}
#context_info p {
    margin: 0;
    padding: 0;
}

@media screen and (orientation:portrait) {
    #jitsi_div {
        width: 100%;
        height: 280px;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    #info_panel_div {
        width: 100%;
        height: 280px;
        left: 0 !important;
        top: -280px;
        -webkit-transition: top 0.3s ease-in-out;
        -moz-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
    }
    #div_close_info_panel {
        width: 100%;
    }
    #map_tour_div {
        width: 100%;
        height: 280px;
        bottom: -280px;
        top: unset !important;
        right: 0 !important;
        -webkit-transition: bottom 0.3s ease-in-out;
        -moz-transition: bottom 0.3s ease-in-out;
        -o-transition: bottom 0.3s ease-in-out;
        transition: bottom 0.3s ease-in-out;
    }
    #map_tour_div.fullscreen {
        height: 100%;
        z-index: 100001;
    }
    .open_jitsi_meet {
        width: 100% !important;
        height: calc(100% - 280px) !important;
        top: 280px !important;
        left: 0 !important;
    }
    .open_jitsi_meet_map_tour {
        width: 100% !important;
        height: calc(100% - 560px) !important;
        top: 280px !important;
        left: 0 !important;
    }
    .visible_jitsi_meet {
        opacity: 1 !important;
        display: block !important;
        width: 100% !important;
    }
    .visible_info_panel {
        top: 0 !important;
        width: 100% !important;
    }
    .open_map_tour {
        width: 100% !important;
        height: calc(100% - 280px) !important;
        bottom: 280px !important;
        left: 0 !important;
    }
    #vt_container.open_map_tour .language_menu .dropdown {
        margin-right: 0px;
    }
    .visible_map_tour {
        bottom: 0 !important;
        width: 100% !important;
    }
    .poi_google_maps_content iframe:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        display: inline-block;
    }
    .poi_google_maps_content iframe:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        display: inline-block;
    }
    #box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        display: inline-block;
    }
    #box_poi_fullscreen_div .poi_google_maps_content_poi_box iframe:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        display: inline-block;
    }
}

@keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@-moz-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}
@-moz-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}
@-webkit-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}
@keyframes blink {
    0% {
        background-color: rgba(255,255,255,1);
        color: black;
    }
    50% {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }
    100% {
        background-color: rgba(255,255,255,1);
        color: black;
    }
}
@-webkit-keyframes blink {
    0% {
        background-color: rgba(255,255,255,1);
        color: black;
    }
    50% {
        background-color: rgba(0,0,0,0.9);
        color: white;
    }
    100% {
        background-color: rgba(255,255,255,1);
        color: black;
    }
}

@media (max-height: 530px) {
    .pnlm-title-box {
        font-size: 12px;
    }
    .menu_controls p {
        font-size: 11px;
        padding: 6px 12px;
    }
}

@media (max-width: 540px) and (orientation: portrait) {
    .pnlm-title-box {
        font-size: 12px;
    }
    .nadir-hotspot-small {
        width: 40px;
        height: 40px;
    }
    .nadir-hotspot-medium {
        width: 80px;
        height: 80px;
    }
    .nadir-hotspot-large {
        width: 140px;
        height: 140px;
    }
    #typed {
        font-size: 18px;
        text-align: center;
    }
    .map_zoomed {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
}

@media (max-width: 540px) {
    .name_vt {
        font-size: 10px;
    }
    .room_vt {
        font-size: 10px;
    }
    .visitors_rt_stats {
        font-size: 10px;
    }
    .logo_room_vt {
        height: 10px;
    }
    .comments_vt {
        padding-top: 1px;
    }
    .comments_vt #comments_control {
        font-size: 12px;
    }
    .disqus-comment-count {
        font-size: 10px;
    }
    .floating-chat {
        right: 42px;
        width: 30px;
        height: 30px;
    }
    .annotation {
        width: 30%;
        min-width: 100px;
        max-width: 260px;
    }
    .annotation_title {
        font-size: 12px;
    }
    .annotation_description {
        font-size: 9px;
    }
    .rooms_view_sel img {
        width: 20px;
        height: 20px;
    }
    .snipcart-checkout {
        padding: 4px 4px 4px 8px;
        border-radius: 15px;
        font-size: 10px;
    }
    .snipcart-items-count {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
}

@media (max-width: 400px) {
    .name_vt {
        max-width: 120px;
        min-width: unset;
        font-size: 8px;
    }
    .room_vt {
        font-size: 8px;
        max-width: 120px;
        min-width: unset;
    }
    .visitors_rt_stats {
        font-size: 8px;
    }
    .logo_room_vt {
        height: 10px;
    }
    .annotation {
        width: 28%;
        min-width: 100px;
        max-width: 200px;
    }
}

.product-wrapper{
    width: 100%;
    height: auto;
    padding: 10px;
}
.product-wrapper .product-slider{
    height: 100%;
}
.product-wrapper .product-slider .carousel{
    background: #efefef;
    border-radius: 5px;
}
.product-wrapper .product-content{
    background: #fff;
    position: relative;
}
.product-wrapper .product-title{
    width:100%;
    height: auto;
    font-size: 25px;
}
.product-wrapper .product-title span{
    display: block;
}
.product-wrapper .product-price {
    font-size: 30px;
    color: #444;
    padding-top: 10px;
    padding-bottom: 5px;
}
.product-wrapper .product-stock{
    width:100%;
    height: auto;
    font-size: 20px;
    padding-bottom: 10px;
}
.product-wrapper .product-description {
    font-size: 14px;
    color: #6b6b6b;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.product-wrapper .btn-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.product-wrapper .btn-wrapper .btn{
    box-shadow: 2px 5px 10px rgba(30,30,30,0.1);
    background: #000000;
    border-radius: 32px;
    color: #fbfbfb;
    font-size: 14px;
    padding: 8px 48px;
    cursor: pointer;
}
.product-wrapper .one{
    padding-left: 14px;
    padding-right: 14px;
}
.product-wrapper .carousel-item {
    height: 400px;
}
.product-wrapper .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.fancybox-content {
    padding: 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .fancybox-content {
        padding: 20px;
        border-radius: 8px;
    }
    .product-wrapper .carousel-item {
        height: 200px;
    }
    .product-wrapper .carousel-item img {
        height: 200px;
    }
}
.product-wrapper .carousel .carousel-indicators{
    bottom: 0px;
}
.product-wrapper .carousel .carousel-indicators li{
    width:20px;
    height:20px;
    border-radius: 50%;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
}
.product-wrapper .carousel .carousel-indicators li img{
    display: block;
    width: 105%;
    height: 105%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.product-wrapper .carousel .carousel-indicators li.active{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(30,30,30,0.3);
}
.product-wrapper .carousel-control-next {
    position: absolute;
    width:50px;
    height:50px;
    top:50%;
    right:10px;
    z-index: 999999;
}
.product-wrapper .carousel-control-prev{
    position: absolute;
    width:50px;
    height:50px;
    top:50%;
    left:10px;
    z-index: 999999;
}
.product-wrapper .carousel-control-prev-icon,
.product-wrapper .carousel-control-next-icon{
    background-image: none;
    width:10px;
    height: 10px;
    transform: rotate(45deg);
}
.product-wrapper .carousel-control-prev-icon{
    border-left:2px solid black;
    border-bottom:2px solid black;
}
.product-wrapper .carousel-control-next-icon{
    border-top:2px solid black;
    border-right:2px solid black;
}
@media only screen and (max-width: 767px) {
    .product-wrapper .product-content{
        margin-top: 10px;
        text-align: center;
    }
    .product-wrapper .carousel .carousel-indicators li{
        width:15px;
        height:15px;
    }
    .product-wrapper .product-price{
        font-size:18px;
    }
    .product-wrapper .product-title{
        font-size: 16px;
    }
    .product-wrapper .product-description{
        font-size: 12px;
    }
    .product-wrapper .product-price {
        padding: 0;
    }
    .product-wrapper .product-stock{
        padding: 0;
        font-size: 14px;
    }
    .product-wrapper .product-description {
        padding: 0;
    }
    .product-wrapper .btn-wrapper .btn{
        font-size: 12px;
        padding: 4px 24px;
        margin: 0 auto;
    }
    .product-wrapper .btn-wrapper a{
        margin: 0 auto;
    }
}
.poi_product_content .product-wrapper {
    padding: 0;
    width: 100%;
    background-color: transparent !important;
}
.poi_product_content .bootstrap-iso .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.poi_product_content .product-wrapper .carousel-item {
    height: 180px;
}
.poi_product_content .product-wrapper .carousel-item img {
    height: 180px;
}
.poi_product_content .product-wrapper .product-content{
    margin-top: 10px;
    text-align: center;
    background-color: transparent !important;
}
.poi_product_content .product-wrapper .carousel .carousel-indicators li{
    width:15px;
    height:15px;
}
.poi_product_content .product-wrapper .product-price{
    font-size:18px;
}
.poi_product_content .product-wrapper .btn-wrapper .btn {
    margin: 0 auto;
}
.poi_product_content .product-wrapper .product-title{
    font-size: 16px;
}
.poi_product_content .product-wrapper .product-description{
    font-size: 12px;
}
.poi_product_content .product-wrapper .product-price {
    padding: 0;
}
.poi_product_content .product-wrapper .product-stock{
    padding: 0;
    font-size: 14px;
}
.poi_product_content .product-wrapper .product-description {
    padding: 0;
}
.poi_product_content .product-wrapper .btn-wrapper .btn{
    font-size: 12px;
    padding: 4px 24px;
    margin-bottom: 20px;
}
.poi_product_content .product-wrapper .btn-wrapper a{
    margin: 0 auto;
}
.label_pointer_dollhouse {
    font-size: 14px;
    color: #FFF;
    font-family: sans-serif;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba( 0, 0, 0, .5 );
    margin-top: -20px;
    display: none;
    pointer-events: initial;
    text-align: center;
}
.label_pointer_dollhouse span {
    font-size: 12px;
}
.label_pointer_dollhouse_active {
    display: block !important;
    pointer-events: initial;
}
#button_level_dollhouse {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: none !important;
    pointer-events: initial;
    z-index: 3;
    border: 1px solid white;
    padding: 4px 8px;
    cursor: pointer;
    color: #ffffff;
}
#button_level_dollhouse i {
    font-size: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
}
#button_close_dollhouse {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: none !important;
    pointer-events: initial;
    z-index: 3;
    border: 1px solid white;
    padding: 4px 8px;
    cursor: pointer;
    color: #ffffff;
}
#button_close_dollhouse i {
    font-size: 16px;
    margin-bottom: 2px;
    vertical-align: middle;
}
#dollhouse {
    z-index: -100;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}
.help_dollhouse {
    position: absolute;
    bottom: 12px;
    left: 10px;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
    color: #cccccc;
}
.info_dollhouse {
    display: none;
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    left: 40px;
    z-index: 10;
    color: #cccccc;
    font-size: 12px;
}
#record_button {
    z-index: 9999999;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    padding: 15px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.product-slider .zoom_product {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 5px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    color: #606060;
}
#video_viewer .vjs-volume-panel {
    display: none;
}
#container_ar_simulator {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.2;
}
#webcam_ar_simulator {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#msg_camera_ar_simulator {
    display: none;
    position: absolute;
    z-index: 12;
    width: 100%;
    text-align: center;
    top: 70px;
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}
#msg_camera_ar_simulator span {
    color: white;
    font-size: 16px;
}
#activate_ar_simulator {
    display: none;
    position: absolute;
    z-index: 12;
    width: 100%;
    text-align: center;
    top: 70px;
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}
#activate_ar_simulator span {
    color: white;
    font-size: 16px;
}
#btn_ar_simulator {
    background-color: white;
    color: black;
    border: none;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    display: none;
    position: absolute;
    z-index: 12;
    text-align: center;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
#btn_toggle_camera_ar_simulator {
    background-color: white;
    color: black;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 12;
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
#unsupported_ar_simulator {
    display: none;
    position: absolute;
    z-index: 12;
    width: 100%;
    text-align: center;
    top: 70px;
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}
#unsupported_ar_simulator span {
    color: white;
    font-size: 16px;
}
#loading_ar {
    display: none;
    font-size: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    color: white;
    z-index: 13;
}
#select_level_dollhouse li span, #button_level_dollhouse span {
    font-size: 12px;
}
.callout:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -16px;
    left: -16px;
    border-radius: 50%;
}
@keyframes callout_blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    1000% { opacity: 0; }
}
@-webkit-keyframes callout_blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.callout_blink {
    -webkit-animation: callout_blink 1.5s linear infinite;
    -moz-animation: callout_blink 1.5s linear infinite;
    animation: callout_blink 1.5s linear infinite;
}
.callout_description_text p {
    margin: 0;
}
.callout_description_text img {
    max-width: 100%;
}
.callout_description_text a {
    text-decoration: underline;
    pointer-events: initial;
}
.panorama_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.panorama_preview_marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.pnlm-load-box {
    display: none !important;
    opacity: 0 !important;
}
svg.leader-line {
    pointer-events: none !important;
}
.tooltip_preview .tooltip_visited, .tooltip_preview_m .tooltip_visited {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip_preview_square .tooltip_visited, .tooltip_preview_square_m .tooltip_visited {
    position: absolute;
    top: 6px;
    right: 10px;
}
.tooltip_preview_rect .tooltip_visited, .tooltip_preview_rect_m .tooltip_visited {
    position: absolute;
    top: 6px;
    right: 10px;
}
.room_visited {
    display: none;
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 10px;
    color: white;
}
.room_visited i {
    text-shadow: 0px 0px 1px #000;
}
.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-load-progress,.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-play-progress,.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}
.vjs-default-skin.small-video.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
}
.vjs-default-skin.small-video.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}
.vjs-default-skin.small-video.video-js .vjs-progress-control:hover {
    height: 1em;
    top: -1em
}
.vjs-default-skin.small-video.video-js .vjs-time-control {
    display: none;
}
.vjs-default-skin.small-video.video-js .vjs-spacer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.vjs-default-skin.small-video.video-js .vjs-control-bar {
    height: 2em;
}
.vjs-default-skin.small-video.video-js .vjs-play-control, .vjs-default-skin.small-video.video-js .vjs-volume-control, .vjs-default-skin.small-video.video-js .vjs-fullscreen-control {
    width: 3em;
}
.vjs-default-skin.small-video.video-js .vjs-button>.vjs-icon-placeholder:before {
    font-size: 1rem;
    line-height: 1.4;
}
.control_bar_visible .vjs-volume-control {
    display: none !important;
}
.control_bar_visible .vjs-mute-control {
    display: flex !important;
}
.vjs-theme-city .vjs-mute-control > .vjs-icon-placeholder::before {
    line-height: 22px;
}
#box_poi_fullscreen_div .poi_product_content .product-wrapper .carousel-item {
    height: 360px;
}
#box_poi_fullscreen_div .poi_product_content .product-wrapper .carousel-item img {
    height: 360px;
}
@media only screen and (max-width: 767px) {
    .product-wrapper .carousel-item img {
        height: 200px;
    }
}
.pnlm-pointer[data-open='lookat'] .callout {
    pointer-events: none !important;
}
.compass_control {
    transition: none;
}
.form_leads_vt {
    margin-top: 10px;
}
.lead-wrapper {
    width: 300px;
    margin: 5px auto 10px auto;
    border-radius: 40px;
    background: transparent;
    position: relative;
}
.lead-wrapper input {
    width: 100%;
    height: 20px;
    padding: 5px 0px;
    text-align: center;
    float: left;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 40px;
    border-top-style: none;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    color: white;
}
.lead-wrapper input:focus {
    outline: 0;
    border: 1px solid lightgray;
}
.lead-wrapper input::-webkit-input-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
}
.lead-wrapper input:-moz-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
}
.lead-wrapper input:-ms-input-placeholder {
    color: white;
    font-weight: normal;
    font-style: italic;
    border-style: none;
}
.lead_already_msg {
    font-size:14px;
}
#btn_check_leads_vt {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    margin-top: 5px;
    padding: 7px;
    cursor: pointer;
    background: white;
    color: black;
    border-radius: 40px;
    outline: none;
    border: none;
}
#btn_check_leads_vt:hover {
    background: black;
    color: white;
}
.error_lead {
    color: white !important;
    background-color: red !important;
}
.ok_lead {
    color: white !important;
    background-color: green !important;
}
.tooltip_error {
    border-radius: 5px;
    border: 2px solid red;
    background: white;
    color: red;
}
.tooltip_error .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}
#comments_div {
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: calc(100% - 110px);
    background-color: white;
    padding: 10px;
    max-width: 600px;
    color: black;
    border-radius: 10px;
}
#disqus_thread {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#disqus_thread::-webkit-scrollbar {
    display: none;
}
.control_bar_visible .vjs-control-bar {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: initial !important;
}
.always-visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.fancybox-is-open .fancybox-bg {
    opacity: .85;
}
.wc_select_wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.wc_select_wrapper select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #000000;
    border-radius: 0px;
    background: #ffffff;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.wc_select_wrapper select::-ms-expand {
    display: none;
}
.wc_select_wrapper select:hover,
.wc_select_wrapper select:focus {
    color: #000000;
    background: #fafafa;
}
.wc_select_wrapper select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.wc_select_wrapper .select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.wc_select_wrapper select:hover ~ .select_arrow,
.wc_select_wrapper select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.wc_select_wrapper select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}
@media only screen and (max-width: 767px) {
    .wc_select_wrapper select {
        font-size: 12px;
        padding: 5px 10px;
    }
}
.poi_product_content .wc_select_wrapper select {
    font-size: 12px;
    padding: 5px 10px;
}
.object3d_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.object3d_loading i {
    color: white;
    font-size: 24px;
}
.fancybox-caption__body {
    overflow: hidden;
}
#cookie_consent_preferences {
    position: absolute;
    z-index: 999;
    bottom: 150px;
    right: 0;
    padding: 2px 6px;
    background: white;
    color: black;
    cursor: pointer;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
}
#cookie_consent_preferences span {
    display: none;
}
#cookie_consent_preferences:hover span {
    display: inline-block;
}
.disabled_cookie {
    opacity: 0.7;
    cursor: not-allowed;
}
.loading_spinner_icon {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.controls_btn.loading_spinner_icon::after  {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid transparent;
    border-top-color: #ffffff;
    animation: spin 1s linear infinite reverse;
}
.menu_controls .loading_spinner_icon i, #comments_control.loading_spinner_icon {
    position: relative;
}
.menu_controls .loading_spinner_icon i::after, #comments_control.loading_spinner_icon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid transparent;
    border-top-color: #ffffff;
    animation: spin 1s linear infinite reverse;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-black {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}
.grouped_poi {
    transition: opacity 0.3s;
}
.hidden_grouped {
    opacity: 0 !important;
    pointer-events: none !important;
}
.grouped_disabled {
    pointer-events: none !important;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}
.outbound_hs {
    transition: transform 0.1s ease-out;
    z-index: 1010;
    pointer-events: initial !important;
    cursor: pointer !important;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 2000;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
#snapshot_container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9999999;
    pointer-events: none;
}
.camera-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.camera-frame {
    position: relative;
    background: transparent;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.camera-viewfinder {
    position: absolute;
    width: 15%;
    min-width: 150px;
    aspect-ratio: 1;
    --s: 30px;
    border: 4px solid rgba(255,255,255,0.3);
    background:transparent;
    mask:
            conic-gradient(#000 0 0) content-box,
            conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
            0 0/calc(100% - var(--s)) calc(100% - var(--s));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s linear;
    pointer-events: none;
}
.camera-frame.loading {
    background: rgba(0,0,0,0.4);
    transition: all 0.3s ease-in;
}
.camera-frame.loading .camera-viewfinder {
    opacity: 0;
    pointer-events: none;
}
.camera-circle {
    position: absolute;
    width: 20%;
    min-width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 12px solid rgba(255,255,255,0.3);
    pointer-events: none;
}
.camera-overlay-top,
.camera-overlay-bottom,
.camera-overlay-left,
.camera-overlay-right {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}
.aspect-ratio-btns {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
    pointer-events: initial;
}
.aspect-ratio-btns i.fa-display {
    color: white;
    padding: 10px;
}
.aspect-ratio-btn {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: initial;
}
.aspect-ratio-btn:hover, .aspect-ratio-btn.active {
    background: black;
    color: white;
    border: 1px solid white;
}
.snapshot-btns {
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 4px #000000;
}
.download-snapshot-btn {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
}
.download-snapshot-btn:hover {
    background: black;
    color: white;
}
.icon-camera-wrapper {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    z-index: 10;
    pointer-events: initial;
}
.icon-camera-wrapper i {
    font-size: 24px;
    color: black;
}
.icon-close-snapshot {
    display: none;
    position: absolute;
    top: -20px;
    right: -20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    z-index: 10;
    pointer-events: initial;
}
.icon-close-snapshot i {
    font-size: 24px;
    color: black;
}
.icon-camera-wrapper:hover, .icon-close-snapshot:hover {
    background: black;
    border: 1px solid white;
}
.icon-camera-wrapper:hover i, .icon-close-snapshot:hover i {
    color: white;
}
.icon-camera-wrapper.disabled {
    pointer-events: none;
    background: black;
    border: 1px solid white;
}
.icon-camera-wrapper.disabled i {
    color: white;
}
.camera-animation {
    transition: all 0.3s ease-in;
}
.shutter-blade {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(0,0,0,0.8);
    z-index: 8;
    animation: none;
    transform: scaleY(0);
    pointer-events: none;
}
.shutter-blade.top {
    top: 0;
    transform-origin: top;
}
.shutter-blade.bottom {
    bottom: 0;
    transform-origin: bottom;
}
@keyframes closeShutter {
    0% {
        transform: scaleY(0);
    }
    50% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}
@keyframes flashEffect {
    0%, 100% {
        opacity: 0;
    }
    40%, 60% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.camera-flash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    z-index: 9;
    animation: none;
    pointer-events: none;
}
.screenshot-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    pointer-events: none;
}
#closeSnapshotMode {
    color: white;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    pointer-events: initial;
}
.hidden_snapshot {
    opacity: 0 !important;
    pointer-events: none !important;
}
@media only screen and (max-width: 767px) {
    .aspect-ratio-btns {
        gap: 6px;
        padding: 8px;
        white-space: nowrap;
    }
    .aspect-ratio-btns i.fa-display {
        padding: 8px;
    }
    .aspect-ratio-btn {
        padding: 8px;
    }
    #closeSnapshotMode {
        font-size: 26px;
    }
}
@media only screen and (max-width: 460px) {
    .aspect-ratio-btns {
        left: 0;
        transform: none;
    }
}
.cat_image_grid {
    display: grid;
    width: 162px;
    height: 100px;
    gap: 2px;
    background: lightgrey;
    overflow: hidden;
}
.cat_image_grid.i1 {
    grid-template-columns: 162px;
    grid-template-rows: 100px;
}
.cat_image_grid.i2 {
    grid-template-columns: repeat(2, calc(162px / 2));
    grid-template-rows: 100px;
}
.cat_image_grid.i3 {
    grid-template-columns: repeat(2, calc(162px / 2));
    grid-template-rows: repeat(2, calc(100px / 2));
}
.cat_image_grid.i3 img:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}
.cat_image_grid.i3 img:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}
.cat_image_grid.i3 img:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}
.cat_image_grid.i4 {
    grid-template-columns: repeat(2, calc(162px / 2));
    grid-template-rows: repeat(2, calc(100px / 2));
}
.cat_image_grid.i5 {
    grid-template-columns: repeat(3, calc(162px / 3));
    grid-template-rows: repeat(2, calc(100px / 2));
}
.cat_image_grid.i5 img:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.cat_image_grid.i5 img:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.cat_image_grid.i5 img:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.cat_image_grid.i5 img:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.cat_image_grid.i5 img:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.cat_image_grid.i6 {
    grid-template-columns: repeat(3, calc(162px / 3));
    grid-template-rows: repeat(2, calc(100px / 2));
}
.cat_image_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 960px) {
    .cat_image_grid {
        width: 144px;
        height: 90px;
    }
    .cat_image_grid.i1 {
        grid-template-columns: 144px;
        grid-template-rows: 90px;
    }
    .cat_image_grid.i2 {
        grid-template-columns: repeat(2, calc(144px / 2));
        grid-template-rows: 90px;
    }
    .cat_image_grid.i3 {
        grid-template-columns: repeat(2, calc(144px / 2));
        grid-template-rows: repeat(2, calc(90px / 2));
    }
    .pointer_list_cat.i4 {
        grid-template-columns: repeat(2, calc(144px / 2));
        grid-template-rows: repeat(2, calc(90px / 2));
    }
    .cat_image_grid.i5 {
        grid-template-columns: repeat(3, calc(144px / 3));
        grid-template-rows: repeat(2, calc(90px / 2));
    }
    .cat_image_grid.i6 {
        grid-template-columns: repeat(3, calc(144px / 3));
        grid-template-rows: repeat(2, calc(90px / 2));
    }
}
@media (max-width: 540px) {
    .cat_image_grid {
        width: 105px;
        height: 60px;
    }
    .cat_image_grid.i1 {
        grid-template-columns: 105px;
        grid-template-rows: 60px;
    }
    .cat_image_grid.i2 {
        grid-template-columns: repeat(2, calc(105px / 2));
        grid-template-rows: 60px;
    }
    .cat_image_grid.i3 {
        grid-template-columns: repeat(2, calc(105px / 2));
        grid-template-rows: repeat(2, calc(60px / 2));
    }
    .pointer_list_cat.i4 {
        grid-template-columns: repeat(2, calc(105px / 2));
        grid-template-rows: repeat(2, calc(60px / 2));
    }
    .cat_image_grid.i5 {
        grid-template-columns: repeat(3, calc(105px / 3));
        grid-template-rows: repeat(2, calc(60px / 2));
    }
    .cat_image_grid.i6 {
        grid-template-columns: repeat(3, calc(105px / 3));
        grid-template-rows: repeat(2, calc(60px / 2));
    }
}
.annotation, .menu_controls .dropdown, .list_alt_menu .dropdown, .map, .map_bar, #map_tour_div, #info_panel_div, .rooms_view_sel img, .visitors_rt_stats, .box_poi, .tooltip_preview, .tooltip_text, #floatingSocialShare, #floatingSocialShare i, #jitsi_div, .video_background, .live_status, .intro_img {
    box-shadow: 0 1px 2px rgba(60,64,67,0.15),0 1px 3px 1px rgba(60,64,67,0.07);
}
.map_wrapper img, .list_slider img {
    pointer-events: none;
}
.staging-hotspot {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.staging-hotspot .icon_s {
    position: absolute;
    top: -14px;
    left: -14px;
    font-size: 58px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.staging_icon:after {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    display: inline-block;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    background: white;
    color: #383838;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
}
.staging_icon.wcircle-open:after, .staging_icon.wcircle-animating:after {
    opacity: 1;
}
.staging_icon.wcircle-open .icon_s {
    opacity: 0;
}
.wcircle-menu {
    top: -24px;
    left: -24px;
}
.wcircle-menu-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    border: 2px solid white;
    overflow: hidden;
    transform-origin: center center;
}
.wcircle-menu-item:not(.loading):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.05);
    z-index: 0;
    transition: opacity 0.2s ease-in-out;
}
.wcircle-menu-item:hover:after, .wcircle-menu-item.selected:after,.wcircle-menu-item.active:after {
    background: rgba(0,0,0,0);
}
.wcircle-menu-item.loading {
    pointer-events: none;
}
.wcircle-menu-item.inactive {
    pointer-events: none;
}
.wcircle-menu-item.loading:before , .wcircle-menu-item.loading:after{
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
}
.wcircle-menu-item.loading:after {
    box-shadow: 0 4px 0 #ffffff inset;
    animation: rotate_loading_staging 2s linear infinite;
}
@keyframes rotate_loading_staging {
    0% {  transform: rotate(0)}
    100% { transform: rotate(360deg)}
}
.wcircle-menu-item.active {
    box-shadow: 0px 0px 2px 3px #FFFFFF;
}
.controls_bottom.square-btn .controls_btn, .controls_bottom.square-btn .controls_arrows i, .controls_bottom.square-btn #skitt-ui {
    border-radius: 4px;
}
.controls_bottom.square-btn .controls_arrows {
    border-radius: 4px !important;
}
.controls_bottom.square-btn #skitt-toggle-button {
    border-radius: 4px !important;
}
.controls_bottom.bar-btn #controls_bottom_left, .controls_bottom.bar-btn #controls_bottom_center, .controls_bottom.bar-btn #controls_bottom_right {
    border-radius: 5px;
    overflow: hidden;
}
.controls_bottom.bar-btn .controls_btn, .controls_bottom.bar-btn .controls_arrows, .controls_bottom.bar-btn .controls_arrows i, .controls_bottom.bar-btn #skitt-ui {
    border-radius: 0px;
    margin: 0 !important;
}
.controls_bottom.bar-btn .controls_arrows {
    border-radius: 0px !important;
    gap: 0px;
}
.controls_bottom.bar-btn #skitt-toggle-button {
    border-radius: 4px !important;
}
.controls_bottom.small-btn #controls_bottom_left, .controls_bottom.small-btn #controls_bottom_center, .controls_bottom.small-btn #controls_bottom_right {
    height: 25px;
}
.controls_bottom.small-btn .controls_btn, .controls_bottom.small-btn .controls_arrows i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}
.controls_bottom.small-btn .voice_control {
    height: 25px;
}
.controls_bottom.small-btn #skitt-ui {
    height: 25px !important;
    line-height: 25px;
    font-size: 10px;
}
.controls_bottom.small-btn #skitt-toggle-button {
    width: 25px !important;
    height: 25px !important;
    background-position: 4px 3px !important;
}
.controls_bottom.small-btn #skitt-listening-box {
    line-height: 25px !important;
}
.controls_bottom.small-btn #controls_bottom_center.moved {
    margin-bottom: 28px;
}
.controls_bottom.small-btn .controls_arrows {
    height: 25px;
    border-radius: 12.5px;
}
.controls_bottom.small-btn .controls_arrows i {
    font-size: 14px;
}
.controls_bottom.large-btn #controls_bottom_left, .controls_bottom.large-btn #controls_bottom_center, .controls_bottom.large-btn #controls_bottom_right {
    height: 35px;
}
.controls_bottom.large-btn .controls_btn, .controls_bottom.large-btn .controls_arrows i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.controls_bottom.large-btn .voice_control {
    height: 35px;
}
.controls_bottom.large-btn #skitt-ui {
    height: 35px !important;
    line-height: 35px;
    font-size: 14px;
}
.controls_bottom.large-btn #skitt-toggle-button {
    width: 35px !important;
    height: 35px !important;
    background-position: 4px 3px !important;
}
.controls_bottom.large-btn #skitt-listening-box {
    line-height: 35px !important;
}
.controls_bottom.large-btn #controls_bottom_center.moved {
    margin-bottom: 38px;
}
.controls_bottom.large-btn .controls_arrows {
    height: 35px;
    border-radius: 17.5px;
}
.controls_bottom.large-btn .controls_arrows i {
    font-size: 15px;
}
@media (max-width: 480px) {
    .controls_bottom.small-btn #controls_bottom_left, .controls_bottom.small-btn #controls_bottom_center, .controls_bottom.small-btn #controls_bottom_right {
        height: 23px;
    }
    .controls_bottom.small-btn .controls_btn, .controls_bottom.small-btn .controls_arrows i {
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-size: 9px;
    }
    .controls_bottom.small-btn .voice_control {
        height: 23px;
    }
    .controls_bottom.small-btn #skitt-ui {
        height: 23px !important;
        line-height: 23px;
        font-size: 9px;
    }
    .controls_bottom.small-btn #skitt-toggle-button {
        width: 23px !important;
        height: 23px !important;
        background-position: 4px 3px !important;
    }
    .controls_bottom.small-btn #skitt-listening-box {
        line-height: 23px !important;
    }
    .controls_bottom.small-btn #controls_bottom_center.moved {
        margin-bottom: 26px;
    }
    .controls_bottom.small-btn .controls_arrows {
        height: 23px;
        border-radius: 11px;
    }
    .controls_bottom.small-btn .controls_arrows i {
        font-size: 13px;
    }
    .controls_bottom.large-btn #controls_bottom_left, .controls_bottom.large-btn #controls_bottom_center, .controls_bottom.large-btn #controls_bottom_right {
        height: 32px;
    }
    .controls_bottom.large-btn .controls_btn, .controls_bottom.large-btn .controls_arrows i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    .controls_bottom.large-btn .voice_control {
        height: 32px;
    }
    .controls_bottom.large-btn #skitt-ui {
        height: 32px !important;
        line-height: 32px;
        font-size: 13px;
    }
    .controls_bottom.large-btn #skitt-toggle-button {
        width: 32px !important;
        height: 32px !important;
        background-position: 4px 3px !important;
    }
    .controls_bottom.large-btn #skitt-listening-box {
        line-height: 32px !important;
    }
    .controls_bottom.large-btn #controls_bottom_center.moved {
        margin-bottom: 35px;
    }
    .controls_bottom.large-btn .controls_arrows {
        height: 32px;
        border-radius: 15px;
    }
    .controls_bottom.large-btn .controls_arrows i {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .controls_bottom.small-btn #controls_bottom_left, .controls_bottom.small-btn #controls_bottom_center, .controls_bottom.small-btn #controls_bottom_right {
        height: 20px;
    }
    .controls_bottom.small-btn .controls_btn, .controls_bottom.small-btn .controls_arrows i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 9px;
    }
    .controls_bottom.small-btn .voice_control {
        height: 20px;
    }
    .controls_bottom.small-btn #skitt-ui {
        height: 20px !important;
        line-height: 20px;
        font-size: 9px;
    }
    .controls_bottom.small-btn #skitt-toggle-button {
        width: 20px !important;
        height: 20px !important;
        background-position: 4px 3px !important;
    }
    .controls_bottom.small-btn #skitt-listening-box {
        line-height: 20px !important;
    }
    .controls_bottom.small-btn #controls_bottom_center.moved {
        margin-bottom: 23px;
    }
    .controls_bottom.small-btn .controls_arrows {
        height: 20px;
        border-radius: 11px;
    }
    .controls_bottom.small-btn .controls_arrows i {
        font-size: 12px;
    }
    .controls_bottom.large-btn #controls_bottom_left, .controls_bottom.large-btn #controls_bottom_center, .controls_bottom.large-btn #controls_bottom_right {
        height: 29px;
    }
    .controls_bottom.large-btn .controls_btn, .controls_bottom.large-btn .controls_arrows i {
        width: 29px;
        height: 29px;
        line-height: 29px;
        font-size: 12px;
    }
    .controls_bottom.large-btn .voice_control {
        height: 32px;
    }
    .controls_bottom.large-btn #skitt-ui {
        height: 29px !important;
        line-height: 29px;
        font-size: 13px;
    }
    .controls_bottom.large-btn #skitt-toggle-button {
        width: 29px !important;
        height: 29px !important;
        background-position: 4px 3px !important;
    }
    .controls_bottom.large-btn #skitt-listening-box {
        line-height: 29px !important;
    }
    .controls_bottom.large-btn #controls_bottom_center.moved {
        margin-bottom: 32px;
    }
    .controls_bottom.large-btn .controls_arrows {
        height: 29px;
        border-radius: 14px;
    }
    .controls_bottom.large-btn .controls_arrows i {
        font-size: 13px;
    }
}
.grid_position {
    display: block;
    pointer-events: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image:
            repeating-linear-gradient(#ccc 0 1px, transparent 1px 100%),
            repeating-linear-gradient(90deg, #ccc 0 1px, transparent 1px 100%);
    background-size: 33.33% 33.33%;
    opacity: 0.6;
}

.share_popup{
    background: rgb(255, 254, 254);
    padding: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 380px;
    width: calc(100% - 60px);
    opacity: 0;
    pointer-events: none;
    z-index: 10001;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.ui-tooltip {
    z-index: 10002;
}
.share_popup.show{
    top: 50%;
    left: 50%;
    opacity: 1;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.share_popup :is(header, .share_icons, .share_field){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share_popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.share_popup header span{
    font-size: 18px;
    font-weight: 600;
}
.share_popup header .share_close, .share_popup .share_icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.share_popup header .share_close{
    color: #878787;
    font-size: 16px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.share_popup header .share_close:hover{
    background: #ebedf9;
}
.share_popup .share_content{
    margin-top: 20px;
    margin-bottom: 10px;
}
.share_popup .share_content .a2a_kit {
    text-align: center;
}
.share_popup .share_content .a2a_kit a {
    display: inline-block;
    float: unset;
}
.share_popup .share_content .share_field{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 6px;
    padding: 0 5px;
    border: 1px solid #757171;
}
.share_popup .share_field.active{
    border-color: #2f2f2f;
}
.share_popup .share_field .share_url-icon{
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.share_popup .share_field.active .share_url-icon{
    color: #2f2f2f;
}
.share_popup .share_field input{
    width: 100%;
    height: 36px;
    padding-right: 6px;
    border: none;
    outline: none;
    font-size: 14px;
}
.share_popup .share_field button{
    color: #fff;
    padding: 10px 14px;
    background: #2f2f2f;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;
}
.share_popup .share_field button i{
    font-size: 16px;
}
.share_popup .share_field button:hover{
    background: #1a1a1a;
}
#intro_slider ul li {
    list-style-type: none;
}
#learning-intro-modal, #learning-session-modal {
    opacity: 0;
    pointer-events: none;
}
.learning-intro-overlay {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.learning-intro-box {
    background: white;
    color: black;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.learning-intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    margin-bottom: 15px;
}
.learning-intro-icon i {
    font-size: 22px;
    color: #000;
}
.learning-intro-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.learning-intro-subtitle {
    font-weight: bold;
    margin: 10px 0;
}
.learning-intro-text {
    font-size: 14px;
    margin-bottom: 20px;
}
.learning-intro-text p {
    margin: 0;
}
.learning-intro-text img {
    vertical-align: bottom;
}
.learning-intro-input {
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border 0.2s;
    text-align: center;
}
.learning-intro-start {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.learning-intro-input.invalid {
    border: 1px solid red;
}
.learning_check {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: darkgreen;
    pointer-events: none;
    border: 1px solid white;
    opacity: 0 !important;
    transition: opacity 0.2s ease-in;
}
.learning_check i {
    vertical-align: middle;
    font-size: 22px;
    color: white;
}
.learning_check_image {
    top: 0;
    right: 0;
}
.learning_check_callout {
    position: relative;
    top: -30px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.learning_check.visited {
    opacity: 1 !important;
}
.learning_check_callout i {
    font-size: 12px;
}
.disabled_l {
    opacity: 0.4;
    pointer-events: none !important;
}
.disabled_l .view_direction__center {
    opacity: 0.4;
    pointer-events: none !important;
}
.disabled_l .panorama_preview {
    pointer-events: none !important;
}
.disabled_l .callout {
    pointer-events: none !important;
}
#css_container_dollhouse {
    position: relative;
}
#learning_score {
    display: none;
    margin: 0 auto;
    margin-top: 5px;
    width: fit-content;
}
.score-container {
    display: flex;
    min-width: 210px;
    align-items: center;
    background: white;
    color: black;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
#learning_score.l_minimal .score-container {
    min-width: 200px;
    padding: 0;
    height: 45px;
    border-radius: 40px;
}
.score-rings-container {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.score-ring-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#learning_score.l_minimal .score-rings-container {
    transform: scale(0.6);
}
.score-ring-container-global {
    width: 50px;
    height: 50px;
}
.score-ring-container-partial {
    width: 34px;
    height: 34px;
}
.score-donut {
    position: absolute;
    width: 100%;
    height: 100%;
}
.score-details {
    width: calc(100% - 20px);
    margin-left: 15px;
}
#learning_score.l_minimal .score-details {
    margin-left: 0px;
}
.score-title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#learning_score.l_minimal .score-title {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}
.score-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 3px;
}
#learning_score.l_minimal .score-item {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
    vertical-align: middle;
}
.score-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}
#learning_score.l_minimal .score-dot {
    display: inline-block;
    margin-right: 0px;
}
.score-value {
    margin-left: auto;
}
#learning_score.l_minimal .score-value {
    display: inline-block;
}
.score-value span {
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .score-container {
        min-width: 200px;
    }
    .score-title {
        font-size: 13px;
    }
    #learning_score.l_minimal .score-title {
        font-size: 14px;
    }
    .score-item {
        font-size: 11px;
    }
    .score-dot {
        width: 9px;
        height: 9px;
    }
    .score-rings-container {
        width: 57px;
        height: 57px;
    }
    .score-ring-container-global {
        width: 47px;
        height: 47px;
    }
    .score-ring-container-partial {
        width: 31px;
        height: 31px;
    }
    #learning_score.l_minimal .score-container {
        min-width: 190px;
        height: 42px;
    }
}
@media (max-width: 360px) {
    .score-container {
        min-width: 190px;
    }
    .score-title {
        font-size: 12px;
    }
    #learning_score.l_minimal .score-title {
        font-size: 13px;
    }
    .score-item {
        font-size: 10px;
    }
    score-dot {
        width: 8px;
        height: 8px;
    }
    .score-rings-container {
        width: 54px;
        height: 54px;
    }
    .score-ring-container-global {
        width: 44px;
        height: 44px;
    }
    .score-ring-container-partial {
        width: 28px;
        height: 28px;
    }
    #learning_score.l_minimal .score-container {
        min-width: 180px;
        height: 40px;
    }
}
.toolbarContainer .downloadButton {
    pointer-events: initial !important;
}
#menu_sidebar {
    display: flex;
    flex-flow: column;
    gap: 20px;
    height: 100%;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: -335px;
    width: 300px;
    padding: 15px;
    background-color: rgba(0,0,0,0.6);
    transition: left 0.3s ease-in-out;
}
#ms_close {
    display: none;
    position: absolute;
    right: -30px;
    top: 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
#ms_close i {
    color: white;
}
#menu_sidebar.open {
    left: 0;
}
#menu_sidebar.open #ms_close {
    display: block;
}
#ms_language_switcher {
    display: flex;
    flex: 0 1 auto;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#ms_language_switcher img {
    width: 23px;
    height: 15px;
    cursor: pointer;
    pointer-events: initial;
    opacity: 0.6;
}
#ms_language_switcher img.active {
    opacity: 1;
}
#ms_logo {
    flex: 0 1 auto;
    text-align: center;
}
#ms_logo img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}
#ms_controls {
    display: flex;
    width: 100%;
    flex: 0 1 auto;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#ms_controls .ms_control {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
}
#ms_controls .ms_control i, #ms_controls .ms_control img {
    vertical-align: middle;
}
#ms_list_rooms {
    flex: 1 1 auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#ms_list_rooms::-webkit-scrollbar {
    display: none;
}
#ms_list_rooms.list_alt_menu {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    z-index: unset;
    pointer-events: initial;
}
#ms_list_rooms.list_alt_menu .dropdown {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: scaleY(1);
    pointer-events: initial;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    border-radius: 0;
    margin-top: 0;
}
#ms_list_rooms.list_alt_menu p {
    padding: 6px 14px 6px 0;
}
#ms_list_rooms.list_alt_menu p:hover {
    background-color: unset !important;
}
#ms_list_rooms.list_alt_menu p i {
    position: absolute;
    right: 10px;
    vertical-align: middle;
    margin-top: 4px;
}
#ms_list_rooms.list_alt_menu p:hover {
    -webkit-transform: scale(1);
}
#ms_list_rooms.list_alt_menu p.cat_parent_root {
    border-top: 1px solid rgba(255,255,255,0.8);
}
.nGY2Icon-ngy2_download2 {
    margin-left: .3em;
}
.ngy2viewerToolAction {
    padding: 0 !important;
}
.ngy2viewerToolAction.downloadButton {
    padding: 2px 8px !important;
}