body {
	background: url(start_1920.jpg) no-repeat;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

a{ 
	font-style: italic;
	color: #214655;
}

a:hover{ 
	color: #9C9D9F;
}

@keyframes fadeInOut {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@-webkit-keyframes fadeInOut {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#message {
		text-align:center; 
		vertical-align:middle;
        width: 100%;
		height: 500px;
        margin-left:auto;
        margin-right:auto;
		font-weight: bold;
		font-size: 22px;
		color: #214655;
        /*margin-top:auto;
		margin-bottom:auto;*/
}

#logo{ 
	background: url(logoinfoper.png) no-repeat;
	width: 300px;
	height: 150px;
	bottom: 74px;
	left: 40%;
	position: absolute;
	z-index: 1;
	
	-webkit-animation: fadeInOut 5s;
	
	animation: fadeInOut 5s;
}

#logoinfoper{ 
	background: url(logoinfoper.png) no-repeat;
	width: 250px;
	height: 128px;
	bottom: 93px;
	left: 40%;
	position: absolute;
	z-index: 1;
	
	-webkit-animation: fadeInOut 5s;
	
	animation: fadeInOut 5s;
}

#logo1{ 
	width: 90px;
	height: 60px;
	top: 50px;
	left: 5%;
	position: absolute;
	z-index: 1;
	
	-webkit-animation: fadeInOut 10s;
	
	animation: fadeInOut 10s;
}

@keyframes increase {
	0% {
		width: 130px;
		height: 60px;
	}
	10% {
		width: 143px;
		height: 66px;
	}
	20% {
		width: 156px;
		height: 72px;
	}
	30% {
		width: 169px;
		height: 78px;
	}
	40% {
		width: 182px;
		height: 84px;
	}
	50% {
		width: 195px;
		height: 90px;
	}
	60% {
		width: 208px;
		height: 96px;
	}
	70% {
		width: 221px;
		height: 102px;
	}
	80% {
		width: 234px;
		height: 108px;
	}
	90% {
		width: 247px;
		height: 114px;
	}
	100% {
		width: 260px;
		height: 120px;
	}
}

@-webkit-keyframes increase {
	0% {
		width: 130px;
		height: 60px;
	}
	10% {
		width: 143px;
		height: 66px;
	}
	20% {
		width: 156px;
		height: 72px;
	}
	30% {
		width: 169px;
		height: 78px;
	}
	40% {
		width: 182px;
		height: 84px;
	}
	50% {
		width: 195px;
		height: 90px;
	}
	60% {
		width: 208px;
		height: 96px;
	}
	70% {
		width: 221px;
		height: 102px;
	}
	80% {
		width: 234px;
		height: 108px;
	}
	90% {
		width: 247px;
		height: 114px;
	}
	100% {
		width: 260px;
		height: 120px;
	}
}

#logo1 img{ 
	width: 130px;
	height: 60px;
	
	-webkit-animation: increase 5s;
	
	animation: increase 5s;
}
	
#line{ 
	background-color: #829DA8;
	width: 100%;
	height: 3px;
	bottom: 130px;
	position: absolute;
}

#transparency{ 
	background-color: #D0DDF3;
	width: 100%;
	height: 130px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	bottom: 0px;
	position: absolute;
}

#consiglioChrome{ 
	width: 400px;
	height: 35px;
	bottom: 10px;
	right: 0px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #214655;
}
	
	#consiglioChrome img{ 
		width: 70px;
		height: 30px;
	}
/*	
#consiglioChrome{ 
	width: 350px;
	height: 35px;
	bottom: 10px;
	left: 10px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #214655;
}

*/	
	
#entra{ 
	bottom: 140px;
	right: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 22px;
	color: #214655;
	text-align: right;
}
#entra a{
	text-decoration: none;
}

#entra_storico{ 
	bottom: 80px;
	right: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #559597;
	text-align: right;
}
#entra_storico a{
	text-decoration: none;
}

#title{
	height:130px;
	width: 100%;
	position: absolute;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 2px #A0A0A0;	
	margin:auto;
	margin-top: 230px;	
	line-height: 50px;
	font-style:italic;
	background: transparent;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(196,223,234,1) 0%, rgba(165,200,226,0) 70%, rgba(152,190,222,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(196,223,234,1)), color-stop(70%,rgba(165,200,226,0)), color-stop(100%,rgba(152,190,222,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(196,223,234,1) 0%,rgba(165,200,226,0) 70%,rgba(152,190,222,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(196,223,234,1) 0%,rgba(165,200,226,0) 70%,rgba(152,190,222,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(196,223,234,1) 0%,rgba(165,200,226,0) 70%,rgba(152,190,222,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(196,223,234,1) 0%,rgba(165,200,226,0) 70%,rgba(152,190,222,0) 100%); /* W3C */

}

#mobile{ 
	bottom: 10px;
	right: 20px;
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	color: #214655;
	text-align: left;
}

/*********************************************** panel informativi ***********************************************/
.minidiv{ 
	width:  160px;
	height: 160px;
	position: relative;
	margin-top:  10px;
	margin-left: 10px;
	float:left;
	display:inline;
	z-index:100;
}

.minidiv_body{ 
	width: 100%;
	height: 80%;
	position: relative;
	font-weight: bold;
	font-size: 10px;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	background: white;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
}

.minidiv_body_text{
	font-size: 10px;
	color: black;
	padding: 3px;
	text-align: left;
}

div.minidiv_body_text a{
	font-style: normal;
	text-decoration: none;
}

.minidiv_head{ 
	width: 100%;
	height: 20%;
	position: relative;
	border: 1px solid black;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background: #5B7681; /* Old browsers */
	background: -moz-linear-gradient(left,  #5B7681 0%, #C4DFEA 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  #5B7681 0%,#C4DFEA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5B7681 0%,#C4DFEA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5B7681 0%,#C4DFEA 100%); /* IE10+ */
	background: linear-gradient(to right,  #5B7681 0%,#C4DFEA 100%); /* W3C */
	
}

.minidiv_head_text{
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding: 5%;
	text-align: center;
	text-shadow: 1px 1px 1px #A0A0A0;
}

ul{
	list-style-type: none;
	padding: 5px;
	margin: 5px;
}

/*********************************************** fine panel informativi ***********************************************/

.postit {    
	text-align:center;     
	width: 275px;    
	margin: 25px;    
	min-height:175px;
	max-height:175px;
	padding-top:35px;
	position:relative;   
	border:1px solid #E8E8E8;  
	border-top:60px solid #fdfd86;
	font-family:'Reenie Beanie';    
	font-size:22px;      
	-webkit-border-bottom-right-radius: 60px 5px;    
	-moz-border-bottom-right-radius: 60px 5px;    
	-o-border-bottom-right-radius: 60px 5px;display:inline-block;    
	background: rgb(255,255,136); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,255,136,1) 77%, rgba(255,255,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(77%,rgba(255,255,136,1)), color-stop(100%,rgba(255,255,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}

.postit:after {     
	content: "";
	position:absolute;
	z-index:-1;
	right:-0px; bottom:20px;
	width:200px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
	-o-box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
	box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	transform: matrix(-1, -0.1, 0, 1, 0, 0);
}  