/* immagine in caricamento 100% */
#background_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    background: no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    display: none;
}







.map_image {
   opacity: 1 !important; 
}


/* box mappa */
.map_selector_control {
    width: 22%;
    height: 22%;
    text-align: center;
    display: none;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    line-height: 22px;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* lista voci mappa normali */
.map_selector li {
    font-size: 24px;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

/* lista voci mappa hower */
.map_selector li a:hover {
    font-size: 32px;
    background: white;
    color: black;
}
/* icona selettore mappa*/
.map_selector_control i {
    font-size: 30px;
    color: black;
    text-align: center;
    padding: 33% 0;
}

/* testo titolo in presentazione*/
#name_virtualtour {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 40px;
}

/* logo in presentazione*/
.progress img {
    width: 150%;
    max-width: 300px;
}
