*{
	margin:0 auto;
	padding:0;
}

body{
	background:#fff;
	text-align:center;
	font: 13px 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#222
}

A{
	color:#b39148;
	text-decoration:none
}

.logo{
	width:300px;
	border:none;
	margin:10px 0 35px 0
}

.ei-slider, .ei-slider-interno-ville{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin:0 auto;
	margin-bottom:10px
}

.ei-slider-interno-ville{
	height:500px !important
}

.ei-slider-interno{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height:300px;
	/* height: 250px; */
	margin: 0 auto;
}

.bg_top_slide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	z-index:100;
	background:url(../images/bg_slide.gif) repeat-x 50% top;
	background-size:auto 400px
}

.bg_bottom_slide{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	z-index:100;
	background:url(../images/bg_slide.gif) repeat-x 50% bottom;
	background-size:auto 400px
}

.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:99;
	background:#111;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:3px;
	color: #fff;
	text-align: center;
	line-height: 400px;
}

.ei-slider-interno .ei-slider-loading{
	line-height: 330px !important;
}

.ei-slider-interno-ville .ei-slider-loading{
	line-height: 430px !important;
}

.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	background:#111;
}
.ei-slider-large li{
	list-style:none;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-slider-interno-ville li img{
	height: 100% !important;
	width:auto !important;
	margin-top:0 !important
}
.ei-title{
	text-align:left;
	position: absolute;
	z-index:99;
	width:30%;
	padding:40px;
	padding-left:100px;
	max-width:370px;
	overflow:hidden;
	right: 5%;
	top: 10%;
	border-radius:7px;
	background: -moz-linear-gradient(left,  rgba(17,17,17,0) 10%, rgba(17,17,17,0.5) 40%, rgba(17,17,17,0.5) 60%, rgba(17,17,17,0) 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(17,17,17,0)), color-stop(40%,rgba(17,17,17,0.5)), color-stop(60%,rgba(17,17,17,0.5)), color-stop(90%,rgba(17,17,17,0)));
	background: -webkit-linear-gradient(left,  rgba(17,17,17,0) 10%,rgba(17,17,17,0.5) 40%,rgba(17,17,17,0.5) 60%,rgba(17,17,17,0) 90%);
	background: -o-linear-gradient(left,  rgba(17,17,17,0) 10%,rgba(17,17,17,0.5) 40%,rgba(17,17,17,0.5) 60%,rgba(17,17,17,0) 90%);
	background: -ms-linear-gradient(left,  rgba(17,17,17,0) 10%,rgba(17,17,17,0.5) 40%,rgba(17,17,17,0.5) 60%,rgba(17,17,17,0) 90%);
	background: linear-gradient(to right,  rgba(17,17,17,0) 10%,rgba(17,17,17,0.5) 40%,rgba(17,17,17,0.5) 60%,rgba(17,17,17,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#00111111',GradientType=1 );
}

.ei-title h4, .ei-title h3{
	text-align: left;
	font-weight:normal
}
.ei-title h4{
	text-shadow:1px 1px 0px #111;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.ei-title h3{
	text-shadow:0 0 20px #111;
	font-weight:300;
	font-size: 47px;
	line-height: 45px;
	margin-top:10px;
	margin-bottom:20px;
	color: #dfbe75;
}
.ei-title P{
	color:#fff;
	font-size:12px;
	text-shadow:1px 1px 0px #111;
	text-transform:uppercase;
	line-height:31px;
	background:url(../images/px.gif) top left;
	background-size:1px 32px;
}

.ei-title A{
	float:left;
	margin-top:15px;
	padding:5px 30px 5px 20px;
	background:url(../images/btt_slide.gif) no-repeat top left;
	background-size:100px 25px;
	color:#111;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.ei-title A:hover{
	background:url(../images/btt_slide_h.gif) no-repeat top left;
	background-size:100px 25px;
}

.navigation-slide{
	position:absolute;
	bottom:35px;
	width:100%;
	z-index:999;
}
	
.ei-slider-thumbs{
	height: 8px;
	margin: 0 auto;
	position: relative;
}

.ei-slider-interno-ville .ei-slider-thumbs{
	max-width:140px !important
}

.ei-slider-thumbs li{
	list-style:none;
	position: relative;
	border-radius:10px;
	margin:0 1px;
	float: left;
	height: 100%;
	background:none;
	border:2px solid #dfbe75;
}
.ei-slider-thumbs li:hover{
	border-color: #fff;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	border-color: #fff;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.menu{
	width:930px;
	height:65px;
	background:url(../images/bg_menu.png) no-repeat top center;
	background-size:1000px auto;
	padding:0 35px;
	position:absolute;
	top:135px;
	left:50%;
	margin-left:-500px;
	z-index:999
}

ul.oe_menu{
	list-style:none;
	position:relative;
	width:930px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	/*width:155px;*/
	width:132px;
	height:45px;
	background:url(../images/sep_menu.gif) no-repeat 100% 50%;
	background-size:1px 17px;
	float:left;
	position:relative;
}
ul.oe_menu > li > strong{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	/*width:155px;*/
	width:132px;
	height:17px;
	padding:14px 0;
	font-weight:300;
	text-shadow:0 0 5px #977c3c;
	text-transform:uppercase;
	cursor:default;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
ul.oe_menu  li  A{
	color:#fff 
}
ul.oe_menu > li:last-of-type{
	background:none;
	width:136px
}
ul.oe_menu > li > strong:hover,
ul.oe_menu > li.selected > strong{
	font-weight:700;
	color:#fff !important;
	background: rgb(170, 135, 60);
	background: rgba(170, 135, 60, 0.5);
}
.oe_wrapper ul.hovered > li > strong{
	color:#f2ddaf
}
ul.oe_menu div{
	position:absolute;
	top:45px;
	left:-25px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.85);
	width:185px;
	display:none;
	text-align:left
}
ul.oe_menu li ul{
	list-style:none;
	background:url(../images/fr_menu.gif) no-repeat top center;
	background-size:14px 7px;
	width: 155px;
	padding:25px 15px 15px 15px;
}
.minim{
	left:0 !important;
	width:155px !important
}
.minim UL{
	width:125px !important
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#fff;
	padding:7px 5px;
	line-height:15px;
	font-weight:300;
	border-bottom:1px solid #333;
	display:block;
}
ul.oe_menu div ul li:last-of-type a{
	border-bottom:none
}
ul.oe_menu div ul li a:hover{
	color:#dfbe75;
}

.social{
	position:absolute;
	top:50%;
	right:0px;
	width:40px;
	margin-top:-72px;
	height:144px;
	z-index:101
}

.social A{
	display:block;
	width:40px;
	height:35px;
	background-color:#222;
	background-repeat:no-repeat;
	background-position:65% 50%;
	background-size:20px 20px;
	margin-bottom:1px;
	color:#fff;
	text-indent:-9999px;
	border-radius:20px 0 0 20px
}

.social A:hover{
	background-color:#dfbe75;
}

.social A:nth-of-type(1){
	background-image:url(../images/ico_facebook.gif);
}

.social A:nth-of-type(2){
	background-image:url(../images/ico_twitter.gif);
}

.social A:nth-of-type(3){
	background-image:url(../images/ico_youtube.gif);
}

.social A.it{
	background-image:url(../images/ico_it.gif);
}

.social A.en{
	background-image:url(../images/ico_en.gif);
}

.social A:nth-of-type(1):hover{
	background-image:url(../images/ico_facebook_h.gif);
}

.social A:nth-of-type(2):hover{
	background-image:url(../images/ico_twitter_h.gif);
}

.social A:nth-of-type(3):hover{
	background-image:url(../images/ico_youtube_h.gif);
}

.social A.it:hover{
	background-image:url(../images/ico_it_h.gif);
}

.social A.en:hover{
	background-image:url(../images/ico_en_h.gif);
}

.content{
	width:960px;
	padding:40px 0 0 0;
	line-height:24px;
	overflow:hidden;
	text-align:left;
}

.content P STRONG{
	font-weight:400
}

.interno{
	width:890px !important;
	padding:30px 20px 40px 20px !important
}

.interno P{
	text-align:justify
}

.blog{
	width:920px !important;
	padding:0 20px !important;
	background:url(../images/sf_content.png) repeat-x bottom right, url(../images/bg_dx_content.jpg) repeat-y top right;
	background-size:75px 75px, 330px 10px
}

.sx_content{
	float:left;
	overflow:hidden;
	width:560px;
	text-align:justify;
	padding:40px 20px;
	margin-right:10px;
}

.dx_content{
	float:left;
	padding:40px 0 40px 10px;
	overflow:hidden;
	width:300px;
}

.box{
	float:left;
	width:280px;
	padding:0 10px;
	margin-right:20px;
	overflow:hidden;
	background:url(../images/bg_h3.gif) no-repeat center 40px;
	background-size:300px 7px;
	text-align:left;
	margin-bottom:15px
}

.dx_content .box{
	margin-bottom:10px
}

.content .box:last-of-type{
	margin-right:0
}

.box H3{
	font-family: 'Buenard', serif;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:30px;
	letter-spacing:2px;
	font-size:13px;
}

.box.intro IMG{
	width:280px;
	border-radius:7px;
	margin-bottom:30px
}

.box.intro P{
	line-height:20px;
	text-align:justify;
}

.box.intro P:first-letter{
	font-weight:700;
	font-size:40px;
	line-height:40px;
	padding:0px 10px 0 5px;
	float:left
}

.readmore{
	float:right;
	margin:25px 0;
	padding:5px 10px 5px 0;
	background:url(../images/readmore.gif) no-repeat top left;
	background-size:100px 25px;
	width:90px;
	color:#111;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.readmore:hover{
	background:url(../images/readmore_h.gif) no-repeat top left;
	background-size:100px 25px;
	color:#fff
}

.footer{
	background:url(../images/bg_slide.gif) repeat-x 50% top #222;
	background-size:auto 400px;
	color:#999;
	padding:40px 0 30px 0
}

.footer STRONG{
	font-weight:700;
	text-transform:uppercase
}

.bnews{
	border-bottom:1px solid #eee;
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	color:#888;
	font-size:11px;
	text-transform:uppercase;
	word-spacing:5px
}

.int{
	float:left;
	width:211px;
	height:250px;
	padding:0 5px;
	margin-bottom:0;
	text-align:center;
	border-bottom:none;
	border-right:1px solid #eee
}

.int:nth-child(4n+0), .prodotti:nth-child(4n+0){
	border:none
}

.bnews:last-of-type{
	border:none;
	margin-bottom:0 !important
}

.bnews .th_news{
	float:left;
	width:70px;
	height:70px;
	border-radius:5px;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}

.int .th_news{
	float:none;
	width:190px;
	height:140px;
	margin:15px auto
}

.bnews A, .bstorie A{
	text-decoration:none;
	color:#222;
	-webkit-transition:  0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
}

.bnews A:hover, .bstorie A:hover{
	color:#999
}

.bnews A:hover > .th_news, .bstorie A:hover > IMG, .prodotti A:hover > IMG{
	opacity:0.65
}

.bnews H4{
	padding-top:12px;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	word-spacing:normal
}

.bnews STRONG{
	word-spacing:normal;
	font-size:12px;
	font-weight:400;
	color:#b39148
}

.comments{
	color:#888 !important;
	padding-left:18px;
	word-spacing:1px;
	background:url(../images/ico_comments.gif) no-repeat left center;
	background-size:11px 11px
}

.comments:hover{
	color:#222 !important;
	background:url(../images/ico_comments_h.gif) no-repeat left center;
	background-size:11px 11px
}

#slider_storie{
	width: 280px;
	height: 430px;
}

.bstorie{
	text-align:center
}

.bstorie .img_bs{
	overflow:hidden;
	position:relative;
	width:280px;
	height:70px;
	border-radius:7px;
	margin-bottom:15px
}

.bstorie .img_bs IMG{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border:none;
}

.bstorie H4{
	font-size:15px;
	line-height:20px;
	font-weight:700;
	padding-bottom:26px;
	text-transform:uppercase;
	background:url(../images/bg_tit_bstorie.gif) no-repeat center 30px;
	background-size:50px 4px 
}

.bstorie P{
	overflow:hidden;
	line-height:20px;
	height:55px
}

.bstorie P:first-of-type{
	margin-bottom:15px;
	border-bottom:1px solid #eee
}

#slider_storie .clicker{
	position:absolute;
	right:50%;
	margin-right:-21px;
	bottom:0;
	z-index:999
}

