/* SLIDE IN HOMEPAGE */
section.terzopiano {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
}
section.terzopiano h2 {
	font-size:1rem;
	margin:0 1%;
	padding:0 1%;
	line-height:2rem;
	border-top:1px solid #EEE;
	color:#FF5801;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	text-transform:uppercase;
}
section.terzopiano div.contenitore {
	width:98%;
	padding:0 0;
	margin:0 auto;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items: flex-start;
	-webkit-align-items:  flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
section.terzopiano article {
	margin:0;
	padding:0.3rem 0;
}
section.terzopiano article a.img {
	width:100%;
	height:7rem;
	display:block;
	margin:0.6rem 0;
}
section.terzopiano article a.img#immagine_pagina_23 {
	background:url(../../images/laboratorio.svg) no-repeat center center;
	background-size:contain;
}
section.terzopiano article a.img#immagine_pagina_24 {
	background:url(../../images/metrologia.svg) no-repeat center center;
	background-size:contain;
}
section.terzopiano article a.img#immagine_pagina_25 {
	background:url(../../images/innovazione.svg) no-repeat center center;
	background-size:contain;
}
section.terzopiano article a.img#immagine_pagina_26 {
	background:url(../../images/formazione.svg) no-repeat center center;
	background-size:contain;
}
section.terzopiano article a.img#immagine_pagina_27 {
	background:url(../../images/certificazione.svg) no-repeat center center;
	background-size:contain;
}
section.terzopiano article h3 {
	margin:0.2rem 0 0.3rem 0;
	padding:0 0.3rem;
	font-size:0.8rem;
	line-height:1.2rem;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	background:#67879B;
	border-radius:0.5rem 0.5rem 0 0;
}
section.terzopiano article h3 a {
	color:#FFF;
	text-decoration:none;
}
section.terzopiano article p {
	margin:1rem 0;
	padding:0 0.4rem;
	font-size:0.775rem;
	text-align: justify;
	font-weight:300;
	line-height:140%;
	min-height:8rem;
}
section.terzopiano article ul {
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #DDD;
}
section.terzopiano article ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
section.terzopiano article ul li a {
	width:98%;
	margin:0;
	padding:0.2rem 1%;
	font-size:0.8rem;
	text-align:center;
	line-height:150%;
	display:block;
	color:#333;
	text-decoration:none;
	background:#FFF;
	border-top:1px solid #DDD;
}
section.terzopiano article ul li a:hover {
	color:#333;
	background:#EEE;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
section.terzopiano div.contenitore {
	flex-flow:column nowrap;
	-webkit-flex-flow:column nowrap;
}
section.terzopiano article {
	width:100%;
}
section.terzopiano article a.img {
	float:left;
	width:6rem;
	height:5rem;
	margin-right:1rem;
}
section.terzopiano article h3 {
	padding-left:7rem;
	text-align:left;
}
section.terzopiano article p {
	min-height:5rem;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
section.terzopiano div.contenitore {
	flex-flow:row nowrap;
	-webkit-flex-flow:row nowrap;
}
section.terzopiano article {
	width:19.60%;
}
}