/* ------------------------------------------------------------------------------------
--  IMPOSTAZIONI GENERALI
------------------------------------------------------------------------------------ */
body {
	width:100%;
	height: 100%; 
	background:#E9E9E9;
	font-family:'Mako', sans-serif;
    margin:0; 
	padding: 0;
}
html{ 
    width:100%;
    height:100%;
}
::selection{
	background:#DFD2A9;
}
::-moz-selection{
	background:#DFD2A9;
}
a{
	outline:none;
	text-decoration:none;
	border:none;
	color:#968f85;
}
a:hover{
	color:#A8943F;;
}
input{
	outline:none;
}
strong{
	font-style:italic;
	color:#555;
	line-height:1.5em;
}
#figurefx {
	float:left;
	background-color:#000;
}
#subfigure {
	float:left;
	height:10px;
	width:710px;
}
figure img{
	float:left;
	padding-bottom:10px;
	opacity: .7;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
figure img:hover{
	opacity: 1;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
/***TRIANGOLO PER PANNELLI SCORREVOLI DI NAVIGAZIONE (INDEX.HTML) E GLI ORARI DI APERTURA (RESTANTI PAGINE)***/
#triangle-down {
	float:left;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #DFD2A9;
	margin:4px 6px 0 0;
}
/***STRISCE COLORATE IN ALTO***/
#colours{
	float:left;
	width:980px;
}
#colours .color{
    float:left;
    height:4px;
    width:196px;
    overflow:hidden;
	opacity:0.8;filter:alpha(opacity=80);
}
#colours .color-1{ 
background-color:#DFD2A9;
}
#colours .color-2{ 
background-color:#EADFB7;
}
#colours .color-3{ 
background-color:#F0E6C0;
}
#colours .color-4{ 
background-color:#F0EBDD;
}
#colours .color-5{ 
background-color:#D7D1C9;
}
.divider{
	float:left;
	width:710px;
	border-bottom:1px dashed #ddd;
	margin:5px 20px 0 20px;
}
/* ------------------------------------------------------------------------------------
--  WRAPPERS
------------------------------------------------------------------------------------ */
#wrapper{
	float:left;
	width:100%;
	height:100%;
	min-height:100%;
	/*height:100%;*/
	position:absolute;
	top:0px;
	left:0;
	z-index:1;
}
#inner-wrap{
	float:left;
	margin-left:30px;
}
#main-content-index{
	float:left;
	height:732px;
	width:980px;
	background:rgba(0,0,0,0.8);
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:30px;
	clear:both;
}
/* ------------------------------------------------------------------------------------
--  STILI DI NAVIGAZIONE: CI SONO TRE TIPI DI NAVIGAZIONI DI SEGUITO
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  1) STILI DI NAVIGAZIONE PER FONDO PAGINA VALIDO SOLO PER LA INDEX
------------------------------------------------------------------------------------ */
nav#slide-nav{
	float:right;
	margin:20px 30px 20px 0;
}
nav#slide-nav a{
	text-transform:uppercase;
	color:#58585A;
	text-align:center;
	display:inline;
	text-shadow:0px 0px 1px #58585A;
	letter-spacing:0.165em;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
	padding:10px 0;
	font-size:0.8em;
}
nav#slide-nav a:hover{
	color:#7B7C7E;
	opacity:0.4;
	text-shadow:0px 0px 1px #58585A;
}
/* ------------------------------------------------------------------------------------
--  1a) STILI DI NAVIGAZIONE PER FORM LOGIN VALIDO SOLO PER LA INDEX
------------------------------------------------------------------------------------ */
#form{
	width:600px;
	overflow:hidden;
	float:right;
	color:#58585A;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0px 0px 1px #58585A;
	letter-spacing:0.2em;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
	padding:10px 0;
	font-size:0.8em;
}
/* ------------------------------------------------------------------------------------
--  2) STILI DI NAVIGAZIONE LATERALI PER TUTTE LE PAGINE A PARTE LA INDEX
------------------------------------------------------------------------------------ */
nav#side{
	float:right;
	width:126px;
	margin:40px 20px 0 0;
	font-size:15px;
}
nav#side a{
	text-transform:uppercase;
	color:#ccc;
	padding:0 10px 5px 0;
	display:block;
	letter-spacing:0.2em;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}
