@charset "utf-8";
/* CSS Document */

html { font-size:100%; }


@font-face {
    font-family: 'Birch Std';
	src:url('https://cuckold.net/font/Birch.eot?#iefix') format('eot'),url('https://cuckold.net/font/Birch.woff') format('woff'),url('https://cuckold.net/font/Birch.ttf') format('truetype'),url('https://cuckold.net/font/Birch.svg#icon-font') format('svg');
    /* src: url('https://cuckold.net/font/Birch.woff'); */
	font-weight: normal;
	font-style: normal;
}






body{
	/* background: url(https://cuckold.net/background/buon_natale3.jpg) top left no-repeat; */
	background-color:#000000;
	font-family: Arial, Geneva, Helvetica, Verdana;
	font-weight:bold;
	color: #ffffff;
	
}
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:100%;
}

.btnSubmit {
	/* background-color:#09f; */
	background-color:#333;
	border:0;
	/*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;
	-moz-border-radius: 10px;
	-webkit-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: 40px auto 0 auto;
	padding:10px 10px 10px 10px;
	width:1024px;
	max-width: 95%;
	text-align:justify;
	box-shadow: 10px 10px 5px #000;
	color:#bbb;
	border:0;
	/* border: 1px solid #D5AD6D; 
	border-radius: 50px 0px 50px 0px;
	-moz-border-radius: 50px 0px 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;
	-khtml-border-radius: 50px 0px 50px 0px; */
	
	text-align:justify;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-style:italic;
	font-size: 18px;
	 color:#D4D2D2; 
	}
.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: 100%;
	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:100%;
	margin:0 auto 0 auto;
	text-align:center;
	/*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: 100%;
	max-width: 90%;
	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:100%;
	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;
	color:#CBCBCB;
	font-weight:normal;
	font-style:italic;
	font-size:10px;
	}
a.bottone2 {
	display: block;
	width: 140px;
	margin: 0 auto;
	border: 2px solid;
	border-color: #555555;
	background-color: #8C0000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center; /* line-height: 50px; */
	overflow:hidden;
	font-style:normal;
}
a.bottone2:hover {
	border-color: #FFFFFF;
}

.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:100%;
}
.logo {width:98%}
}
