html {
	height:100%;
	background: #EEEEEE!important;
}
body {
	margin:0;
	padding:0 0 0 0!important;
	background: #FFFFFF;
}
#tutto {
	margin:0;
	padding:0;
	width: auto;
	height:auto;
	min-height:100%;
	min-width:100%;
}
main {
	margin:0 auto;
	padding:0 0 0 0;
}
nav li#cerca input {
	color: #333!important;
	background: #FFF!important;
	border: 1px solid #DDD!important;
}	
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
body {
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
	padding-top: 7rem;
}
#tutto {
	position:relative;
	overflow:hidden;
}
main {
	position:relative;
	width:94%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
body {
	padding:12.415rem 0 0 0!important;
	
}
main {
	margin:0 auto 0 auto;
	padding:0rem 0 0rem 0;
	width:100%;
	position: relative;
}
#content {
	width: 100%;
	max-width: 75rem;
	margin:0rem auto;
	padding:0.5rem 0rem;
	min-height: calc(100vh - 31.05rem);
}
main.chisiamo {
    background: url("../../images/pubblico/bg_base.gif") repeat-x;
}
main.risk {
    background: url("../../images/pubblico/bg_risk.gif") repeat-x;
}
main.governance {
    background: url("../../images/pubblico/bg_governance.gif") repeat-x;
}
main.human {
    background: url("../../images/pubblico/bg_human.gif") repeat-x;
}
main.operation {
    background: url("../../images/pubblico/bg_operation.gif") repeat-x;
}
main.compliance {
    background: url("../../images/pubblico/bg_compliance.gif") repeat-x;
}
main.business {
    background: url("../../images/pubblico/bg_business.gif") repeat-x;
}
    
}