/** the form elements **/
*::-webkit-input-placeholder {
    color: #999;
}
*:focus::-webkit-input-placeholder {
    color: #999;
}
/* Firefox < 19 */
*:-moz-placeholder {
    color: #999;
}
*:focus:-moz-placeholder {
    color: #999;
}
/* Firefox > 19 */
*::-moz-placeholder {
    color: #999;
}
*:focus::-moz-placeholder {
    color: #999;
}
/* Internet Explorer 10 */
*:-ms-input-placeholder {
    color: #999;
}
*:focus:-ms-input-placeholder {
    color: #999;
}
.placeholder { 
	color: #999;
}
input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.3);

  /* Webkit browsers*/
  -webkit-transform: scale(1.3);
}
input, textarea, input:required, textarea:required { 
  background-color: rgba(255, 255, 255, 1);
  box-shadow:none;
  outline: none;
}
input:focus, textarea:focus, input:required:focus, textarea:required:focus {
  background-color:rgba(255, 255, 255, 1);
  outline: none; 
  border: none;
}
.element {
	display:block;
	height:auto;
	width:100%;
	padding:0;
	margin:0;
}
.element #errorenome, .element #erroreemail , .element #erroremessaggio{
	display:none;
	text-align:left;
	font-size:1.15em; /* 15px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height:18px;
	letter-spacing:1px;
	padding:5px;
	color:#96BE0B;
}
#erroreprivacy {
	display:none;
	text-align:center;
	font-size:1.15em; /* 15px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height:18px;
	letter-spacing:1px;
	padding:10px;
	color:#96BE0B;
}
#form {
	box-sizing: border-box;
	width:auto;
	margin:0;
	padding:0;
}
#wrapping {
	width:100%;
	margin:0 auto;
	max-width:400px;
	box-sizing: border-box
}
#form .txtinput { 
	display: block;
	font-size:0.92em; /* 12px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color: #689906;
	border:solid 1px rgba(157, 157, 157, 0.8);
	margin-top:0;
	margin-bottom: 15px;
	margin-left:0;
	margin-right:0;
	padding-left: 3%;
	padding-right:3%;
	padding-top:2%;
	padding-bottom:2%;
	width: 93.5%;
	height: 26px;
	background-color:#FFF;
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, 0) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;*/
}
#form .txtinput:focus { 
/*	border-color: none;
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;
	-moz-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;
	-webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;*/
	border:solid 1px rgba(157, 157, 157, 0.8);
	outline: 0 none; 
}
#form textarea {
	display: block;
	font-size:0.92em; /* 12px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color: #689906;
	border:solid 1px rgba(157, 157, 157, 0.8);
	margin-bottom: 30px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding: 3%;
	width: 93.5%;
	height: 100px;
	background-color:#FFF;
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;*/
}
#form textarea:focus {
/*	border-color: none;
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;
	-moz-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;
	-webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 0 4px #C7081B;*/
	border:solid 1px rgba(157, 157, 157, 0.8);
	outline: 0 none; 
}
#buttons {
	clear:both;
	float:left;
	display: block;
	width:100%;
	padding-top: 10px;
	padding-bottom:10px;
	text-align:center;
}
.fix-inline-bottom {
	display:inline-block;
}
#buttons #submitbtn:hover  {
	background-color:#FFF;
	color:#666;
}
#buttons #submitbtn {
	clear:none;
	float:left;
	font-size:0.92em; /* 12px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	letter-spacing:2px;
	height:40px;
	line-height:40px;
	color:#FFF;
	padding: 0 2.5em;
	outline: 0;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	background-color:#96BE0B;
	border:none;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#check_privacy { 
	clear:both;
	float:left;
	display: block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
#check_privacy p { 
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	line-height:28px;
	color:#ccc;
	text-align:center;
}
#check_privacy p a {
	color:#96BE0B;
	font-weight:400;
	text-decoration:none;
}
#check_privacy p a:hover {
	color:#96BE0B;
	font-weight:400;
	text-decoration:underline;
}
#check_privacy span {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1em; /* 13px */
	line-height:18px;
	color:#fff;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right:10px;
	margin-left:10px;
	text-transform:uppercase;
}
#buttons #submitbtn { 
	display: block;
	margin-left:0 auto;
}
#form_contatti {
	clear:both;
	float:left;
	display:block;
	width:70%;
	height:auto;
	margin-bottom:25px;
	margin-top:0;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