nav#side a:hover{
	color:#DFD2A9;
	padding-top:2px;
	opacity:0;
	text-decoration:none;
}
#social{
	float:left;
	margin-top:20px;
}
#social figure{
	float:left;
	margin-right:5px;
}
#mvlogo{
	float:left;
	margin-top:412px;
	margin-bottom: 40px;
	vertical-align:bottom;
}
#mvlogohistory{
	float:left;
	margin-top:430px;
	margin-bottom:30px;
	vertical-align:bottom;
}
/* ------------------------------------------------------------------------------------
--  3) STILI PER L'ALTO SUB DI NAVIGAZIONE PER LE PAGINE INTERNE
------------------------------------------------------------------------------------ */
nav#top{
	float:left;
	margin-left:30px;
	padding:20px;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	-ms-box-shadow:0px 0px 4px #000;
    box-shadow:0px 0px 4px #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:rgba(0,0,0,0.8);
}
nav#top a{
	text-transform:uppercase;
	color:#ccc;
	padding:0 0 5px 0;
	display:block;
	text-shadow:0px 0px 1px #fff;
	letter-spacing:0.2em;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}
nav#top a:hover{
	color:#DFD2A9;
	padding-top:2px;
	opacity:0;
	text-decoration:none;
}
/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */
header{
	margin:0;
	float:left;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	-ms-box-shadow:0px 0px 4px #000;
    box-shadow:0px 0px 4px #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:rgba(0,0,0,0.8);
}
#logo{
	margin:30px;
	float:left;
}
#logo h1 a{
	font-size:2.1em;
	text-decoration:none;
	color:#e8e5e5;
	font-weight:normal;
	font-family:'Michroma', sans-serif;
	text-shadow:0 0 1px #555;
	padding-bottom:0.6em;
	display:block;
}
#logo p{
	text-align:center;
	font-family: 'Waiting for the Sunrise', serif;
	color:#e8e5e5;
	font-size:1.2em;
	display:block;
}
/* ------------------------------------------------------------------------------------
--  CONTENUTO STILI SLIDER PER TUTTE LE PAGINE CON ALTEZZA FISSA
------------------------------------------------------------------------------------ */
#hero-slider {
    text-align:left; 
    background-color:#efefef; 
    border:1px solid #ccc; 
	width:750px;
	height:650px;
    margin:40px;
	float:left;
	font: 'Tinos';
}
#hero-slider .mask { 
    float:left; 
    width:750px; 
    height:573px; 
    overflow:hidden;
}
#hero-slider .panel { 
    width:750px; 
    height:573px; 
    text-align:left; 
}
/* Nascondere i paragrafi originali se non sono stati sostituiti (JS disabilitato): */
.panel-image > p{ 
    display:none; 
}
.panelinfo{
	margin:0 20px;
}
.panelinfo2{
	margin:20px;
	clear:both;
	float:left;
}
a.button{
	float:right;
	width:25%;
	background:#ddd;
	text-align:center;
	color:#666;
	padding:8px 0;
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius:4px;
	-moz-box-shadow:0px 0px 2px #797979;
	-webkit-box-shadow:0px 0px 2px #797979;
	-ms-box-shadow:0px 0px 2px #797979;
	-box-shadow:0px 0px 2px #797979;
	border:1px solid #fff;
	text-transform:uppercase;
}
.panelinfo2 p{
	font-size:0.8em;
	display:block;
	width:70%;
	float:left;
}
#hero-slider ul {
    margin:20px 20px 40px 20px; 
    list-style:none; 
    float:left; 
	width:710px;
}
#hero-slider ul li {
    margin:0 20px 0 0;
	float:left;
}
#hero-slider ul a {
    outline:none; 
    text-decoration: none;
    display:block;
	color:#555;
	font-size:0.8em;
	padding-top:4px;
	text-transform:capitalize;
}
#hero-slider ul a.active {
    color:#000;
	border-top:1px solid #000;
}
.panel h2 {
    padding:0 0 0.8em 0;
    color:#9e9e9e;
	font-size:1.2em;
	font-family:'Tinos', sans-serif;
}
.panel h3{
	color:#555;
	font-weight:normal;
	font-size:1.1em;
	font-family:'Oswald', sans-serif;
	text-shadow:0px 1px 1px #fff;
	padding:0 0 0.8em 0;
}
.panel p {
    color:#666;
	line-height:1.5em;
	padding-bottom:10px;
	font-family:'Tinos', sans-serif;
}
.panel li {
    color:#666;
	line-height:1.5em;
	padding-bottom:10px;
	font-family:'Tinos', sans-serif;
}
.clear {clear:both}
/* ------------------------------------------------------------------------------------
--  CONTACT SLIDING PANEL (APRIBILE CON JS)
------------------------------------------------------------------------------------ */
section#hours{
	float:left;
	width:980px;
	margin-bottom:40px;
	clear:both;
}
#hours a.btn-slide{
   	color:#7B7C7E;
	text-align:center;
	text-transform:uppercase;
	padding:10px 24px 14px 24px;
	display:block;
	float:left;
}
#hours a.btn-slide:hover{
	color:#DFD2A9;
    text-shadow: 0px 0px 1px #ECF4E6;
}
#panel-hours{
	float:left;
	background:rgba(223,210,169,0.8);
	width:980px;
	display: none;
	border:1px solid #DFD2A9;
}
#opening-hours{
	float:right;
	margin:20px 30px 20px 0;
}
#opening-hours p{
	text-transform:uppercase;
	color:#58585A;
	text-align:center;
	display:inline;
	text-shadow:0px 0px 1px #58585A;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
	padding:10px 0;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  PAGINE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  STILE DELLA INDEX