#slider_storie .clicker a {
	border-radius:10px;
	margin:0 1px;
	width:8px;
	height: 8px;
	background:none;
	border:2px solid #dfbe75;
}

#slider_storie .clicker a.active {
	border-color:#222
}

.content_com{
	overflow:hidden;
	padding:30px 20px;
	border-top:1px solid #eee;
	margin-top:10px;
	width:890px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	font-weight:400
}

.blog .content_com{
	padding:30px 0px !important;
	margin-top:30px !important;
	width:560px !important;
}

.tit{
	background:url(../images/bg_tit.jpg) repeat-x center bottom;
	background-size:100px 125px;
	padding-top:30px;
	position:relative
}

.tit H1{
	text-align:left;
	width:570px;
	padding-right:320px;
	font-weight:300;
	font-size: 38px;
	line-height:40px;
	margin-top:5px;
	margin-bottom:5px;
	color: #b39148;
}

.tit H5{
	text-align:left;
	width:890px;
	color:#999;
	font-family: 'Buenard', serif;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	font-size:11px;
}

.sub_tit_news{
	text-align:left;
	width:890px;
	margin-top:10px;
	font-size:11px;
	text-transform:uppercase;
	word-spacing:5px
}

.breadcrumbs{
	width:865px;
	background:url(../images/ico_home.gif) no-repeat 25px center #222;
	background-size:12px 12px;
	padding:15px 20px 15px 45px;
	margin-top:20px;
	text-align:left;
	color:#fff
}

