.tag{
  width: 100px;
  display: inline-block;
  font-size: 11pt;
  margin-bottom: 19px;
}

.customerinput{

    width: 68%;
    height: 25px;
    padding-left: 10px;
    border: 0px;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid black;
}
.btnpdf{
    border-radius: 10px;
    background-color: lightblue;
    line-height: 3;
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.btnpdf:hover{
    background-color:lightgreen;
}
.jc-bs3-container{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999999!important;
}
    .statuspassive{
/*opacity: 0!important;*/
background-color: rgb(107, 107, 107) !important;
border-radius: 30px;
}
.statusactive .div_poi_wrapper{
background-color: rgb(41, 134, 204) !important;
}

.statussold .div_poi_wrapper{
    background-color: red !important;
}

.statuspassive .div_poi_wrapper{
background-color: rgb(107, 107, 107) !important;
}

.statusops .div_poi_wrapper{
background-color: orange !important;
}

.fa-dot-circle{
color:white!important;
}
.statustype{
/*background-color: #808080 !important;*/
border-radius: 30px;
}

.statusactive{
background-color: rgb(41, 134, 204) !important;
border-radius: 30px;
}

.poisactive {
display: block !important;
/* background: rgba(255, 255, 255, 0.7)!important;*/
}

.statusops{
background-color: orange !important;
border-radius: 30px;
}
.slide-by-side {
    left: 350px;
    top:25px;
}


@media (max-width: 991px) {
    .slide-by-side {
        left : 50vw;
        /*width: 42vw;*/
    }
}



.notetextarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.modalwarning {
    color     : white;
    text-align: center;
    font-size : 20px;
}
.modal {
    display         : none;
    position        : fixed;
    z-index         : 99999;
    padding-top     : 100px;
    left            : 0;
    top             : 0;
    width           : 100%;
    height          : 100%;
    overflow        : auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.filtreform {
    display : none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index : 32;
}

.filtreform .filter-controls {
    margin: 32px;
}

.filtreform .newclose {
    position: absolute;
    top     : 16px;
}



.flooropendiv, .filtreform {
    /*top       : 52px;
    max-width : 84vw;*/
    max-height: 84%;
    overflow-y: auto;
}

.flooropendiv {
    left : 15px !important;
    margin-top: -32px !important;
    padding-top: 16px;
    padding-bottom: 14px;
}

.flooropendiv.slide-by-side
{
    margin-top: 0 !important;
}

.filtreform .filter-controls {
    margin-left: 15px;
    margin-right: 15px;
}


.close-button {
    background-image : url("../images/filter-close-button.png");
    background-size  : contain;
    background-repeat: no-repeat;
    width            : 40px;
    height           : 40px;
}

.close-button-wrapper {
    width          : 100%;
    display        : flex;
    justify-content: center;
    position       : absolute;
    top            : -20px;
}

.filter-controls-area,
.filter-list-wrapper {
    padding: 2rem !important;
}


.filter-list-wrapper.favorites-list-wrapper {
    overflow-y: auto;
    height: auto !important
}
.bucket-list #home-card {
    padding: 0;
}

.bucket-list #home-card img{
    border-radius: 0
}

.bucket-list #home-card .left-col{
    border-right: none !important
}
#home-card .container-fluid{
  border-radius: 20px;
  overflow: hidden !important;
}
.bucket-list #home-card .product-title {
  padding-bottom: 1.2rem;
  color: #333f4c;
  font-size: 0.9em;
  text-align: center;
}

.bucket-list .card-top-info {
    background-color: #f3f0f0;
    padding-bottom: 5px;
}
.bucket-list #home-card .title-wrapper .title-1 {
    color: #6d6c6a;
    font-weight: 700;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.89rem;i
} 
.bucket-list #home-card .title-wrapper {
    margin-bottom: 0.3rem;
}

.bucket-list #home-card .title-wrapper .right-text {
    color: #212529;
    font-size: 0.85rem;
}
.bucket-list #home-card .delete-btn a{
    padding: 0
}

.bucket-list #home-card .delete-btn  svg.svg-inline--fa.fa-circle path{
    fill: #cb1700;
}
.fancybox-container{
    /*width: 30%!important;*/
}

.filter-controls {
    /*background-color: white;*/
    background-color  : #1f1f1f;
    /*margin          : 32px;*/
    border-radius     : 12px;
    padding           : 28px;
    width             : var(--filter-controls-W);
        /*width:50vh;
    /*max-height      : 90vh !important;
    overflow-y        : auto;*/
}


.filter-controls-title {
    font-size      : 11px;
    /*color        : #3a3a3a;*/
    color          : #fff;
    margin-bottom  : 2px;
}

.filter-controls::-webkit-scrollbar {
    width: 0;
}

.filter-list-units::-webkit-scrollbar {
    width: 3px;
}

