html, body {
    font-family: Ubuntu,Verdana,Arial,Helvetica,sans-serif;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
html {
    overflow: hidden;
    font-size: 13px;
}
body {
    background-color: #AAA;
}
div.logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 95px;
    background-image: url(https://www.2nv2u.net/images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
}
div.stage {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}
#pannellum:-moz-full-screen div.logo,
#pannellum:-moz-full-screen div.stage {
    display: none;
}
#pannellum:-webkit-full-screen div.logo,
#pannellum:-webkit-full-screen div.stage {
    display: none;
}
#pannellum:fullscreen div.logo,
#pannellum:fullscreen div.stage {
    display: none;
}
div.stage div:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.25;
    background-image: url(https://www.2nv2u.net/images/mesh.png);
}
div.stage div {
    position: relative;
    height: 100%;
    background-color: rgba(30,30,30,0.2);
    backdrop-filter: blur(50px);
}
div.stage hr {
    position: absolute;
    border-left: none;
    border-right: none;
    left: 0;
    right: 0;
    margin: 0;
}
div.stage.top {
    top: 0;
    height: 95px;
}
div.stage.top hr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-top: 1px solid rgba(0,0,0,0.15);
    bottom: -1px;
}
div.stage.bottom {
    bottom: 0;
    height: 90px;
}
div.stage.bottom hr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-top: 1px solid rgba(0,0,0,0.2);
    top: -1px;
}
div.pnlm-container {
    background-color: rgba(200,200,200,1);
}
div.pnlm-zoom-controls {
    width: 30px;
    height: 60px;
    border-radius: 6px;
    float: left;
}
div.pnlm-zoom-in {
    background-position: 2px 2px;
    border-radius: 6px 6px 0 0;
}
div.pnlm-zoom-out {
    background-position: 2px -24px;
    border-radius: 0 0 6px 6px;
}
div.pnlm-fullscreen-toggle-button,
div.pnlm-orientation-button,
div.pnlm-hot-spot-debug-indicator {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    float: right;
}
div.pnlm-fullscreen-toggle-button-inactive {
    background-position: 2px -50px;
}
div.pnlm-fullscreen-toggle-button-active {
    background-position: 2px -76px;
}
div.pnlm-orientation-button-inactive {
    background-position: 2px -154px;
}
div.pnlm-orientation-button-active {
    background-position: 2px -180px;
}
div.pnlm-hotspot {
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
div.pnlm-hotspot {
    background-color:rgba(255,255,255,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
div.pnlm-hotspot:hover {
    background-color:rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
div.pnlm-hotspot.pnlm-info {
    background-position: 2px -102px
}
div.pnlm-hotspot.pnlm-scene {
    background-position: 2px -128px;
}
div.pnlm-tooltip span {
    border-radius: 6px;
    background-color: rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    padding: 15px 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.75);
}
div.pnlm-hot-spot-debug-indicator {
    background-position: 2px 2px;
    border-radius: 15px;
}
div.pnlm-controls {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    border: none;
    margin: 2px;
}
div.pnlm-controls.pnlm-compass {
    border: 10px solid rgba(255,255,255,0.4);
    border-radius:35px;
    margin: 5px 10px;
    background-color: rgba(50,50,50,0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity:0.5;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.5);
}
div.pnlm-title-box {
    text-shadow: 0 0 15px rgba(0,0,0,0.5);
}
div.pnlm-panorama-info {
    bottom: 0;
    background: none;
    padding: 20px;
}
div.pnlm-author-box {
    opacity: 0.5;
}
div.pnlm-controls-container {
    top: 15px;
    left: 15px;
    right: 15px
}