html {
	height:100%;
	background:#FFF;
}
body {
	margin:0;
	padding:0;
	background:#FFF;
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
}
#head {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	min-height:6.25rem;
	position:relative;
	z-index:10;
	background:#FFF;
}
header {
	margin:0 auto;
	padding:0;
	min-height:5rem;
	position:relative;
}
#tutto {
	margin:0;
	padding:0;
	width:100%;
}
main {
	display:block;
	margin:0 auto;
	padding:0 0 0.6rem 0;
}
footer {
	margin:0 auto 0 auto;
	padding:0 0;
	background:#FFF;
	text-align:center;
}
footer address {
	font-size:0.75rem;
	padding:0.5rem;
	margin:0;
	line-height:150%;
	color:#555;
	font-style:normal;
}
footer address a {
	color:#555;
	font-weight:700;
	text-decoration:none;
}
footer address a:hover {
	color:#f00;
}
#contenuto {
	margin:20px 0px 0px 0px;
	float:left;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
#contenuto {
	width:98%;
	padding:10px 1%;
}
body {
	-webkit-text-size-adjust: none;
}
#head {
	background:#FFF;
}
header {
	width:100%;
	background:#FFF;
}
main {
	width:100%;
}
footer {
	width:100%;
}
section.certificazioni .contenitore article {
	width:50%;
	height:100px;
}
section.certificazioni .contenitore article a {
	width:100%;
	height:100px;
	display:block;
}
#tutto {
	overflow-x:hidden;
}
header img {
	max-width:90%;
	border:0;
	margin:3rem 0 6rem 1rem;
	padding:0;
}
#slideHead {
	width:100%;
	height:20rem;
	border:0px;
	z-index:-1;
	padding:0px;
	overflow: hidden;
	margin:0 0 0 0;
}
#slideHead article h3 {
	color:#FFF;
	line-height:2.5rem;
	margin:0 auto;
	padding:0 1rem 0 1rem;
	font-weight:700;
	max-width:58rem;
	z-index:2;
	font-size:1.9rem;
	font-family: 'Play', sans-serif;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
	background:url(../../images/mask.png);
}
}
#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead h3 small {
	font-size:24px;
}
#slideHead article {
	width:100%;
	height:100%;
	padding:0;
	text-align:center;

	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	flex-flow:column nowrap;
	align-items: center;
	justify-content:center;

	display: -webkit-flex;
	-webkit-flex-flow:column nowrap;
	-webkit-align-items: center;
	-webkit-justify-content:center;

	display: -ms-flexbox;
	-ms-flex-flow:column nowrap;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}


/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
header {
	max-width:60rem;
}
main {
	max-width:60rem;
}
footer {
	width:100%;
}
header img {
	border:0;
	margin:1rem 0 1rem 0;
	padding:0;
}
#slideHead {
	width:100%;
	height:28.125rem;
	border:0px;
	z-index:-1;
	padding:0px;
	overflow: hidden;
	margin:-6.25rem 0 0 0;
}
#slideHead article h3 {
	color:#FFF;
	line-height:2.5rem;
	margin:6.5rem 0 0 0;
	padding:0 0 0 0;
	font-weight:700;
	width:100%;
	max-width:60rem;
	z-index:2;
	font-size:2rem;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Play', sans-serif;
	text-shadow:1px 1px 2px #333;
}


#contenuto {
	padding:10px 0px 0px 0px;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
	background:url(../../images/mask.png);
}
}