.rowfloor {
    /*
    height          : 30px;
    background-color: #ccc;
    */
    display         : flex;
    justify-content : space-between;
    flex-wrap       : wrap;
    background-color: #1f1f1f;
    cursor          : pointer;
}

.rowfloor:hover {
    background-color: #7d0003 !important;
    transition      : background-color 0.5s ease;
}

.colfloor {
    /*
    height        : 30px;
    width         : 25%;
    float         : left;
    margin-bottom : 20px;
    text-align    : center;
    vertical-align: middle;
    display       : table-cell;
    border        : 1px solid white;
    */
    padding    : 4px 6px;
    font-size  : 12px;
    white-space: nowrap;
    color      : #c0c0c0;
    border     : 1px solid #c0c0c0;
}

.colfloor:nth-child(1) {
    flex       : 0 0 25%;
    max-width  : 25%;
    font-weight: bold;
}

.colfloor:nth-child(2) {
    flex     : 0 0 25%;
    max-width: 25%;
}

.colfloor:nth-child(3) {
    flex      : 0 0 20%;
    max-width : 20%;
    text-align: center;
}

.colfloor:nth-child(4) {
    flex      : 0 0 30%;
    max-width : 30%;
    text-align: right;
}

.slider-control {
    height       : 20px;
    margin-bottom: 30px;
}

.slider-values {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 30px;
}

.search-content .common-dropdown {
    width: 100%;
}

.filter-controls-button-group {
    margin-bottom: 8px;
}

.filter-button {
    /*width             : 18%;*/
    width             : 30.33%;
    height            : 30px;
    color             : #c0c0c0;
    background-color  : #4f4f4f;
    margin            : 0 1% 8px 0;
    padding           : 3px;
    border-radius     : 9px;
    font-size         : 11px;
    font-weight       : bold;
    display           : inline-flex;
    align-items       : center;
    justify-content   : center;
    /*text-align      : center;*/
    vertical-align    : top;
    -webkit-transition: background-color .3s ease;
    transition        : background-color .3s ease;
}

.filter-button:hover {
    cursor          : pointer;
    background-color: #7d0003;
}


.unit-ui-dropdown-search.unit-ui-text-box :first-child{
    width: 100%;
    background-color: #4f4f4f !important;
    border: none !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important
}
    
.unit-ui-dropdown-search.unit-ui-text-box{
    margin-bottom: 5px !important
}

.filtreform .filter-controls {
    margin: 0;
    background-color: #fff
}

.filtreform .filter-controls {
    margin: 0;
}

.filter-controls-title {
    padding-bottom: 10px;
    color: #333f4c;
    font-size: 0.8em;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.filtreform .rowfloor {
    background-color: #f3f0f0;
    padding: 10px;
}

.filtreform .newclose{
    top: 5px;
    right: 10px;
    font-size: 1.3rem;
}


.filtreform .form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 25px;
    padding: 0 10px;
    color: #212529 !important;
}

.filtreform .select2-container{
    width: 100% !important;
}

.filtreform .select2-selection{
    width: 100%;
    border: 1px solid #ced4da !important;
}

.filtreform .unit-ui-dropdown-search.unit-ui-text-box :first-child{
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 32px
}

.filtreform .filter-controls-button-group{
    margin-bottom: 15px !important;
}

.filtreform .rowfloor{
    width: auto;
    display: block;
}

.filtreform .colfloor{
    /* width: 25%; */
    /* max-width: 25%; */
    flex: auto;
    width: 20%; 
    white-space: break-spaces;
}

.filtreform .filter-controls.slide-by-side {
    width: auto;
}

.filtreform .colfloor-title-wrapper{
    display: flex;
    background-color: #aaaaaa;
    color: white;
}

.filtreform .floornew .rowfloor {
    display: flex;
    padding: 0;
    /* padding-bottom: 10px; */
    padding: 0;
}
.filtreform .filter-controls-button-group .rowfloor {
    padding: 0;
}
.filtreform .rowfloor:hover{
    background-color: #fff !important;
}


.filtreform .colfloor-title-wrapper .colfloor {
    font-size: 0.65rem;
    font-weight: 600;
    color: #262626;
    border: 1px solid #ddd;
    color: white;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.filtreform .rowfloor .floornew .colfloor {
    font-size: 0.65rem;
    color: #333;
    border: 1px solid #ddd;
}

.filtreform {
    margin-left: 10px
}
    

.filtreform {
    scrollbar-width: thin;
    scrollbar-color: #838383 #ffffff;
}

.filtreform::-webkit-scrollbar {
    width: 12px;
}

.filtreform::-webkit-scrollbar-track {
    background: #ffffff;
}

.filtreform::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 5px;
    border: 2px solid #ffffff;
}


.project-login-member .t-container .container-fluid {
    margin-bottom: 10px;
}

table#customerDetailTable thead {
    font-weight: 600;
    color: #262626;
    border: 1px solid #ddd;
}

