@-ms-viewport { width: device-width; }

@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }

html { height:100%; }

body { 
    height:100%; 
    overflow:hidden; 
    margin:0; 
    padding:0; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:16px; 
    color:#FFFFFF; 
}

#mapDiv {
    width:100%;
    height:100%;
    position: relative;
}

#map {
    width:100%;
    height:100%;
}

#tour {
    position: absolute;
    left: -100px;
    top: 18px;
    /*right: -100px;*/
    bottom: 18px;
    width:1px;

    background-color: #FFFFFF;
    border:5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000;
    background-color: #777;
}

#pano {
    width:100%;
    height:100%;
}

#tour_close {
    position: absolute;
    top:-33px;
    right:-33px;
    width:50px;
    height:50px;
    background:url(../images/tour_close.png) center no-repeat;        
    z-index: 100;
    cursor: pointer;
    display: block;
}

#rgoLogo {
    display: block;
    position:absolute; 
    top:10px;
    right:10px;
    width:107px;
    height:79px;  
}

#airpanoLogo {
    display: block;
    position:absolute; 
    top:10px;
    left:10px;
    width:140px;
    height:22px;  
}

.legendTitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    color: #FFF;
    color: #d62873;
    padding: 3px;
    margin: -3px 3px 3px -3px;
    /*background-color: #3878c7;*/
}

#legend {
    position:absolute; 
    left:10px;
    bottom:40px;
    border: 0px solid #000;
    background:url(../images/legendbg.png); 
    padding:10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #999;
}

#legend td {
    color: #42617c;
    color: #d62873;
    /*font-weight: bold;*/
}

#thumbs {
    position:absolute; 
    right:10px;
    bottom:40px;
    border: 0px solid #000;
    
    background:url(../images/legendbg.png); 
    padding:10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #999; 
}

#thumbs_stage {
    width:134px;
    color:#555555;
    overflow-x:hidden;
    overflow-y:auto;
}

#thumbs_stage img {
    width:130px;
    margin-bottom: 5px;
    margin-right: 0px;
    border:#FFFFFF 2px solid;
}

#thumbs_stage img:hover {
    border:#d62873 2px solid;
}

#infoWindow {
    overflow: visible;
    pointer-events: none;
    position:absolute; 
    top:100px;
    left:100px;
    width:340px;
    height: auto;
    border:1px solid #787878;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;
    background-color: #fff;
    z-index: 9000; 
    display: none;
    opacity: 0;
}

#iwTitle {
    color: #424242;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    margin: 7px;
}

#iwImage {
    width: 196px;
    height: 96px;
    margin: 10px auto 10px 72px;
    border:3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px #555;
    box-shadow: 0px 0px 5px #555;
}

#iwHint {
    color: #818181;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    margin: 7px;
}


#iwSpin {
    width:100%;
    height:20px;
    background:url(../images/iwSpin.png) center no-repeat;
    margin-bottom: -20px;
}

#rgoLogoBig {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    margin-top: -200px;
    border:0px;
}
