@font-face {
    font-family: 'Indie Flower', cursive;
    src: url('../font/lucida_sans_regular-webfont.eot');
    src: url('../font/lucida_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lucida_sans_regular-webfont.woff2') format('woff2'),
         url('../font/lucida_sans_regular-webfont.woff') format('woff'),
         url('../font/lucida_sans_regular-webfont.ttf') format('truetype'),
         url('../font/lucida_sans_regular-webfont.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

 /*COOKIE*/
.ui-widget {
    bottom: 0;
    font-size: 12px;
    font-family:Arial;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    padding: 10px 0;
    background: none repeat scroll 0 0 #FFF;
	 border-top: 1px solid #000;
}

.cookie-message {
    line-height: 14px;
    padding:0 10px;
    color: #666;
    margin:0 auto;
    font-size:12px;
    font-family:Arial;
}

div.cookie-message a {
    color: #666;
    font-size:12px;
    font-family:Arial;
}

div.cookie-message a.ui-widget-close-button {
    background: none repeat scroll 0 0 #666;
    float: right;
    padding: 0 10px;
    color: #FFFFFF;
    text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.cella_cookie{
	float: left;
	width: 15%;
	margin: 10px 0.5%;
	text-align: center;
	font-size: 10px;
}

.sottolineato{
	border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
.sinistra{
	float: left;
}
.destra{
	float: right;
}
.cleaner{
	clear: both;
}
.testo_sinistra{
	text-align: left;
}
.testo_centro{
	text-align: center;
}
.testo_destra{
	text-align: right;
}
.contenuto_popup{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
}
.contenuto_popup a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
}
.spaziatura {
	height: 25px;
}
.testo_font{
	color: #454545;
    font-family: "Lato",sans-serif;
    font-weight: 400;
	font-size: 15px;
}

.menu {
	position: fixed;
	top: 0px;
	width: 100%; 
	height: 60px; 
	background: url(../immagini/bg_menu.png);
	z-index: 1000;
	display: none;
}

nav {
	margin: 20px 0 0 0;
}
.navigation {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.navigation li{
	display: inline-block;
}
.navigation li a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
	text-transform: uppercase;
}
a.current {
	border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

#menu_mobile a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.content{
	width:100%;
}
.contenuto{
	margin: 0 auto;
	position: relative;
}

.fascia_icone{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #525252;
}
.fascia_icone a{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #525252;
}
.fascia_icone .sinistra a{
	margin-right: 20px;
}
.menu_home a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.scritte_presentazione{
	font-family: 'Indie Flower', cursive;
	color: #fff;
	text-transform: uppercase;
}

h1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #454545;
	text-transform: uppercase;
}
.titolo_chi_siamo{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #454545;
	text-transform: uppercase;
}
.sottotitolo_chi_siamo{
	font-family: 'Indie Flower', cursive;
	color: #b50712;
}
.contenuto_chi_siamo{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #454545;
}

.titolo_prodotti{
	font-family: 'Indie Flower', cursive;
	color: #fff;
}
.sottotitolo_prodotti{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}
.link_prodotti a{
	border: 1px solid #b50712;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    color: #b50712;
    font-family: "Lato",sans-serif;
	text-transform: uppercase;
}

.titolo_news{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #454545;
	text-transform: uppercase;
}
.sottotitolo_news{
	font-family: 'Indie Flower', cursive;
	color: #b50712;
}

.titolo_contatti{
	font-family: 'Indie Flower', cursive;
	color: #b50712;
}
.sottotitolo_contatti{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	position: absolute;
}
.mappa_contatti a{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    color: #b50712;
    font-family: "Lato",sans-serif;
	text-transform: uppercase;
}

#footer {
	background:#525252;
	color: #fff;
}
.quattro_box_footer{
	float: left;
}
.titolo_box_footer{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.primo_titolo_footer{
	font-family: 'Indie Flower', cursive;
	color: #b50712;
}
.contenuto_box_footer{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}
.contenuto_box_footer a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}
.contenuto_box_footer img{
	margin: 0 5px;
}

#legale {
	background:#b50712;
	color: #fff;
	text-align: center;
	padding: 20px 2%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 96%;
}
#legale a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}

#box_top_link{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9;
}