* { margin:0; padding:0; }

*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#barra_header {
	width: 100%;
	position: fixed;
	z-index: 201;
	height: 75px;
	height: 96px;
}

#barra_header_left,
#barra_header_center,
#barra_header_right {
	float: left;
	width: calc(100% / 3);
}
#barra_header_center { text-align:center; }
#barra_header_right { float:right; }

#contenitore_mega_menu {
	display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
	left: -100%;
    bottom: 0;
    z-index: 51;
    	max-width: 360px;
    	overflow-y: auto;
}
#contenitore_mega_menu_left {
    float: left;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#contenitore_mega_menu_right {
    float: right;
    width: 100%;
}

#contenitore_prenotazione {
    position: fixed;
    width: 100vw;
    height: 100vh;
	right: -100%;
    bottom: 0;
    z-index: 51;
    	max-width: 360px;
    padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#header { width: 100%; height: calc(100vh - 60px); max-height:640px; top:0; }
#header.header_home { max-height: none; }

#blocco_totale { position: relative; clear: both; display: block; transition:all ease 0.5s; }

.blocco_totale { margin-top: 640px; }
.blocco_totale.blocco_totale_home { margin-top: calc(100vh - 60px); }
.blocco_totale_no_foto { margin-top: 75px; }

.blocco_totale_res {width: 960px; margin: 20px auto; padding: 10px 20px;}

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

.separatore {width: 100%; margin: 20px auto; padding: 30px 0px;}

/* BARRA LEFT */
.barra_left {height: 100%; left: 30px;position: fixed; top: 0; width: 328px; z-index: 100; transition:all ease 0.5s;}

/* HOME */
.contenitore_centrale { float: left; width: 100%; }
.section-container {max-width:1200px; margin: 0px auto; padding: 80px 0; transition:all ease 0.5s;}
.contenitore_centrale_small { margin: 0px auto; padding: 10px;}

.blocco_left {float: left; width: 490px;}
.blocco_right {float: right; width: 490px;}
img.blocco_right {float: left; width: auto; margin-left: 100px; transition:all ease 0.5s;}

.scrollme_barra_footer_home {perspective: 500px; transform-style: preserve-3d; position: relative; z-index: 99;}

/* WIDGET TRIPADVISOR */
.TA_certificateOfExcellence {float: right; margin-top: -10px; margin-right: 20px;}
/* WIDGET TRIPADVISOR */

/*INIZIO MODULO MAPPA 02*/
#map_hotel {position: absolute;}
/*FINE MODULO MAPPA 02*/


/* FIX RES 03 */
#corpo.centrale_res {padding: 0px!important; margin-left: 0px!important; margin-right: 0px!important; width: auto!important;}
#blocco_totale.blocco_totale_res3 {padding-left: 0px!important; width: auto!important; margin-top: 0px!important; padding-top: 85px; position:inherit!important;}

.img-full {background-size: auto auto !important; margin-bottom: 0 !important; margin-left: -465px !important; margin-right: -101px!important; margin-top: 0 !important; position: relative !important; width: auto !important;}

.contenitore-img-100 {position: relative; transition: all ease 0.3s; margin-top: 20px;}
.contenitore-img-100 IMG.img-100 {width: 100%!important; height: auto!important;}


#thawteseal {text-align: center; width: 100%;}
.powered_by_res {margin: 10px 0; text-align: center; width: 100%;}

/* MEDIA QUERIES */
@media(max-width:1000px) {
	#barra_header { height:60px; }
	
	#contenitore_mega_menu_left,
	#contenitore_mega_menu_right { width:100%; }
	#contenitore_mega_menu_left { margin-top: 60px; }
}