@charset "UTF-8";
/* CSS Document */

* {padding:0; margin:0;}


@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/Raleway-Regular-webfont.eot');
    src: url('fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Raleway-Regular-webfont.woff2') format('woff2'),
         url('fonts/Raleway-Regular-webfont.woff') format('woff'),
         url('fonts/Raleway-Regular-webfont.ttf') format('truetype'),
         url('fonts/Raleway-Regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GaramondPremierProSemibold';
    src: url('fonts/garamondpremrpro-smbd-webfont.eot');
    src: url('fonts/garamondpremrpro-smbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamondpremrpro-smbd-webfont.woff') format('woff'),
         url('fonts/garamondpremrpro-smbd-webfont.ttf') format('truetype'),
         url('fonts/garamondpremrpro-smbd-webfont.svg#GaramondPremierProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family:'ralewayregular', Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#494949;
	line-height:20px;
	
}

#navigation {
	height: 60px;
	position: absolute;
	width: 100%;
	padding-top: 2px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 22px;
	top: 0;
	background-image:url(images/bg_white_92.png); 
	border-top: 6px solid #f0b144;
}

.socials {
	float: right;
	margin-top: 6px;
	vertical-align: middle;
	margin-left: 10px;
}	

.social {
	margin-left:10px;	
}

.logo img {
	width: 169px;
}

.immagine_logo {
	width: 121px !important;
margin-right: 20px !important;
}	

.striscia {
	width:100%;
	height:200px;
	background-image:url(images/bg.jpg);
	background-size:cover;
	background-position:center;
	margin-top:10px;
	margin-bottom:25px;	
}

.logo {
	float:left;	
	margin-top: 10px;
	
}

#menu {
    float: right;
    margin-top: 26px;
}

.arrow img {
	width:50px;
}

.arrow {
	display:block;
	left:50%;
	margin-left:-25px;	
	position:absolute;	
}


.redtext {
	color:#be1522 !important;
}

.butt {
	padding-top: 15px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #f0b144;
	padding-bottom: 15px;
	text-transform: lowercase;
	color:#f0b144 !important;
	margin:0 auto;
}


.butt:hover {
    background-color:#be1522;
	color:white !Important;
	opacity:1 !important;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;	
}

.menubutt {	
	padding-top: 8px;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #494949 !Important;
}


.menubutt:hover {
	/*color:white !Important;*/
	opacity:1 !important;
	border-bottom:3px solid #f0b144;
	/*-webkit-transition: border-bottom 1s;
	-moz-transition: border-bottom 1s;
	-o-transition: border-bottom 1s;
	-ms-transition: border-bottom 1s;
	transition: border-bottom 1s;*/
}

.active {
	border-bottom:3px solid #f0b144 !important;
}

#slideshow_page .slide_page {
	height:300px !important;
	background-size:cover;
	background-position:center;		
}


#slideshow_page {
	z-index:-1;	
}

#menu {
	float:right;	
}

#nav {
	display:block;
	overflow:hidden;
	
}

#top_nav {
	height: 76px;
	padding: 22px;
	border-bottom: 1px solid #e7e7e7;	
}


.evento:hover > .cat {
	opacity:.8;	
}

.wrapper {
	width:1100px;
	margin:0 auto;
	display:block;	
}

.logo {
	float:left;	
}

.lingue {
	float:right;	
}

.lingue span {
	color:#be1522;
}


#slideshow {
	width:100%;
	z-index:-1;	
	
}

.slideshow {
	height:450px;
	background-size:cover;
}

.slideshow .slide {
	height:450px;
	background-size:cover;
}

.icona_collegamenti {
	width: 90px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;	
}


.slide {
	width:100%;
	background-size:cover;
	background-position:center;	
}

.text_home {
	position:absolute;	
	color:white;
	width:850px;
	left:50%;
	margin-left:-425px;
	top:350px;
	text-align:center;
	text-transform:uppercase;
	
}

