/* Add Google WebFonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*{margin: 0px; padding: 0px;}

.logo_print {
	width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer_print {
		width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-top: 20px;
}	

.condividi {
	display: none;
	visibility: hidden;
}


.tooltipContent {
	display: none !important;
	visibility: hidden !important;
}

.pathway, .checkbox1, .checkbox2, .checkbox3, .checkbox4, .btn, .camera_pag, .fluid_container {
	display: none;
	visibility: hidden;
}

html, body {
	height: auto !important;
}

/* css*/


html, body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	height: 100%;
	width: 100%;
}

strong  {
font-weight:700;
}

div.wrapper{
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}

h1 {
color:black;
}

   h2 {
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  position:relative;
  width:100%;
  top:-15px;
  margin-top:0px;
  color: #333;
  }
 h1 {
color:black;
text-transform:uppercase;
font-size:20px;
font-weight:normal;
  margin-bottom: 20px;
}

 h1 strong {
color: #666;
font-weight:normal;
margin:10px;
}

 ul {
  
  margin-top: 30px;
  margin-bottom: 30px;
}

 ul li {
  margin-bottom: 15px;
  list-style-image: url(../img/bullet.png);
  list-style-position: inside;
  font-size: 15px;
   color: #666666;
}

 ul.documenti li {
  margin-bottom: 15px;
  list-style-image: url(../img/foglio.png);
  list-style-position: inside;
  font-size: 15px;
   color: #666666;
}

 ul.riepilogo.cartelle li {
  list-style-image: none;
  list-style-type: none;
  padding:5px;
  padding-left:30px;
  background: url(../img/documenti.png) no-repeat;
}





p  {
color: #666666;
font-size:14px;
line-height:20px;
}
img {
border: none;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

::selection {
    background: #DEDEDE; /* Safari */
}
::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
 outline:none;
}

.cento {
width:100% !important;
}


.btn {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	border: 1px solid #4e4e4e;
	padding:5px;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align:center;
	margin:0px;
	font-size: 14px;
  background-color: transparent;
	}
	
	.btn a {
	color: #4e4e4e;
	
	}
.btn:hover {
text-decoration: none;
background-color: #4e4e4e;
color:#fff;
}	


.btn.big {

}



.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.clear {
	clear: both;
}




div.header{
  
  z-index: 999;
  position: relative;
  height: auto;
  clear: both;
	}




div.footer{
	width: 100%;
	height: 950px;
	position: absolute;
	bottom: 0px;
	background-color: #e6e6e6;

}


/*module*/


.modulo {
width: 640px;
margin-top:20px;
border-spacing: 0px 10px;
}

.modulo tr td {
padding:5px;
}

.modulo tr th {
background: #e6e6e6;
color: #427fc1;
padding: 10px;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;

}

