body, html{height: 100%;margin:0; padding:0;}

body {color: #666;font: 16px/28px;font-family: 'Source Sans Pro', sans-serif;background: #e2e2e0;}


#logo{position: absolute; z-index: 100;left:0%; top:0%;  color: #fff; text-align: left; width:300px;;  height:300px; margin:20px 0 0 20px}

	h1{font-size: 50px; font-weight: 300;margin: 0px;padding:0}
	
	h2{font-size: 30px; font-weight: 300; margin: 0px;padding:0}  
	
	h3{font-size: 45px; font-weight: 300;margin:0 0 20px 0;padding:0}
	
	p{margin-bottom:30px;font-weight: 300; }

	#link-scroll{border: 3px solid #fff; color:#fff; text-transform: uppercase;padding: 10px 15px;text-decoration: none;}

#fold{position: relative; height:100%;}

#panel{background: #fff; z-index: 100; position:relative; height:300px;opacity:0.9;padding:20px}


video#bgvid { 

	position: fixed; right: 0; bottom: 0;
	
	min-width: 100%; min-height: 100%;
	
	width: auto; height: auto; z-index: -100; 
	
	background: url(loop-hd.jpg) no-repeat;
	
	background-size: cover; 
	
	z-index: 0;

}

video { display: block; } 


@media only screen and (max-width: 768px) {

		video#bgvid {display:none;}	
		
		body {background: url(loop-hd.jpg) no-repeat center top;background-size: cover; }
		
}

	
/* AGGIUNTA CSS GIOVANNI */ 
.tx-next {
	color:#2daae1!important;
}
.back-topbar {
	background-color: #fff!important;
}

.logo-witnext {
	width: 30%; 
	margin: 2% 0 2% 0;
}
@media screen and (max-width:768px) {
	.logo-witnext {
	width: 40%; 
	margin: 2% 0 2% 0;
}
}
@media screen and (max-width:1024px) {
	.logo-witnext {
	width: 50%; 
	margin: 2% 0 2% 0;
}
}

/* AGGIUNTA DI CSS */ 
@media screen and (max-width: 768px) {
.titlepopupmobile {
	font-size: 2em!important;
}
	}