table#customerDetailTable tbody tr td:hover {
    background-color: #f2f2f2;
}

table#customerDetailTable thead th{

}

table#customerDetailTable td, table#customerDetailTable th {
    border: 1px solid #ddd;
}

table#customerDetailTable svg.svg-inline--fa.fa-note-sticky {
    color: #f6c719;
    background-color: rgba(246, 199, 25, 0.2);
    padding: 10px;
    border-radius: 10px;
    transition: all .2s
}


table#customerDetailTable svg.svg-inline--fa.fa-note-sticky:hover {
    background-color: rgba(246, 199, 25, 0.3);
}

table#customerDetailTable  svg.svg-inline--fa.fa-trash {
    color: #ec4134;
    background-color: rgba(236, 65, 52, 0.2);
    padding: 10px !important;
    border-radius: 10px;
    transition: all .2s
}

table#customerDetailTable  svg.svg-inline--fa.fa-trash:hover {
    background-color: rgba(236, 65, 52, 0.3);
}

/* Yukarıdakiler yeni eklenen css*/
#t_modal.modal
{
    background-color: rgba(0, 0, 0, 0.5);
}

#t_modal.modal .close
{
    color: #6c757d !important;
}

#t_modal.modal .name
{
    position: relative;
}

#t_modal.modal .name .searchdiv
{
    position: absolute;
    top:100%;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
}

#t_modal.modal .name .searchdiv a {
    width: 100%;
    display: block;
    margin-bottom: -1px;
    padding: 8px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ced4da;
}

#t_modal.modal .modal-footer
{
    justify-content: center;
}



#t_modal.modal
{
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#t_modal.modal .close
{
    color: #6c757d !important;
}

#t_modal.modal .form-group {
    position: relative;
    margin-bottom: .8rem;
}

#t_modal.modal .col-form-label {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
}

#t_modal.modal .form-control {
    /*height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;*/
    padding: .2rem .4rem;
    font-size: 14px;
    line-height: 1.2;
}

#t_modal.modal .emailmessage, #t_modal.modal .phonemessage {
    position: absolute;
    left: 4px;
    top: calc(100% + 2px);
    /*margin-top: 3px;*/
    font-size: .53rem;
    line-height: 1.1;
    color: #7d0003;
}

#t_modal.modal .modal-footer {
    justify-content: center;
}

