@media screen and (max-width: 850px) {
	.slide-description {
		font-size:24px;
		bottom:24px;
		right:24px;
	}
	
	#lineaHeader {
		position:fixed;
		top:0px;
		right:0px;
		width:80%;
		height:100vh;
		z-index:1500;
		background-color:#FFFAFA;
		display:none;
	}
	
	.azioneHeader {
		width:100% !important;
		height:auto;
		max-width:none;
		color:#444 !important;
	}
	
	.boxLingue {
		width:100%;
		height:30px;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	
	.elemLingua {
		height: 100%;
		width: 33%;
		box-sizing: border-box;
		float:left;
	}
	
	.roundLingua.active {
		width: 22px;
		height: 22px;
		margin-top: 0px;
		border-radius: 15px;
		margin-right:calc(50% - 11px);
		margin-right:-moz-calc(50% - 11px);
		margin-right:-webkit-calc(50% - 11px);
	}
	.roundLingua {
		float: right;
		width: 14px;
		height: 14px;
		margin-top: 8px;
		border-radius: 10px;
		margin-right:calc(50% - 7px);
		margin-right:-moz-calc(50% - 7px);
		margin-right:-webkit-calc(50% - 7px);
	}
	
	.menuStaccato {
		display:none;
	}
	
	#boxAzioni {
		position:absolute;
		width:100%;
		overflow-x:hidden;
		overflow-y:auto;
		height:calc(100% - 30px);
		height:-moz-calc(100% - 30px);
		height:-webkit-calc(100% - 30px);
		top: 0px;
		left: 0px;
	}
	
	.boxContenuto {
		width:100%;
	}
	
	#bottoneMenu {
		display:block;
	}
	
	#header {
		height:60px;
	}
	
	.logoHeader {
		background-size: 80px 50px;
		background-position: center;
		width: 110px;
	}
		
	#slideshow {
		height:calc(100% - 160px);
		height:-moz-calc(100% - 160px);
		height:-webkit-calc(100% - 160px);
	}
	
	.menuHeader {
		position:relative;
		width:100% !important;
		float:left;
		height:auto;
		display:block;
		top:0px;
		border:none;
	}
	
	.linkHeader {
		border:none;
	}
	
	#formContainer {
		width:100%;
		margin:0px;
	}
	
	.contenutoTesto {
		height: auto;
		padding: 16px 16px;
	}
	
	.imgBox {
		width: calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: -webkit-calc(100% - 32px);
		margin: 16px 16px;
	}

	.titoloImg {
		left: 16px;
		padding: 16px 48px;
		width: calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: -webkit-calc(100% - 32px);
	}
	
	.stringaFooter {
		line-height:15px;
		padding:0px 16px;
		margin-bottom:12px;
		font-size:10px;
	}
	
	.stringaRedFooter {
		line-height:10px;
		font-size:8px;
		padding:0px 16px;
	}
}