@charset "UTF-8";
/* CSS castello la leccia.com */

* {
	padding: 0px;
	margin: 0px;
}
html, body {
	height:100%; /* IE6: treaded as min-height*/
}
	
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Links */
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

/* Headers */
h1, h2, h3 {
	padding: 5px 10px 5px 0px;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h2 {
	font-size: 200%;
	color: #FFF;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 a {
	color: #FFF;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #E6E6E1;
}
p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
	font-size: 12px;
}

ul, ol {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inset;
	padding-left: 20px;
}
dl {
	margin: 0;
	padding: 10px 0 10px 10px;
}
dl dt {
	font-weight: normal;
	padding-left: 5%;
	padding-right: 0px;
	text-transform: capitalize;
	padding-bottom: 0px;
}

dd {
	margin-left: 1em;
	margin-bottom: 0px;
	font-size: 0.9em;
}

small {
	font-size: 10px;
	line-height: 12px;
}
blockquote {
	background-color:#CDAF94;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Images */
img { 
	border:none;
}
.photo img{
	border: none;
	/* [disabled]margin-right: 10px; */
	padding: 0px;
	/* [disabled]margin-bottom: 10px; */
}
/* end - form */

.clearer {
	clear: both;
	font-size: 0px;
}
.clearer50 {
	clear: both;
	height:50px;
}

.clearer150 {
	clear: both;
	height:150px;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}

/* 
   Forms 
------------------------------------------------------------------- */

label {
	font-weight: normal;
	cursor: pointer;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
textarea {overflow: auto;}
input.text, textarea, select {
	border: 1px inset #E9E4DC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	margin-top: 5px;
	background-color: #CDAF94;
}
input.text:focus, textarea:focus, select:focus {
	background-color: #FFF;
}

input.button {
	border: 1px outset #AAA;
	padding: 4px 10px;
	background-color: #F3F3F3;
}
input.button:active {border-style: inset;}

/* container */
#container {
	width: 100%;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	width: auto;
	float: right;
	color: #FFF;
	text-align: left;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 50px;
	position: relative;
}
#content2 {
	width: 60%;
	float: right;
	color: #FFF;
	text-align: left;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7%;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 5%;
	position: relative;
}

/* index */
	
/* Booking  */
.aside {
	position: fixed;
	right: 0;
	z-index: 50;
	float: right;
}
	.booking {
	position: relative;
	float: right;
	min-height: 25px;
	background: none repeat scroll 0 0 rgba(34, 34, 34, 0.65);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	clear: both;
	width: 520px;
	line-height: 26px;
	padding: 10px;
	 }
		.booking h3, .booking select, .booking input, .booking label, .booking .button {
	float: left;
	margin: 0 5px;
}
		.booking h3, .booking label {
	font-weight: normal;
}
	.booking h3 {
	font-size: 116%;
	margin-top: 0,;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
}
.booking .button { margin: -3px 0 0 0; }
.booking h2 {
	font-size: 159%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* [disabled]color: #C30; */
	text-align: left;
	}		
.booking h2.francese {
	font-size: 120%;
	}		
/* fine Booking */

/* Gift  */
.gift-top {
    position: absolute;
    right: 0;
    text-align: center;
    top: 42px;
    width: 158px;
}


.gift {
	float: left;
	clear: left;
	padding: 0 0 0 40px;
	margin: 12px 15px 0 15px;
	min-height: 40px;
	text-transform: uppercase;
	/* [disabled]background-image: url(../images/gift_voucher.png);
	background-repeat: no-repeat;
	background-position: left 4px; */
		}
/* fine Gift  */

/* loghi riconoscimenti  */
.premi {
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 80px;
	width: 279px;
	/* [disabled]margin-bottom: 1%; */
}
/* fine loghi riconoscimenti  */

/* scritta index  */
.scritta {
	position: absolute;
	text-align: center;
	bottom:190px;
	width: 100%;
	float: right;
	font-size: 250%;
	margin: 0 auto;
	font-family: English, "Palatino Linotype", "Book Antiqua", Palatino, serifsans-serif;
	color: #fff;
	-moz-transition: color 5s ease 2s;
	-webkit-transition: color 5s ease 2s;
	-o-transition: color 5s ease 2s;
	transition: color 5s ease 2s;
}
/* fine scritta index  */

/* OFFERS index  */
.offers {
    padding: 20px 10px;
    position: absolute;
    right: 0;
    width: 148px;
}
.offers h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
	font-family: English, "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	padding-left:10px;
}
.offers .hover {
    margin: 0 auto;
    position: relative;
}
.offers p, .offers a {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	padding:10px 0px;
}
.offers a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	}
.black40 {
	background: none repeat scroll 0 0 rgba(34, 34, 34, 0.65);
}
/* fine scritta index  */


/* ---------- INDEX BOX ORAFI ---------- */