#t_modal.modal .modal-footer .btn {
    margin: .1rem;
    padding: .3rem .5rem;
    font-size: 16px;
    line-height: 1.2;
}
#offers .get-offer-btn {
    border-radius: 10px;
    background-color: #d12d26;
    filter: brightness(110%);
}
.unit-ui-inquiry-button {
    background: #CB1700;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 19px;
    border-radius: 16px;
    border: 0px;
    cursor: pointer;
}
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #343434;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
}
a:hover, a:visited, a:link, a:active, a:focus {
    text-decoration: none;
    outline: none;
}
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 {
    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%;
}
.intro_img {
    position: relative;
    z-index: 77777;
    justify-content: center;
    align-items: center;
    display: none;
    height: 100vh;
}
.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: 8px 8px;
    border-radius: 40px;
    text-align: center;
    min-width: 25px;
    min-height: 14px;
    font-size: 16px;
}
.custom-hotspot-content .div_poi_wrapper {
    padding: 8px 8px;
    border-radius: 40px;
    text-align: center;
    min-width: 25px;
    min-height: 14px;
    font-size: 16px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
.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;
}
.pulse_icon:hover, .pulse_icon_hover {
    animation: pulse-h 1.2s infinite;
}
.pulse_image:hover, .pulse_image_hover {
    animation: pulse-o 1.2s infinite;
}
@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;
}
@media (max-width: 540px) and (orientation: portrait) {
    #background_loading {
        background: no-repeat top center scroll;
    }
}
#video_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.background_opacity {
    opacity: 0.4;
}
#icon_play {
    font-size: 66px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 90px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    padding-left: 5px;
}
.loading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: white;
}
.progress {
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    width: 100%;
}
.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: 9999;
}
#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;
}
.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;
}
.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.6;
    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;
}
.logo_top_right {
    top: 45px;
    right: 6px;
}
.logo_top_left {
    top: 45px;
    left: 6px;
}
.logo img {
    height: 40px;
}
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;
}
.list_slider {
    width: 100%;
    height: 106px;
    padding: 0;
    position: absolute;
    bottom: -110px;
    opacity: 0;
    background-color: rgba(0,0,0,0.2);
}
.list_slider .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    margin: 0 auto;
}
.list_slider .slidee li {
    float: left;
    margin: 3px 3px 0 3px;
    padding: 0;
    height: 100px;
    width: 162px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.list_slider .slidee li:first-child {
    margin-left: 6px;
}
.list_slider .slidee li:last-child {
    margin-right: 6px;
}
.list_slider .slidee li:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    transition: all 0.4s;
}
.list_slider .slidee li:hover:before {
    background: rgba(0,0,0,0.15);
}
.list_slider .slidee li.active:before {
    background: rgba(0,0,0,0);
}
.list_slider .slidee li.active {
    box-shadow: 0 0 0 1px white;
}
.list_slider .slidee li img {
    height: 100px;
}
.list_slider .slidee li .room_name_slider {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
}
.list_slider #list_left {
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
}
.list_slider #list_right {
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
}
.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_slider {
        height: 96px;
    }
    .list_slider .slidee li {
        width: 144px;
        height: 90px;
    }
    .list_slider .slidee li img {
        height: 90px;
    }
    .list_slider .slidee li .room_name_slider {
        font-size: 11px;
    }
}
@media (max-width: 540px) {
    .list_slider {
        height: 66px;
    }
    .list_slider .slidee li:before {
        background: rgba(0,0,0,0) !important;
    }
    .list_slider .slidee li {
        width: 105px;
        height: 60px;
    }
    .list_slider .slidee li img {
        height: 60px;
    }
    .list_slider .slidee li .room_name_slider {
        font-size: 10px;
    }
}
#floatingSocialShare {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    display: none;
}
#floatingSocialShare .content-left {
    margin-left: 0 !important;
}
#floatingSocialShare .content-left 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-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: 55px;
    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: 55px;
    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;
}
.logo_room_vt {
    height: 16px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.author_vt {
    font-size: 10px;
    display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{
    background:#1b1b1b;
    background:rgba(0,0,0,0.6)
}
#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;
}
#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;
}
#controls_bottom_center {
    opacity: 0;
    position: absolute;
    bottom: 32px;
    left: 0px;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#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;
}
#skitt-ui {
    position: absolute !important;
    left: unset !important;
    bottom: unset !important;
    height: 30px !important;
    background-color: rgba(41,128,185,0.8);
}
#skitt-toggle-button {
    width: 30px !important;
    height: 30px !important;
    background-position: 4px 3px !important;
}
#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: inline-block;
    display: none;
    opacity: 0;
    pointer-events: none;
}
.controls_arrows i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.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;
}
.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;
    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_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;
    }
    .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_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;
}
.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%);
}
.list_control i {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%);
    background-color: transparent !important;
}
.menu_controls {
    display: none;
    position: absolute;
    top: 10px;
    left: 6px;
    width: 30px;
    z-index: 1052;
	
}
.menu_controls .title i {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    color: white;
}
.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);
}
.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;
}
.list_alt_menu .title i {
    margin-left: 6px;
    margin-top: 1px;
    font-size: 16px;
    cursor: pointer;
    color: white;
}
.list_alt_menu .dropdown {
    position: fixed;
    width: auto;
    /*height: 0;*/
    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);
}
.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;
}

