/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*					RESET				*/
input {

    border-radius: 0;
}

input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
line-height: 26px;	
color: #7c7c7c;
letter-spacing: -0.4px;
}

html, body, h1, h2, h3 {-webkit-font-smoothing: antialiased;}

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;
}

a {
color: #2b2b2b;	
}
textarea, input { outline: none; }


@font-face {
    font-family: 'Langdon';
    src:url('../font/Langdon.ttf.woff') format('woff'),
        url('../font/Langdon.ttf.svg#Langdon') format('svg'),
        url('../font/Langdon.ttf.eot'),
        url('../font/Langdon.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

h1.title{
	display:block;
	color: #94d31d;
	font-size: 35px;
	line-height: 0.9;
	font-family: Langdon;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 60%;
	float:left;
}

h2.title{
	color: #7c7c7c;
	font-size: 20px;
	line-height: 26px;
	font-family: Langdon;
	font-weight:normal;
	text-transform: uppercase;	
}
p {

padding-bottom: 10px;

}
p.cta1{
	color: #94d31d;
	font-size: 20px;
}

img.mimesi-360{
padding-left: 20px;	
float: right;
max-width: 25%;	
position: relative;
top: 10px;
margin-bottom: 10px;
}



 .wrapper {
	width: 100%;
	position:relative;	
}

#top{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 10;	
}

.logo {
	text-align: center;
	z-index: 100;
	position: relative;
}
.block {
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
	z-index: 100;
	position: relative;
}

#form-box {
	border: 2px solid #94d31d;
	padding: 10px 20px 20px 20px;
	background-color: #FFF;
	
}
	#form-box-out{
	margin-bottom: 90px;
		}
.content-out{
			
	padding: 0 20px;
}

.content2-out{
		padding: 0 20px;
		overflow:hidden;
		
}
.content2-out.thankyou{
		padding: 0 20px;
		overflow:hidden;
		width: 90%;
		
}


#content1{
	background-color: #FFF;
}


#content2{
	background-color: #f4fbe8;
	padding: 30px 0;
}


.campo{
	box-sizing:border-box;
	color: #444444;
	font-size:16px;
	width: 100%;
	height: 50px;
	border: 1px solid #c2c2c2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.group:after {
    content:'';
    display:block;
    clear: both;
}

.submit-button{
	height: 80px;
	line-height: 80px;
	width: 100%;
	border:none;
		background: #017baa;

	color: white;
	font-family: Langdon;
	text-transform:uppercase;
	font-size: 22px;
	font-weight:normal;
	text-align:center;
	    -webkit-appearance: none;
    border-radius: 0;
	
	
}

.submit-button:hover{
	background: #94d31d;
	cursor:pointer;
}

input:focus{
	border: 2px solid #94d31d;
	padding-left: 9px;	
}






.checkbox-label{
	display: block;
	font-size: 13px;
	color: #7c7c7c;
 	float: left;
 	width: 75%;
 	padding-right: 20%;
 }


.checkbox-label a{
 
	color: #7c7c7c;
  	
}

#formdati{
	position: relative;
	padding-bottom: 30px;
}
#invia{
    position: absolute;
    bottom: -60px;
    left: 0px;	
	
}

ul {
    list-style: none;
  	padding:0;
    margin:0;
	line-height: 30px;
	
}

li:before {
    content: "■";
	padding-right:15px;
    color: #94d31d; /* or whatever color you prefer */
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #94d31d;
    margin: 1em 0;
    padding: 0;
	position: relative;
	left:-5%;
	width:110%;
 
}
.box-privacy{
	position: relative;
	line-height: 1.5;
 	margin-top: 5px;
 }
.privacy-text {
	float: left;
}
.field-rules {
 	font-size: 13px
}
#img-header{
	display: block;	
}
#Privacy {
	float: left;
}

.input-box{
	position: relative;	
}

