@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import "reset.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 965px;
	/*min-height: 800px;*/
	background: #23201e;
	color: #959595;
	/*text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
header {
	margin-top: 20px;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#spinner{
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #c1deff url("../images/loader.gif") center no-repeat;
}
/*-------------Slideshow------------*/
#imageHolder{
	position: absolute;
	width: 100%;
	height: 100%;
	/*left: 260px;*/
}
#pattern{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	/*background:url("../images/pattern.png");*/
}
#imgSpinner{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: #23201e url("../images/webSiteLoader.gif") 60% center no-repeat;
}
.topImg{
	position: absolute;
	z-index: 1;
	background: #000;
}
.bottomImg{
	position: absolute;
	z-index: 0;
	background: #000;
}
#next{
	position: absolute;
	top: 50%;
	right: 340px;
	z-index: 7;
	margin-top: -49px;
	width: 99px;
	height: 99px;
}
#prev{
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 7;
	margin-top: -49px;
	width: 99px;
	height: 99px;
}
/*-------------header------------*/
.navBox{
	position: absolute;
	left:0;
	z-index: 8;
	width: 1px;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
}
header>h1>a{
	display: block;
	margin: 21px 0 0 -8px;
	width: 272px;
	/*height: 101px;*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: -3px;
	font: 61px "Open Sans", sans-serif;
	font-weight: 300;
}
header>h1>a>span{
	display: block;
	margin-top: -20px;
	color: #544f4f;
	letter-spacing: -1px;
	font: 32px "Open Sans", sans-serif;
	font-weight: 300;
}
/*-------------Menu------------*/
nav{
    /*margin-top: 30px;*/
}

nav>ul>li>a {
	display: block;
	margin-left: 37px;
	/*padding: 12px 43px 12px 0;*/
	width: 180px;
	background: url("../images/menu-line.png") 0px 0px no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 900;
	line-height: 33px;
	text-align: center;
	
}

.FontMenu li a, #SottoMenu1 li a, #SottoMenu2 li a {
	font-family: Arial !important;
	font-size: 13px;
	font-weight: bold;
}

nav>ul>li:first-child>a{
	background: none;
}
nav>ul>li ul{
	position: absolute;
    top: 0;
    left: 260px;
    overflow: hidden;
    padding-top: 230px;
    width: 260px;
    height: 100%;
	background-color: #292C52; /* ORIGINALE: #090E3E; */
}
nav>ul>li ul>li:first-child>a{
	background: none;
}
nav>ul>li ul>li>a{
	display: block;
	margin-left: 10px;
	padding: 5px 0px 0px;
	width: 185px;
	background: url("../images/menu-line.png") 0px 0px repeat-x;
	color: #bbbbbb;
	text-decoration: none;
	font-size: 13px;
    font-weight: 900;
    line-height: 33px;
}
nav>ul>li ul>li>a:hover{
	color: #fff;
}
.outText{
	/*position: relative;*/
}
.overText{
	position: absolute;
	margin-top: -33px;
	color: #fff;
}
.buttonArr{
	position: absolute;
	right: -6px;
	z-index: 1;
	margin-top: -20px;
	width: 8px;
	height: 18px;
	background: url(../images/sub-menu-arr.png) 0 no-repeat;
}
/*-------------footer------------*/
footer{
	position: absolute;
	bottom: 0;
}
footer>div{
	margin: 0 auto 37px;
	width: 180px;
	/*height: 128px;*/
	text-align: center;
	line-height: 16px;
	
}
footer>span{
	display: block;
	padding-bottom: 32px;
	width: 256px;
	text-align: center;
	white-space: pre;
}
footer>span>a{
	color: #5f5959;
	text-decoration: none;
}
footer>span>a:hover{
	color: #333;
}
#box_txt_1{
	margin-bottom: -4px;
	padding-top: 15px;
	color: #645e5e;
	font: 19px "Open Sans", sans-serif;
	font-weight: 400;
}
#box_txt_2{
	margin-bottom: -3px;
	color: #fff;
	font: 23px "Open Sans", sans-serif;
	font-weight: 300;
}
#box_txt_3{
	margin-bottom: 1px;
	color: #645e5e;
	font: 15px "Open Sans", sans-serif;
	font-weight: 400;
}
#box_txt_4{
	color: #fff;
	letter-spacing: 0px;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
}
/*-----------Content-----------*/
#close{
	position: absolute;
	top: 20px;
	right: -20px;
	z-index: 1;
	overflow: hidden;
	width: 20px;
	height: 20px;
}
section{
	position: absolute;
	left: 260px;
	z-index: 5;
	width: 500px;
	height: 100%;
}
section> ul>li{
	position: absolute;
	overflow: hidden;
	padding: 20px 0 0 40px;
	width: 100%;
	height: 100%;
	/*background:url("../images/content-background.png");*/
	background-color: #DCEBFC;
	opacity: 0.9;
	
}
.box_1{
	float: left;
	padding-right: 19px;
	width: 221px;
}
.box_2{
	float: left;
	padding-right: 19px;
	width: 461px;
}
.box_3{
	float: left;
	padding-right: 19px;
	width: 300px;
}
.box_4{
	float: left;
	padding-right: 19px;
	width: 381px;
}
.box_5{
	width: 560px;
}
h2{
	margin-bottom: 20px;
	padding-bottom: 22px;
	background: url("../images/content-line.png") bottom left repeat-x;
	color: #000;
	font-family: 'LevenimMTRegular',Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
	font-weight: normal;
}
h3 {
	padding-bottom: 3px;
	color: #434242;
	font-weight: bold;
	line-height: 18px;
}
p {
	margin-bottom: 10px;	
	padding-bottom: 17px;
	background: url("../images/content-line.png") bottom left repeat-x;
	color: #000;
	line-height: 20px;
	width: 95%;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12.5px;
	
}



