-* {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px auto 0;
	text-align: center;
	overflow: hidden;
	 font-family: 'Barlow';
            font-weight: 400;
            background: #989ca8;
            text-align: left;
            color: #ffffff;
            vertical-align: text-top;
            }

#coattone {
	width: 1px; height: 1px; position: absolute; top: 0px; overflow: hidden;
}

.tastodidas {
		position: fixed; bottom: 0px; width: 12px; right: 25px; z-index: 20;
}

#tastoricarica {
position: fixed; top: 0px; left: 0px;
}

#tastochiudi {
position: fixed; top: 0px; right: 0px;
}

#loader {
	text-align: center;
	width: 60px;
	height: 60px; 
	position: absolute;
	top: 50%;
	left: 50%;
    	margin-top: -30px;
    	margin-left: -30px;
}

#logo {
	text-align: left;
	left: 0px;
	position: absolute;
	top: 100%;
    	margin-top: -130px;
}

#didas {
	position: fixed; bottom: 0px; text-align: left; width: 100%; left: 0px; z-index: 9; background-image: url(imm-gallery/sfondo-didascalia.png); padding-left: 10px;}


#faderato {
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


a:link {
    font-weight: 600;
    text-decoration:none;
    color: #fecd00;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity:1; 
}

a:visited {
    font-weight: 600;
    text-decoration:none;
    color: #fecd00;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity:1;
}

a:hover {
    padding-top: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #fecd00;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: alpha(opacity=80);
    opacity:0.8;
}

a.bianco:link {color:#ffffff;}
a.bianco:visited {color:#ffffff;}
a.bianco:hover {color:#ffffff;}

img.a {
  vertical-align: bottom;
  height: 40px;
}

svg{
  width: 200px;
  height: 200px;
  display:inline-block;
  }



.acapo
{
  width: 20px;
  height: 20px;
  }