.breadcrumbs A{
	color: #dfbe75;
	padding-right:20px;
	background:url(../images/fr_bc.gif) no-repeat right 4px;
	background-size:12px 12px;
	margin-right:5px
}

.breadcrumbs A:hover{
	color:#fae1a9
}

.social_btt{
	position:absolute;
	left:50%;
	bottom:70px;
	margin-left:-455px;
	overflow:hidden;
	text-align:right;
	width:890px;
}

.form_ricerca_distribuzione{
	width:860px;
	background:url(../images/ico_nazione.gif) no-repeat 25px center #222;
	background-size:12px 20px;
	padding:10px 30px 10px 45px;
	text-align:left;
	color:#fff;
	overflow:hidden
}

.tit_form_ricerca_distribuzione{
	float:left;
	width:120px;
	padding-top:7px
}

.nazione{
	float:left;
	width:735px;
	height:30px;
	border:1px solid #666;
	text-align:left;
	background:url(../images/fr_sel_formd.gif) no-repeat 99% 50%;
	background-size:25px 30px;
	overflow:hidden
}

.nazione SELECT{
   background: none;
   width: 735px;
   border: none;
   height: 30px;
   -webkit-appearance: none;
	margin:0;
	padding:4px 10px;
	font: 12px 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color: #dfbe75;
	cursor:pointer;
	outline:none
}