.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;
}
.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;
    box-shadow: 0 4px 20px -2px #e9e9e9;
    position: relative;
}
.password-wrapper input {
    width: 250px;
    height: 20px;
    padding: 10px 0px;
    text-indent: 20px;
    float: left;
    font-size: 13px;
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
}
.password-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}
.password-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
}
.password-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.password-wrapper input:-ms-input-placeholder {
    color: #999;
    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;
    border: 1px solid lightgrey;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.password-wrapper button:hover{
    background: #000000;
    color: #ffffff;
}
.password-wrapper button:active,
.password-wrapper button:focus{
    background: #c4c4c4;
    outline: 0;
}
.password-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}
#vt_password {
    color: #333;
    border: none;
    display: block;
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.form_poi button {
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.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: 240px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    border-radius: 15px;
    position: absolute;
    top: 45px;
    left: calc(50% - 120px);
    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_live_status {
    float: left;
    margin-right: 10px;
}
.video_my_wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    max-width: 120px;
    max-height: 120px;
    width: 15vw;
    height: 15vw;
    z-index: 40;
    cursor: move;
    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;
    top: 50px;
    left: 10px;
    z-index: 10;
    max-width: 120px;
    max-height: 120px;
    width: 15vw;
    height: 15vw;
    z-index: 40;
    cursor: move;
    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: 15vw;
    height: 15vw;
    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%;
}
.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: 6px;
    right: 56px;
    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: 28%;
    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 {
    border: 2px solid rgba(255,255,255,0.8);
    transform: scale(1.0);
    -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 {
    transform: scale(1.5);
}
.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_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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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 {
    position: absolute;
    display: none;
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-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;
}
.passcode_div p {
    margin-bottom: 20px;
}
#passcode {
    text-align: center;
    padding: 5px;
}
#btn_check_passcode {
    font-size: 28px;
    padding: 10px 12px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
}
#btn_close_passcode {
    font-size: 28px;
    padding: 10px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
}
.leads_div {
    position: absolute;
    display: none;
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    padding: 20px;
    min-width: 360px;
    max-width: 70%;
    text-align: center;
    z-index: 9998;
    color: black;
    background-color: white;
    border-radius: 10px;
}
.leads_div h2 {
    margin-top: 0;
}
.leads_div p {
    margin-bottom: 20px;
}
#btn_check_leads {
    font-size: 28px;
    padding: 10px 12px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
    outline: none;
    background-color: white;
}
#btn_close_leads {
    font-size: 28px;
    padding: 10px;
    margin: 20px 10px 0px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 50%;
}
.input_material {
    position: relative;
    margin: 5px 0;
}
.input_material textarea {
    resize: none;
}
.input_material input,
.input_material textarea {
    background: none;
    color: #000000;
    font-size: 18px;
    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;
}
.rooms_view_sel {
    display: none;
    text-align: center;
}
.rooms_view_sel img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    pointer-events: initial;
}
.rooms_view_sel img.active {
    border: 1px solid white;
    pointer-events: none !important;
    cursor: default !important;
}
#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;
}
#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_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;
}
#map_tour_div {
    display: none;
    z-index: 250;
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    right: 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;
}
.visible_map_tour {
    opacity: 1 !important;
    display: block !important;
    width: 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: rgb(0,97,255);
    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 .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;
}
.poi_google_maps_content_poi_box iframe:nth-child(1) {
    width: 90%;
    height: 340px;
    display: inline-block;
}
.poi_google_maps_content_poi_box iframe:nth-child(2) {
    width: 90%;
    height: 340px;
    display: inline-block;
}
#box_poi_fullscreen_div .poi_google_maps_content_poi_box {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}
#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: 18px;
    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: -99999px;
    left: -99999px;
}
.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;
}
.marker_embed {
    top: -99999px;
    left: -99999px;
}
.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: 9999999 !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;
}
.nGY2 .toolbar{
	margin-left:40px;
}
.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 {
    pointer-events: none !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: flex;
    align-items: center;
}
.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 {
    display: none;
    pointer-events: initial;
    cursor: pointer;
}
.div_play_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
    -webkit-text-stroke: 1px #000;
}
.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 {
    z-index: 999999 !important;
}
.snipcart-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;
}
.snipcart-checkout i {
    vertical-align: middle;
}
.snipcart-total-price {
    vertical-align: middle;
}
.snipcart-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: relative;
    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;
    }
    .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;
    }
    #map_tour_div {
        width: 100%;
        height: 280px;
        bottom: 0 !important;
        top: unset !important;
        -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;
    }
    .open_map_tour {
        width: 100% !important;
        height: calc(100% - 280px) !important;
        bottom: 280px !important;
        left: 0 !important;
    }
    .visible_map_tour {
        opacity: 1 !important;
        display: block !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;
    }
    .logo_room_vt {
        height: 10px;
    }
    .floating-chat {
        right: 42px;
        width: 30px;
        height: 30px;
    }
    .annotation {
        min-width: 100px;
    }
    .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;
    }
    .author_vt {
        font-size: 8px;
    }
    .logo_room_vt {
        height: 10px;
    }
}

.product-wrapper{
    width: 95%;
    height: auto;
    padding: 0;
}
.product-wrapper .product-slider{
    height: 100%;
}
.product-wrapper .product-slider .carousel{
    background: #efefef;
    border-radius: 5px;
}
.product-wrapper .product-content{
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 25px;
}
.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-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; */
}
.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:22px;
    }
    .product-wrapper .product-title{
        font-size: 16px;
    }
    .product-wrapper .product-description{
        font-size: 12px;
    }
    .product-wrapper .product-price {
        padding: 0;
    }
    .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%;
}
.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: 200px;
}
.poi_product_content .product-wrapper .carousel-item img {
    height: 200px;
}
.poi_product_content .product-wrapper .product-content{
    margin-top: 10px;
    text-align: center;
}
.poi_product_content .product-wrapper .carousel .carousel-indicators li{
    width:15px;
    height:15px;
}
.poi_product_content .product-wrapper .product-price{
    font-size:22px;
}
.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-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: -1;
    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;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    color: #606060;
    padding:10px;
}
#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: fill;
}
#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;
}

/* ------ */



/* --------- */

