@import url('https://fonts.googleapis.com/css?family=Open+Sans:600|Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Orbitron:700');

html,
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

#container {
    z-index: 9;
}

.container {
    position: absolute;
    border: 0px;
    left: 310px;
    width: calc(100% - 310px);
    height: 100%;
    overflow: false;
    z-index: 9 !important;
}

/*.container {
    position: absolute;
    border: 0px;
    left: 310px;
    width: calc(100% - 310px);
    height: 100%;
    overflow: false;
}*/

#bottom-control {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(208, 208, 208, 0.8);
    height: 46px;
    width: 100%;
}

.left-ctrl {
    float: left;
    height: 50px;
    /*width: 70%;*/
}

.right-ctrl {
    float: right;
    height: 50px;
    /*width: 30%;*/
}

.left-control ul,
.right-ctrl ul,
.left-ctrl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.left-ctrl ul li {
    float: left;
    min-width: 5rem;
}

.right-ctrl ul li {
    float: right;
}

.left-control ul li a,
.right-ctrl ul li a,
.left-ctrl ul li a {
    display: block;
    color: #989898;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
}

.left-control ul li a:hover:not(.active),
.right-ctrl ul li a:hover:not(.active),
.left-ctrl ul li a:hover:not(.active) {
    background-color: rgba(171, 171, 171, 0.41);
    color: #555555;
}

.left-control ul li a.active,
.right-ctrl ul a.active,
.left-ctrl ul a.active {
    background-color: rgba(138, 138, 138, 0.49);
    color: #555555;
}

.list-of-room {
    position: absolute;
    left: -200px;
    bottom: 50px;
    max-height: 50vh;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(85, 85, 85, 0.52);
    padding: 10px;
    z-index: 3;
    display: none;
}

.list-group-item.disabled {
    color: #000 !important;
    cursor: auto !important;
    background-color: #909090 !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.menu-view {
    display: none !important;
}

.logoby {
    position: absolute;
}

.logoby img {
    width: 200px;
    height: auto;
}

.logoby.topleft {
    left: 60px;
    top: 10px;
}

.logoby.bottomleft {
    left: 10px;
    bottom: 60px;
}

.logoby.bottomright {
    right: 10px;
    bottom: 60px;
}

.room-overlay {
    position: absolute;
    left: 60px;
    top: 10px;
    border-left: 5px #333333 solid;
    font-family: 'Orbitron', sans-serif;
    padding: 7px;
    padding-left: 30px;
    font-size: 3rem;
    text-transform: capitalize;
    z-index: 2;
}

.googleMap {
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    top: 0;
    transition: all .5s ease;
    /*  display: none;*/

}

.googleMap {
    z-index: -1;
}

#miniPlanView {
    position: absolute;
    width: 300px;
    height: auto;
    top: 0;
    right: 0;
    z-index: 3;
    opacity: 1;
    -webkit-transition: width 0.2s;
    /* Safari */
    transition: width 0.2s;
}

#miniPlanView:hover {
    /* width: 500px; */
}

.full-floorplan-size {
    width: 30% !important;
    max-width: 1500px !important;
}

.plan-buttom {
    background-color: #fff;
    padding: 5px;
}

#miniPlanView>.floorplan {
    position: relative;
    /* background: #ffffff33 !important; */
}

#miniPlanView>.floorplan>img {
    width: 100%;
}

.box-btn-fullplan {
    width: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.box-btn-fullplan img {
    width: 100%;
}

#un-full {
    display: none;
}

.miniplan-radar {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    background: radial-gradient(circle 60px at 0 60px, rgba(0, 0, 0, .5) 0, transparent 100%);
    transform-origin: bottom left;
}

.close-miniplan {
    background-color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.icon svg {
    width: 30px;
    height: 30px;
    fill: #989898;
}

.icon.active svg,
.icon:hover svg {
    fill: #555555
}

.left-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.46);
    z-index: 1;
}

.left-control ul li a.icon svg {
    fill: #5d5c5c;
}

.left-control ul li a.icon.active svg,
.left-control ul li a.icon:hover svg {
    fill: #333333;
}

.plans-level.list-group {
    position: absolute;
    min-width: 209px;
    bottom: 30px;
    left: 0;
}

