@charset "UTF-8";
/* CSS Document */

.outer {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: transparent;
}

div.middle {
	display: table-cell;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.mid {
	vertical-align: middle;
}

ul#sliderP5.medusSlider {
	background-color: #333;
}

div.innerHi {
	max-height: 600px;
	height: auto;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	color: #fff;
}


div.innerMi {
	max-height: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	color: #fff;
}

div.innerBt {
	max-height: 600px;
	height: auto;
	margin-bottom: 8%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	vertical-align: bottom;
	color: #fff;
}

div.velo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.chetate {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	
	background-image: none;
}



div.outer5 {
	text-align: center;
	margin-top: 90px;
}

.M5BCont {
	position: relative;
	margin-bottom: 90px;
	width: 90%;
	left: 5%;
}

.M5B {
		display: none;
	}

.M5 {
		display: block;
	}
	
hr.lineaP.arancione {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e73f0c;
	margin: 1em 0;
	padding: 0;
	left: 50%;
	position: relative;
	margin-left: -15px;
	width: 30px;
}
	



@media (max-width: 1024px) and (orientation:portrait){

	div.innerBt {
		margin-bottom: 12%;
	}
}

@media (max-width: 1024px) and (orientation:landscape){
}

@media (max-height: 650px) and (orientation:landscape){

	.M5B {
		display: block;
		color: #e73f0c;
	}
	
	.M5 {
		display: none;
	}
	
	.outer5 {
		margin-top: 50px;
	}
}

@media (max-height: 650px) and (orientation:landscape){

	.div.innerBt {
		margin-bottom: 12%;
	}
	
	.outer5 {
		margin-top: 50px;
	}

}

@media (max-width: 740px) and (orientation:portrait){

	.M5B {
		display: block;
		color: #e73f0c;
	}
	
	.M5 {
		display: none;
	}
	
	
	
}