.product-content .product-title-item .product-title{
  font-weight: 600;
  color: #566a7f;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}

.product-content .product-title-item .title-wrapper{
  margin-bottom: 0.3rem;
  justify-content: space-between;
  display: flex
}

.product-content .product-title-item .big-title{
  padding-bottom: 1.2rem;
  color: #333f4c;
  font-size: 0.9em;
  text-align: center;
}

.product-content .product-title-item .title-wrapper .title-1{
  color: #6d6c6a;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.89rem;
}
/* @media (min-width: 768px){
  .product-wrapper .product-content .left-col{
      border-right: 1px solid rgba(0,0,0,0.1);
  }
} */

.product-wrapper .product-content .right-text{
    color: #212529;
    font-size: 0.85rem;
}

.add-btn-custom{
  display: inline-block;
  font-weight: 400;
  line-height: 1.53;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.375rem !important;
  transition: all .2s ease-in-out;
  font-weight: 600;
  margin-top: 10px
}
.add-btn-custom:hover{
  background-color: #cb1700;
  border-color: #cb1700;
  box-shadow: 0 4px 11px rgb(203 23 0 / 35%);
}

.product-content .product-title-item .title-wrapper .title-1:after {
    content: ":";
}
.product-content .product-title-item .form-control {
    color: #212529 !important
}
.product-content .card-bottom-inf .product-title-item .form-control {
    font-size: 0.9rem;
    height: 25px;
    padding: 0 10px;
}
.product-content .product-title-item .form-control:focus {
    box-shadow: none !important
}

.product-wrapper{
    max-width: 2000px;
    border-radius: 20px;
}

/* .fancybox-slide .fancybox-content{
    max-height: 85vh !important;
}

.fancybox-slide .fancybox-content iframe html{
  overflow: scroll !important;
} */

.fancybox-content{
  border-radius: 20px !important;
  overflow: hidden !important;
}

.bucket-list{

}

.bucket-list .filter-list-wrapper{
  background-color: #f8fafd;
  padding: 20px 0;
}
.bucket-list #home-card{
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
  box-shadow: 0 0.375rem 0.75rem rgb(140 152 164 / 8%);
  border-radius: 0.75rem;
  background-color: white;
 padding: 20px;
}
.bucket-list #home-card img{
  width: 100%;
  height: 250px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bucket-list #home-card .upstairs-img{
  filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(106deg) brightness(98%) contrast(91%);
  height: 20px !important;
  object-fit: contain;
  width: 20px;
}
.bucket-list #home-card .product-title{
  padding-bottom: 1.2rem;
  color: #333f4c;
  font-size: 1.3rem;
  font-weight: 600;
  padding-top: 10px;
}
.bucket-list #home-card .title-wrapper{
  margin-bottom: 0.7rem;
  justify-content: space-between;
  display: flex;
}
.bucket-list #home-card .title-wrapper .title-1{
  color: #6d6c6a;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.89rem;
}
.bucket-list #home-card .title-wrapper .title-1:after{
  content: ":";
}
.bucket-list #home-card .title-wrapper .apart-no:after{
  content: "" !important;
}
.bucket-list #home-card .title-wrapper .right-text{
  color: #212529;
  font-size: 0.85rem;
}
@media (min-width: 768px){
  .bucket-list #home-card .left-col {
    border-right: 1px solid rgba(0,0,0,0.1);
  }
}
.bucket-list #home-card .delete-btn{
  width: 100%;
  justify-content: end;
  display: flex;
}
.bucket-list #home-card .delete-btn a{
  font-weight: 500;
  padding: 0.6125rem 1rem;
  font-size: 0.875rem;
  transition: all .2s;
  text-decoration: none;
}
.bucket-list #home-card .delete-btn a svg{
  fill: #377dff;
  font-size: 1.2rem;
}
.delete-btn a:hover svg{
    filter: drop-shadow( 0 4px 11px rgb(23 105 239 / 35%));
}

#getOfferModal .modal-header{
    border: none;
    padding-bottom: 0px;
}

#getOfferModal .modal-dialog{
    max-width: 650px !important;
    outline: none !important;
}

#getOfferModal .modal-content{
    background-color: white;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    border: none;
}
#getOfferModal .modal-header h5{
    padding-top: 15px;
    text-align: center;
    width: 100%;
    color: #181C32;
    margin-bottom: 0.75rem
}

#getOfferModal .form-group label{
    font-weight: 500 !important;
    font-size: 0.875rem !important;
}

#getOfferModal .form-group{
    margin-bottom: 2rem !important;
}

#getOfferModal .modal-body{
    padding: 35px
}
#getOfferModal input{
   background-color: #f9f9f9;
    color: #5e6228;
    border:1px solid #f9f9f9
}
#getOfferModal input:focus{
   background-color: #f4f4f4;
   box-shadow: none !important;
    color: #5E6278;
    border-color: #f4f4f4;
}
#getOfferModal input:placeholder{
    color: #a1a5b7;
    font-size: 0.5rem
}

#getOfferModal .modal-footer{
    border:none;
    padding-top: 0
}
#getOfferModal .modal-footer .closemodal{
  border: 0;
  padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
  color: #7E8299;
  background-color: #f9f9f9;
  font-weight: 500;
  transition: all .2s;
}
#getOfferModal .modal-footer .closemodal:hover{
      color: #7e8299;
      background-color: #f4f4f4;
}
#getOfferModal .modal-footer .customersave{
    border: 0;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF;
    font-weight: 500;
    transition: all .2s;
}
#getOfferModal .modal-footer .customersave:hover{
      background-color: #008bd9;
}
#getOfferModal select{
    border: 1px solid #f9f9f9;
    box-shadow: none !important
}


