#hotel_wrapper {width: 100%; height: 100%; overflow: hidden;}
#body {margin: 0px;}

#barra_header {width: 100%; position: fixed; z-index: 31; height: 108px; /* min-width:1000px; */}
#barra_header_left {width: 60%; float: left; height: 108px;}
#barra_header_right {width:40%; height: 108px; position: absolute; right: 0px;}

.blocco_totale_no_foto {padding-top: 108px;}
.corpo_no_foto {width: 960px; margin: 20px auto; padding: 10px 20px;}

.box_core_no_parallax {width: 960px; margin: 0px auto; padding: 20px 0px;}

#barra_footer {width:100%; position: relative; z-index:30;}
#barra_footer_left {float:left; width:53%; padding-top:30px; padding-left:20px; padding-bottom:30px; }
#barra_footer_right {float:right; width:45%;}

@media (max-width:1000px) {
	#barra_header,
	#barra_header_left,
	#barra_header_right { height:84px; }
	/* #corpo { width:calc(100% - 30px); padding:0 15px; } */
	#barra_footer { width:100%; padding:30px 0; }
	#barra_footer_left { width:100%; padding:0; }
	#barra_footer_right {width:100%;}
}