.show-control.icon {
    position: absolute;
    width: 50px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.23);
    bottom: -50px;
    text-align: center;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.show-control.icon svg {
    fill: #ccc8c8;
}

.list-group-item {
    background-color: #ddd;
}

.plans-level.list-group>a.list-group-item {
    text-align: left !important;
    border-radius: 0;
}

.plans-level.list-group>a:hover {
    background-color: #cecece !important;
}

#view-pano {
    position: relative;
}

#plan-radar {
    position: relative;
}

#plan-radar>img {
    width: 100%;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}

.sidebar-menu>li>a>img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.radar {
    position: absolute;
    transform: rotate(0rad);
    z-index: 2;
}

.ui-rotatable-handle {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 10px;
    left: 10px;
    background: radial-gradient(circle 60px at 0 60px, rgba(0, 0, 0, .5) 0, transparent 100%);
    transform-origin: bottom left;
    z-index: 0;
}

.camera {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    background: radial-gradient(circle 40px at 0 60px, rgba(0, 0, 0, .5) 0, transparent 100%);
    transform-origin: bottom left;
    z-index: 0;
}

.marker.active {
    border: 4px solid #00c367
}

.marker {
    position: absolute;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background-color: #2196F3;
    border-radius: 22px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: 4px solid #607D8B;
    box-shadow: inset 0 0 0 3.5px #fff;
    z-index: 1;
}

.marker-editor {
    left: -11px;
    top: -11px;
}

.menu-editor {
    margin-bottom: 15px;
    background-color: rgb(146, 146, 146);
    padding: 5px;
}

.select-target {
    width: 200px;
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.45);
}

.select-target div img {
    width: 100%;
}

.select-target div img:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 9px 2px rgba(179, 179, 179, 1);
}

.select-taget-title {
    color: #fff;
    margin-bottom: 10px;
}

.close-target {
    color: #fff;
    cursor: pointer;
}

.img-scene {
    margin-bottom: 8px;
}

