@charset "UTF-8";
@charset "utf-8";


/* ================ */
/* = The 1Kb Grid = */     /* 14 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
.grid_13 { width:1020px; }
.grid_14 { width:1100px; }

.grid_vetrina { width:230px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}



/*------------------*/
/*----- GLOBAL -----*/
/*------------------*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color:#053b27;
	font-family: arial, sans-serif;
}
a:link, a:visited {
	color: #63880c;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #63880c;
	text-decoration: none;
}

.wrapper-1k {
	padding:0px;
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
.clearfix {
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
/*---------------------*/
/*----- CONTAINER -----*/
/*---------------------*/

#container {
	background-color: #ffffff;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(TVCmMUKIcaNNNla9lWyY1evJchQMuW8ZBxlh2DgJtHR.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}

/*------------------*/
/*----- HEADER -----*/
/*------------------*/

#header {
	display: block;
	padding:0px;
	margin: 0px auto;
	height: 172px;
	width: 1120px;
	position: relative;
}

/*-- Logo --*/

#header #logo {
	float: left;
	position: relative;
}
	#header #logo img {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 10;
	}

/*-- Menu --*/

#header #menu {
	float: right;
	font-family: arial, sans-serif;
	z-index: 300;
}


/*-----------------------*/
/*----- HOME BANNER -----*/
/*-----------------------*/

#home-banner {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 250px;
	border-top: 1px solid #075a3c;
	border-bottom: 1px solid #075a3c;
	background-image: url(Z4WhbRZq13Ey8UX3FRpvepecqa98Emt5PURfGCmopVD.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: Transparent;
	overflow: hidden;
}


/*-------------------*/
/*----- CONTENT -----*/
/*-------------------*/

#content {
	position: relative;
	top: -190px;

	background-color: #fff;
	padding:0px;
	margin: 0px;
	margin-bottom: -150px;

	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	-moz-box-shadow: 0px 0px 15px #888;
	-webkit-box-shadow: 0px 0px 15px #888;
	box-shadow: 0px 0px 15px #888;

	overflow: hidden;

}
#content p {
	margin: 10px 0px;
	padding: 0px;
	line-height: 1.4em;
}

#content img {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin:0px 0px;
}


#content h1 {
	background-color: #d3e5b5;
	background-image: url(YAKe73Hgydcg3c5vMBpDiAoYgNCBA1mvULBakCYpnlV.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #35490b;
	text-shadow: 1px 1px #cbea88;
	width: auto;
	padding: 10px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin: 0px;
}
#content .breadcrumb {
	background-color: #d3e5b5;
	background-image: url(Qc9eziPyZWK5WMxqUPsOSDViA3TcPg5PObWmDA0Olnx.jpg);
	background-repeat: repeat-x;
	background-position: top center;

	color: #5b5b5b;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 0px;
	margin-top:10px;
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	display: block;
}
/*------------------*/
/*----- FOOTER -----*/
/*------------------*/

#footer {
	border-top: 2px solid #075a3c;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	color: #085a3c;
	background-image: url(xpRMwLixXD3ywopMnoKpqArXHXTHo1CJgdMIVB1cApV.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: Transparent;
	text-align: left;
	position: relative;
}
.wrapper-footer {
	padding:0px;
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
.copy {
	float: left;
	display: block;
	padding-top: 5px;
	padding-right:10px;
	margin-right:5px;
	height: 100px;
	background-image: url(jOOCnjmYWJYPkwrS3kkifOPspYuWOPK87IngjGSjxpC.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: Transparent;
}

.footnote {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
}


/*----------------*/
/*----- NEWS -----*/
/*----------------*/

#news a:link, #news a:visited {
	color: #333;
}
#news a:hover, #news a:active {
	color: #cc0000;
	background: none;
}

#news .news-abstract p {
	font-size: 9pt;
	padding: 5px;
}
#news .news-abstract h3 {
	margin: 0px;
	padding:5px;
	font-size:12pt;
}
#news .news-abstract .data {
	font-size: 8pt;
	float: right;
	background-color:#90bc47;
	color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
}


/*-----------------*/
/*----- EXTRA -----*/
/*-----------------*/
.shadow-box {
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;

	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;

	width:260px;
	padding:0px;
	margin:10px;
}

.prod {
	background-color: Transparent;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 5px;
	margin-bottom:10px;
	width: 230px;
}
.prod img {
	margin: 0px;
	padding: 0px;
	width: 230px;
	border: none;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.prod p {
	margin:0px;
	padding: 5px;
}
.prod h1, .prod h2, .prod h3,
.prod h4, .prod h5, .prod h6 {
	margin:0px;
	padding: 0 5px;
	font-size: 12pt;
	font-weight: bold;
}
.prod h3 {
	text-align: center;
	background-color: #CCECAA;
	padding: 5px 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#content .prod {
	background-color: Transparent;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 5px;

	width: 220px;
}
#content .prod img {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin:0px 0px;
	height: 100px;
}
#content .prod h3 {
	text-align: center;
}