------------------------------------------------------------------------------------ */
#crossslide{
	width: 100%;
	min-height:100%;
	height:100%;
	margin:0px auto;
	position:fixed;
}
div#main-content{
	float:left;
	width:660px;
	margin:0 0 0 30px;
	float:left;
	background:transparent;
}
#frontpage{
	float:left;
	height:430px;
	width:660px;
	background:rgba(0,0,0,0.8);
	border:1px solid #000;
}
#frontpage article{
	float:left;
	margin:80px 60px 0px 60px;
	height:350px;
}
#frontpage article h1{
	font-size:4.8em;
	line-height:1.2em;
	text-transform:capitalize;
	font-weight:normal;
	font-family:'Tinos', sans-serif;
	letter-spacing:2px;
	color:#D7D1C9;
}
.coloured{
	color:#607860;
	text-shadow:0px 1px 1px #000;
}
#frontpage article p{
	font-size:1.25em;
	display:block;
	margin-top:1.5em;
	line-height:1.4em;
	font-family:'Tinos', sans-serif;
	color:#D7D1C9;
}
#bottom-nav{
	float:right;
	margin-right:30px;
	background:rgba(0,0,0,0.8);
    -moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-khtml-border-bottom-right-radius:6px;
	-khtml-border-bottom-left-radius:6px;
     border-radius: 0px 0px 4px 4px;
}
#bottom-nav a.btn-slide{
   	color:#DFD2A9;
	text-align:center;
	text-transform:uppercase;
	padding:10px 24px 14px 24px;
	display:block;
	float:left;
}
#bottom-nav a.btn-slide:hover{
	color:#7B7C7E;
    text-shadow: 0px 0px 1px #7B7C7E;
}
#panel{
	float:left;
	background:rgba(223,210,169,0.8);
	width:660px;
	display: none;
	border:1px solid #DFD2A9;
}
/* ------------------------------------------------------------------------------------
--  INDEX FINISCE QUI
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  VIGNA LORENZO STYLES
------------------------------------------------------------------------------------ */
.panelinfo ol.lists{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:708px;
	background:#fff;
	border:1px solid #ddd;
}
.panelinfo ol.lists li{
	float:left;
	width:218px;
	margin-right:7px;
	color:#555;
}
.panelinfo ol.lists li.title{
	width:218px;
	margin-left:20px;
	text-transform:uppercase;
}
.panelinfo ol.lists li.dots{
	width:218px;
	font-size:0.8em;
}
.panelinfo ol.lists li.price{
	width:218px;
	margin-right:20px;
	font-family:'Michroma', sans-serif;
}
.panelinfo ol.items{
	float:left;
	width:218px;
	margin:20px 0;
	list-style:none;
}
.panelinfo ol.items li{
	background:#ddd;
	margin-bottom:7px;
	height:36px;
}
.panelinfo ol.items li:last-child{
	margin-bottom:0;
}
.item-wrapper{
	margin:10px;
	float:left;
	width:198px;
	background:transparent;
}
small.menu-small{
	font-family:'Mako', sans-serif;
	padding-left:4px;
}
a.button2{
	background:#ddd;
	text-align:center;
	color:#666;
	padding:0.8em 0.4em;
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius:4px;
	-moz-box-shadow:0px 0px 2px #ddd;
	-webkit-box-shadow:0px 0px 2px #ddd;
	-ms-box-shadow:0px 0px 2px #ddd;
	-box-shadow:0px 0px 2px #ddd;
	border:1px solid #fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	position:absolute;
	top:260px;
	width:140px;
	left:648px;
}
figure.no-frame{
	float:left;
	margin-right:10px;
	padding:0;
	background:transparent;
	border:none;
	margin-top:-6px;
}
#data1, #data2{
	width:660px;
	overflow:hidden;
}
#data1, #data2 p{
	color:#555;
	line-height:1.5em;
}
article.description{
	float:left;
	overflow:hidden;
	margin:10px;
	padding:20px;
	background-color:#efefef; 
}
article.description figure{
	background:#fff;
	border:1px solid #ddd;
	padding:20px;
    float:left;	
	margin-right:20px;
}
.description h1 {
    padding:0 0 0.8em 0;
    color:#9e9e9e;
	text-transform:uppercase;
	font-size:1.2em;
}
/* ------------------------------------------------------------------------------------
--  VIGNA LORENZO FINISCE QUI
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  BLOCKQUOTE STYLES
------------------------------------------------------------------------------------ */
blockquote{
	font-style:italic;
	line-height:1.5em;
	letter-spacing:1px;
	font-weight:normal;
	color:#8a8787;
}
#quotes-wrap{
	float:left;
	margin-top:10px;
}
.quotes{
	font-size:0.8em;
	float:left;
	width:688px;
	background:url(images/white-bg.jpg)repeat;
	border:1px solid #ddd;
	margin-bottom:20px;
	padding:10px;
}
.quotes img{
	margin-right:10px;
	margin-top:-20px;
}
.quotes p{
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:0;
}
.quotes .name{
	font-family:Georgia;
	color:#87998a;
}
.quotes1{
	font-size:1.3em;
	float:left;
	width:328px;
	background:url(images/white-bg.jpg)repeat;
	border:1px solid #ddd;
	margin-bottom:20px;
	padding:10px;
}
.quotes1 img{
	margin-right:10px;
	margin-top:-20px;
}
.quotes1 p{
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:0;
}
.quotes1 .name{
	font-family:Georgia;
	color:#87998a;
}
/* ------------------------------------------------------------------------------------
--  LOCATION STYLES
------------------------------------------------------------------------------------ */
#inner-wrap-map{
	z-index: 1;
	position: absolute;
	margin-left:30px;
    background:transparent;
    float:left;
}
div#content{
	float:left;
	width:400px;
	overflow:hidden;
}
div#bodyContent{
	width:400px;
	height:410px;
	float:left;
}
div#bodyContent p{
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:20px;
}
h1#firstHeading{
	font-family:'Mako', sans-serif;
	font-size:1.2em;
	color:#555;
	padding-bottom:0.5em;
	text-transform:uppercase;
	font-weight:normal;
}
#map_canvas{
   height:100%;
   width:100%;
}
/* ------------------------------------------------------------------------------------
--  LOCATION ENDS HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  CONTACT STYLES
------------------------------------------------------------------------------------ */
/*-------FORM----------*/
.form-wrapper {
	clear:both;
	overflow:hidden;
	float:left;
}
form#contact ol#forma{
	width:710px;
	background:transparent;
	list-style:none;
	background:#fff;
	border:1px solid #ddd;
	float:left;
}
form#contact li.form-item{
	float:left;
	width:323px;
	margin-right:10px;
	margin-left:20px;
	margin-top:20px;
}
form#contact li.form-item2{
	float:right;
	width:323px;
	margin-left:10px;
	margin-right:20px;
	margin-top:20px;
}
form#contact li.form-item3{
	float:left;
	width:670px;
	margin:20px;
}
form#contact li.form-item4{
	float:left;
	width:670px;
	margin:0 0 20px 20px;
}
.form-wrapper label {
	display:block;
	height:0;
	margin:0;
	text-indent:-9999px;
}
.form-wrapper input {
	border:none;
    padding:10px 0;
	line-height:1.3em;
	outline:none;
	border:1px solid rgba(142,119,87,0.4);
	width:253px;
	font-size:1.1em;
	color:#ddd;
	padding:4px 0 4px 70px;
	height:30px;
}
#entry_0{
	background:url(../images/input-name.png)no-repeat;
}
#entry_1{
	background:url(../images/input-email.png)no-repeat;
}
#entry_2{
	background:url(../images/textarea.png)repeat;
}
form#contact textarea{
	border:1px solid rgba(142,119,87,0.4);
	width:661px;
	font-size:1.1em;
	color:#ddd;
	padding:4px;
}
#buttonsubmit {
	float:left;
	background:#DFD2A9;
	opacity:1;
	-moz-transition:opacity .3s ease-in-out;  
	-webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    -khtml-border-radius: 4px;
	border-radius:4px 
	-moz-box-shadow:4px 4px 0 #DFD2A9;
    -webkit-box-shadow:4px 4px 0 #DFD2A9;
    box-shadow:4px 4px 0 #DFD2A9;;
	color:#555;
	font-size:1.1em;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ddd;
	font-weight:bold;
	cursor:pointer;
}
#buttonsubmit:hover,
#buttonsubmit:focus {
		opacity:.9;
}
/* ------------------------------------------------------------------------------------
--  CONTACT ENDS HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  SERVICES STYLES
------------------------------------------------------------------------------------ */
article.trigger-info{
	width:708px;
	border:1px solid #ddd;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius:4px;
}
h3.trigger{
	border-bottom:1px solid #ddd;
	padding:0.8em 0.8em 0 0.8em;
	background:url(images/trigger.jpg)no-repeat;
	height:30px;
	margin:0;
	cursor:pointer;
}
.toggle_container p{
	font-size:0.9em;
	padding:4px;
}
/* ------------------------------------------------------------------------------------
--  SERVICES ENDS HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  GALLERY STYLES
------------------------------------------------------------------------------------ */
a.grouped_elements{
	width:139px;
	height:120px;
	border:1px solid #ddd;
	padding:10px;
	float:left;
	background:#fff;
	margin-right:20px;
	margin-bottom:20px;
	-moz-box-shadow:4px 4px 0 #DFD2A9;
    -webkit-box-shadow:4px 4px 0 #DFD2A9;
    box-shadow:4px 4px 0 #DFD2A9;
}
a.lastimg{
	margin-right:0;
}
/* ------------------------------------------------------------------------------------
--  GALLERY ENDS HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  STILI DI PAGINA AGGIUNTIVI
------------------------------------------------------------------------------------ */
#main-content-index-additional{
	float:left;
	width:980px;
	background:rgba(0,0,0,0.8);
	margin-top:30px;
	clear:both;
}
#normal {
    text-align:left; 
    background-color:#efefef; 
    border:1px solid #ccc; 
	width:750px;
    margin:40px;
	float:left;
	font: 'Tinos';
}
#additional-nav{
	float:left;
	width:750px;
}
#additional-nav ul{
    margin:20px 20px 40px 20px; 
    list-style:none; 
    float:left; 
	width:710px;
}
#additional-nav ul li {
    margin:0 20px 0 0;
	float:left;
}
#additional-nav ul a {
    outline:none; 
    text-decoration: none;
    display:block;
	color:#555;
	font-size:0.8em;
	padding-top:4px;
	text-transform:capitalize;
}
#additional-nav ul a.active {
    color:#000;
	border-top:1px solid #000;
}
#empty-block{
	float:left;
	height:20px;
	width:100%;
}
#normal figure{
	background:#fff;
	border:1px solid #ddd;
	padding:20px;	
}
#normal figure.right{
	float:right;
	margin-left:20px;
}
#normal figure.left{
	float:left;
	margin-right:20px;
}
#normal figure.no-frame{
	float:left;
	margin-right:10px;
	padding:0;
	background:transparent;
	border:none;
	margin-top:-6px;
}
#normal strong{
	padding-bottom:0.6em;
    display:block;
}
#normal p:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
/*---GALLERY---*/
#gallery-wrapper{
	float:left;
	width:710px;
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#timeline{
	height:484px;
	margin-top:10px;
}
p.small{
	font-size:0.8em;
}
.panelinfo ol.history{
	float:left;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	width:708px;
}
.panelinfo ol.history li{
	float:left;
	width:218px;
	margin-right:7px;
	color:#555;
	margin-right:20px;
}
.panelinfo ol.history li:last-child{
	width:218px;
	margin-right:0px;
}
/* ------------------------------------------------------------------------------------
--  ADDITIONAL PAGES (HEIGHT IS NOT SET) ENDS HERE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  THANKYOU PAGE STYLES
------------------------------------------------------------------------------------ */
#thanks{
	float:left;
	margin-top:20px;
	background:#fff;
	border:1px solid #ddd;
	padding:20px;
	width:668px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius:4px;
	font-family:'Tinos';
}
#thanks h1{
	font-size:1.9em;
	color:#555;
	text-shadow:0 0 1px #000;
	display:block;
	margin-bottom:20px;
}
/* ------------------------------------------------------------------------------------
--  THANKYOU PAGE ENDS HERE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  ALL STYLES END HERE
------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------
--  IMPOSTAZIONI PER IL FULL BACKGROUND
------------------------------------------------------------------------------------ */

	/* impostare la larghezza e l'altezza per ottimizzare le vostre immagini: */
#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Imposta le regole per il background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Imposta la scala proporzionale del background */
	width: 100%;
	height: auto;
			
	/* Imposta il posizionamento */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}