html {
	height:100%;
	background:#FFF!important;
}
body {
	margin:0;
	padding:0 0 0 0;
	min-height:100%;
	background:#FFF!important;
}
#tutto {
	margin:0;
	padding:0 0 0 0;
	width: auto;
	height:auto;
}
main {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: relative;
}
footer {
	position:relative;
}
/* CLASSI PER ANIMAZIONE SCORRIMENTO */
@import "compass/css3";
.come-in:nth-child(odd) {
	transform: translateX(-100%);
	animation: come-in 1.8s cubic-bezier(0.77,0,0.175,1) forwards 0.0s;
}
.come-in:nth-child(even) {
	transform: translateX(-200%);
	animation: come-in 2s cubic-bezier(0.77,0,0.175,1) forwards 0.0s;
}
.already-visible {
	transform: translateX(0);
	animation: none;
}
@keyframes come-in {
	to { transform: translateX(0); }
}
/* FINE CLASSI SCORRIMENTO */
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
body {
	-webkit-text-size-adjust: none;
}
#tutto {
	position:relative;
	overflow:hidden;
}
main {
	position:relative;
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
body {
}
main {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#head {
	
    position: fixed!important;
	top:0!important;
	left: 0!important;
	
	background: url("../../images/pubblico/pagamenti.png"),  url("../../images/pubblico/bgHeadIndex.png")!important;
    background-position: calc(50% - 8.5rem) 0.3125rem, left top!important;
    background-repeat: no-repeat, repeat-x!important;
    background-size: auto 2rem, auto auto!important;
}
}