/*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, font, 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 {
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}
body {
line-height:1;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:none;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0;
}

/*END RESET*/



/*COOKIE POLICY*/
#cookie-policy{
	width:100%;
	height:auto;
	background:#2d2d2d;
	position:fixed;
	bottom:0;
	text-align:center;
}
#containerTesto{
	font-family: 'Roboto', serif;
	font-size:12px;
	font-weight:lighter;
	line-height:16px;
	width:80%;
	margin:0 auto;
	padding:20px 0;
	color: #fff;
}	
#containerTesto a{
	color: #ccc;
}
#pulsante{
	font-family: 'Roboto', serif;
	font-size:12px;
	font-weight:lighter;
	margin:10px auto;
	cursor:pointer;
	font-weight:bold;
	color: #ccc!important;
	text-decoration: underline;
}	

/*END COOKIE POLICY*/

@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto_light/Roboto-Light-webfont.eot');
    src: url('../font/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_light/Roboto-Light-webfont.woff2') format('woff2'),
         url('../font/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('../font/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('../font/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto_bold/Roboto-Bold-webfont.eot');
    src: url('../font/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_bold/Roboto-Bold-webfont.woff2') format('woff2'),
         url('../font/roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
         url('../font/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../font/roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../font/roboto_black/Roboto-Black-webfont.eot');
    src: url('../font/roboto_black/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_black/Roboto-Black-webfont.woff2') format('woff2'),
         url('../font/roboto_black/Roboto-Black-webfont.woff') format('woff'),
         url('../font/roboto_black/Roboto-Black-webfont.ttf') format('truetype'),
         url('../font/roboto_black/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
strong{
	font-family: 'robotobold';
}
.clear{
	clear: both;
	margin:0;
	padding:0;
}
body{
	font-family: 'robotolight', serif;
	font-size: 22px;
	color: #000000;
	letter-spacing: 1px;
}

/*CONTENUTO*/
#container-content{
	margin: 0 auto 40px auto;
	width: 100%;
}
#container-img-preview{
	width: 100%;
	background:#e7e7e7;
}
#img-preview{
	width:400px;
	z-index: -99999999;
	margin:0 auto;
}
#img-preview img{
	width: 100%;
	height: auto;
}
#claim{
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	line-height: 22px;
	padding: 10px 0;
	background:#e7e7e7;
}
#claim h1{
	font-family: 'robotoblack', serif;
	font-size: 22px;
	line-height: 30px;
	color:#2d2d2d;
	text-transform:uppercase;
}
#claim h2{
	font-family: 'robotolight', serif;
	font-size: 21px;
	line-height: 30px;
	text-transform:uppercase;
}
#claim h3{
	font-family: 'robotoblack', serif;
	font-size: 29px;
	line-height: 30px;
	color:#991f24;
	text-transform:uppercase;
}
#claim h4{
	font-family: 'robotolight', serif;
	font-size: 17px;
	line-height: 30px;
	text-transform:uppercase;
}
#claim h1 span{
	color:#991f24;
}
#program{
	font-size: 14px;
	text-align: left;
	margin: 40px auto 0 auto;
	line-height: 22px;
	padding: 20px;
	width:80%;
}
#program h3{
	font-family: 'robotoblack', serif;
	font-size: 24px;
	line-height: 30px;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 10px 0;
	background:#971b23;
	color:#fff;
	padding:5px;
}
table{
	font-family: 'robotolight', serif;
	width:100%;
	margin:0 auto;
}
table span{
	color:#971b23;
}
caption{
	font-family: 'robotoblack', serif;
	font-size:16px;
	margin:0;
	color:#fff;
	background:#ccc;
	padding:10px;
}
td{
	border:1px solid #ccc;
	padding:5px;
	font-size:14px;
}
#arrow{
	width:50px;
	margin:0 auto;
}
#logo{
	width:200px;
	margin:20px auto;
}
#description{
	font-size:16px;
	width:80%;
	text-align:center;
	margin:0 auto;
	line-height:24px;
}
/*END-CONTENUTO*/

/*CONTATTI*/
#contact{
	background: #971b23;
	padding: 40px 0 0 0;
}
#container-contact{
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
#contact h3{
	font-family: 'robotobold', serif;
	font-size: 22px;
	padding: 20px 0 10px 0;
	color: #fff;
	text-align:center;
}
#contact h4{
	font-family: 'robotolight', serif;
	font-size: 18px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align:center;
}
#signup{
	width:444px;
	margin:30px auto;
}
#signup a{
	background:#2d2d2d;
	padding:20px;
	border-radius: 5px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	display:block;
}
#signup a:hover{
	background:#6b0f13;
}

/*CONTATTI*/
/*FORM*/
.myBasicForm{
	margin:30px 0 0 0;
}
.myBasicForm label.error {
	display:inline-block;
	margin: 10px;
	color: #fff;
	font-size:10px;
	text-align:center;
	padding: 10px;
	background: #6f1116;
}
fieldset{
	width:960px;
	margin: 0 auto;
}
.field{
	width:960px;
	margin: 0 auto;
}
.field textarea{
	background: #fff;
	border: none;
	color: #151515;
	font-size: 20px;
	padding: 10px 0;
	height: 157px;
	margin: 20px 0 0;
	width: 960px;
}
input{
	background: #fff;
	border: none;
	border-radius:5px;
	color: #151515;
	font-size: 20px;
	padding: 10px 0 10px 10px;
	height: 40px;
	margin: 10px 0;
	text-align: center;
	width: 960px;
}

.myBasicForm input[type="submit"] {
	background: #2d2d2d;
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 10px;
	height: 51px;
	margin: 20px 0 80px 0;
	border: none;
	border-radius: 0;
	width:960px;
}
.myBasicForm input[type="submit"]:hover{
	cursor: pointer;
	font-size: 24px;
	border: none;
	background:#000;
}
option{
	padding:20px;
}
.checkbox{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
}
.checkbox-space{
	margin: 20px 0 0 0;
}
.gdpr-text{
	font-size:10px;
	color: #fff;
	margin: 20px 0 0 0;
	line-height:16px;
}
.gdpr{
	float: left;
	font-size:10px;
	color: #fff;
	margin: 20px;
}
.gdpr a{
	color: #fff;
}
/*FORM*/
/*FOOTER*/
#container-footer{
	background: #80171d;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	width: 100%;
}
#container-footer a {
	color: #e3e3e3;
}
#container-footer a:hover {
	color: #cccccc;
}
/*FOOTER*/

/*THANKS PAGE*/
#container-thanks{
	width: 100%;
	margin: 0 auto;
}	
#header-thanks{
	background-color: #fff;
	height:100px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#content-header-thanks{
	width:100px;
	margin:20px auto;
}
#content-header-thanks #logo-thanks{
	margin:0 auto;
	width:214px;
}
#text-thanks h3{
	margin:70px 0 0 0;
	font-size:20px;
	font-family: 'robotobold';
	color:#6b0f13;
}
#text-thanks{
	font-size:18px;
	margin:0 auto;
	text-align:center;
	line-height:28px;
}
.space-thanks{
	margin:30px 0 20px 0;
	font-size:14px;
	color:#9c9c9c;
}
/*THANKS PAGE*/