.fprodotto{
	max-width: 100%;
	max-height: 550px;
}
#citation blockquote{ font-size:2.4rem; border-left: none;}
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

#footerWrap { background-color:#222222; padding:40px 0;}
#footerWrap p { color:#fff;}

::selection {
    background: #80d4ff;
}
body{
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: 100%;
}

.titoli{
	color: #006600;
    text-transform: uppercase;
    font-size: 130%;
	line-height: 1.4;
}

.pagina{
	font-family: 'Lato', sans-serif;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	background-color: #fff;
	margin: 4% 10% 4% 10%;
}

.piede{
	background-color:#fff !important;
}

@media (max-width: 400px) {
	.pagina{
		margin: 4% 0% 4% 0%;
	}
}

@media (min-width: 401px) {
	.pagina{
		margin: 4% 2% 4% 2%;
	}
}

@media (min-width: 1000px) {
	.pagina{
		margin: 4% 1% 4% 1%;
	}
}
@media (min-width: 1050px) {
	.pagina{
		margin: 4% 2% 4% 2%;
	}
}
@media (min-width: 1200px) {
	.pagina{
		margin: 4% 2% 4% 2%;
	}
}
@media (min-width: 1250px) {
	.pagina{
		margin: 4% 4% 4% 4%;
	}
}
@media (min-width: 1450px) {
	.pagina{
		margin: 4% 8% 4% 8%;
	}
}
.nav>li>a {
	font-weight: bold;
    padding: 10px 25px !important;
	color: #008000 !important;
}
.nav>li>a:hover {
	background: none !Important;
}

.divisorio{
	margin-left:6%;
	margin-right:6%;
}

/* Effetto hover */
.cl-effect-17 a {
	color: #008000;
	text-shadow: none;
	padding: 10px 0;
}

.cl-effect-17 a::before {
	color: #008000;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #008000;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.navbar-toggle {
    background-color: #008000 !important;
}

.nav {
    padding-top: 30px !important;
}

.tabella{
	box-shadow: 0 0 20px 2px rgba(0,0,0,.35) !important;
	border: 1px solid #008000;
	border-radius: 4px;
}
.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#e6ffe6;
}

a, a:hover{
	color: #008000;
}

h2, h3{
	color: #006600;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.testo{
	font-size: 15px;
}

.elenco{
	background-color: rgba(230,255,230,.15);
	border: 1px solid #008000;
	border-radius: 8px;
	padding: 10px 10px 10px 10px;
	margin: 4px 0px 4px 10px;
	box-shadow: 0 0 10px 2px rgba(0,128,0,.15);
}

.errorep{
	font-size: 80px;
}

.test {
  display:table;
}

.test > .form-control {
  display: table-cell;
  margin-left:-3px;
}

.test > span {
  display: table-cell;
  width:1%;
  padding:0 3px;
}