/*@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* 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, strong, 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;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Basic */

	@page {size: 210mm 297mm; margin: 12mm;}
	
	body {
		background-color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #000000;
		font-weight: 300;
		line-height: 2.25em;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-weight: 800;
	}

	h2 {
		font-size: 2.25em;
		margin: 0.1em 0 0.1em 0;
		line-height: 1em;
	}

	h3 {
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}
	
	h4 {
		font-size: 1.35em;
		margin: 0 0 0 0;
	}
	
	h5 {
		font-size: 1em;
		margin: 0 0 0 0;
		line-height: 1em;
	}
	
	h6 {
		font-size: 1em;
		margin: 0 0 0 0;
		line-height: 2.25em;
		font-weight: 100;
	}

	b, strong {
		font-weight: 600;
		color: #444;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}


/* Tables */

	table {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.table-prodotti-responsive {
		width: 100%;
	}

	.table-prodotti-responsive table {
		width: 100%;
		border: solid 2px #444;
	}
	
	.table-prodotti-responsive tr {
		
	}

	.table-prodotti-responsive tr:first-child {
		
	}
	
	.table-prodotti-responsive tr:nth-child(even) {
		background-color: #ccc;
	}
	
	.table-prodotti-responsive table th {
		background-color: #2E8B57;
		color: #fff;
		vertical-align: middle;
	}
	
	.table-prodotti-responsive table td, .table-prodotti-responsive table th {
		font-size: 100%;
		line-height: 25px;
		min-width: 30px;
		border: #444 solid 1px;
		word-break: break-all;
		white-space: nowrap;
		text-align: center;
		padding: 2px;
	}

	
/* Wrappers */

	#main-wrapper {
		position:relative; 
		height: auto !important;
		height: 100%;
		min-height:100%;
		padding: 0;
		margin: 0 auto -100px;
		width: 1024px;
		background: #FFFFFF;
	}
	
	#testata {
		width: 100%;
	}
	
	#produzione {
		border: #000 solid 1px;
		width: 100%;
		margin-top: 20px;
	}	
	
	#dati {
		width: 100%;
		margin-top: 20px;
	}
	
	#prodotti_correlati {
		border: #000 solid 1px;
		width: 100%;
		margin-top: 20px;
		height: 150px;
	}
	
	#footer {
		margin-top: 20px;
		padding-top: 5px;
		width: 100%;
		height: 100px;
		text-align: center;
		background-color: #2E8B57;
		color: #fff;
	}