
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    margin: 0.2em 0;
    padding: 0.4em;
    background: #ccc;
    line-height: 28px;
    vertical-align: middle;
    color: #000;
    z-index:99999 !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) {
    html {
        overflow:hidden;
    }
}
*{
    margin:0;
    padding:0;
}
button, button:hover, button:visited, button:active, button:after, button:focus,
a, a:hover, a:visited, a:active, a:after, a:focus{
    text-decoration: none;
    border:0;
}
html {
    height:100%;
}
body {
    height:100%;
    overflow:hidden;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#FFFFFF;
    background-color:#000000;
}
.container-fluid{
    /*position: relative;*/
}
#header{
    position: absolute;
    left:0;
    top:10px;
    z-index:200;
    width:100%;
    height:0;
    padding-left: 10px;
}
#header .pt-logo{
  width: 100%;
  height: 0;
}
#header .pt-logo a img{
    width:132px;
    height:44px;
    cursor: pointer;
}
#header .logo-tip{
    position: absolute;
    left: 150px;
    top: 0;
    width:300px;
    padding:10px;
    background-color: rgba(0,0,0,0.3);
    visibility: hidden;
    border:2px solid #fff;
    border-radius: 10px;
}
#header .location-info{
    position: absolute;
    right:10px;
    top:0;
    min-width: 38px;
    max-width: 330px;
    height:38px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.3);
    border:2px solid #fff;
    border-radius: 10px;
}
#header .location-info:hover{
    background-color: rgba(0,0,0,0.5);
}
@media (max-width:764px){
    #header .logo-tip{left:10px;top:55px;}
}
@media (max-width:486px){
    #header .logo-tip{left:150px;top:0;}
    #header .location-info{top:75px;}
}
#pano{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
}
.plan-map-container{
    position: absolute;
    left:0;
    bottom:0;
    width:100px;
    height:100px;
}
@media (max-width: 880px) {
    .plan-map-container{
        display:none;
    }
}
.map-button-container{
    position: absolute;
    left:20px;
    bottom:20px;
    width:100px;
    height:100px;
    z-index:998;
}
