@charset "utf-8";

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:left !important;	
}
@font-face {
    font-family: 'FuturaStdBook';
    src: url('futurastd-book-webfont.eot');
    src: url('futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-book-webfont.woff') format('woff'),
         url('futurastd-book-webfont.ttf') format('truetype'),
         url('futurastd-book-webfont.svg#FuturaStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FuturaStdHeavyOblique';
    src: url('futurastd-heavyoblique-webfont.eot');
    src: url('futurastd-heavyoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-heavyoblique-webfont.woff') format('woff'),
         url('futurastd-heavyoblique-webfont.ttf') format('truetype'),
         url('futurastd-heavyoblique-webfont.svg#FuturaStdHeavyOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FuturaStdLightOblique';
    src: url('futurastd-lightoblique-webfont.eot');
    src: url('futurastd-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-lightoblique-webfont.woff') format('woff'),
         url('futurastd-lightoblique-webfont.ttf') format('truetype'),
         url('futurastd-lightoblique-webfont.svg#FuturaStdLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FuturaStdExtraBoldOblique';
    src: url('futurastd-extraboldoblique-webfont.eot');
    src: url('futurastd-extraboldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-extraboldoblique-webfont.woff') format('woff'),
         url('futurastd-extraboldoblique-webfont.ttf') format('truetype'),
         url('futurastd-extraboldoblique-webfont.svg#FuturaStdExtraBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FuturaStdBoldOblique';
    src: url('futurastd-boldoblique-webfont.eot');
    src: url('futurastd-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-boldoblique-webfont.woff') format('woff'),
         url('futurastd-boldoblique-webfont.ttf') format('truetype'),
         url('futurastd-boldoblique-webfont.svg#FuturaStdBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
#gallery_top{
	position:relative;
	height:547px;
	width:100%;
	min-width:1000px;
	border-bottom:3px solid #920006;
	overflow:hidden;
}
.container{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.logo_top{
	position:absolute;
	bottom:-4px;
	left:50%;
	margin-left:-356px;
	z-index:900;
}
.boxes{
	padding-top:30px;
	padding-bottom:60px;
}
.boxes img{
	padding:0 13px;
	float:left;
}
.boxes .box_foto{
	float:left;
	padding:0 10px;
	width:230px;
	height:229px;
	overflow:hidden;
	position:relative;
}
.boxes .box_foto .maschera{
	background:url(../img/maschera_box.png) left top no-repeat;
	width:230px;
	height:229px;
	position:absolute;
	top:0;
	left:20px;
	z-index:700;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}
.boxes .box_foto .maschera:hover{
	background:url(../img/maschera_box_hover.png) left top no-repeat;
	width:230px;
	height:229px;
	position:absolute;
	top:0;
	left:20px;
	z-index:700;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	/*cursor:pointer;*/
}
.boxes .box_foto .trasparenza{
	background:url(../img/trasparenza.png) left top repeat;
	position:absolute;
	top:0px;
	left:20px;
	width:230px;
	height:229px;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	z-index:500;
}
.boxes .box_foto:hover .trasparenza{
	background:url(../img/trasparenza.png) left top repeat;
	position:absolute;
	width:230px;
	height:229px;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	top:230px;
	left:20px;
	z-index:500;
}
.boxes .box_foto .trasparenza p{
	color:#fff;
	font-family: 'FuturaStdLightOblique';
	font-size:38px;
	padding-top:92px;
	text-align:center;
}
.boxes .box_foto img{
	position:absolute;
	z-index:400;
}
.testo{
	font-size:21px;
	color:#656565;
	font-family: 'FuturaStdBook';
	line-height:27px;
	padding-bottom:50px;
}
.testo span{
	font-family: 'FuturaStdHeavyOblique';
}
.testo span_2{
	color:#e3000f;
}
.contatti{
	float:left;
	width:270px;
	padding-bottom:15px;
}
.contatti h1{
	font-family: 'FuturaStdHeavyOblique';
	color:#fff;
	font-size:24px;
	padding:10px 0 25px 0;
}
.contatti h1 span{
	font-size:18px;
}
.footer{
	background:#d10f17;
	width:100%;
	min-width:1000px;
}
.container_2{
	background:url(../img/logo_footer.jpg) 372px 9px no-repeat;
	width:1000px;
	margin:0 auto;
	position:relative
}
.contatti table{
	font-family: 'FuturaStdBook';
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.contatti table tr{
	height:40px;
}
.contatti table tr td{
	vertical-align:middle;
}
.contatti table tr td a{
	color:#fff;
	text-decoration:none;
}
.contatti table tr td a:hover{
	text-decoration:underline;
}
.contatti table img{
	margin-right:10px;
}
.contatti table tr:hover{
	background:#D10F17;
}
.map{
	float:left;
	margin:80px 15px 15px 15px;
	height:167px;
	width:390px;
	border:2px solid #920006;
}
.orari{
	float:left;
	padding-left:20px;
}
.orari h1{
	font-family: 'FuturaStdHeavyOblique';
	color:#fff;
	font-size:23px;
	padding:10px 0 45px 0;
}
.orari table{
	font-family: 'FuturaStdBook';
	color:#fff;
	font-size:15px;
	font-weight:400;
}
.orari table tr td{
	padding:5px;
}
.orari table tr:hover{
	background:#D10F17;
}
.orari table tr td.red{
	color:#E3000F;
}
p.didascalia{
	color:#E3000F;
	font-family: 'FuturaStdBook';
	font-size:12px;
	padding-top:2px;
}
.orari table tr td.day{
	color:#fff;
	padding-left:0;
	padding-right:5px;
	font-weight:700;
}
p.bottom{
	font-family: 'FuturaStdBook';
	color:#6f6f6f;
	font-size:12px;
	font-weight:400;
	padding:7px 0;
	line-height:16px;
}
p.bottom span{
	color:#E3000F;
	font-weight:700;
}
p.bottom a{
	color:#6f6f6f;
	text-decoration:none;
}
p.bottom a:hover{
	text-decoration:underline;
}
.container_3{
	margin:0 auto;
	width:1000px;
	position:relative;
	background:#d10f17;
}
.slide_prodotti{
	float:left;
	width:490px;
	padding:20px 0;
}
.sinistra{
	padding-right:20px;
}
.slide_prodotti h1{
	color:#fff;
	font-family: 'FuturaStdHeavyOblique';
	font-size:28px;
	padding:22px;
}
.back{
	padding:20px;
	font-family: 'FuturaStdBook';
	font-size:26px;
}
.back p{
	text-align:center;
	padding:7px 0;
	background:none;
	border:3px solid #920006;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}
.back p a{
	color:#fff;
	text-decoration:none;
}
.back p:hover{
	background:#920006;
	border:3px solid #fff;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

.bottone_prodotti{
	padding:20px 0 20px 350px;
	font-family: 'FuturaStdBook';
	font-size:26px;
	width:300px;
}
.bottone_prodotti p{
	text-align:center;
	padding:7px 0;
	background:#920006;
	border:3px solid #fff;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}
.bottone_prodotti p a{
	color:#fff;
	text-decoration:none;
}
.bottone_prodotti p:hover{
	background:none;
	border:3px solid #920006;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}
.bottone_prodotti p:hover a{
	color:#920006;
}
/* CSS Document */
behavior: url(/PIE.htc);