* {
    margin:0;
    padding:0;
}
body {
    display: flex;
    justify-content: center;
    align-items:center;
}
.pnlm-container{
    margin:0;
    padding:0;
    overflow:hidden;
    position:relative;
    cursor:default;
    width: 100%;
    height:100%;
    font-family: 'Titillium Web', sans-serif;
    background:#f4f4f4 no-repeat;
    background-image: url(img/background.jpg);
    background-position:center;
    background-size: cover;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:0;
    line-height:1.4;
    
}
.pnlm-container *{
    box-sizing:content-box
}
.pnlm-ui{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1
}
.logo_nava {
    width: 10vw;
    height: auto;
    position: absolute;
    right: 2vw;
    bottom: 2vh;
    opacity: 0.7;
    cursor: pointer;
    z-index: 2;

}
.pnlm-grab{
    cursor:grab;
    cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default
}
.pnlm-grabbing{
    cursor:grabbing;
    cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default
}
.pnlm-sprite{
    background-image:url(sprites.svg)
}
.pnlm-container:-moz-full-screen{
    height:100%!important;
    width:100%!important;
    position:static!important
}
.pnlm-container:-webkit-full-screen{
    height:100%!important;
    width:100%!important;
    position:static!important
}
.pnlm-container:-ms-fullscreen{
    height:100%!important;
    width:100%!important;
    position:static!important
}
.pnlm-container:fullscreen{
    height:100%!important;
    width:100%!important;
    position:static!important
}
.pnlm-render-container{
    cursor:inherit;
    position:absolute;
    height:100%;
    width:100%
}
.pnlm-controls{
    margin-top:4px;
    background-color:#fff;
    border:1px solid #999;
    border-color:rgba(0,0,0,0.4);
    border-radius:3px;
    cursor:pointer;
    z-index:2;
    -webkit-transform:translateZ(9999px);
    transform:translateZ(9999px)
}
.pnlm-control:hover{
    background-color:rgba(239,143,0,1);
}
.pnlm-controls-container{
    position:absolute;
    top:0;
    left:4px;
    z-index:1
}
.pnlm-zoom-controls{
    width:26px;
    height:52px
}
.pnlm-zoom-in{
    width:100%;
    height:50%;
    position:absolute;
    top:0;
    border-radius:3px 3px 0 0
}
.pnlm-zoom-out{
    width:100%;
    height:50%;
    position:absolute;
    bottom:0;
    background-position:0 -26px;
    border-top:1px solid #ddd;
    border-top-color:rgba(0,0,0,0.10);
    border-radius:0 0 3px 3px
}
.pnlm-fullscreen-toggle-button {
    width:26px;
    height:26px;
}
.pnlm-orientation-button {
    width:26px;
    height:26px;
    display: none;
}
.pnlm-hot-spot-debug-indicator {
    width:26px;
    height:26px;
}
.pnlm-hot-spot-debug-indicator{
    position:absolute;
    top:50%;
    left:50%;
    width:26px;
    height:26px;
    margin:-13px 0 0 -13px;
    background-color:rgba(255,255,255,0.5);
    border-radius:13px;
    display:none
}
.pnlm-orientation-button-inactive{
    background-position:0 -156px;
    display: none;
    visibility: hidden;
}
.pnlm-orientation-button-active{
    background-position:0 -182px;
    display: none;
    visibility: hidden;
}
.pnlm-fullscreen-toggle-button-inactive{
    background-position:0 -52px
}
.pnlm-fullscreen-toggle-button-active{
    background-position:0 -78px
}
.pnlm-panorama-info{
    position:absolute;
    bottom:4px;
    background-color:rgba(0,0,0,0.7);
    border-radius:0 3px 3px 0;
    padding-right:10px;
    color:#fff;
    text-align:left;
    display:none;
    z-index:2;
    -webkit-transform:translateZ(9999px);
    transform:translateZ(9999px)
}
.pnlm-title-box{
    position:relative;
    font-size:20px;
    display:table;
    padding-left:5px;
    margin-bottom:3px;
    display: none;
}
.pnlm-author-box{
    position:relative;
    font-size:12px;
    display:table;
    padding-left:5px;
    display: none;
}
.pnlm-load-box{
    position:absolute;
    top:50%;
    left:50%;
    width:200px;
    height:150px;
    margin:-75px 0 0 -100px;
    background-color:rgba(0,0,0,0.7);
    border-radius:3px;
    text-align:center;
    font-size:20px;
    display:none;
    color:#fff
}
.pnlm-load-box p{
    margin:20px 0
}
.pnlm-lbox{
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:20px;
    margin:-10px 0 0 -10px;
    display:none
}
.pnlm-loading{
    animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    animation-name:pnlm-mv;
    -webkit-animation-name:pnlm-mv;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    height:10px;width:10px;
    background-color:#fff;
    position:relative
}
@keyframes pnlm-mv{
    from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}
}
@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}
}
.pnlm-load-button{
    position:absolute;
    top:50%;
    left:50%;
    width:220px;
    height:110px;
    margin:-55px 0 0 -110px;
    background-color:rgba(255,255,255,0.6);
    border-radius:3px;
    text-align:center;
    font-size:20px;
    display:table;
    color:#0b4783;
    cursor:pointer;
    font-weight: 700;
    padding: 10px;
}
.pnlm-load-button:hover{
    background-color:rgba(255,255,255,.8);
}
.pnlm-load-button p{
    display:table-cell;
    vertical-align:middle
}
.pnlm-info-box{
    font-size:15px;
    position:absolute;
    top:50%;
    left:50%;
    width:200px;
    height:150px;
    margin:-75px 0 0 -100px;
    background-color:#000;
    border-radius:3px;
    display:table;
    text-align:center;
    color:#fff;
    table-layout:fixed
}
.pnlm-info-box a,.pnlm-author-box a{
    color:#fff;
    word-wrap:break-word;
    overflow-wrap:break-word
}
.pnlm-info-box p{
    display:table-cell;
    vertical-align:middle;
    padding:0 5px 0 5px
}
.pnlm-error-msg{
    display:none
}
.pnlm-about-msg{
    font-size:11px;
    line-height:11px;
    color:#fff;
    padding:5px 8px 5px 8px;
    background:rgba(0,0,0,0.7);
    border-radius:3px;
    position:absolute;
    top:50px;
    left:50px;
    display:none;
    opacity:0;
    -moz-transition:opacity .3s ease-in-out;
    -webkit-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    z-index:1;
    display:none;
}
.pnlm-about-msg a:link,.pnlm-about-msg a:visited{
    color:#fff;
    display:none;
}
.pnlm-about-msg a:hover,.pnlm-about-msg a:active{
    color:#eee;
    display:none;
}
.pnlm-hotspot-base{
    position:absolute;
    visibility:hidden;
    cursor:default;
    vertical-align:middle;
    top:0;z-index:1
}
.ala .pnlm-hotspot.pnlm-scene{
    background-size: cover;
    background-position: 0 -250px;
    height:50px;
    width:50px;
    border-radius:50%;
    background-color: rgba(255,255,255,0.3);
}
.pnlm-hotspot{
    height:26px;
    width:26px;
    border-radius:13px;
    background-color: rgba(239,143,0,0.1);
}
.pnlm-hotspot:hover{
    background-color:rgba(239,143,0,0.1);
}
.pnlm-hotspot.pnlm-info{
    background-position:0 -104px
}
.pnlm-hotspot.pnlm-scene{
    background-position:0 -130px
}
div.pnlm-tooltip span{
    visibility:hidden;
    position:absolute;
    border-radius:3px;
    background-color:rgba(239,143,0,1);
    color:#fff;
    text-align:center;
    max-width:200px;
    padding:5px 10px;
    margin-left:-220px;
    cursor:default
}
div.pnlm-tooltip:hover span{
    visibility:visible
}
div.pnlm-tooltip:hover span:after{
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-width:10px;
    border-style:solid;
    border-color:rgba(239,143,0,1) transparent transparent transparent;
    bottom:-20px;
    left:-10px;
    margin:0 50%
}
.pnlm-compass{
    position:absolute;
    width:50px;
    height:50px;
    right:4px;
    bottom:4px;
    border-radius:25px;
    background-image:url('compass.svg');
    cursor:default;
    display: none;
}
.pnlm-world{
    position:absolute;
    left:50%;
    top:50%
}
.pnlm-face{
    position:absolute;
    -webkit-transform-origin:0 0;
    transform-origin:0 0
}
.pnlm-dragfix,.pnlm-preview-img{
    position:absolute;
    height:100%;
    width:100%;
}
.pnlm-preview-img{
    background-size:cover;
    background-position:center
}
.pnlm-lbar{
    width:150px;
    margin:0 auto;
    border:#fff 1px solid;
    height:6px
}
.pnlm-lbar-fill{
    background:#fff;
    height:100%;
    width:0
}
.pnlm-lmsg{
    font-size:12px
}
.pnlm-fade-img{
    position:absolute;
    top:0;
    left:0
}
.pnlm-pointer{cursor:pointer}