.nazione SELECT:hover{
	outline:none
}

 .box_mappa{
	 position:relative;
	 padding:25px;
	 line-height:16px;
	 border-bottom:1px solid #ddd;
}

 .box_mappa:last-of-type{
	 border-bottom:none;
}

.box_mappa H2{
	font-size:16px;
	color:#b39148;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

.box_mappa STRONG{
	font-weight:400;
}

.vedimappa{
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-12px;
	padding:5px 10px 5px 0;
	background:url(../images/readmore_h.gif) no-repeat top left;
	background-size:100px 25px;
	width:90px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.vedimappa:hover{
	background:url(../images/readmore.gif) no-repeat top left;
	background-size:100px 25px;
	color:#111
}

.img_big{
	width:560px;
	margin-bottom:30px;
	border-radius:5px;
}

.blog .sx_content H4, H4.tit_galleria, .galleria_sezione H4, .servizi_sezione H4{
	margin:30px 0 15px 0;
	background:url(../images/bg_tit_h4.jpg) repeat-x center center;
	background-size:1px 1px;
	text-align:center;
	font-size:11px;
}

.blog .sx_content H4 STRONG, H4.tit_galleria STRONG, .galleria_sezione H4 STRONG, .servizi_sezione H4 STRONG{
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0 20px;
	background:#fff;
	color:#b39148
}

.galleria, .galleria_big{
	overflow:hidden
}

.galleria IMG{
	float:left;
	border:2px solid #b39148;
	width:100px;
	height:80px;
	margin:0 6px 7px 0;
	padding:1px;
	border-radius:5px;
}

.galleria_sezione .galleria IMG{
	float:left;
	border:2px solid #b39148;
	width:137px;
	height:105px;
	margin:0 3px 7px 3px;
	padding:1px;
	border-radius:5px;
}

.galleria_big IMG{
	float:left;
	border:2px solid #b39148;
	width:136px;
	height:100px;
	margin:3px;
	padding:1px;
	border-radius:5px;
}

.galleria IMG:nth-child(4n+0), .galleria IMG:nth-child(6n+0){
	margin-right:0
}

.galleria IMG:hover, .galleria_big IMG:hover, .bstorie A:hover IMG{
	border-color:#111;
	opacity:0.65
}

.galleria_video{
	overflow:hidden;
	padding:25px;
	height:115px;
	background:url(../images/bg_galleria_video.gif) no-repeat top center;
	background-size:560px 165px
}

.galleria_video A{
	float:left;
	width:143px;
	height:31px;
	border:2px solid #ddd;
	border-radius:7px;
	padding-top:75px;
	margin:1px 10px;
	line-height:11px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	background:url(../images/img_video.gif) no-repeat center center;
	background-size:cover;
	color:#eee
}

.galleria_video A:hover{
	color:#b39148;
	border:2px solid #b39148;
	background:url(../images/img_video_h.gif) no-repeat center center;
	background-size:cover
}

.prodotti{
	float:left;
	width:211px;
	height:320px;
	padding:0 5px;
	margin-bottom:0;
	text-align:center;
	border-bottom:none;
	border-right:1px solid #eee
}

.prodotti IMG{
	height:250px;
	border:none
}

.img_prodotto{
	float:left;
	width:200px;
	text-align:center;
	overflow:hidden
}

.img_prodotto IMG{
	height:450px
}

.scheda_prodotto{
	float:left;
	width:295px;
	padding:15px 30px;
	overflow:hidden;
	font-size:12px;
	line-height:20px;
	border-right:1px solid #eee;
}

.scheda_prodotto H5{
	border-bottom:1px solid #eee;
	font-size:13px;
	font-weight:400;
	background:url(../images/ico_scheda.jpg) no-repeat left 15px;
	background-size:15px 15px;
	padding:15px 25px;
	margin:0 0 30px 0;
	text-transform:uppercase;
	line-height:16px
}

.scheda_prodotto H5.olio{
	background:url(../images/ico_scheda_olio.jpg) no-repeat left 15px !important;
	background-size:15px 15px !important;
}

.scheda_prodotto EM{
	display:block;
	color:#b39148;
	font-weight:400;
	margin:20px 0 10px 0;
	font-style:normal;
	font-size:13px;
}

.scheda_prodotto STRONG{
	font-weight:400;
	text-transform:uppercase
}

.testo_prodotto{
	float:left;
	width:295px;
	padding:15px 0 15px 30px;
	overflow:hidden;
	text-align:justify
}

.testo_prodotto IMG{
	width:295px;
	height:165px;
	margin-bottom:20px;
	border-radius:7px;
}

.btt_prodotti{
	display:inline-block;
	margin:10px 2px 0 2px;
	padding:10px;
	border-radius:5px;
	background:#fff;
	border:1px solid #222;
	width:70px;
	color:#222;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.btt_prodotti.big{
	margin-left:4px !important;
	width:169px;
	border-color:#b39148;
	background:#fff;
	color:#b39148;
}

.btt_prodotti:hover{
	background:#222;
	color:#fff
}

.btt_prodotti.big:hover{
	background:#b39148;
	color:#fff;
}

.scheda_team, .scheda_arteliquida, .scheda_gf{
	padding:30px 0;
	border-bottom:1px solid #eee;
	overflow:hidden
}

.scheda_team:last-of-type, .scheda_arteliquida:last-of-type, .scheda_gf:last-of-type{
	border:none
}

.scheda_team IMG{
	float:left;
	border:7px solid #dfbe75;
	width:170px;
	height:170px;
	padding:2px;
	border-radius:200px;
}

.text_scheda_team{
	float:left;
	width:660px;
	margin-left:40px
}

.scheda_arteliquida IMG{
	float:left;
	width:440px;
}

.text_scheda_arteliquida{
	float:left;
	width:410px;
	padding-top:50px;
	margin-left:40px
}

.scheda_team P, .scheda_arteliquida P, .scheda_gf P{
	margin-top:20px;
	text-align:justify
}

.scheda_team H4, .scheda_arteliquida H4, .scheda_3col H4, .scheda_2col H4, .scheda_2colwsm H4, .scheda_gf H4{
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:15px
}

.scheda_gf H4{
	margin-bottom:5px !important
}

.scheda_team H4 STRONG, .scheda_arteliquida H4 STRONG, .scheda_3col H4 STRONG, .scheda_2col H4 STRONG, .scheda_2colwsm H4 STRONG, .tit_gf H4{
	font-weight:300;
	text-transform:none;
	font-size:28px;
	line-height:30px;
	color:#b39148;
	display:block
}

.scheda_gf H4 STRONG{
	font-weight:300;
	text-transform:none;
	font-size:21px;
	line-height:34px;
	color:#b39148;
	display:block
}

.text_scheda_team STRONG, .text_scheda_arteliquida STRONG{
	font-size:11px;
	text-transform:uppercase
}

#back-top {
	position: fixed;
	bottom: 150px;
	left:0;
}

#back-top a {
	display: block;
	width:50px;
	height:45px;
	background:url(../images/top.gif) no-repeat center center #222;
	background-size:20px 20px;
	margin-bottom:1px;
	color:#fff;
	text-indent:-9999px;
	border-radius:0 25px 25px 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	background:url(../images/top_h.gif) no-repeat center center #b39148;
	background-size:20px 20px
}

