@charset "UTF-8";
/* CSS Document */
html { 
background-color: #000000;
width:100%;
font-size:100%;
/*min-width:1024px;*/
}

body { 
position:absolute;
width:100%; 
margin:0;
/*min-width:1024px;*/

font-family: Helvetica, Arial, sans-serif;

}

#header {
	
	
	width: 100%;
	
}

#header h2{
	
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
	margin-right: 8%;
	font-weight: 300;
	font-size: 15px;
	color: #fdfdfd;
	float: left;
	text-align:left;
	margin-left: 8%;
	width: 40%;
	
}

.control {
    position:fixed;
    margin-top:17px;
    text-align: right;
    right:20px;
}
.closecontrol{
    position:fixed;
    margin-top:14px;
    text-align: right;
    right:58px;
}

.back{float:left;
    margin-top:17px;
    margin-left:20px;
    
    }

	#container {
	position:relative;
    font-weight: 300;
	font-size: 13px;
	padding:10px 0px 0px;
 	color: #FFF;
  	width: 100%;
  	max-width: 1000px;
	margin:38px auto 0px;  	
	}
 

    #container h3 {
	font-weight:300;
	}
	
	#container h4 {
	color: #666;
	font-weight:300;
	font-size:12px;
	text-transform:lowercase;
	}
	
	#container h5 {
	font-weight:300;
	}
	
	#container p {
	
	font-weight:300;
	font-size:12px;
	text-transform:lowercase;
	}
	
	.riga{
		border-left:2px solid #FFF;	
		border-right:2px solid #FFF;	
	}
	.selectable{
		border-top:2px solid #FFF;	
		border-bottom:2px solid #FFF;	
		cursor:pointer;
	}
	.selectable:hover{
		border:2px solid #999;	
	}
	.selected{
		border-left:2px solid #000;	
		border-right:2px solid #000;
		border-top:2px solid #000;	
		border-bottom:2px solid #000;			
	}
	.selected:hover{
		border:2px solid #000!important;	
	}
	.alertb{
		border-left:2px solid #F00;	
	}
	
	/*#formp {
	    background-color: #01aa1d;
	    padding: 50px 0px;
	    width: 100%;
	    max-width: 600px;
	    margin: 20px auto 0px;
	}*/
	.conlab{
		width: 180px;
		display: inline-block;
		display: none;
	}
	.tterms .conlab{
		width: 310px;
		display: inline-block;
	}
	.conlab label{
		color: white;
		background-color: #00aced;
		padding: 0px 2px; 
	}
	.inputtext{
		/*margin-bottom: 40px;*/
		font-size: 18px;
		position: relative;
	}
	
	.inputtext input{
		width:221px;
		height:20px;
		border:0px solid;
		background-color:#00FF01; 
		font-size: 17px;
		line-height: 20px;
  		-webkit-appearance: none!important;
  		position: absolute;
  		right: 1px;
		padding: 0px;
	}
	/*@media screen and (max-width: 400px){
		.inputtext input{
			width:180px;
		}
	}*/

	div.tname{
		top: 103px;
	}
	div.tsurname{
		top: 186px;
	}
	div.tage{
		top: 274px;
	}
	div.tcountry{
		top: 360px;
	}
	div.tmail{
		top: 452px;
	}
	div.terms_conditions{
		position: absolute;
		right: 0px;
		top: 548px;
	}
	div.tterms{
		position: absolute;
		right: 0px;
    	top: 722px;
	}
	div.captcha_wrapper{
		position: absolute;
		left: 0px;
    	top: 606px;
	}
	div.invio{
		position: absolute;
		right: 29px;
	    top: 813px;
	}

input{ outline: 0!important; border-radius: 0;  -webkit-appearance: none; } 

.inputtext input[type='checkbox'] {
    margin-top: -30px;
  -webkit-appearance: none!important;
}
.inputtext input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 1px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    right: 35px;
}
.inputtext input[type='checkbox']:after {
    content:"";
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
    height: 16px;
    width: 16px;
    left:0px;
    top:0px;
    font-size:20px;
    background: #00aced;
}
.inputtext input[type='checkbox']:hover:after, .inputtext input[type='checkbox']:checked:hover:after {
    background: #00FF01;
    content:'\2714';
    color: #888;
}
.inputtext input[type='checkbox']:checked:after {
    background: #00FF01;
    content:'\2714';
    color: #000;
}

.invio input[type='submit'] {
  display: inline-block!important;
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
  position: relative!important;
  cursor: pointer!important;
/*  top: 0!important;
  left: 274px!important;
*/  border: 0px solid #fff!important;
  padding: 0px 2px!important;
  font-size: 17px!important;
  text-align: center!important;
  text-transform: uppercase!important;
  -o-text-overflow: clip!important;
  text-overflow: clip!important;
  transition: all 1s!important;
  background: #00aced!important;
  color: #FFF!important;
  -webkit-appearance: none!important;
  width: 73px;
  height: 21px;
}

.invio input[type='submit']:hover {
  color: #000!important;
  background: #00FF01!important;
}

.largform{
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	position: relative;
}


	.evid:hover{
		border-left:2px solid #000;		
	}
	.terms_conditions{
		margin-bottom: 50px;
		margin-left: 5px;
	}
	.terms_conditions a{
		height: 18px;
	    border: 0px solid;
	    background-color: #00aced;
	    font-size: 16px;
	    display: inline-block;
	    color: #00adf3;
	    padding: 1px 2px;
	    opacity: 0;
	}
	.terms_conditions a:hover{
		opacity: 0.2;
	}

	
	
	.conferma{ text-align:center; margin:30px auto; width:100%; max-width:640px;}

.superbg{
	background: url('../img/terms/terms-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1090px; 
	position: relative;
}
.textterm {
    width: 356px;
    margin: 0px auto;
    top: 130px;
    height: 839px;
    overflow: scroll;
    position: absolute;
    left: 50%;
    transform: translate(-178px);
    font-size: 14px;
    line-height: 16px;
}

#container .textterm p{
	line-height: 20px;
    font-size: 16px;
    text-transform: none;
}
#container .textterm p.bigger{
	line-height: 17px;
    font-size: 19px;
    text-align: center;	
}

/*@media screen and (max-width:375px){
	#formp {
		margin: 50px auto 0px;
	}
	.conlab {
	    width: 160px;
	}
	.inputtext input[type='checkbox'] {
	    left: 20px;
	}
	.invio input[type='submit'] {
	    left: 254px!important;
	}
	.conlab label {
	    margin-left: 5px;
	}
}*/

.captcha_wrapper {
			    margin-bottom: 30px;
			}
			.errorecaptcha {
			    color: white;
			    background-color: red;
			    padding: 10px;
			    font-weight: bold;
			}
			body.newbody{
				min-height: 100%;
				background-position: center 48px;
				background-image: url(../img/subscription/bg-form-new.png);
				background-repeat: no-repeat;
			}
			.thenewform{
				background-position: top center;
				background-image: url(../img/subscription/form-bg.png);
				background-repeat: no-repeat;
				width: 567px;
				height: 934px;
				margin: auto;
			}
			@media screen and (max-width: 567px){
				.thenewform{
					width: 100%;
					margin: auto;
				}				
			}
			label{ display: none; }
			.terms_conditions{
				position: absolute;
			    left: 0px;
			    top: 548px;
			    width: 198px;
			    overflow: hidden;
			    display: block;
			}