html, body 
{
    background-color: #000000;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -ms-touch-action: none;
 }

canvas
{
    outline: none;
}

.buttonlink
{
    background: #202020 url(../../../tours/tour7/tour7_buttonbg.png) repeat-x top center;
    background-size: 100% 100%;
    border: 1px solid #505050;
    border-radius: 6px;
    box-shadow: 0px 1px 5px #000000;
    color: #c0c0c0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.loading
{
    color: #808080;
    font-family: Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 100%;
}

.loading div
{
    border: 1px solid #404040;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 6px;
    margin-left: -53px;
    height: 12px;
    width: 104px;
}

.loading span
{
    border: 1px solid #585858;
    background-color: #383838;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1px;
    margin-left: -51px;
    height: 8px;
    width: 1px;
}

.loading-video
{
    border: 2px solid #c0c0c0;
    border-radius: 12px;
    box-shadow: 0px 0px 50px #000000, 0px 5px 50px #000000, 0px 10px 50px #000000;
    background: #181818;
    color: #909090;
    font-family: Sans-Serif;
    font-size: 15px;
    font-weight: 700;
    left: 50%;
    margin-left: -175px;
    padding: 15px;
    position: fixed;
    text-align: center;
    text-shadow: 0px 0px 7px #000000, 0px 1px 7px #000000;
    top: 60%;
    width: 320px;
}

.loading-video-bar
{
    background-color: #000000;
    border: 1px solid #404040;
    box-shadow: 0px 1px 7px #000000;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 6px;
    margin-left: -153px;
    height: 16px;
    width: 304px;
}

.loading-video-bar span
{
    border: 1px solid #585858;
    background-color: #383838;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1px;
    margin-left: -151px;
    height: 12px;
    width: 1px;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scrollbars
{
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color:#7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;    
}

.tool
{
    position: absolute;
}