#content table.prod-gallery {
	display: block;
	width: 100%;
	margin-left: 10px;
	margin-top: 20px;
}
#content table.prod-gallery td {
	padding: 5px;
}
#content table.prod-gallery td img {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100px;
}

#content table.prod-gallery td .nome {
	padding: 0px;
	margin: 0px 0;
	display: block;
	font-size: 18px;
	font-weight: bold;

}

#content table.prod-gallery td .descrizione {
	padding: 0px;
	margin: 0px;
	padding-right: 100px;
	display: block;
}
/* ---------------------------------------------------------------------------------------------------------- */





/* Detail news */
.detail-news-titolo {
	color: #363636;
	font-size: 30px;
	padding: 10px;
	padding-top:20px;
	font-weight: bolder;
}

.detail-news-data {
	color:#FFFFFF;
	background-color: #90bc47;
	padding: 8px;
	font-size: 13pt;
	font-weight: bold;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	float: right;
	margin-left: 20px;
}
.detail-news-abstract {
	font-size: 10pt;
	font-style: italic;
	color: #818181;
	padding: 5px 10px;
	margin: 0px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.detail-news-body {
	font-size: 13pt;
	line-height: 1.4em;
	padding: 10px;
}

.news-title-list {
	font-size: 14pt;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
    margin-right: 20px;
}

/* Misc */
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	float: none;
}
.pdf {
	background-image: url(TDnOK5YWtIMCpCzqN7GicSIoNMQdkwubUEGsPyxm3Mm.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.mappa {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

/* Paginator */
.paginator {
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}

.paginator .prevLink, .paginator .nextLink, .paginator .step {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: 4px;
	margin: 4px;
	border: 1px solid #bdd38a;
	color: #63880c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.paginator .currentStep {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: 4px;
	margin: 4px;
	border: 1px solid #bdd38a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #bdd38a;
	color: #fff;
}
.paginator a:hover {

	color: #fff;
}

/* CONTACT FORM */
.contact-form {

	margin-left: 30px;
}
.contact-form label{
	padding-top: 15px;
	display: block;
}
.contact-form .text-input{
	padding: 4px;
	font-size: 14pt;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ff3333;
	width: 400px;
}
.contact-form .button-input{
	padding: 4px;
	font-size: 14pt;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff3333;
	color: #fff;
	margin: 5px;
	border: 1px solid #ff3333;
}

#errors {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	border: 2px solid #ff3333;
}

#errors ul li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(H26XhiTez42Typ7bkf1SK5O2buUHw7KAgZ4yTKFGgub.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}


/* CARATTERISTICHE */

.caratteristiche {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.caratteristiche li {
	float: left;
	display: block;
	font-size: 12px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	width: 100px;
	margin-bottom: 10px;
}

.caratteristiche li.senzaGlutine{
	background-image: url(Wqh4W1E3JSHAlVhPQNF1eo1F7YxB3UBnqXH2VkLSTlb.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaLattosio{
	background-image: url(POOQBZPjJfV1ereSmjqKZnQT2k2RLaatSm0C0qV2ab7.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaUova{
	background-image: url(eDsAdr632fKjEZjWGjcj0IoMS6NwfsZOoYk3Pf35yR9.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaZucchero{
	background-image: url(enQbsy6Cc3SXtuQllvpLUbQ7ei9XsJfwwRLHweDo7WZ.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaSale{
	background-image: url(kO2TEKG3u2CdMJy0JFqukq5c7ZtZL4hOab4Oqzd8lLa.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaZucchero{
	background-image: url(enQbsy6Cc3SXtuQllvpLUbQ7ei9XsJfwwRLHweDo7WZ.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaLievito{
	background-image: url(txhNAcsF9YQHInU1HpckmQWq74iQeGb07QhD8yi3Vgs.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.senzaSoia{
	background-image: url(S5HeBKMAp0pMd12HkuUNcrgXAb2fUShhyDB8s3IZrfU.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.spigaBarrata{
	background-image: url(JhYgg3NEcTHkw6EozxHgaL9AneyKF6pEbwnFtaM4eQ0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.biologico{
	background-image: url(I0CfBs1pfJ5TusfGewnAGQJdvneuQV2IMmwfxnQ2kmd.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.caratteristiche li.mutuabile{
	background-image: url(LCFWJbVccSOFY5mBczG3AIklvV1WV4bnWQPLhUZ4TWX.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/* PROD TABS */
.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #fff; 
  padding: 10px; 
  border: 1px solid #ccc;
  border-bottom:  none; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  -webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
		cursor: pointer;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
}
[type=radio]:checked ~ label {
  background: #ddedb9;
  border-bottom: 1px solid #ddedb9;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

/* credits */
#credits {
    font-family: sans-serif;
    font-size: 0.8em;
    text-align: right;
}

#credits span.d {
    font-size: 0.7em;
    font-style: normal;
}

#credits span.i {
    font-style: normal;
}

#credits span.e {
    font-weight: bold;
}

#credits a {
	color: black;
	text-decoration: none;
}

#credits a:hover {
    color: black;
	text-decoration: underline;
}


