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: #000;
}
a, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}
#transition-wrapper {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#transition-wrapper img {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px) { 
  #transition-wrapper img {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
.map-wrapper {
    position: absolute;
    z-index: 10;
    bottom: -70px;
    left: 0px;
    width: 400px;
    height: 400px;
}
#map {
    width: 100%;
    height: 100%;
}
#pano {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.header {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.header h1 {
    font-family:'HelveticaNeueW02-77BdCn 694066', Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: normal;
    margin: 10px 10px 0 10px;
    padding: 0;
}
.header h2 {
    font-family:'HelveticaNeueW01-47LtCn 692686', Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    margin: 10px 10px 0 10px;
    padding: 0;
}
ul#modeselektor {
    font-family:'HelveticaNeueW01-47LtCn 692686', Helvetica, Arial, sans-serif;
    font-size: 18px;
    list-style-type: none;
    margin: 10px 15px 0 10px;
    padding: 0;
}
ul#modeselektor li {
    cursor: pointer;
    display: inline;
    padding: 0 10px 0 0;
}
a.close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    z-index: 10;
    padding: 0px 4px 0px 3px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    color: rgba(0,0,0,0.2);
    text-shadow: 0px 0px 0px rgba(255,255,255,0.2);
}
a.close:hover {
    color: rgba(0,0,0,0.4);
    background-color: rgba(255,255,255,0.4);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
}
.overlay {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    background-color: #ffffff;
}