.citazione{
	display:block;
	font-family: 'Buenard', serif;
	font-size:15px;
	color:#999;
	text-align:center
}

.citazione STRONG{
	display:block;
	padding-top:10px;
	font: 13px 'Roboto Condensed', sans-serif;
	font-weight:400;
	color:#b39148;
}

.galleria_sezione, .servizi_sezione{
	width:930px;
	padding-bottom:20px;
	margin:0 auto 30px auto;
	overflow:hidden
}

.servizi_sezione{
	width:930px;
	padding-bottom:0 !important;
	margin-bottom:0 !important
}

.galleria_sezione .galleria{
	padding:10px 17px
}

.galleria_sezione H4, .servizi_sezione H4{
	margin:10px 0 20px 0;
}

.servizi_sezione UL{
	list-style:none;
	overflow:hidden;
	margin:30px 20px
}

.servizi_sezione LI{
	float:left;
	text-align:left;
	width:155px;
	border-bottom:1px solid #eee;
	padding:8px 30px;
	margin-right:10px;
	background:url(../images/ico_servizi.gif) no-repeat 5px center;
	background-size:20px 20px 
}

.servizi_sezione LI:nth-child(4n+0){
	margin-right:0
}

.servizi_sezione LI:nth-last-of-type(1), .servizi_sezione LI:nth-last-of-type(2), .servizi_sezione LI:nth-last-of-type(3), .servizi_sezione LI:nth-last-of-type(4){
	border-color:#fff;
}