@media (max-width: 767.8px){
    .product-wrapper .carousel-item,
    .product-wrapper .carousel-item img{
        /* height: 200px !important */
    }

}

.basket-modal .fancybox-content{
    height: 100% !important;
    width: 100% !important
}

.basket-iframe-content thead tr{
    background-color: #6c7ae0;
}

/* -------- */

.single-product{
  width: 300px;
  background: transparent;
  border-radius: 0px !important
}

.single-product .container-fluid{
  border-radius: 20px !important;
  padding-top: 25px;
}

.single-product .product-btn-wrapper{
   top: -15px;
}
.single-product .product-btn-wrapper button{
   padding-top: 0.5rem!important;
   padding-bottom: 0.5rem!important;
   padding-right: 0.25rem!important;
   padding-left: 0.25rem!important;
   width: 50%;
}
.product-wrapper .product-slider{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
.single-product-close-btn.fancybox-button.fancybox-button--close{
  display: block !important
}

.single-product .single-product-close-btn{
  z-index: 10;
  background-color: #b42f21;
  text-align: center;
  display: flex !important;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 !important;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 9px;
  z-index: 10000;
}
.single-product .single-product-close-btn:before {
    content: "×";
}
.single-product .card-top-inf {
  background-color: #f3f0f0;
  padding-bottom: 5px;
}

.controls_btn{
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important;
}
.controls_btn i{
  font-size: 15px;
}

#controls_bottom_left{
  height: 50px
}

#skitt-ui{
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important;
}
#skitt-toggle-button{
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important;
}

#controls_bottom_left{
  padding-left: 45px !important;
}

.menu_controls .title i{
    font-size: 1.4rem;
}
/* .fullscreen_control i,
.map_control i,
.map_tour_control i{
    font-size: 1.2rem;
} */

#controls_bottom_right .controls_btn{
  bottom: 10px
}
#controls_bottom_right .controls_btn i{
  font-size: 20px;
}


.fancybox-container.login-modal .fancybox-slide {
    height: 300px;
    max-width: 600px !important;
    margin: auto;
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}

.fancybox-container.login-modal .fancybox-slide .basket-iframe-content{
  align-items: center;
  display: flex;
}

.filtreform{
    z-index: 10000;
    overflow: initial !important;
}

.filtreform-close{
    z-index: 10;
    background-color: #b42f21;
    text-align: center;
    display: flex !important;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 !important;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    left: 50%;
    z-index: 10000;
    margin-top: -12.5px;
}

.filtreform-close svg{
    padding: 5px;
}

.filtreform-close svg path{
    fill: white
}

.filtreform .filter-controls{
    overflow-y: auto;
    max-height: 70vh;
}

.filtreform{
    overflow-y: hidden;
}
.filtreform .filter-controls{
    scrollbar-color: #e8e8e8 #fff;
}

.filtreform .filter-controls::-webkit-scrollbar {
    width: 12px;
}

.filtreform .filter-controls::-webkit-scrollbar-track {
    background: #ffffff;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.filtreform .filter-controls::-webkit-scrollbar-thumb {
    background-color: #e8e8e8;
    border-radius: 12px;
    border: 2px solid #ffffff;
}

.fancybox-toolbar{
    opacity: 1;
    visibility: visible;
}

.apartmentnotfound {
    color: #842029;
    background-color: #f8d7da;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: #f5c2c7;
    position: absolute;
    width: max-content;
    top: 50%;
    left: 30%;
}

.nanogallery_viewertheme_dark_gallery_container .nGY2Viewer{
    background-color: rgba(1,1,1,.85) !important;
}

.select2-container{
    z-index: 100000
}

.fancybox-container{
    z-index: 999;
}

.map_tour_mobile{
    display: none;
}

@media (max-width: 900px){
    .product-slider ol.carousel-indicators {
        display: none;
    }

    .map_tour_mobile{
        z-index: 1010;
        position: absolute;
        bottom: 280px;
        left: 49%;
        display: block;
        width: 100%;
        opacity: 0;
    }

    .map_tour_mobile.visible{
        opacity: 1 !important;
    }

    .map_tour_mobile svg{
        width: 20px;
        height: 20px;
        position: absolute;
        display: block;
        background-color: #b42f21;
        text-align: center;
        display: flex !important;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        padding: 0 !important;
        border-radius: 50%;
    }

    .map_tour_mobile svg path{
        fill: #fff;
    }   
}