.data {
	font-size:30px;	
	font-family:"GaramondPremierProSemibold", Times New Roman, serif;
}

.area {
	border: 1px solid #ccc;
	height: 30px;
	width: 49%;
	display: block;
	margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	font-size:14px; 
	font-family:'ralewayregular', Verdana, Geneva, sans-serif;
}

.messaggio {
	border:1px solid #ccc;
	height:100px;
	width: 49%;
	display: block;
	margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	font-size:14px;
	font-family:'ralewayregular', Verdana, Geneva, sans-serif;
	padding-top:8px;
}


.submit_area {
	background-color:white !Important;	
	font-size: 14px
}

.submit_area:hover {
	background-color:#f0b144 !Important;	
	font-size: 14px
}


.data span {
	color: #f0b144;
	font-weight: 600;
	font-size: 30px;
	margin-right: 10px;
}

.evento {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 90px;	
}

.evento:hover > .data span {
	color:#494949 !Important;
}

.evento:hover > .data {
	color: #f0b144;
}

.evento:hover {
	opacity:1;
}	

.butt_home {
	padding:10px 15px;
	border:1px solid white;
	width:100px;
	display:inline-block;
	margin-right:5px; 
	margin-left:5px;
	color:white !important;
	background-image:url('images/bg_white_30.png');
}

.butt_home:hover {
	background-color:white;
	color:#494949 !Important;
	opacity:1 !important;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;	
}

.text_home p {
	font-size: 23px;
	margin-bottom:20px;
}

.text_home span {
	font-size:70px;
	font-family:"GaramondPremierProSemibold", Times New Roman, serif;
	line-height: 78px;
	text-shadow: 0 0 4px #2f2f2f;
	display: none;
}

.separatore {
	height:40px;
	display:block;
	clear:both;
}

.title {
	font-size:45px;
	width:100%;
	text-align:center;
	margin-bottom:40px;
	text-transform:uppercase;
	font-family:"GaramondPremierProSemibold", Times New Roman, serif;
}

.dx, .sx {
	width:46%;
	text-align:center;
}

.dx {
	float:right;
}

.sx {
	float:left;
}

.img_col {
	width:100%;	
}

.pic {
	height: 150px;
margin-bottom: 10px;
margin-right: 3px;
margin-left: 3px;	
}

.presentazione {
	width:750px;
	text-align:center;
	margin:0 auto;	
}

.immagine {
	display:inline-block; 
	vertical-align:top;
	margin-bottom:5px;	
}

.img_lavorazione {
	background-size:cover;
	background-position:center;
	width:200px;
	height:200px;
	display:block;	
}

.immagine span {
	display:block; 
	width:200px;
	margin-bottom:10px; 
}

.categorie {
	text-align:center;
	margin:0 auto;
	width:100%;	
	margin-bottom:20px;
}

.cat {
	background-color:#f0b144;
	border-radius:2px;
	padding:10px 15px;
	color:white !important;
	    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}	

#footer {
	text-align:center;	
	padding-bottom:20px;
	background-color:#f5f5f5;
	
}


#footer a {
	color:#f0b144 !Important;
}

.credits {
	font-size:12px;
}

.credits a {
	color:#f0b144 !Important;
}

#mappa {
	height: 400px;
overflow: hidden;
}

#mappa iframe {
	margin-top:-80px;
	border:0;
}	


.servizi .blocchetto {
	width: 200px;
	text-align: center;
	margin-right: 35px;
	margin-left: 35px;
	display: inline-block;
	margin-bottom: 60px;
	vertical-align: top;	
}

.blocchetto {
	width: 175px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 60px;
	vertical-align: top;	
}

.blocchetto img {
	width:50px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}

#footer a  {
}

#player {
	width:1100px;
	height:600px;
	margin:0 auto;
	display:block;	
}

 /* unvisited link */
a:link {
    color:#494949;
	text-decoration:none;
}

/* visited link */
a:visited {
   color: #494949;
}