.form_prenota{
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px solid #eee;
}

fieldset{
	border:1px solid #eee;
	padding: 5px 20px 15px 20px;
	margin:0 0 10px 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
	position:relative
}

legend{
	color:#b39148;
	font-size:11px;
	line-height:16px;
	padding: 0 10px 0 10px;
	margin:0 0 10px 0;
	font-weight:normal;
	text-transform:uppercase
}

.sx_prenota, .dx_prenota{
	float:left;
	width:435px;
	overflow:hidden;
	padding-right:10px;
	margin-right:10px;
}

.dx_prenota{
	padding:0;
	margin:0
}

.form_prenota LABEL{
	text-transform:uppercase;
	font-size:11px;
	font-weight:400;
	float:left;
	width:90px;
	padding-top:5px;
	padding-left:10px
}

.inputext{
	border:1px solid #fff;
	border-bottom-color:#222;
	background:#fff;
	padding:5px;
	float:left;
	width:270px;
	margin-bottom:7px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#666;
	outline:none
}

.form_prenota TEXTAREA{
	border:1px solid #fff;
	background:url(../images/bg_textarea.gif) repeat top left #fff;
	background-size:30px 33px;
	padding:5px 10px 10px 10px;
	margin:0;
	float:left;
	width:93%;
	height:285px;
	font-size:12px;
	line-height:33px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#666;
	outline:none
}

