/* CSS Document */

.muoviMappa {
    background-image: url(../img/Icona_indiceOK.svg);
    background-repeat: no-repeat;
	/* background-color: white; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a9a9a9;
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    left: 50%;
    transform: translateX(-50%);
	bottom: 30px;
	display: none;
}

#fonti .links-title {
    font-weight: 900;
    border-bottom: 3px solid #0f0f0f;
    /* margin-top: 70px; */
    font-size: 1em;
}

#fonti .links {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 0px;
    font-size: .8em;
}

.nascondi{
	display: none;
}

@media screen and (max-width: 480px) {
	#header-fisso {
		z-index: 100;
	}
	.muoviMappa {
		display: block;
		z-index: 99;
	}
}