/* mouse over link */
a:hover {
    opacity:.8;
}

/* selected link */
a:active {
    color: #494949;
}


.menu-mobile, .ham {
	display:none;	
}

#sponsors_container {
	display: block;
	text-align: center;
}
.sponsor {
	height:64px;
	width: auto;
	margin: 10px;
	border: 0;
}
@media screen and (max-width: 1099px) {
	
	#nav {
		display:none;	
	}
	
	.nomobile {
		display:none;
	}	
	
	.logo img {
    width: 110px;
    margin-top: 10px;
    }
	
	.immagine_logo {
    width: 81px !important;
    margin-right: 20px !important;
}
	
	#navigation {
    height: 60px;
}

.ham {
    display: block;
    position: absolute;
    top: 20px;
    right: 5%;
    width: 40px;
}

#top_nav {
    height: 45px;
	padding-left: 5%;
	padding-top:22px;
	padding-bottom:22px;
	
}
	
	.menu-mobile {
    display: block;
    height: auto;
    background-color: white;
    z-index: 999;
    position: absolute;
    width: 100%;
    text-align: center;
	top: 84px;
    left: 0;
    border-top: 1px solid #e7e7e7;
}

.menu-mobile .menubutt {
    padding-top: 15px;
    display: block;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
	border-left:0px solid white;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #494949 !Important;
    width: 100%;
}

.menubutt:hover {
	color:white !Important;	
}

.menu-mobile .lingue {
    float: none;
    margin-top: 20px;
    display: inline-block;
}

.lingue a {
	margin-right:10px;
	margin-left:10px;
	text-transform:uppercase;
}

.title {
	font-size:30px;	
}

.butt_prenota {
    float: none;
	width:100%;
    padding-top: 15px;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px solid #be1522;
    border-left: 0px solid #be1522;
    padding-bottom: 12px;
    text-transform: uppercase;
    background-color: #be1522;
border-bottom:0px solid #be1522;
    color: white !important;
    margin-top: 20px;
}

	.menu-mobile {
	display:block;	
}
	
	.wrapper {
	width:90%;
	margin-right:5%;
	display:block;	
}

.presentazione {
    width: 100%;
    text-align: center;
}

.dx, .sx {
	width:100%;
	float:none;
	margin-top:60px;
	margin-bottom:60px;
	display:block;
	clear:both;	
}

.text_home {
    width:90%;
	left:5%;
	margin-left:0;
	top:200px !important;
}

#footer {
	width:90%;
	padding-left:5%;	
	padding-right:5%;	
}

.title {
	line-height: 44px;	
}

.evento {
    width: 90%;
    margin-right: 5%;
}

#slideshow {
	/*height:400px !important;	*/
}

#slideshow .slide {
	/*height:400px !important;	*/
}

.slideshow {
	height:300px !important;	
}

#slideshow_page {
	height:300px !important;	
}


.slideshow .slide {
	height:300px !important;
}

.separatore {
	height:20px !Important;	
}

#slideshow_page .slide_page {
	height:300px !important;
	background-size:cover;
	background-position:center;		
}

#player {
	width:100%;	
	height: 400px;
}

.messaggio, .area {
	width:100%;	
}

.text_home span {
    font-size: 38px;
    font-family: "GaramondPremierProSemibold", Times New Roman, serif;
    line-height: 47px;
    text-shadow: 0 0 4px #2f2f2f;
}

.immagine_about {
	width:100%;	
}

.arrow {
display:none;
}

.immagine {
	display:inline-block; 
	vertical-align:top;
	margin-bottom:5px;	
	width:45%;
}

.img_lavorazione {
	background-size:cover;
	background-position:center;
	width:100%;
	height:200px;
	display:block;	
}

.immagine span {
	display:block; 
	width:100%;
	margin-bottom:10px; 
}

.socials {
	width:100%;
	float:left;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	margin-left: 0px;
}	

.social {
	margin-left:10px;
	margin-right:10px;	
}	
	
	
}