.bottom_form{
	border-top:1px solid #eee;
	padding:20px 0 0 0;
	margin:20px 0;
	overflow:hidden;
	clear:both
}

.btt_submit{
	margin:15px 2px 0 2px;
	padding:10px 20px;
	border-radius:5px;
	background:#fff;
	border:1px solid #222;
	color:#222;
	text-decoration:none;
	font-size:11px;
	font-family: 'Roboto Condensed', sans-serif;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
	outline:none
}

.btt_submit:hover{
	background:#222 !important;
	color:#fff;
}

.cbx{
	background:none !important;
	border:none !important;
	width:20px !important;
	height:20px;
	float:left !important;
	margin-right:10px;
	margin-left:200px;
	text-align:right;
	outline:none
}

.bottom_form LABEL{
	text-transform:normal !important;
	font-weight:300 !important;
	width:470px !important;
	padding:0 !important;
	line-height:14px
}

.mini{
	width:100px !important;
	margin-right:170px !important
}

.date{
	background:url(../images/ico_date.gif) no-repeat 100% 50%;
	background-size:35px 35px
}

.sel{
	float:none !important;
	display:block !important;
   width: auto;
   height:28px !important;
   margin:0 0 5px 0 !important;
   padding:0 !important;
   border:1px solid #222;
   overflow: hidden;
	background:url(../images/fr_select.gif) no-repeat 100% 50% #fff;
	background-size:25px 30px;
	outline:none
}

.sel SELECT{
   background: transparent;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
	margin:0;
	padding:5px 5px 5px 10px;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:12px;
	text-transform:uppercase;
	color:#666;
	width:100%;
	outline:none
}

.errore{
	border-color:#f44 !important
}

.sel.erroresel{
	background:url(../images/fr_select_err.gif) no-repeat 100% 50% !important;
	background-size:25px 30px !important;
	border-color:#f44 !important
}

.errore_label{
	color:#f44 !important
}

.msg_end{
	padding:40px 80px;
	color:#b39148;
	text-align:center;
	overflow:hidden
}

.msg_end H3{
	text-transform:uppercase
}

.msg_end A{
	display:inline-block;
	margin:0 2px;
	padding:10px 20px;
	border-radius:5px;
	background:#fff;
	border:1px solid #222;
	color:#222;
	text-decoration:none;
	font-size:11px;
	font-family: 'Roboto Condensed', sans-serif;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
	outline:none
}

.msg_end A:hover{
	background:#222 !important;
	color:#fff;
}

.hpage{
	float:left;
	width:430px !important;
	height:430px !important;
}

.m345{
	float:left;
	width:430px !important;
	height:600px !important;
}

.mwsm{
	float:left;
	width:374px !important;
	height:450px !important;
	margin-bottom:30px
}

.textright{
	float:right;
	width:430px;
}

.video{
		  width: 100%;
		  height:400px;
		  position:relative;
		  z-index:10;
		  background:#000
}

.content_3col{
	overflow:hidden;
	margin-top:20px
}

.scheda_3col{
	float:left;
	width:249px;
	margin-right:10px;
	padding:0 20px 20px 20px;
	border-right:1px solid #eee;
	overflow:hidden;
	text-align:center
}

.scheda_3col:first-of-type{
	width:269px;
	padding-left:0;
}