#launches {
	background: none repeat scroll 0 0 rgba(49, 49, 49, 0.8);
	color: #FFFFFF;
	font-size: 1em;
	left: 170px;
	line-height: 1.5em;
	padding: 12px;
	position: fixed;
	width: 100%;
}
#launches #btn-toggle {
    cursor: pointer;
    height: 31px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 23px;
}
#launches #btn-toggle.opened {
    background: url("/assets/i/btn-launches-toggle-close.png") no-repeat scroll 0 0 transparent;
}
#launches #btn-toggle.closed {
    background: url("/assets/i/btn-launches-toggle-open.png") no-repeat scroll 0 0 transparent;
}
#launches .launch-item {
    float: left;
    margin-right: 30px;
    width: 250px;
}
#launches .launch-item .launch-content {
    margin: 0 0 0 90px;
}
#launches img {
    border: 1px solid #5E6B64;
    display: block;
    float: left;
}
#launches .launch-title {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
#launches a {
    color: #FFFFFF;
    text-decoration: none;
}
#launches a.view {
    background: url("/assets/i/bg-arrow-fff.png") no-repeat scroll left 40% transparent;
    color: #CCCCCC;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
#launches.single {
	/* [disabled]background: none repeat scroll 0 0 rgba(109, 89, 71, 0.85); */
	border: 1px solid #ccc;
	bottom: 95px;
	color: #D1B484;
	left: auto;
	line-height: 1.5em;
	padding: 10px;
	position: fixed;
	width: 260px;
	right: 310px;
}
#launches.single #btn-toggle {
    display: none;
}
#launches.single .launch-item {
    float: none;
    margin-right: 0;
    width: auto;
}
#launches.single .launch-item .launch-content {
    margin: 0 0 0 125px;
}
#launches.single img {
    border: medium none !important;
    display: block;
    float: left;
}
#launches.single .launch-title {
    font-size: 0.9em;
    font-style: normal;
    line-height: 1.3em;
    margin: 0 0 0.7em;
    text-transform: none;
}
#launches.single .launch-description p {
    font-size: 0.9em;
    line-height: 1.3em;
}
#launches.single a.view {
    background: url("/assets/i/bg-arrow-fff.png") no-repeat scroll right 50% transparent;
    color: #FFFFFF;
    float: right;
    font-size: 0.9em;
    padding: 0 10px 0 0;
    text-transform: none;
}



/* ---------- Footer ---------- */
#footer {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	color: #fff;
	margin-top: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	clear: both;
	position: fixed;
	/* [disabled]background: none repeat scroll 0 0 rgba(34, 34, 34, 0.65); */
	}
#footer p {
	font-size: 93%;
}

.footer_left {
	float: left;
	padding: 0px;
}
.nav_foot {
	padding: 0px;
	margin: 0px;
}
.nav_foot ul {
	list-style-type: none;
}
.nav_foot li {
	display: inline;
}
.nav_foot a {
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
			    
.footer_address {
	clear: both;
	padding-top: 4px;
	font-size: 85%;
	margin-left: 0px;
	margin-right: 20px;
	line-height: 400%;
	color: #FFF;
	text-align: center;
		}
    
.footer_right {
	/* [disabled]float: right; */
}
		
    
.social_buttons {
			float: left;
			margin: 12px 15px 0 0;
			}

						
.bio, .spevis, .gallo, .fb, .ta, .regala, .orafi {
	float: left;
	margin: 10px 10px 0 0;
        }
		.gallo {
	width: 35px;
	height: 35px;
	/* [disabled]background: url(../images/gallo_logo.png); */
	background-repeat: no-repeat;
	margin-right: 15px;
		}
		.bio {
	width: 90px;
	height: 44px;
	/* [disabled]background: url(../images/bio_logo.png); */
	background-repeat: no-repeat;
	margin-top: 2px;
		}
		.spevis {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	/* [disabled]background-image: url(../images/logo-spevis.jpg); */
		}
		.fb {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	margin-left: 30px;
		}
		.ta {
	width: 35px;
	height: 35px;
	/* [disabled]background: url(../images/logo_tripadvisor.png); */
	background-repeat: no-repeat;
		}
		.regala {
	height: 40px;
	background-repeat: no-repeat;
	color: #666;
	width: auto;
		}

		.orafi {
	width: 150px;
	height: 35px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
		}
/* trasparenza */

.transparent {
	/* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        zoom: 1;
	/* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=60);
	/* Older than Firefox 0.9 */
        -moz-opacity:0.60;
	/* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.60;
	padding-left: 0px;
}
.transparent2 {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        zoom: 1; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=90);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.9;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.9;
}

#supersized img {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        zoom: 1; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);

        /* Older than Firefox 0.9 */
        -moz-opacity:1;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 1;
}

/* varie */
#dida {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	}
.data {
	text-align: right;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	color: #CCC;
	clear: both;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DAAB9;
}
.testosmall {
	line-height: 150%;
	font-size: 14px;
	color: #FFFFFF;
}
.iconaPDF {
	line-height: 150%;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/icona-PDF.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 50px;	
}

.titolosmall {
	font-size: 12px;
}

/* scrollbar */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.sgFormsError { color: #CC0000; margin-left: 5px; }

/* Tablet + Telefono */
@media (max-width:1024px) { 
.footer_right, .footer_address{ display:none;}
.booking { width: 480px; padding: 5px 0px; text-align:center;}
.booking h3 { font-size: 95%;}
#sidemenu{ 	margin-top:0px;}
.booking label { font-size:10px}
 }

#evolsBooking { padding: 5px 20px; }