p strong {
	font-size: 12.5px;	
}

.imgBorder{
    float: left;
    margin: 0 16px 16px 0;
    padding: 6px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
}
.moreButton{
	padding: 7px 15px;
	background: url(../images/more-button.png);
	color: #353131;
	text-decoration: none;
}
.up{
	float: left;
	margin-right: 3px;
	width: 29px;
	height: 28px;
}
.down{
	float: left;
	width: 29px;
	height: 28px;
}
.scrollNav{
	float: left;
	margin-top: 20px;
}
.scroll{
	height: 366px;
}
.marginNone{
	margin: 0;
}
.marginB{
	margin-bottom: 18px;
}
.marginBNone{
	margin-bottom: 0px !important;
}
.moreLink{
	display: inline-block;
	margin: 3px 4px 0;
	width: 16px;
	height: 12px;
	background: url(../images/arr-1.png) -12px center no-repeat;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.moreLink:hover{
	background-position: 0px center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.box{
	display: inline-block;
	width: 100%;
	background: url("../images/content-line.png") bottom left repeat-x;
}
.bgNone{
	margin-bottom: 0;
	background: none;
}
/*---------restaurant--------*/
#restaurant ul>li{
	margin-bottom: -2px;
}
/*---------menu--------*/
#menu ul>li>h3{
	margin-top: 0px;
	padding-bottom: 0px;
}
.banner{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
    width: 460px;
    height: 95px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
   text-decoration: none;
    white-space: nowrap;
}
.banner>div{
    position: relative;
    left: -220px;
    z-index: 1;
    display: inline-block;
    margin: 21px 0 0 18px;
    padding-left: 9px;
    width: 242px;
    height: 51px;
    border-left: 3px solid black;
	color: #3f3e3e;
    white-space: normal;
   	font: 23px "Open Sans", sans-serif;
	font-weight: 600;
}
.banner>div>span{
	position: relative;
 	display: inline-block;
	margin: -2px 0 0 3px;
	color: #6b6b6b;
	text-transform: none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
.banner>img{
	position: relative;
	left: -249px;
}
/*---------wine-list Page--------*/
#wine-list ul{
    width: 276px;
}
#wine-list .scroll{
	margin: -4px 0 4px 0;
}
#wine-list ul>li>a{
	display: block;
	margin-bottom: 9px;
	color: #434242;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#wine-list ul>li>a:hover{
	color: #96897c;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#wine-list ul>li>a:hover >span:first-child{
	background-position: 6px 2px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#wine-list ul>li>a>span:first-child{
	padding-left: 19px;
	background: url(../images/list-arr.png) 0 no-repeat;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#wine-list ul>li>a>span{
	display: table-cell;	
}
.bgPoint{
	width: 100%;	
	background: url(../images/point-line.png) 0 10px repeat-x;
}
/*--------Events Page--------*/
#events p{
	padding-bottom: 27px;
}
#events h3{
	margin-top: -6px;
	padding-bottom: 9px;
}
#events h3>span{
	font-style: normal;
}
#events ul>li{
	margin-bottom: 22px;
}
#events ul>li>div{
	padding: 17px 20px 25px 15px;
	width: 186px;
	height: 100px;
	background: url(../images/page-5-part-1.png) 0 0px no-repeat;
	color: #434242;
	text-transform: none;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}