.scheda_3col:last-of-type{
	border:none;
	width:269px;
	padding-right:0;
	margin:0
}

.scheda_3col IMG{
	border:7px solid #dfbe75;
	width:200px;
	height:200px;
	padding:2px;
	border-radius:200px;
	margin-bottom:30px
}

.scheda_3col H4{
	margin-bottom:20px
}

.scheda_3col A{
	display:inline-block;
	margin:30px 2px 0 2px;
	padding:10px;
	border-radius:5px;
	background:#fff;
	border:1px solid #222;
	width:200px;
	color:#222;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.scheda_3col A:hover{
	background:#222;
	color:#fff
}

.content_2col{
	overflow:hidden;
	padding:0 20px 20px 20px;
	margin:20px 0;
	border-bottom: 1px solid #eee;
}

.scheda_2col, .scheda_2colwsm{
	float:left;
	width:374px;
	margin-right:40px;
	padding:0 40px 20px 0;
	border-right:1px solid #eee;
	overflow:hidden;
	text-align:center
}

.scheda_2col:last-of-type, .scheda_2colwsm:last-of-type{
	border:none;
	margin:0;
	padding:0
}

.scheda_2col IMG{
	border:7px solid #dfbe75;
	width:200px;
	height:200px;
	padding:2px;
	border-radius:200px;
	margin-bottom:30px
}

.scheda_2col UL, .scheda_2colwsm UL{
	list-style:none;
	margin:10px 0 20px 0
}

.scheda_2col LI, .scheda_2colwsm LI{
	text-align:left;
	border-bottom:1px solid #eee;
	padding:8px 15px 8px 30px;
	background:url(../images/ico_servizi.gif) no-repeat 5px 8px;
	background-size:20px 20px;
	line-height:20px
}

.scheda_2col LI:last-of-type, .scheda_2colwsm LI:last-of-type{
	text-align:left;
	border-bottom:none;
}

.dove_siamo{
	width:940px;
	padding:0 10px;
	overflow:hidden;
	background:url(../images/bg_h3b.gif) no-repeat center 40px;
	background-size:1000px 7px;
	margin-bottom:30px
}

.dove_siamo H3{
	font-family: 'Buenard', serif;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:30px;
	letter-spacing:2px;
	font-size:13px;
}

.dove_siamo_interno{
	width:940px;
	padding:0 10px;
	overflow:hidden;
	margin-bottom:30px
}

.mdovesiamo{
	float:left;
	width:640px !important;
	height:300px !important;
	margin-right:40px
}

.mdovesiamo_interno{
	float:left;
	width:620px !important;
	height:450px !important;
	margin-right:40px
}

.text_dovesiamo{
	float:left;
	width:220px;
	padding:40px 40px 0 0;
	overflow:hidden;
}

.text_dovesiamo h4, .text_dovesiamo h3{
	text-align: left;
	font-weight:normal;
	font-family:'Roboto Condensed', sans-serif;	
}

.text_dovesiamo h4{
	font-size: 14px;
	line-height: 20px;
}

.text_dovesiamo h3{
	font-weight:700;
	text-transform:uppercase;
	font-size: 28px;
	line-height: 26px;
	margin-top:20px;
	margin-bottom:0px;
	color: #dfbe75;
	letter-spacing:0 !important
}
.text_dovesiamo P{
	font-size:12px;
	text-transform:uppercase;
	line-height:31px;
	background:url(../images/px.gif) top left;
	background-size:1px 32px;
}

.text_dovesiamo A{
	float:left;
	margin:25px 0;
	padding:5px 10px 5px 0;
	background:url(../images/readmore_h.gif) no-repeat top left;
	background-size:100px 25px;
	color:#fff;
	width:90px;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.text_dovesiamo A:hover{
	background:url(../images/readmore.gif) no-repeat top left;
	background-size:100px 25px;
	color:#111
}

.tit_gf{
	text-align:center;
	padding:30px 0;
	border-top:1px solid #eee;
	line-height:18px
}

.tit_gf STRONG H4{
	letter-spacing:0;
	margin-bottom:3px
}

.tit_gf STRONG{
	font-weight:400
}

.tit_gf A{
	margin:0 5px
}