@font-face {
    font-family: 'StagSans-Light';
    src: url('fonts/StagSans/eot/StagSans-Light.eot?#iefix') format('eot'),
    url('fonts/StagSans/ttf/StagSans-Light.ttf') format('truetype'),
    url('fonts/StagSans/otf/StagSans-Light.otf') format('opentype'),
    url('fonts/StagSans/woff/StagSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }
 
 @font-face {
    font-family: 'StagSans-Book';
    src: url('fonts/StagSans/eot/StagSans-Book.eot?#iefix') format('eot'),
    url('fonts/StagSans/ttf/StagSans-Book.ttf') format('truetype'),
    url('fonts/StagSans/otf/StagSans-Book.otf') format('opentype'),
    url('fonts/StagSans/woff/StagSans-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }
 * {
    box-sizing: border-box;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(img/transparent.png);;
}
#panorama {
    width: 100%;
    height: 100%;
}
#conti-hotspot-window {
    width: 640px;
    min-height: 200px;
    background-color: rgba(255,165,0, 0.7);
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 101;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.4));
    padding: 20px;
}

#conti-hotspot-window button {
    width: 30px;
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;

    background-image: url(img/close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(0,0,0, 0.5);

    position: absolute;
    right: 0px;
    top: 0px;
}

#conti-hotspot-icon {
    width: 55px;
    height: 55px;
    float: left;
}

#conti-hotspot-image {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

#conti-hotspot-window h1 {
    margin: 12px 0 0 65px;
    font-family: 'StagSans-Book';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

#conti-hotspot-window h3 {
    margin: 10px 0 12px 57px;
    font-family: 'StagSans-Book';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

#conti-hotspot-window h4 {
    margin: 0 0 0 0;
    font-family: 'StagSans-Book';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: white;
}

#conti-hotspot-window p {
    margin-top: 0;
}

#conti-hotspot-window a {
    text-decoration: none;
    color: black;
}

#conti-hotspot-window div {
    margin: 10px 0 12px 57px;
    font-family: 'StagSans-Book';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}
#conti-block-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0, 1);
    left: 0px;
    top: 0px;
    z-index: 100;
    opacity: 0.7;
}

#conti-hotspot-video {
    width: 100%;
    margin: 15px 0;
}

div.pnlm-scene:hover span {
    display: none;
}

.pnlm-hotspot-anchor {
    height: 24px;
    width: 24px;
    border-radius: 0;
    background-image: url(img/triangle-down.svg);
    background-position: center;
    background-size: 100% 100%;
    z-index: 15;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
    display: none;
}

.pnlm-hotspot-line {
    height: 200px;
    width: 5px;
    border-radius: 0;
    background-color: rgba(255,165,0, 1);
    z-index: 10;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
    display: none;
}

.pnlm-hotspot {
    height: 55px;
    width: 55px;
    border-radius: 0;
    z-index: 30;
}
.pnlm-hotspot:hover {
    background-color: transparent;
}
.pnlm-hotspot.pnlm-info {
    background-position: center center;
    background-image: url('img/info_point.svg');
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
}
.pnlm-hotspot.pnlm-info:hover {
    background-image: url('img/info_point_hover.svg');
}
.pnlm-hotspot.pnlm-scene {
    background-position: center center;
    background-image: url('img/camera_point.svg');
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    display: none;
}
.pnlm-hotspot.pnlm-scene:hover {
    background-image: url('img/camera_point_hover.svg');
}
.pnlm-panorama-info {
    display: none !important;
}

.pnlm-grab {
    cursor: grab !important;
}

.pnlm-grabbing {
    cursor: grabbing !important;
}

#box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 800px;
    border: 5px solid blue;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;

    background-image: url('img/arrow_up3.svg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
  }

.corner {
    position: absolute;
    top: 0px; left: 0px;
    border: 1px solid blue;
    background-color: blue;
    color: white;
    display: none;
  }

.arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;

    background-image: url('img/arrow_up3_orange.svg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.5;

    /*border: 2px solid red;*/
}

.arrow .pnlm-pointer {
    display: none;
}
.arrow:hover {
    background-image: url('img/arrow_up3.svg');
    opacity: 1;
}