.select_module {
	position: relative;
	width: 400px;
	padding: 5px;
	margin: 0px;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.field_module {
	float: left;
  position: relative;
  height: 35px !important;
  border: 1px solid #e3e3e3;
  background: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  overflow: auto;
  padding-right: 10;
  padding-left: 10px;
  color: #333;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}



.field_note {
  border: 1px solid #e3e3e3;
  background: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  height: 200px !important;
  overflow: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;

	
}
.label_check a {
	color: #666;
	text-decoration: underline;

}

.label_check input {
position: relative;
float: left;
margin-right:5px;
top:2px;

}

.label_module {
	float: left;
	position: relative;
	text-transform:uppercase;
	font-size: 14px;
	color: #4e4e4e;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}


.alert {
color: #7E7E7E;
line-height: 20px;
font-size: 11px;
}

.campo_form {
width: 50%;
padding-bottom: 0.5em;
position: relative;
float: left;
padding-right: 1em;
}

.pathway {
position: relative;
width: calc(100% - 370px);
font-size: 13px;

	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.pathway a {
margin-left: 5px;
margin-right: 5px;
}

.pathway a:hover {
margin-left: 5px;
margin-right: 5px;
}


.sx {
position:relative;
float:left;
width:65%;
}

.dx {
position:relative;
float:right;
width:35%;
}

 .corpo .sx {
width:31%;
}

 .corpo .sx .ladisaascolta img {
  position: relative;
  float: left;
  width: 100%;
  margin-right: 0px;
}


 .corpo  .dx {
width:65%;
}

.menu {
position:relative;
clear:both;
width:100%;
}

hr {
border-top: 1px solid #ccc;
border-left: none;
height: 1px;
width: 100%;
border-right: none;
border-bottom: none;
margin-top: 1em;
margin-bottom: 1em;
position: relative;
clear: both;
display:none;
}

.cerca {
  float: right;
  padding: 5px;
  position: relative;
  background-color: white;
  width: 220px;
  border: 1px solid #dadada;
  top:20px;
}

.newsletter {
  float: right;
  padding: 5px;
  position: relative;
  background-color: white;
  width: 100%;
  border: 1px solid #ccc;
}

.cerca input[type="text"], 
.newsletter input[type="text"] {
  border: none;
  background-color: transparent;
  width: calc(100% - 20px);
  color: #000;
  font-size: 12px;
}

.cerca input[type="image"],
.newsletter input[type="image"] {
position: relative;
width:16px;
top:2px;
}

.logo  {
position: relative;
float:left;
}

.footer .box  {
position: relative;
float:left;
width:33%;
}

.topmenu {
padding:10px;
border-bottom:1px solid #dadada;
margin-bottom:20px;
}

.topmenu ul {
list-style-type: none;
}

.topmenu .dx ul {
position:relative;
float:right;
}

.topmenu .dx ul li {
margin-right:3px;
}

.topmenu .dx ul li a {
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
border:1px solid white;
}

.topmenu .dx ul li a.select, .topmenu .dx ul li a:hover {
border:1px solid black;
color:black;
}

.topmenu ul li {
position:relative;
float:left;
margin-right:10px;
font-size:12px;
}

.topmenu ul li a {
color: #666666;
}

.topmenu ul li a:hover {
text-decoration:none;
color:black;
}

.topmenu .dx  {
text-align:right;
}



.areariservata  {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  float: right;
  padding-left: 31px;
}


.areariservata img  {
  position: absolute;
  left: 6px;
  top: -2px;
}

.areariservata a  {
color:black;
}

.areariservata a:hover  {
text-decoration:none;
}

.logo img  {
margin-bottom:20px;
}

 .sx,  .dx {
margin-bottom:30px;
margin-top:30px;
}

 .sx {
    width: 63%;
}

 .sx p,  .dx p {
  margin-bottom: 10px;
}

 .sx .btn,  .dx .btn {
  margin-top: 10px;
  position: relative;
  float: left;
  }
  



.areariservata_box {
  background: #e6e6e6;
  height:auto;
  overflow:auto;
  padding-bottom:15px;
  width:100%;
}

.areariservata_box h1 {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  border-bottom: 1px solid white;
  background: #eaebea;
  background: -moz-linear-gradient(top, #eaebea 0%, #c0c2c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebea), color-stop(100%,#c0c2c1));
  background: -webkit-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: -o-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: -ms-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: linear-gradient(to bottom, #eaebea 0%,#c0c2c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebea', endColorstr='#c0c2c1',GradientType=0 );
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  text-align: center;
  margin-bottom:0px;
}

.sx .areariservata_box h1 {
/*	background:white;
	color: black;

  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  border-bottom: 1px solid white;

  text-transform: uppercase;
  text-shadow: none;
  text-align: left;
  margin-bottom:0px;*/
}

.areariservata_box .label_module {
	width: calc(30% - 30px);
	margin:15px;
	margin-bottom:0px;
	}
	
	.areariservata_box .field_module {
		width: calc(70% - 30px);
	margin:15px;
	box-shadow:none;
	border:none;
	border-radius:none;
	margin-bottom:0px;
	}
	
		.areariservata_box p {
		width: calc(100% - 30px);
	margin:15px;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:right;
position:relative;
clear:both;
color:#4e4e4e;
	}
	
.areariservata_box p  a {
color:#4e4e4e;
	}
	
	
	 .dx  .areariservata_box .btn {
 margin-bottom:5px;
}
.areariservata_box p  a:hover {
text-decoration:underline;
	}
	
	
	.btn.big, .sx .ladisaascolta .btn {
  display: block;
  clear: both;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cifre {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
  color: #666;
  height: auto;
  overflow: auto;

}

.cifre strong {
color: black;
}

.cifre div{
position:relative;
float:left;
margin-bottom:10px;
}

.cifre div img {
  position: relative;
  float: left;
  margin-top: -6px;
  margin-right: 5px;
  margin-left: 20px;
}


.cinquanta    {
width:49% !important;
}
.certificazioni, .formazione, .analisi, .customer  {
position:relative;
float:left;
border: 1px solid #dadada;
padding:15px;
text-transform:uppercase;
width:calc(50% - 10px);
  height: 147px;
text-align:center;
  text-shadow: 0 1px 0 white;
  font-size:16px;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

.certificazioni:hover, .formazione:hover, .analisi:hover, .customer:hover  {
cursor:pointer;
background-color: #dadada;
color: #666;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

.certificazioni img, .formazione img, .analisi img, .customer img  {
  margin-bottom: 20px;
  margin-top: 5px;
}



.certificazioni  {
margin-bottom:20px;
}

.formazione  {
margin-bottom:20px;
float:right;
}

.analisi  {

}

.customer  {
float:right;
}

.ladisaascolta {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
  color: #666;
  height: auto;
  overflow: auto;

}

 .sx .ladisaascolta h1 {
text-align:center;
}

 .sx .ladisaascolta  {
  border: 1px solid #dadada;
  padding:10px;
}

.ladisaascolta img {
position:relative;
float:left;
width:25%; 
margin-right:15px;

}

.ladisaascolta p {
line-height:24px;
margin-top:20px;

}

.pathway {
width:100%;
padding-top:20px;
padding-bottom:20px;
  color: #666;
}

.corpo .pathway {

padding-top:0px;
margin-top:0px;
}

.corpo hr {
border-top:1px dashed #cfcfcf;
width:100%;
position:relative;
clear:both;
margin-top:30px;
margin-bottom:10px;
border-left: none;
border-right: none;
border-bottom: none;
height:1px;
}
.social {
background-color: #f7f7f7;
height: auto;
overflow:auto;
}

.social iframe, .social .fb_iframe_widget {
width:100% !important;
}

.newsletter_box h1 {
color: #9e9e9e;
text-shadow: 0 1px 0 white;
background: url(../img/mail.png) no-repeat left top;
padding-left:35px;
padding-bottom:5px;
margin-bottom:5px;
}

.newsletter {
width: calc(100% - 130px);
padding:11px;
position:relative; 
float:left;
 margin-top: 10px;
 border:none;
}

.newsletter_box .btn {
float: right !important;
 
}

.footer .box ul   {
margin-bottom:30px;
}

.footer .box ul li  {
list-style: none; 
margin-bottom:5px;
font-size:13px;
}

.footer .box ul li a  {
color: #666;
}

.dati   {
padding:15px;
background: rgba(255,255,255,0.3);
-moz-border-radius: 2px;
border-radius: 2px;
text-align:center;
margin-bottom:30px;
}

.dati p  {
font-size:13px;
line-height:16px;
margin-bottom:15px;
}

.dati p a {
color: #666666;
text-decoration:underline;
}

.dati p a:hover {
color: black;
}


.dati img.logo_footer, .dati table  {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dati table tr td  {
  text-align: center;
}

.credits  {
font-size:13px;
color:black;
text-align:center;
border-top:1px solid #ccc;
padding:15px;
width:100%;
clear:both;}


.credits .container  {
position:relative;
}



.intempra  {
position:absolute;
right:0px;
top:-4px;
}

.articolo_home img  {
width:25%;
position:relative;
float:left;
margin-right:20px;
}

 .sx .box_news, .sx .areariservata_box {
margin-bottom:20px;

}


ul.riepilogo {
  margin-bottom: 30px;

}

ul.riepilogo li {
  margin-bottom: 15px;
  list-style-image: url(../img/bullet_big.png);
  list-style-position: inside;
  font-size: 15px;
}

ul.riepilogo li a {
  color: #666666;
}

.corpo .ladisaascolta {
  border-top: 1px solid #dadada;
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom:0px;
}

 .corpo .sx,  .corpo  .dx {
  margin-bottom: 10px;
  margin-top: 30px;
}

 .box_news h1 {
  margin-bottom: 0px;
}

.corpo .dx .camera_wrap {
  margin-bottom: 20px;
}

.corpo .dx p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}


.news {
  position: relative;
  float: left;
  height: 123px;
  clear: both;
  margin-bottom: 0px;
  border-top: 1px solid #f0f0f0;
  line-height: 20px;
  max-height: 123px;
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
  }
  
 .stampa  .news {
  position: relative;
  float: left;
  height: auto;
  clear: both;
  margin-bottom: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom:none;
  line-height: 20px;
  max-height: 123px;
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
  
 .news  .box_img {
	 border: 1px solid #f0f0f0;
  height: 100px;
  width: 150px;
  display: table;
  position: relative;
  float: left;
  background-color: white;
  margin-right: 10px;
  background-image: url(../img/img_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom:20px;
}

 .news   .box_img div img {
  max-height: 100px;
  max-width: 150px;
}

 .news  a {
  color: #666666;
}

 .news  a:hover {
  color: black;
  text-decoration:none;
}

 .news span {
  color: black;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

 .articolo_img img, .cameraCont img {
  width: 40%;
  margin-bottom: 20px;
  position: relative;
  float: left;
  margin-right: 30px;
}

.pdf  {
	position: relative;
  float: left;
  margin-right: 15px;
  width: 42px;
  }



	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table.tableresponsive  { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.tableresponsive  tr:nth-of-type(odd) { 
		background: #f7f7f7; 
	}
	.tableresponsive  th { 
		  background: #5B5F5F;
  color: white;
  font-weight: normal;
  font-size: 15px; 
	}
	.tableresponsive  td, .tableresponsive  th { 
		padding: 10px; 
		border: 1px solid #dadada; 
		text-align: left; 
		line-height:20px;
		  
	}
	
	.tableresponsive  th { 
		text-shadow: 0 1px 0 black;
		  
	}
	
		.tableresponsive  td { 
		color: #666;
		text-shadow: 0 1px 0 white;
	}
	
		.tableresponsive  a { 
		color: rgb(0, 137, 203);
	}
	
	
	/* minisito */
	
	
h1.titoloforum {
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  }
  
  h2.titoloforum {
text-transform: inherit;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #333;
  }
  
ol {
  list-style-position: inside;
width:100%;

}

ol li  {
 margin-bottom: 20px;
 padding-bottom:20px;
 border-bottom:1px dashed #dadada;
}

ol li label {
 color: #666;
 font-size:13px;
 padding:5px;
}

ol li label input {
 position:relative;
 margin-right:5px;
 top:2px;
}

ol li .domanda {
 width:100%;
 margin-bottom: 10px;
 font-size:15px;
}



 .minisito .pathway {
  padding-top: 0px;
}


.menusettimana  {
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #DADADA;
  margin-top: 13px;
}


.menusettimana img  {
position:relative;
float:left;
margin-right:20px;
width:94px;
}

.content .menusettimana  h1 {
  color: rgb(242, 102, 73);
  text-transform: inherit;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}



.minisito div.footer {
  height: 706px;
}

.minisito  div.content {
  padding-bottom: 706px;
}

.minisito .footer .box.doppio {
width:66%;
}

.minisito .areariservata a {
 text-transform:lowercase;
 font-weight:normal;
 text-decoration:underline;
 padding-left:10px;
}

.minisito .content .sx, .minisito .content .dx {
margin-bottom: 0px;
}

.minisito .content .footer .social .sx, .minisito .content .footer .social .dx {
margin-bottom: 30px;
}

.minisito .dati p {
display:none;
}


.minisito .content .footer .sx, .minisito .content .footer .dx {
margin-bottom: 0px;
}

.ente {
  float: right;
  padding: 5px;
  position: relative;
  width: auto;
}

.ente img {
max-height:84px;
}


.newsletter_box {
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
    height: auto;
  overflow: auto;
  
 } 
	
