/* 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
   --------------------------- */
html{
	webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	min-height: 100%;
	height: 100%;
	min-width:960px;	
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	z-index:0;
}

body{
	font: 300 13px/20px "Lato", sans-serif;
	color: #000;
	min-width:960px;
	min-height: 100%;
	height: 100% !important;
	z-index:0;

}
#logo{
	padding:15px 0 ;
}

#telMailIcon{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9998;		
	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;
}

#container0{
	min-height: 100%; 
	height: auto !important;
	
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background:none;
	position:relative;
	
}
	
#container0:after {
    content: " ";
	display:table;
	height:10px;
	
 }


#container2{
	min-height: 100%; 
	height: auto !important;
	
	margin-top: -98px;
	margin-right: auto;
	margin-left: auto;
	background:none;
	position:relative;
	z-index:-1;
}
	
#container2:after {
    content: " ";
	display:table;
	height:10px;
	z-index: 1; 
 }


/* ---------------------------
	HEADER
   --------------------------- */
.header-wrapper{
	z-index:9997;
	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;
}

.loghiCert{
	float:left;
	width:100px;
	height:60px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
	margin-top:-3px;	
}

#loghiCert1{
	background:url(../images/cisqLogo.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0px;
}

#loghiCert2{
	background:url(../images/iqnetLogo.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:80px;
}
/*
#loghiCert3{
	display:none;
}
*/
.loghiFooter{
	position:absolute;
	margin:0 auto;
	width:140px;
	height:60px;
	left:50%;
	margin-left:-70px;
	text-align:center;
}



.dx{
	float:right;
}


