@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
    font-family: 'Birch Std';
	src:url('/font/Birch.eot?#iefix') format('eot'),url('/font/Birch.woff') format('woff'),url('/font/Birch.ttf') format('truetype'),url('/font/Birch.svg#icon-font') format('svg');
    /* src: url('/font/Birch.woff'); */
	font-weight: normal;
	font-style: normal;
}


body{
	background-color:#000000;
font-family: 'Roboto Condensed', sans-serif !important;
	
}
a:link {
	color: #D39759;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D39759;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform:none;
}
a:active {
	text-decoration: none;
	color: #9D9701;
}


.titolo{
	font-size:140px;
	color:#8C0000;
	
	}
.sottotitolo{
	font-size:26px;
	color: #ffffff;
	}
.loguzzo {
	max-width:90%;
}

.btnSubmit {
	/* background-color:#09f; */
	background-color:#333;
	/*padding:10px 40px;*/
	color:#FFF;
	border:#666666 1px solid; 
	
	width:100px;
	height:100px;
	border-radius:50px;
	float:left;
	margin-left:10px;
	margin-top:30px;
	}
.btnSubmit:hover {
	background-color:#D86062;	
}

#etimologia {
	width: 800px;
	max-width:90%;
	margin: 0 auto 0 auto;
	font-family: 'Arial', serif;
	font-size: 14px;
	text-align:justify;
		border: 1px solid;
	border-radius: 10px;

	border-color: #333333;
	padding:20px 20px 20px 20px;
	color:#C1C1C1;
	}
.ola2 {
	float: left;
	margin-left: 10px;
	margin-bottom:10px;
	max-width:90%;
	}
.ola {
	float: left; 
	margin: 0px 10px 10px 10px;
	-moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
	width:100px;	
	max-width: 50%;
	
}
.logo {
	float:left; 
	margin-right: 10px;
	max-width:98%;
	}

.contenitore_annuncio {
	margin: 0 auto 0 auto;
	padding:10px 10px 10px 10px;
	width:1024px;
	max-width:90%;
	box-shadow: 10px 10px 5px #000;
	border:0;
	font-size: 18px;
	 color:#D4D2D2; 
	
	  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
	text-align: justify;
	}
.nascosto {
	display:none;
	}	
/* make keyframes that tell the start state and the end state of our object */
 
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 

.fade-in {
	opacity:0;  
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}


.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
 
.fade-in.two {
-webkit-animation-delay: 0.7s;
-moz-animation-delay:0.7s;
animation-delay: 0.7s;
}
 
.fade-in.three {
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.fade-in.for {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}
/*
.fade-in.five {
-webkit-animation-delay: 4.6s;
-moz-animation-delay: 4.6s;
animation-delay: 4.6s;
}
.fade-in.six {
-webkit-animation-delay: 5.6s;
-moz-animation-delay: 5.6s;
animation-delay: 5.6s;
}
*/
/*
---make a basic box ---
.box{
width: 200px;
height: 200px;
position: relative;
margin: 10px;
float: left;
border: 1px solid #333;
background: #999;
}
*/
.box{
	width: 95%;
	position: relative;
	margin: 10px;
	float: left;
	color:#fff;
	font-size:36px;
	text-align:center;
	font-family: 'Birch Std';
	font-weight: normal;
	font-style: normal;
}
.box2{
	width: 600px;
	max-width:95%;
	margin:0 auto 0 auto;
	/*vertical-align:middle;*/
	color:#fff;
	font-size:16px;
	text-align:center;
	/*font-family: 'Birch Std';
	font-weight: normal;
	font-style: normal;*/
}


#centrale_zop fieldset {
	width: 95%;
	border: 0px;
	margin: 0 auto 0 auto;
	text-align:center;
	}

#centrale_zop legend {
	border: 0px;
	background: #222;
	height:70px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 10px 10px 10px;
	
	}
	
#centrale_zop li{
	float: left;
	width:250px;
	max-width:95%;
	height:70px;
	margin-top:5px;
	margin-left: 20px;
	text-align:left;
	border: solid 1px #222;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/* padding: 10px 10px 10px 10px; */
	padding-left: 10px;
	list-style:none;
	}
#centrale_zop li:hover{
	background-color:#863E3F;
	}
	
.nazione{
	/*color: #FFFFFF;*/
	font-family: Germania One;
	font-style: normal;
	font-weight: normal;
	font-size:22px;
	
}
.pos, .neg {
	font-size:10px;}
.pos{
	color:#0ECC65;
}
.neg{
	color:#E8383B;
}
.imagiz {
	/*
	float: left;
	margin-right:10px; 
	*/
	vertical-align:middle;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	}

.legenda {
	float:left;
	margin-right: 20px;	
}

.avvertenze {
	width: 650px;
	max-width: 95%;
	margin: 20px auto 0 auto;
	font-weight:normal;
	font-style:italic;
	font-size:14px;
	border:1px solid #333;
	color:rgba(61,133,208,1.00);
	}
a.bottone2 {
	display: block;
	width: 140px;
	height: 30px;
	padding: 20px;
	margin: 0 auto;
	border: 0;
	background-color: #8C0000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center; /* line-height: 50px; */
	overflow:hidden;
	font-style:normal;
}
a.bottone2:hover {
	background-color: rgba(204,77,79,1.00);
	cursor: pointer;
}

.bottone3 {
	color: #ffffff;
	text-decoration: none;
	/* text-align: center; /* line-height: 50px; */
	font-style:normal;
}

.piccolo {
	font-size:11px;
	color:#CDCDCD;}
@media only screen and (max-width:641px){
.box{
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
.titolo {
	font-size:70px;
	
	color:#8C0000;
	
	}
.sottotitolo{
	font-size:22px;
	}
.loguzzo {
	width:95%;
}
.logo {width:95%}
}
