/***********************************************************************
      Powered by MFdesign.it || www.mfdesign.it - info@mfdesign.it
************************************************************************/

* {
	margin: 0; padding: 0;
}	

ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

a:link, a:visited {
	color: #626262;
	text-decoration: none;
}
a:hover {
	color: #e75554;
	text-decoration: none;
}

body {
	font-family: 'Lato', sans-serif;
}

/***********************************************************************
************************************************************************/

header {
	background: url('header.png') no-repeat center bottom;
	width: 100%; height: 120px;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
}
header #header {
	width: 960px; height: 70px;
	margin: 0 auto;
	padding: 0 20px;
}
header #header img.logo {
	width: 128px; height: 65px;
	margin: 3px 30px 0 0;
	float: left;
}
header #header ul.nav {
	font-size: 15px;
	width: auto; height: auto;
	margin-top: 25px;
	float: left;
}
header #header ul.nav li,
header #header ul.nav li a {
	color: #626262;
	margin: 0 8px;
	padding: 0 2px;
	float: left;
}
header #header ul.nav li a:hover,
header #header ul.nav li a.current {
	color: #e75554;
	border-bottom: 2px solid #5b97ea;
}

/***********************************************************************
************************************************************************/

nav {
	background: url('header_nav.png') no-repeat center bottom;
	width: 100%; height: 130px;
	position: absolute;
	top: 0; left: 0;
	z-index: 90;
    display: none;
}

/***********************************************************************
************************************************************************/

#menu {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 960px; height: auto;
	margin: 0 auto;
	padding: 0 20px;
	top: 82px;
	position: relative;
	z-index: 200;
    display: none;
}
#menu a.menuLink {
	color: #fff;
	margin: 0 20px;
	padding: 0 2px;
}
#menu a.menuLink:hover {
	color: #ffff00;
	border-bottom: 2px solid #ffff00;
}

/***********************************************************************
************************************************************************/

div#visioni {
	background: url('bg_visioni.png') repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	width: 852px; height: 20px;
	margin-left: -450px;
	padding: 10px 25px;
	top: 140px; left: 50%;
	position: absolute;
	z-index: 10;
}

div.booking_form_container {
	width: 800px !important; height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important; padding: 0 !important;
	float: left !important;
} /* contenitore principale */
div.booking_form_container form.booking_form {
	margin: 0 !important; padding: 0 !important;
	float: left !important;	
} /* form */
div.booking_form_container form.booking_form div.form-field {
	margin: 0 !important; padding: 0 !important;
	float: left !important;
} /* contenitore del gruppo etichetta + elemento input */
div.booking_form_container div.label {
	color: #f27409 !important;
	text-shadow: 0 0 3px #fff;
	margin: 3px 4px 0 15px !important;
	padding: 0 !important;
	float: left !important;
} /* contenitore della dell'etichetta */
div.booking_form_container div.input-element {
	margin: 0 !important; padding: 0 !important;
	float: left !important;
} /* contenitore dell'elemento input */ 
div.booking_form_container form.booking_form input {
	color: #355c9c !important;
	height: 18px !important;
	line-height: 20px !important;
	margin: 0 5px !important;
	padding: 0 3px !important;
	float: left !important;
} /* elementi input del form */
div.booking_form_container form.booking_form select {
	color: #355c9c !important;
	width: 50px !important; height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 3px !important;
	float: left !important;
} /* elemento select del form */
div.booking_form_container div.book_button_container {
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
} /* contenitore del pulsante di prenotazione */
div.booking_form_container div.book_button_container .button {
	color: #fff !important;
	background: #ee7f00 !important;
	margin: 0 25px !important;
	padding: 0 10px !important;
	height: 20px !important;
	line-height: 20px !important;
	float: left !important;
} /* pulsante di prenotazione */

/***********************************************************************
************************************************************************/