#events .scroll{
    height: 356px;
}
#events .box_1>.box{
    padding-bottom: 10px;
}
/*--------Gallery Page--------*/
#gallery .scroll{
	height: 410px;
}
#gallery .scrollNav{
    position: absolute;
	right: 60px;
    top: 0;
}
	
#gallery ul{
	/*width: 740px;*/
}
#gallery ul>li{
    display: inline-block;
    margin: 0 17px 22px 0;
}
#gallery ul>li>a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
#gallery ul>li>a>img{
	margin: 0;
}
#gallery ul>li>a>div{
    position: absolute;
    bottom: 6px;
    left: 7px;
    overflow: hidden;
    padding: 12px 0 0 16px;
    width: 190px;
    height: 67px;
   	background: url(../images/part-bg.png) 0 0;
}
#gallery ul>li>a>div>h3{
    color: #fff;
}
#gallery ul>li>a>div>p{
	margin: -2px 0 0 0;
	padding: 0;
	background: none;
	color: #878686;
}

.scroll{
	height: 366px;
}
/*--------Contacts Page--------*/
.google_map{
	margin-bottom: 15px;
    padding: 6px;
	width: 220px;
	height: 200px;
    border: 1px solid #C7C3C0;
    background: #e6e6e6;
}
#locations p{
	float: left;
	margin: 0;
	padding: 7px 20px 0 0;
	padding-bottom: 20px;
	width: 168px;
	background: none;
}
#locations p>a{
	color: #434242;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#locations p>a:hover{
	color: #96897C;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.col{
	float: left;
	display: inline-block;
	width: 71px;
}
#form1 {
    margin: -2px 0 0 -1px;
    width: 301px;
}
#form1 > .success{
	color: #434242;
	line-height: 18px;
}
#form1 input {
	margin: 0 0 0px 0;
	padding: 12px 15px;
	width: 445px;
	outline: none;
	border: 0;
	background: url(../images/contact-form-part-1.png) 0 0 no-repeat;
	box-shadow: none;
	color: #434242;
	text-transform: uppercase;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#form1 textarea {
	overflow: auto;
	padding: 12px 16px;
	width: 445px;
	height: 50px;
	outline: none;
	border: 0;
	background: none;
	background: url(../images/contact-form-part-2.png) 0 0 no-repeat;
	box-shadow: none;
	color: #434242;
	text-transform: uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	resize: none;
}
#form1 label {
	position: relative;
	display: inline-block;
	min-height: 47px;
}
#form1 .error, #form1 .empty {
	display:none;
	margin: 0 0 10px 0;
	color: #434242;
}
.btns {
    margin-top: 2px;
}
.btns a{
    margin-right: 12px;
}
/*----------privacy-policy---------*/
.box_5 >p{
    padding-bottom: 0px;
    width: 465px;
    background: none;
}
.box_5 >h2{
    margin-bottom: 14px;
	
}.box_5 >h3{
    padding-bottom: 9px;
}
.box_5>p>a{
	color: #434242;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.box_5>p>a:hover{
	color: #96897C;
 	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.red {
	color: red;	
}


.imgSezione {
	padding:2px;
	border:1px #FFFFFF solid;		
}


#mcs3_container {
    height: 96%;
    width: 280px;
}

#menuLine
{
    border-top: 1px solid #000000;
	margin: 0 auto;
    right: 50px;
    width: 10px;
    z-index: 999999;
}

#LOGOAnimazione {
	background-image: url(../images/logo_animazione.png);
	height: 154px;
	width: 400px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#SkipIntro {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	text-align:center;
	cursor: pointer;
	border: 1px solid #758bad;
	background-color: #94a5bf;
	color: #fff;
	width: 100px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	font-weight:bold;
}

#Slogan1, #Slogan2 {
	/*height: 157px;*/
	width: 400px;
	position: absolute;
	bottom: 0;
	margin: auto;
	font-size: 40px;
	color:#FFF;
	font-style:italic;
}

#Slogan1 {
	right: -2000px;
	bottom: 100px;
}

#Slogan2 {
	right: -2000px;
	bottom: 70px;
}

.footer_areaRiservata {
font-family: Arial; 
color: #000 !important;
font-size: 10px;
border: 1px solid #949494;
text-transform: uppercase;
width: 100px;
margin: 0 auto;
padding-bottom: 0;
margin-bottom: 20px;
padding: 5px;
}

.footer_areaRiservata a {
	color: #000 !important;	
}