input-error{
	border: 2px solid #ea1e08;
}
.error-message{
	display:none;
	position: absolute;
	font-size: 11px;
	line-height: 20px;
	background-color:#F00;
	padding: 0px 10px;
	color: #ffffff;
	top: 5px;
	right: 0px;
}
.error .error-message{
	display:block;	
}

.error input{
	border: 2px solid red;
	padding-left: 9px;
}



input-warning{
	border: 2px solid #ffa500;
}
.warning-message{
	display:none;
	position: absolute;
	z-index: 1000;
	font-size: 11px;
	line-height: 20px;
	background-color:#ffa500;
	padding: 0px 10px;
	color: #ffffff;
	bottom: -10px;
	right: 0px;
}
.warning .warning-message{
	display:block;	
}

.warning input{
	border: 2px solid #ffa500;
	padding-left: 9px;
}




.privacy-message{
 	display:none;
 	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	background-color:#F00;
	padding: 0px 5px;
	color: #ffffff;
	position: absolute;
	top:0;
	right:0;

}
.privacyOff .privacy-message{
	display:block;	
}
.privacyOff.box-privacy {
		border: 2px solid #ea1e08;
		padding: 4px;

}

.footer{
	display: block;
	padding: 20px 0;
	background-color: #94d31d;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
		
}

.footer p {
	padding: 0 20px;	
}

.margin-up {
	margin-top: 9px;
}


.mobile-title {
 	font-size: 35px;
    line-height: 0.9;
    font-family: Langdon;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #94d31d;
}
		h1.desktop-only, .desktop-only {
		display: none;
	}
	
#form-box.thankyou {
	border: 2px solid #94d31d;
	padding: 10px 20px 20px 20px;
	background-color: #94d31d;
	min-height: 350px;
	
	
}

.title.thankyou {
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
}


@media screen and (min-width: 450px) {
		.submit-button{
			font-size: 35px;
		}
		
}

@media screen and (min-width: 768px) {
	h1.desktop-only, .desktop-only {
		display: block;
	}
.mobile-title {
	display: none;

}
	
	img.mimesi-360{
		max-width: none;
		margin-bottom: 10px;

	}

	
	h1.title{

	font-size: 45px;
	width: auto;
	float:none;
	margin-right: 10px;
}

	h1.title{
		
	}
	.campo{
		font-size:12px;
	}
	
		.block {
			float:right;
			z-index: 100;
		}
	
		#top{
			width: 100%;
			max-height: 355px;
			overflow:hidden;
		}
		
		.main{
			position:relative;
			z-index: 1000;	
		}
		
		#form-box {
		margin-bottom: 0px;	
		}
		
		
		#form-box-out{
			position:relative;
			top: -120px;
			width: 44%;
			z-index: 200;
			padding-right: 20px;;
			margin-bottom: 0px;
		}
		.content-out{
			width:56%;
			float: left;
			
		}
			.content1-out{
			width:56%;
			float: left;
			
		}


	
		.colonna1-form{
			float: left;
			width: 48%	
		}
			.colonna2-form{
			float: left;
			margin-left: 4%;
			width: 48%	
		}
		.logo {
			text-align: left;
			z-index: 100;
			position: absolute;
			top: 0px;
			left: 20px;
		}
		.submit-button{
			font-size: 27px;
		}
	
}
	
@media screen and (min-width: 960px) {
	img.mimesi-360{
		max-width: 80px;
		position: relative;
		top:0px;	
	}
	.wrapper.main {
		margin-bottom: -50px
	}
	
}
		




@media screen and (min-width: 1160px) {

	.campo{
		font-size:16px;
	}
		.wrapper {
				max-width:1140px;
				margin: 0 auto
			}
			
				.submit-button{
			font-size: 35px;
		}
		.checkbox-label br{
 	}
	#form-box-out{
	margin-bottom: 0px;
		}
			
	h2.title{
 	font-size: 24px;
 
}


}
