/* Stili per i tab */

.tabs {
	padding: 0;
	width: 100%;
	position: relative;
	display: block;
}
.tabs > li {
	list-style: none;
	display: inline;
	/*float: left;*/
	margin-left: -3px;	
}
.tabs > li:first-child {
	margin-left: 0;
}
.tabs > li > a {
	display: inline-block;
	text-transform: uppercase;
	color: white;
	background-color: #283e4b;
	text-align: center;
	font-size: .8em; /* 11px */
	line-height: 1;
	font-weight: bold;
	min-height: 2.1em;
	padding: .8em .5%;
	vertical-align: middle;
}
.tabs > li > a:hover, 
.tabs > li > a:focus,
.tabs > li > a.active {
	background-color: white;
	color: #0b1115;
}
.tabs.two > li > a {
	width: 48.5%;
}
.tabs.three > li > a {
	width: 32.2%;
}
.tabs.four > li > a {
	width: 23.8%;
}
.tabs.five > li > a {
	width: 18.6%;
}
.tabs.six > li > a {
	width: 15.5%;
}
.tabs.seven > li > a {
	width: 13.1%;
}
.tabs.eight > li > a {
	width: 11.3%;
}
.tabs.nine > li > a {
	width: 9.9%;
}
.tabs.ten > li > a {
	width: 9.5%;
}
.tabs.eleven > li > a {
	width: 8.5%;
}
.tabs.twelve > li > a {
	width: 8%;
}

.tabs.dinamic > li > a {
	min-width: 8%;
	max-width: 15%;
	vertical-align: bottom;
}


.tabs.multilingua > li > a {
	font-weight: normal;
	min-height: 1.2em;
	width: 5em;
	border: solid #E1E5E8 0.2em;
	border-bottom: solid #E1E5E8 1em;
	height: 1.2em;
	background-color: #28404d;
	color:#ffffff;	
}

.tabs.multilingua > li > a:hover {
	font-weight: normal;
	min-height: 1.2em;
	width: 5em;
	border: solid #E1E5E8 0.2em;
	border-bottom: solid #E1E5E8 1em;
	height: 1.2em;
	background-color:#920120;
	color:#ffffff;	
}

.tab-content {
  display: none; /* to fix */
  padding: 0em 1em 1em;
  float: left;
  overflow: hidden; 
  background-color: white;
  margin-bottom: 2em;
}

.tab-content-multilingua {
  display: none; /* to fix */
  float: left;
  overflow: hidden; 
  background-color: white;
  margin-bottom: 2em;
}

.tab-content-multiufficio {
  display: none; /* to fix */
  padding: 0em 1em 1em;
  float: left;
  overflow: hidden; 
  background-color: white;
  margin-bottom: 2em;
  width: 100%;
}

.no-js .tab-content {
  display: block; /* to fix */
}
@media only screen and (max-width: 70em) { 
	.tabs > li > a {
		font-size: .7em;
	}
}
@media only screen and (max-width: 58em) { 
  .tabs { 
  	display: block;
  }
  .tabs > li { 
  	display: block; 
  	margin-left: 0;
  	overflow: auto;
  }
  .tabs > li > a { 
  	display: block;
  	margin-bottom: 2px;
  	font-size: 1em;
  	width: auto!important;
  	min-height: 0;
  }  
  .tab-content { 
  	margin-bottom: 2px; float: none;
	}
}
#content-pagine-interne .tabs h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3c5d6b;
	margin-bottom: 1em;
	margin-top: 2em;
}
#content-pagine-interne .tabs h2 + h3 {
	margin-top: 0;
}
.tabs li p {
	font-size: 1em;
}
.item-list li a {
	font-size: 1em;
	text-decoration:underline;
	color:#505050;
}
.item-list img {
	margin-top:1em;
}
.item-list li a:hover {
	color:#920120;
}
.tabs p {
	font-size: 0.75em;
}