div#promo {
	width: 902px; height: auto;
	margin-left: -450px;
	top: 200px; left: 50%;
	position: absolute;
	overflow-y: auto;
    display: none;
}
div#promo a.contentPromo {
	background: url('bg_window.png') repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 175px; height: auto;
	padding: 20px;
	float: left;
}
div#promo a.contentPromo span.contentPromoTitle {
	width: 175px; height: auto;
	float: left;	
}
div#promo a.contentPromo span.contentPromoDescription {
	font-size: 12px;
	line-height: 18px;
	width: 175px; height: auto;
	margin: 5px 0;
	float: left;		
}
div#promo a.contentPromo img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 175px;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-transition: all 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s,visibility 0.5s;
	transition: opacity 0.5s;
	float: left;		
}
div#promo a.contentPromo:hover img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 175px;
	opacity: 1;
	float: left;		
}

/***********************************************************************
************************************************************************/

div#window {
	background: url('bg_window.png') repeat;
	-webkit-border-radius: 60px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius: 60px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 60px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	width: 450px; height: auto;
	margin-left: -450px;
	padding: 25px;
	top: 200px; left: 50%;
	position: absolute;
    display: none;
}
div#window h1 {
	font-family: 'Allura', cursive; font-weight: normal; font-size: 28px; color: #e75554;
	line-height: 30px;
	border-bottom: 1px solid #5b97ea;
	width: 450px; height: 30px;
}
div#window div.content {
	width: 450px; height: auto;
	margin-top: 5px;
	overflow-y: auto;
}
div#window div.content ul {
	font-size: 12px;
	width: 450px; height: auto;
}
div#window div.content ul li {
	line-height: 25px;
	width: 438px; height: 25px;
	padding-left: 10px;
	margin: 3px 0;
	float: left;
}
div#window div.content ul li.rooms {
	font-weight: bold; font-style: italic; font-size: 13px;
	padding-left: 12px;
	margin-top: -2px;
	float: left;
}
div#window div.content ul li.title {
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #5b97ea;
	padding-left: 12px;
	margin: -10px 0 5px;
	float: left;
}
div#window div.content ul li.green {
	border-left: 2px solid #3cb878;
}
div#window div.content ul li.orange {
	border-left: 2px solid #fc641a;
}
div#window div.content ul li.red {
	border-left: 2px solid #c20200;
}
div#window div.content ul li span.period {
	width: 78px;
	float: left;	
}
div#window div.content ul li span.rate {
	text-align: center;
	width: 45px;
	float: left;
}
div#window div.content ul li span.room {
	text-align: center;
	width: 90px;
	float: left;
}
div#window div.content span.notes {
	font-size: 13px;
	line-height: 16px;
	width: 450px; height: auto;
	margin-top: 5px;
	float: left;
}

/***********************************************************************
************************************************************************/

div#photos {
	width: 300px; height: auto;
	margin-right: -450px;	
	top: 190px; right: 50%;
	position: absolute;
    display: none;
}
div#photos div.content a img {
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 45px;
	-moz-border-radius-bottomleft: 45px;
	border-radius: 15px;
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
	width: 294px;
	border: 4px solid #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-transition: all 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s,visibility 0.5s;
	transition: opacity 0.5s;
	margin-top: 10px;
	float: left;
}
div#photos div.content a:hover img {
	border: 4px solid #fff568;
	opacity: 1;
}

/***********************************************************************
************************************************************************/

footer {
	background: url('footer.png') no-repeat center top;
	width: 100%; height: 90px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 100;
}
footer #footer {
	font-size: 12px; color: #fff;
	line-height: 38px;
	width: 960px; height: 38px;
	margin: 52px auto 0;
	padding: 0 20px;
}
footer #footer a.language {
	width: 20px; height: 20px;
	margin: 4px 10px 0 0;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-transition: all 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s,visibility 0.3s;
	transition: opacity 0.3s;
	overflow: hidden;
	float: left;
}
footer #footer a.current,
footer #footer a.language:hover {
	opacity: 1;
	overflow: hidden;
}
footer #footer a.author {
	color: #5897c1;
	height: 12px;
	margin-right: 10px;
	float: right;
}
footer #footer a.author:hover {
	color: #e75554;
}
footer #footer a.social {
	width: 20px; height: 24px;
	margin: 4px 8px 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
	float: right;	
}
footer #footer a.social:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	overflow: hidden;
}

/***********************************************************************
************************************************************************/