.menu_controls.noselect {
    z-index: 2147483651 !important
}
.logo.logo_top_right.poi_not_selectable {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.filter-controls.slide-by-side .slider-item{
    display: flex;
    gap: 5px
}

.filter-controls.slide-by-side .slider-item .filter-controls-title {
    width: 40%;
    display: flex;
    align-items: center;
}

.filter-controls.slide-by-side .slider-item .slider-control,
.filter-controls.slide-by-side .slider-item .filter-controls-button-group.unit-ui-dropdown-search.unit-ui-text-box,
.filter-controls.slide-by-side .slider-item .filter-controls-button-group {
    width: 70%;
}


.product-slider .carousel-item.active,
.product-wrapper .carousel-item img{
    height: 210px !important;
    object-fit: cover;
}

.product-slider .carousel-control-next,
.product-slider .carousel-control-prev{
    border-radius: 50%;
    background-color: #333;
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.product-slider .carousel-control-next span,
.product-slider .carousel-control-prev span{
    border-color: #fff;
    width: 5px;
    height: 5px;
}


:not(i){
    font-family: 'Roboto', sans-serif
}

.product-wrapper .row {
    width: 110%;
}
.product-wrapper .product-slider,
.bootstrap-iso .carousel-inner{
    overflow: visible !important;
}

/* .product-slider .carousel-control-next, .product-slider .carousel-control-prev {
    top: 200px !important;
} */

.single-product-close-btn + .row{
    border-radius: 20px;
    overflow: hidden;
}

.product-wrapper .carousel .carousel-indicators {
    position: absolute;
    bottom: -25px;
    margin: 0;
}

.single-product .card-top-inf{
        padding-top: 30px
}


.single-product-close-btn + .row {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 300px;
}

.fancybox-slide{
    padding-top: auto;
    height: 100% !important;
}

.single-product{
    /* width: 350px */
} 

/* 
.filtreform {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: scaleY(1);
    z-index:1000000
} */

@media (max-width: 992px) {
    .fancybox-container.slide-by-side {
       left: 0;
    }
}


.fancybox-container {
    z-index: 10000 !important;
}

.product-wrapper .product-content {
    max-height: 55vh;
    overflow-y: scroll;
}

.product-wrapper .carousel .carousel-indicators {
    background-color: #f3f0f0;
    bottom: -30px;
    padding: 5px;
}

.product-wrapper .product-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.product-wrapper .product-content::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.product-wrapper .product-content::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dedfd7;
}

.mouse-down {
    position: relative;
    display: block;
    width: 18px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 14px;
}

.mouse-down>* {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: mouse-scroll-animation 2.5s linear infinite;
    -moz-animation: mouse-scroll-animation 2.5s linear infinite;
    -ms-animation: mouse-scroll-animation 2.5s linear infinite;
    -o-transform: mouse-scroll-animation 2.5s linear infinite;
    animation: mouse-scroll-animation 2.5s linear infinite;
}

.filtreform .filter-controls-button-group .rowfloor .colfloor {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.filtreform .filter-controls-button-group .floornew .rowfloor {
    flex-wrap: nowrap;
    display: flex;
}

.filtreform .colfloor-title-wrapper .colfloor {
    padding: 6px;
}

#modallanguage .modal-content,
#modalpdf .modal-content{
    background-color: #f2f2f7!important;
    padding: 1rem !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

#modallanguage .modal-body{
    display: flex;
    flex-direction: column;
    border-radius: 20px; 
    overflow: hidden;
}

#modallanguage .modal-body .langbtn{
    width: auto;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: 500;
    border-radius: 0;
    background: #fff !important;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding-left: 1rem;
    position: relative;
    transition: all .2s ease
}

#modallanguage .modal-dialog{
    background-color: #f2f1f6;
}

#modallanguage .modal-body .langbtn:not(:last-child){
    border-bottom: 1px solid #f2f1f6
}

#modallanguage .modal-body .langbtn:hover{
    color: #0f3c8a
}

#modallanguage .modal-title{
    text-align: center;
}

#modallanguage .modal-body .langbtn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .85rem;
    content: "\f054";
    right: 1rem;
    position: absolute;
    color: #d0d0d1;
}

#modallanguage .modal-body .langbtn:hover:after{
    color: #0f3c8a
}

#modallanguage .close,
#modalpdf .close {
    color: #848488;
    cursor: pointer;
    background-color: #e2e2e7 !important;
    border-radius: 50%;
    width: 25px;
}

#modallanguage .close:hover,
#modalpdf .close:hover{
    color: #525255;
}

#modallanguage.show,
#modalpdf.show {
    padding: 0;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}

.fancybox-container.login-modal .fancybox-slide {
    height: 300px !important;
}


#videoPopupMenu + .fancybox-container {
    z-index: 100000 !important;
}

#modalpdf .modal-body {
    display: grid;
    grid-template-columns: auto auto;
}

#modalpdf  a.pdf-btn {
    border-radius: 10px;
    background-color: #add8e6;
    line-height: 3;
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 8px;
    color: #0106c1;
    font-weight: 500;
}

#modalpdf  h4.modal-title {
    text-align: center;
}

#modalpdf  a.pdf-btn:hover {
    background-color: lightgreen;
}