.cover.off {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 5000ms;
    -o-transition: 5000ms;
    -webkit-transition: 5000ms;
    transition: 5000ms;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.progress {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-size: 4vmin;
    color: #b1b1b1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 20vmin;
    height: 20vmin;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ring:nth-child(1) {
    -moz-animation: ripple 5000ms linear 1000ms infinite;
    -webkit-animation: ripple 5000ms linear 1000ms infinite;
}

.ring:nth-child(2) {
    -moz-animation: ripple 5000ms linear 2000ms infinite;
    -webkit-animation: ripple 5000ms linear 2000ms infinite;
}

.ring:nth-child(3) {
    -moz-animation: ripple 5000ms linear 3000ms infinite;
    -webkit-animation: ripple 5000ms linear 3000ms infinite;
}

.ring:nth-child(4) {
    -moz-animation: ripple 5000ms linear 4000ms infinite;
    -webkit-animation: ripple 5000ms linear 4000ms infinite;
}

.ring:nth-child(5) {
    -moz-animation: ripple 5000ms linear 5000ms infinite;
    -webkit-animation: ripple 5000ms linear 5000ms infinite;
}

@-moz-keyframes ripple {
    0% {
        width: 20vmin;
        height: 20vmin;
        border-color: rgba(255, 255, 255, 0);
    }

    20% {
        width: 20vmin;
        height: 20vmin;
        border-color: rgba(255, 255, 255, 0.8);
    }

    40% {
        width: 30vmin;
        height: 30vmin;
        border-color: rgba(255, 255, 255, 0.6);
    }

    60% {
        width: 40vmin;
        height: 40vmin;
        border-color: rgba(255, 255, 255, 0.4);
    }

    80% {
        width: 50vmin;
        height: 50vmin;
        border-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        width: 60vmin;
        height: 60vmin;
        border-color: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple {
    0% {
        width: 20vmin;
        height: 20vmin;
        border-color: rgba(255, 255, 255, 0);
    }

    20% {
        width: 20vmin;
        height: 20vmin;
        border-color: rgba(255, 255, 255, 0.8);
    }

    40% {
        width: 30vmin;
        height: 30vmin;
        border-color: rgba(255, 255, 255, 0.6);
    }

    60% {
        width: 40vmin;
        height: 40vmin;
        border-color: rgba(255, 255, 255, 0.4);
    }

    80% {
        width: 50vmin;
        height: 50vmin;
        border-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        width: 60vmin;
        height: 60vmin;
        border-color: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.m-menu {
    display: none;
}

.copylight {
    position: fixed;
    bottom: 3rem;
    width: 80px;
    height: auto;
    left: 3px;
}

.copylight img,
.gallery img {
    width: 100%;
}

.gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    transform: translate(-50%, -50%);
    border: 5px solid #FFFFFF;
}


@media only screen and (max-width: 768px) {
    #miniPlanView {
        width: 160px;
    }

    .left-ctrl,
    .left-control {
        display: none !important;
    }

    .right-ctrl {
        float: left;
    }

    .right-ctrl ul.menu-items li a {
        padding: 12px 3.8vw 3px;
    }

    .right-ctrl ul.menu-items ul.dropdown li a {
        padding: 12px 3.8vw;
    }


    .room-overlay {
        left: 10px;
    }

    .menu-view {
        display: block !important;
    }

    .list-of-room {
        display: block;
    }

    .m-full {
        position: absolute;
        bottom: 0;
        width: 50px;
        height: 46px;
        z-index: 12;
        right: 0;
    }


    .m-full-close {
        position: absolute;
        bottom: 0;
        width: 50px;
        height: 46px;
        z-index: 12;
        right: 0;
        display: none;
    }

    .m-full img,
    .m-full-close img,
    .gyroscope img {
        width: 100%;
    }

    .m-menu {
        display: block;
    }

    .room-overlay {
        font-size: 2rem;
    }

    .gyroscope {
        position: absolute;
        bottom: 0;
        width: 32px;
        height: 38px;
        z-index: 12;
        right: 52px;
        display: block;
    }

    .full-floorplan-size {
        width: 90% !important;
        max-width: 1500px !important;
    }
}

.li-level1 {
    display: block;
}

.li-level2 {
    display: none;
}

.level1 {
    display: block;
}

.level2 {
    display: none;
}

.floor-number {
    /* width: 150px; */
    min-width: 150px;
    text-align: left;
    background: #4f8997;
    text-transform: uppercase;
    cursor: pointer;
}

.floor-number a {
    color: #FFFFFF !important;
    text-align: left !important;
}

.floor-number a:hover {
    color: #FFFFFF !important;
    background: #4f8997 !important;
}

.right-ctrl li ul.dropdown {
    position: absolute;
    bottom: 46px;
    width: 100%;
    background: rgba(128, 128, 128, 0.8509803921568627);
    -webkit-transition: height 0.2s;
    /* Safari */
    transition: height 0.2s;
    display: none;
}

.right-ctrl li ul.dropdown.opent {
    display: block;
}

.right-ctrl li ul.dropdown li.floor-number {
    width: 100%;
}

.right-ctrl li ul.dropdown li {
    float: unset;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #949494;
}

.right-ctrl li ul.dropdown li a {
    color: #ffffff;
    text-align: left;
}

li.active {
    background: #565656;
}

.ask-cookies {
    width: 500px;
    max-width: 97.5%;
    /* height: 200px; */
    position: absolute;
    bottom: 50px;
    left: 5px;
    /* transform: translateX(-50%); */
    color: black;
    font-size: 12px;
}

.notification-bottom-border {
    border-bottom: 1px solid #e6e6e6;
}

.notification-container {
    background-color: #ffffff;
    padding: 12px 20px;
    width: calc(100% - 40px);
}

.notification-footer {}

.notification-container a {
    color: #ffffff;
    text-decoration: none;
}

.notification-container a:hover {
    color: #888888;
}

.button {
    background: transparent;
    border: none;
    color: black;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn {
    background-color: transparent;
    border: 1px solid #a0a0a0;
}

.btn-agree:hover {
    background-color: #4CAF50;
    color: white;
}

.gmnoprint,
.gm-style-cc {
    bottom: 50px !important;
}

.overlay-change-scene {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

li.active a {
    color: #FFFFFF !important;
}

.winbox .floorplan>img {
    width: 100% !important;

}

.winbox,
.winbox .wb-body {
    background: #ffffff45 !important;
}

.wb-header {
    background: #666666;
}