* {
  margin: 0;
  padding: 0;
  line-height: 0;
}

html, body {
    background: #111;
    font-size:  16px;
    margin: 0;
    padding: 0;
    text-align: center;
}
object {
    overflow: auto;
    height: 950px;
    width: 100%;
}
#flash_content {
    border-style:none;
    border: 0;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    height: 100%;
    width: 100%;
}

#pano-outer {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#pano {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Preloader START*/
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    height:90px;
    position:relative;
    width:90px;
    left:50%;
    top:50%;
}

#status .wBall {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0;
    transform: rotate(225deg);
    animation: orbit 7.15s infinite;
}

#status .wBall .wInnerBall{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    left:0px;
    top:0px;
    border-radius: 11px;
}

#status #wBall_1 {animation-delay: 1.56s}
#status #wBall_2 {animation-delay: 0.31s}
#status #wBall_3 {animation-delay: 0.62s}
#status #wBall_4 {animation-delay: 0.94s}
#status #wBall_5 {animation-delay: 1.25s}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(-180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(-300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(-410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(-645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(-770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(-900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(-900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(-900deg);
    }

}
/* Preloader END */

@media screen and (max-height: 900px){
    object {height: 850px}
}
@media screen and (max-height: 800px){
    object {height: 750px}
}
@media screen and (max-height: 600px){
    object {height: 550px}
}