@font-face {
  font-family: 'Archer-Bold';
  src: url('font/Archer-Bold.eot?#iefix') format('embedded-opentype'),  url('font/Archer-Bold.otf')  format('opentype'),
	     url('font/Archer-Bold.woff') format('woff'), url('font/Archer-Bold.ttf')  format('truetype'), url('font/Archer-Bold.svg#Archer-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Medium';
  src: url('font/Archer-Medium.eot?#iefix') format('embedded-opentype'),  url('font/Archer-Medium.otf')  format('opentype'),
	     url('font/Archer-Medium.woff') format('woff'), url('font/Archer-Medium.ttf')  format('truetype'), url('font/Archer-Medium.svg#Archer-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Semibold';
  src: url('font/Archer-Semibold.eot?#iefix') format('embedded-opentype'),  url('font/Archer-Semibold.otf')  format('opentype'),
	     url('font/Archer-Semibold.woff') format('woff'), url('font/Archer-Semibold.ttf')  format('truetype'), url('font/Archer-Semibold.svg#Archer-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus{outline:0px !important;outline: none;
  box-shadow: none;}
strong{font-family: 'Archer-Bold';}
h1,h2,h3,h4,h5{font-family: 'Archer-Bold';}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Archer-Medium';
	font-size: 13px;
	background: url(images/sfondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.logo{
	margin-top: 75px;
	margin-bottom:45px;
}
.logo img{
	margin-top: 40px;
}

.sfondo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

.sfondo img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.webpage{
	background-image:url('images/pattern.png');
	background-position:50% 50%;
  padding: 1px;
  position: absolute;
  width: 100%;
  height: 100%;
    min-width: 99%;
  }
.center{
	width: 540px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	background-color:#fff;
	margin-top:90px;
	position:relative;
  margin-bottom: 100px;
}

.formblock{
	margin: 20px 0px;
}

.formblock label{
	background-color: #F49A08;
	color: #FFFFFF;
	display: block;
	padding: 5px;
}

.formblock span{
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	padding: 5px;
	font-family: 'Open Sans';
}

.formblock span input, .formblock span textarea{
	width: 97%;
	border-width: 0px;
	font-family: 'Open Sans';
	font-size: 13px;
}

.formblock span input:focus, .formblock span textarea:focus{
	outline: none;
}

.formblock span textarea{
	height: 130px;
	resize: none;
}

.pulsante{
	cursor: pointer;
	width: 200px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	background-color: #F49A08;
	color: #FFFFFF;
	margin-top: 40px;
}

.ck{
	display: table;
	margin: auto;
	cursor: pointer;
}

#checkNews{
	margin: 0px;
	vertical-align: middle;
}

.social{
	display: inline-block;
	background-image: url(images/social_icon.png);
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 30px;
}

.social:last-child{
	margin-right: 0px;
}

.social.fb{
	background-position: 0px 0px;
}

.social.fb:hover{
	background-position: 0px -30px;
}

.social.tw{
	background-position: -30px 0px;
}

.social.tw:hover{
	background-position: -30px -30px;
}

.social.yt{
	background-position: -60px 0px;
}

.social.yt:hover{
	background-position: -60px -30px;
}

.message{
	display: block;
	margin: 10px 0px;
	padding: 10px 20px;
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	font-family: Calibri;
}

.message.success{
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: #3c763d;
}

.message.error{
	color: #a94442;
	background-color: #ebccd1;
	border-color: #a94442;
}

@media screen and (max-width: 500px){
	.center{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.contattiPage{
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #263F64;
}

.contattiPage span{
	padding: 15px;
	display: inline-block;
}


.clearfix{clear:both;}
.titoletto{color:#634c32; font-size:23px; margin-bottom:0px;text-align:center;margin-top:0px;}
.form{}
.form .riga{margin-bottom:15px}
.form .titolo{color:#634c32;font-size:23px;text-align:center;margin-top:0px;margin-bottom:40px;}
.form .input{  background-color: #e9e9e9;
  border: 0px;
  font-size: 14px;
  padding: 10px;
  width: 60%;
  float: left; }
.form .textarea{  background-color: #e9e9e9;
  border: 0px;
  font-size: 14px;
  padding: 10px;
  width: 60%;
  float: left;min-height:90px;
resize: none; }
.form .label{  color: #212121;
  font-size: 18px;
  padding: 10px;
  width: 19%;
  float: left;
  text-align: left;
  margin-left: 30px;
  font-family: 'Archer-Semibold'; }
.form .submit{font-size:20px;color:#fff;background-color:#4f3b1f;border-radius:5px;padding:10px;margin-top:10px;margin-bottom:40px;border:0px;min-width:150px;text-align:center; cursor:pointer;font-family: 'Archer-Bold';}

.alert{padding:0px 10px; color:#000;font-size:15px;  margin-bottom: 40px;}

.policy-container{}

.policy-container input{    width: auto;
    margin-left: 28px;
    max-width: 10%;
    margin-top: 16px;
    width: 10%;}
.policy-container label{width: 80% !important;margin-left:0px !important;}