/* style.css 

	Colori
	//////
	

	Blu scuro  	 		#3797c1
	Blu chiaro			#9dcbdf
	Arancio chiaro		#ec894d
	Arancio scuro		#e15400
	Nero chiaro			#333333
	Grigio chiaro		#eeeeee
	Grigio medio		#565656
	Grigio scuro		#999999
	Bianco				#ffffff
	
	
	

/* ---------------------------
	General Styles
   --------------------------- */

.corsivo{
	font-style:italic;
}

#logo{
	padding:15px 0 ;
}

#telMailIcon{
	position:absolute;
	top:20px;
	right:0;
	z-index:9999999999;		
	width:400px;
	display:block;
}

.contattiHeader{
	float:right;
	margin-left:15px;
}

.ombra{
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333');
}

.box{
	cursor: pointer;
}

.links{
	font: 400 12px/20px "Lato", sans-serif;
	color:#fff;
}

.links:hover{
	color:#eeeeee;
}


.links2{
	font: 400 17px/20px "Lato", sans-serif;
	color:#9dcbdf;
}

.links2:hover{
	color:#eeeeee;
}



/* ---------------------------
	HEADER
   --------------------------- */
.header-wrapper{
	z-index:99999;
	position:relative;
	
}

.iAmTest{
	min-width:960px;
}

.prova{
	min-width:960px;
	width:100%;
}

 .sectionHome {
	padding:0;
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:100%;	
	min-width:960px;
	z-index:1;
	/*z-index:0;*/ /* per Chrome*/
}


   
/* ---------------------------
	FOOTER
   --------------------------- */


footer {
	z-index:60;
	color: #fff;
	height:60px;
	font-size:16px;
	width:100%;
	min-width:1170px;
	font-weight:400;
	line-height:60px;
	clear:both;
	position:absolute;
	bottom:0;
	background:#3797c1;
}

.footer2 {
	z-index:60;
	color: #fff;
	height:60px;
	margin-top:-60px;
	font-size:16px;
	width:100%;
	min-width:1170px;
	font-weight:400;
	line-height:60px;
	clear:both;
	position:relative;
	bottom:0;
	background:#3797c1;
}

#footerOuter{
	bottom:0;
	font-size:12px; 
    display: table;
	overflow: hidden;
	max-width: 1170px;
	width:100%;
	margin:0 auto; 
	position:relative;
}

#footerInnerLeft{
	line-height:60px;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#footerInnerRight{
	line-height:60px;
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding: 0;

}

.footerTesto{
	float:left;
}


#footerLogo{
	display: none;
}


.dx{
	float:right;
}



