@import url('normalize.css');
@font-face{
	font-family:Belligerent;
	src: url("../fonts/belligerent.ttf");
}

html,body{
	width:100%;
	height:auto !important;
	font-family:Belligerent,Arial,Verdena,Tahoma,sans-serif;
	font-size:14px;
	background:  versione primavera #9cc9e0 url("../img/bg_Aprup.png") no-repeat top;
	background: #61c4d3;

																/*  versione normale url("../img/bg.jpg") top; senza contain 
																	versione natale url("../img/indextop.jpg") no-repeat top;
																	versione invernale url("../img/bg_Dic.jpg") repeat;
																	versione primavera #9cc9e0 url("../img/bg_Aprup.png") no-repeat top
																	versione pasqua #9fca09 url("../img/bg_Pasqup.jpg") no-repeat top;
																	versione estate url("../img/bg_Estaup.jpg") no-repeat top;
																	versione autunno #fbf1d1 url("../img/bg_Autunup.png") no-repeat top;*/
	background-size: contain;
}

body{
	background: url("../img/bg_Aprbottom.png") no-repeat bottom;
																/* versione normale nisba
																   versione natale url("../img/indexbottom.jpg") no-repeat bottom;
																   versione invernale url("../img/bg_Dicup.jpg") repeat-x;
																   versione primavera url("../img/bg_Aprbottom.png") no-repeat bottom
																   versione pasqua url("../img/bg_Pasqdown.jpg") no-repeat bottom;
																   versione estate url("../img/bg_Estadown.jpg") no-repeat bottom;
																   versione autunno url("../img/bg_Autundown.png") no-repeat bottom;*/
	background-size: contain;
	z-index:-1;
}

	body ::-webkit-scrollbar{
		width: 10px;
	}
	 
	body ::-webkit-scrollbar-track{
		#-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
		background:rgba(0,0,0,0.1);
		border-radius: 5px;
	}
	 
	body ::-webkit-scrollbar-thumb{
		border-radius: 5px;
		background:rgba(0,0,0,0.3);
		#-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	}

.parallax{
	margin: 0 auto;
	width:100%;
	height:100%;
	#position: absolute;
	background: url('../img/leaves.png') no-repeat fixed;
	background-size: contain;
	background-position-y: 400px;
}
.corpo{
	margin: 0 auto;
	#width:860px;
	height:auto !important;
	#background-color:#9cc9e0; /* versione normale, natale, invernale e autunno nisba 
								  versione estate #9cc9e0;*/
	padding-top:25px;
}
.liste{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
	.liste > div{
		width:50%;
		 
	}

	.liste h2{
		text-align: center;
		font-size: 4rem;
		border-bottom: 4px solid ghostwhite;
		width: 80%;
		margin: 0 auto;
		margin-top: 25px;
		color: ghostwhite;
		padding: 20px 0;
	}
		.liste .roberto h2{
			background: rgba(25,140,25,0.7);
		}
		.liste .tommaso h2{
			background: rgb(20 136 36 / 75%);
		}
		.liste .filippo h2{
		    background: rgb(20 136 36 / 75%);

		}
		.liste .ultimamodifica{
			font-family:Arial;
			font-weight:normal;
			text-align:center;
			margin:0 auto;
			color:white;
			width: 80%;
			padding-bottom: 5px;
		}
		.liste .roberto .ultimamodifica{
			background: rgba(25,140,25,0.4);
		}
		.liste .tommaso .ultimamodifica{
			background: #61c4d3;
		}
			.liste .ultimamodifica span{
				font-size: 0.8rem;
			}
	.scorrimento{
		overflow-y: auto;
		 
		width: 90%;
		 
		max-height: 1000px;
		margin: 0 auto;
		border-right: 10px solid rgba(255,255,255,0.5);
	}
		.roberto .scorrimento{
			#border-right: 5px solid rgba(255,255,255,0.5);
		}
.new{
 width: 33px;
height: 150px;
background: url('../img/new.png') no-repeat top;
background-size: contain;
position: absolute;
margin-top: 40px;
margin-left: -9px;
z-index:2;
}
.newCampagna{
 width: 33px;
height: 150px;
background: url('../img/newCampagna.png') no-repeat top;
background-size: contain;
position: absolute;
margin-top: 40px;
margin-left: -9px;
z-index:2;
}
.validita,
.contatto{
    position: absolute;
    width: 440px;
    height: 40px;
    border-radius: 5px;
    top: -33px;
    z-index: -1;
    background: #27221d;
    							/* versione normale #4CA5CF;
								 * versione natalizia #b20000;
								 * versione inv alternativa #75140A;
								 * versione invernale #1f5c95 #5ba7c3
								 * versione primavera #27221d 
								 * versione estate #f9c671
								 * versione autunno #8b0000;*/
    left: 50%;
    margin-left: -220px;
}

.contatto{
	top: 195px;
    width: 160px;
    height:35px;
    margin-left: initial;
    left:initial;
    right:0px;
}
	.validita p,
	.contatto p{
		padding: 0 15px;
	    font-size: 1.2rem;
	    text-align: center;
	    margin-top: 10px;
	    font-weight: normal;		
	    						/* versione normale bold;
	    						 * versione autunnale,estate normal;
	    						 */
	    color: #fff8dc; 			
	    						/* versione normale black;
	    						 * versione autunno #fff8dc;
	    						 * versione inverno white;
	    						 */
	}
.testa{
	margin: 0 auto;
	width:702px;
	height:150px;
	background: url('../img/AdviceMevet.png') white no-repeat left;
	background-size: 50%;
	background-position: 15px;
	box-shadow: 0px 12px 20px -5px black;
	text-decoration: none;
	color: black;
}

.head{
	font-size:40px;
	text-align:center;
	float:right;
	width:350px;
	margin-top: 30px;
	height:auto !important;
	text-shadow: 0px 0px 1px #000;
}

.campagne{
	width:100%;
	height:auto !important;
}

.aggiornamento{
	width: 100%;
	height: 100%;
	margin-top:150px;
	background: url('../img/Sitoinaggiornamento.png') no-repeat top;
	#background-size:;
}
.cassetto{
	margin:0 auto;
	margin-top:10px;
	width:702px;
	height: 200px;
	background-color:#27221d;	
								/* versione normale #4CA5CF;
								 * versione natalizia #b20000;
								 * versione inv alternativa #75140A;
								 * versione invernale #1f5c95 #5ba7c3
								 * versione primavera #27221d 
								 * versione estate #f9c671
								 * versione autunno #8b0000;*/
	box-shadow: 0px 12px 20px -5px black;
	position:relative;
	z-index:1;
 
    transform: scale(0.8);
}

.cassetto:first-child{
	margin-top: 100px;
}

/* alternativa con liste affiancate */
.liste .cassetto:first-child{
	margin-top: 10px;
}

	.capbabbosx{
		width:180px;
		height:134px;
		background: url('../img/capbabbosx.png') no-repeat top;
		background-size:contain;
		position: absolute;
		margin-top:-71px;
		margin-left:-100px;
	}
	.capbabbodx{
		width:180px;
		height:134px;
		background: url('../img/capbabbodx.png') no-repeat top;
		background-size:contain;
		position: absolute;
		margin-top:-71px;
		margin-left: 625px;
	}
	.erbasx{
		width:180px;
		height:223px;
		background: url('../img/erbasx.png') no-repeat top;
		background-size:contain;
		position: absolute;
		margin-left:-126px;
		margin-top:-10px;
	}
	.erbadx{
		width:180px;
		height:223px;
		background: url('../img/erbadx.png') no-repeat top;
		background-size:contain;
		position: absolute;
		margin-left:652px;
		margin-top:-10px;
	}
	.estadx{
		width:200px;
		height:223px;
		background: url('../img/esta.png') no-repeat bottom;
		background-size:contain;
		position: absolute;
		margin-left: 681px;
		margin-top: -10px;
	}
	.estasx{
		width: 240px;
		height: 223px;
		background: url('../img/esta2.png') no-repeat bottom;
		background-size: contain;
		position: absolute;
		margin-left: -201px;
		margin-top: -20px;
		z-index: -1;
	}
	.autun{
		width:125px;
		height:223px;
		background: url('../img/autu.png') no-repeat bottom;
		background-size:contain;
		position: absolute;
		margin-left: 621px;
		margin-top: -45px;
	}
	#outofbudget{
		position:absolute;
		z-index:1;
	}
	.etichetta{
		float: left;
		width: 350px;
		height: auto !important;
		margin-left: 25px;
		margin-top: 20px;
		position: absolute;
		color: #fff8dc;   
						/*  versione normale black
							versione primavera,natale,estate  white 
							versione autunno #fff8dc;*/
		text-shadow: 2px 2px 5px #000; /* estate nisba */
		font-size:30px;
	}
	.tipo{
		float: left;
		width: 100px;
		height: auto !important;
		margin-left: 60px;
		margin-top: 70px;
		text-align: center;
		position: absolute;
		color: #fff8dc;  
						/*  versione normale black
							versione primavera,natale,estate  white
							versione autunnale #fff8dc;*/
		text-shadow: 2px 2px 5px #000; /* estate nisba */
		font-size:24px;
	}
	.payout{
		float: left;
		width: 200px;
		height: auto !important;
		margin-left: 170px;
		margin-top: 70px;
		text-align: center;
		position: absolute;
		color: #fff8dc;  
						/*  versione normale black
							versione primavera,natale,estate white 
							versione autunnale #fff8dc;*/
		text-shadow: 2px 2px 5px #000;
		font-size:24px;
	}

	.piedi
		{
			margin:0 auto;
		margin-top:10px;
		padding-top: 10px;
		padding-bottom: 10px;
		width:100%;
		height:200px !important;
		color: #000; 
		  
						/*  versione normale,pasquale black
							versione primavera,natale,estate  white 
							versione autunnale #deb887;*/
		#text-shadow: 2px 2px 5px #000; /* se color black #ffffff, 
											 se white #000
											 se estate none */
		font-size: 18px;
		text-align:center;
	}
