* {
    margin: 0;
    padding: 0; //box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
    overflow: hidden
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
}

a:hover {
    border-bottom: 1px solid #fff
}

p {
    margin-bottom: 1em;
}

.hide {
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#title {
    position: absolute;
    top: 20px;
    width: 300px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    overflow: auto;
}

#options {
    position: absolute;
    top: 20px;
    width: 300px;
    right: 20px;
    background-color: rgba(255,255,255, 0.9);
    border-radius: 3px;
    padding: 10px;
    overflow: hidden;
    z-index: 2000;
}

h1 {
    font: 20px Georgia;
    margin: 0 0 1em 0;
}

#toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right
}

/*
#map {
    width: 300px;
    height: 200px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 3px 3px rgba( 73, 73, 73, .2);
    -moz-box-shadow: 0px 0px 3px 3px rgba( 73, 73, 73, .2);
    -o-box-shadow: 0px 0px 3px 3px rgba( 73, 73, 73, .2);
    box-shadow: 0px 0px 3px 3px rgba( 73, 73, 73, .2);
}*/

#map
{
    position: absolute;
    left: 0;
    width: 30%;
    top: 0;
    bottom: 64;
    background-color: #fff;
    border-right: 8px solid rgba(255,255,255,0.85);
    z-index: 999;
}

#pano {
    position: absolute;
    left: 30%;
    top: 0;
    right: 0;
    bottom: 64;
}

#legal-info
{
    position: absolute;
    bottom: 0px;
    height: 64px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,1);
    z-index: 1000;
    text-align: center;
    line-height:24px;
    padding-right: 8px;
    color: #000;
}

#legal-info a
{
    color: #3e5985;
    font-weight: bold;
}



.button 
{
    font-size: 11px
}
#pano_form button
 {
    float: left
}
#map_form, #map_form a
{
    color: #000;
}

#map_form input 
{
    background: rgba( 255, 255, 255, .5) url(search.png ) no-repeat 5px 50%;
    padding-left: 25px;
    width: 185px;
    height: 26px;
    border: 1px solid #444;
    margin-top: 2px;

}

#map_form input:focus 
{
    background-color: rgba( 255, 255, 255, .85);
    border: 1px solid black;
}

#map_form button 
{
   /* width: 80px;*/
    float: right;
    margin-left: 6px;
}

#map_form button:last-child
{
    margin: 0;
}

#preloader 
{
    pointer-events: none;
    width: 306px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -153px;
    margin-top: -18px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
}

#bar 
{
    pointer-events: none;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -15px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
}

.block
{
    position: relative;
    
    padding: 0;
    margin: 5px 0 0 0;
    display: block;
}

#error, #message 
{
    line-height: 1.4em;
    margin-bottom: .5em
}
