html, body, #contenitore {
	padding: 0px !important;
	margin: 0px !important;
	overflow: hidden !important;
}
.colonnasovraimpr {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
}
img {
	max-width: 100%;
}
#sovraimperrsione {
	position: absolute;
	top: 18%;
	width: 100%;
	/* vertical-align: middle; */
}
.colonna {
	width: 33.33%;
	display: inline-block;
	float: left;
	height: 100% !important;
}
#sinistra {
	background: url(immagini/immagine-sx.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#sfondo\ principale {
	height: 100% !important;
	background: url(immagini/fondo.jpg);
	overflow: hidden !important;
}
#destra {
	background: url(immagini/immagine-dx.png);
}
#sinistrasovraimpr img {
	width: 110%;
	max-width: unset;
	left: 5%;
	position: relative;
	bottom: 80px;
}
html, body {
	overflow: hidden;
}
#destrasovraimpr img {
	width: 115% !important;
	max-width: unset;
	position: relative;
	left: 16%;
}
#footer {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
}
.colonnafoo {
	width: 33%;
	display: inline-block;
	/* float: left; */
	text-align: center;
}
ul {
	list-style: none;
	padding: 0;
	margin: o;
}
#social li {
	display: inline-block;
}
#social li:first-child {
	margin-right: 20px;
}
#centrofoo {
	position: relative;
	bottom: 4px;
}
#social a:hover {
	transition: 1s all;
	opacity: 0.6;
}
.mob {
	display: none;
}




@media (max-width: 950px) {
#sinistrasovraimpr {
	width: 100%;
}
#destrasovraimpr {
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 50px;
	position: relative;
}
#sinistrasovraimpr img {
	width: 120%;
	max-width: unset;
	left: 20%;
	position: relative;
	bottom: 80px;
}
#sovraimperrsione {
	position: absolute;
	top: 15%;
	width: 100%;
	/* vertical-align: middle; */
}
#destrasovraimpr img {
	max-width: 100%;
	width: 80% !important;
	margin-left: 10%;
	left: 0px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#centrofoo {
	width: 60%;
	margin-left: 20%;
}
#destrafoo {
	width: 100%;
	margin-top: 20px;
}
#destrafoo img {
	width: 30px;
}
#social li:first-child {
	margin-right: 0px;
}
.deskt {
	display: none;
}
.mob {
	display: block;
}
#sinistra {
	background: url(immagini/mobsx.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#destra {
	background: url(immagini/mobdx.png);
	background-size: 100% 100%;
}
html, body, #contenitore {
	padding: 0px !important;
	margin: 0px !important;
	overflow: hidden !important;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
}