/* DONE */
}
.loading {
	clear:both;
	float: left;
	width:100%;
	min-height:50px;
	margin:0 auto;
	text-align:center;
	display:none;
}
.loading p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#ccc;
/*	display:none;*/
}
#process {
	position:relative;
	display:block;
	width: 40px;
	height: 40px;
	z-index: 96001; /* makes sure it stays on top */
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.done {
	clear: both;
	float: left;
	width: 100%;
	margin-top:0;
	margin-bottom:40px;
	display:none;
}
.done p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#ccc;
/* DONE */
}
/* Layout tablet: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
#form_contatti {
	clear:both;
	float:left;
	display:block;
	width:70%;
	height:auto;
	margin-bottom:30px;
	margin-top:0;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
}
#wrapping {
	width:100%;
	margin:0 auto;
	max-width:380px;
	box-sizing: border-box;	
}
#form .txtinput { 
	font-size:1.0em; /* 13px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 24px;
}
#form textarea {
	display: block;
	font-size:1.0em; /* 13px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 120px;
}
#buttons { 
	display: block;
	width:100%;
	margin-top: 10px;
	margin-bottom:0;
	margin-left:0;
}
#buttons #submitbtn {
	padding:0 3.0em;
}
#check_privacy {
	clear:both;
	float:left;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:auto;
	margin-top:0;
}
#check_privacy p {
	text-align:center;
	width:90%;
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0
}
#check_privacy span {
	padding:0;
	margin-top:20px;	
/* DONE */
}
.loading {
	clear:both;
	float: left;
	width:100%;
	min-height:50px;
	margin:0 auto;
	text-align:center;
}
.loading p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#ccc;
/*	display:none;*/
}
#process {
	position:relative;
	display:block;
	width: 40px;
	height: 40px;
	z-index: 96001; /* makes sure it stays on top */
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.done {
	clear: both;
	float: left;
	width: 100%;
	margin-top:0px;
	margin-bottom:40px;
	display:none;
}
.done p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:0.92em; /* 12px */
	color:#ccc;
/* DONE */
}
}
@media only screen and (min-width: 769px ) {
#form_contatti {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-bottom:30px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#wrapping {
	width:100%;
	margin:0 auto;
	max-width:400px;
	box-sizing: border-box;	
}
#form .txtinput { 
	font-size:1.076em; /* 14px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 26px;
}
#form textarea {
	display: block;
	font-size:1.076em; /* 14px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 140px;
}
#buttons { 
	display: block;
	width:100%;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:0;
}
#buttons #submitbtn {
	padding:0 3.0em;
}
#check_privacy {
	clear:both;
	float:left;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:auto;
	margin-top:10px;
}
#check_privacy p {
	text-align:center;
	width:90%;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0
}
#check_privacy span {
	padding:0;
	margin-top:20px;
	
/* DONE */
}
.loading {
	clear:both;
	float: left;
	width:100%;
	min-height:50px;
	margin:0 auto;
	text-align:center;
	display:none;
}
.loading p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#ccc;
/*	display:none;*/
}
#process {
	position:relative;
	display:block;
	width: 40px;
	height: 40px;
	z-index: 96001; /* makes sure it stays on top */
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.done {
	clear: both;
	float: left;
	width: 100%;
	margin-top:0;
	margin-bottom:40px;
	display:none;
}
.done p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#ccc;
/* DONE */
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
#form_contatti {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-bottom:40px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#wrapping {
	width:100%;
	margin:0 auto;
	max-width:440px;
	box-sizing: border-box;	
}
#form .txtinput { 
	font-size:1.076em; /* 14px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 26px;
}
#form textarea {
	display: block;
	font-size:1.076em; /* 14px */
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	height: 140px;
}
#buttons { 
	display: block;
	width:100%;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:0;
}
#buttons #submitbtn {
	padding:0 3.0em;
}
#check_privacy {
	clear:both;
	float:left;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:auto;
	margin-top:10px;
}
#check_privacy p {
	text-align:center;
	width:90%;
	max-width:440px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0
}
#check_privacy span {
	padding:0;
	margin-top:20px; 
	
/* DONE */
}
.loading {
	clear:both;
	float: left;
	width:100%;
	min-height:50px;
	margin:0 auto;
	text-align:center;
	display:none;
}
.loading p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#ccc;
/*	display:none;*/
}
#process {
	position:relative;
	display:block;
	width: 40px;
	height: 40px;
	z-index: 96001; /* makes sure it stays on top */
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.done {
	clear: both;
	float: left;
	width: 100%;
	margin-top:0;
	margin-bottom:40px;
	display:none;
}
.done p {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:1.0em; /* 13px */
	color:#ccc;
/* DONE */
}
}