html {
	height:100%;
	background:#FFF!important;
}
body {
	margin:0;
	padding:0rem 0rem 0rem 0rem;
	min-height:100%;
	background:#FFF!important;
}
#tutto {
	margin:0;
	padding:0;
	width: auto;
	height:auto;
	min-height:100%;
	min-width:100%;
}
main {
	margin:0 auto;
	padding:0 0 0 0;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
body {
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
}
#tutto {
	position:relative;
	overflow:hidden;
}
main {
	position:relative;
	width:100%;
}

#contenuto.monocolonna {
	width: 100%!important;
	padding: 0 0!important;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
body {
}
main {
	margin:0 auto 0 auto;
	padding:0rem 0 0rem 0;
	width:100%;
	position: relative;
	z-index: 999;
	/*background: url(../../images/pubblico/bgMain.gif) repeat-x;*/
}
main h1 {
	color: #FFFFFF!important;
}
#content {
	width: 100%;
	margin:0rem auto;
	padding:0rem 0rem;
	min-height: calc(100vh - 21.5rem);
}
#contenuto {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
	width: 100%;
	max-width: 75rem;
	margin:0rem auto;
    padding: 0rem 0 2rem 0;
}
#contenuto.monocolonna {
	width: 100%;
	max-width: 100%;
}
#head {
	border-bottom: 1px solid #EEEEEE;
}
section.ottavopiano article {
	width:15%!important;
	height:7rem!important;
	padding:0;
}
section.ottavopiano {
	height:auto!important;
	padding:1rem 0 0rem 0!important;
}
section.ottavopiano article h3{
	font-size: 0.7rem!important;
	height: 2rem;
}
section.ottavopiano article.colore_slide_0, section.ottavopiano article.colore_slide_1, section.ottavopiano article.colore_slide_2, section.ottavopiano article.colore_slide_3, section.ottavopiano article.colore_slide_4 {
	background-size: 65% 65%!important;
}
}