html {
	height:100%;
	background:#FFF;
}
body {
	margin:0;
	padding:0;
	background:#EEE;
	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:5;
	background:#FFF;
}
header {
	margin:0 auto;
	padding:0;
	min-height:5rem;
	position:relative;
	text-align:left;
}
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:#5E5E5E;
	font-style:normal;
}
footer address a {
	color:#5E5E5E;
	font-weight:700;
	text-decoration:none;
}
footer address a:hover {
	color:#5EA04D;
}
#contenuto {
	margin:20px 0px 0px 0px;
	float:left;
}

#slideHead .contenitore_testate {
	width:100%;
	height:100%;
	padding:0px 0px;
	overflow: hidden;
	position: relative;
}
#slideHead h3 small {
	font-size:24px;
}


#slideHead article h3 {
	width:11.25rem;
	height:11.25rem;
	color:#FFF;
	background:#5EA04D;
	line-height:3.75rem;
	padding:0.625rem;
	font-weight:700;
	z-index:2;
	font-size:3rem;
	text-align:justify;
	font-family: 'Roboto Condensed', sans-serif;
}


/* 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;
}
header img {
	max-width:90%;
	border:0;
	margin:2rem 0 2rem 1rem;
	padding:0;
}
#slideHead {
	width:100%;
	height:20rem;
	border:0px;
	z-index:-1;
	padding:0px;
	overflow: hidden;
	margin:0 0 0 0;
}
#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 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;
}
#slideHead article h3 {
	margin:0 0 0 0;
}
}
/* 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:1.125rem auto 0.8rem auto;
	padding:0;
}
#slideHead {
	width:100%;
	height:25rem;
	border:0px;
	z-index:-1;
	padding:0px;
	overflow: hidden;
	margin:0rem 0 0 0;
}

#contenuto {
	width:47%;
	padding:10px 0px 0px 0px;
}
#slideHead article div.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
}
#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: flex-end;
	justify-content:center;

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

	display: -ms-flexbox;
	-ms-flex-flow:column nowrap;
	-ms-flex-align:  flex-end;
	-ms-flex-pack: center;
}
#slideHead article h3 {
	margin:0 20% 0 0;
}
}