
*{
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Barlow', sans-serif;
	color:#333;
	background-color: #fff;
	height:100%;
	min-height:100%;
	font-size: 1em;
	overflow-x:hidden;
}


/*--------------------------------------------------- LOGO */
#logo { 
	position: fixed;
	display: block;	
	left: 20px;
	top: 127px;
	z-index: 110;
}
#iching{
	float:left;
	width: 50px;
	height: 50px;
	position: absolute;
}
#iching img{
	width: 100%;
	height: 100%;
}
#sp {
	float:left;
	color: #5b646c;
	margin-top: -11px;
	margin-left: 70px;
	font-size: 2.5em;
	letter-spacing: -2px;
	font-weight: 300;
}
#sp span{
	font-weight: 400;
}
#sp h1 { 
	margin-top: -4px;
	margin-left: 1px;
	font-size: 0.4em;
	letter-spacing: 1.2px;
	font-weight: 300;
}

/*--------------------------------------------------- MENU */
nav{
	z-index:100 !important;
}

/*--------------------------------------------------- CONTENUTI */
.content{
	position: absolute;
	right:10px;
	top:80px;
	width:55%;
	font-size:1.1em;
	font-weight: 400;
	color: #3a4045;
	line-height: 25px;
	z-index:10;
}
strong {
	font-weight: 600;
}
.content h1{
	font-family: 'Racing Sans One', cursive;
	font-weight:400;
	font-size: 1.3rem;
	margin: 5% 0 2% 0;
}
.content h1:before{
	content:url('../img/miniching.png');
	color: #000;
}
.content h2{
	font-family: 'Racing Sans One', cursive;
	font-weight: 400;
	font-size: 1.1rem;
	margin: 5% 0 2% 0;
}
.content h3{
	font-family: 'Racing Sans One', cursive;
	font-weight:400;
	font-size: 1rem;
	margin: 5% 0 2% 0;
}
.content ul{
	margin: 20px 0;
}
.content li{
	margin-left: 50px;
}
p {
	margin-bottom:20px;
}
.highlight{
	border: 1px solid rgba(189,242,255,1);
	background-color:  rgba(255,255,255,.5);
	padding: 20px;
	margin-bottom: 10px;
}
a{
	color: #7eaab4;
	text-decoration: none;
	font-weight: 400;
}
a:hover{
	color: #000;
}
hr {
	width: 100%;
    margin-top: 2%;
    margin-bottom: 5%;
    color: #aaa;
    background-color: #aaa;
    height: 0.1px;
}
.legal{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:17px;
	background-color:#000;
	font-size:11px;
	color:#666;
	font-weight: 600;
	z-index:100;
	text-align: center;
	padding-top:1px;
}
.legal a{
	font-weight: 600;
	color: #5b646c;
	text-decoration: none; 
}
.legal a:hover{
	color: #fff;
}
#banner {width: 100%;
	max-width: 800px;
	margin-top:50px;
	}
#banner img {width: 100%}
/*--------------------------------------------------- FORM */ 
.fscf-required-text, #fscf_required1{
	font-size:.7;
	font-style: italic;
	margin-bottom: 2%;
}
.fscf-required-indicator{
	margin: 0 10px;
}

#fscf_captcha_image1{
	border: 1px solid #68797c;
}
#fscf_submit1{
	color: #fff;
	border: none;
	height: 50px;
	background: #68797c;
	font-weight: 600;
}
#fscf_submit1:hover{
	color: #68797c;
	border: none;
	height: 50px;
	background: rgba(189,242,255,1);
	font-weight: 600;
}
.fscf-input-captcha{
	color: #6db4bf;
	font-weight: 600;
	font-size: 1.5em;
}
label{
	margin-top: 2%;
	font-weight: 400;
	
}
input {
	color: #85b1dd;
	padding: 5px;
	height: 20px;
	font-size: 1.1em;
	font-family: 'Barlow', sans-serif;
	width: 100%;
	max-width: 450px;
}
textarea, #fscf-input-textarea{
	color: #85b1dd;
	padding: 5px;
	height: 150px;
	font-family: 'Barlow', sans-serif;
	font-size: 1.1em;
	width: 100%;
	max-width: 450px;
}
form{
	margin-right:5%;
	font-family: 'Barlow', sans-serif;
}
input[type=checkbox]{
	width: 20px;
    height: 20px;
    margin-left: -18px;
    margin-right: 10px;
    display: table-cell;
	vertical-align: middle;
}
#privacy{
	display: table-row;
}
#privacy-check{
    display: table-cell;
	vertical-align: middle;
}
#privacy-txt{
    display: table-cell;
	vertical-align: middle;
}
input[type=checkbox]:checked {
	transform: scale(1.5);
}
input[type=submit] {
	height:50px;
    padding: 10px 15px;
    background: #68797c;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    margin-bottom: 50px;
}
input[type=submit]:hover {
    background: #3a4045;
}
/*--------------------------------------------------- BACKGROUND VIDEO */
#bgvid{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;  
	-webkit-transition: 1s opacity; 
	transition: 1s opacity; 
	z-index:-100;
}
.stopfade {
	opacity: .5;
}
#pause { 
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	left: 20px;
	bottom: 38px;
	background-color: #68797d;
	color: #fff;
	border: none;
	transition: all 1s;
	cursor: pointer; 
}
#pause:hover { 
 	background-color: #000;
	transition: all .2s;
	border: none;
}
#pause:active { 
	border: none;
}
#pause img { 
  width: 100%;
  height: 100%;
}
.didascalia{
	font-size:.8em;
	margin-top:10px;
	font-weight: 400;
}
.alert{
	display: block;
	width: auto;
	height: 22px;
	padding: 8px 5px 0 5px;
	font-size:.8em;
	font-weight: 600;
	position: fixed;
	left: 60px;
	bottom: 20px;
	background-color: #fff;
	color: #5b646c;
	border: none;
}
.home video { 
	background: url('../video/home.jpg') no-repeat; 
}
.page-template-template-motiondesign video{
	background: url('../video/materic-tao.jpg') no-repeat; 
}
.page-template-template-realizzazione-video video{
	background: url('../video/spheres-3d.jpg') no-repeat; 
}
.page-template-template-broadcast video{
	background: url('../video/broadcast.jpg') no-repeat; 
}
.page-template-template-video-per-il-web video{
	background: url('../video/abstract-3d.jpg') no-repeat;
}
.page-template-template-video-con-foto video{
	background: url('../video/balls.jpg') no-repeat;
}
.page-template-template-spot-pubblicitari video{
	background: url('../video/medusa.jpg') no-repeat; 
}
.page-template-template-sigle-tv video { 
	background: url('../video/3d-lines.jpg') no-repeat; 
}
.page-template-template-video-aziendali video{
	background: url('../video/underwater1.jpg') no-repeat; 
}
.page-template-template-video-di-prodotto video{
	background: url('../video/architect.jpg') no-repeat; 
}
.page-template-template-whiteboard-animation video {
	background: url('../video/tao-pen.jpg') no-repeat; 
}
.page-template-template-webdesign video{
	background: url('../video/plex.jpg') no-repeat; 
} 
.page-template-template-realizzazione-siti-internet video{
	background: url('../video/tunnel.jpg') no-repeat; 
}
.page-template-template-musica video {
	background: url('../video/underwater.jpg') no-repeat;
}
.page-template-template-videoarte video {
	background: url('../video/cardi.jpg') no-repeat;
}
.page-template-template-contatti video{
	background: url('../video/form-sea.jpg') no-repeat; 
}


/* ------------------ POPUPS + COOKIES PLUGINS ------------------------*/
.pum-theme-285 .pum-content, .pum-theme-a034 .pum-content { color: #ffffff; font-family: inherit; margin-top:12px; }
.pum-close, .popmake-close {
	width:20px;
	height: 20px;
	padding:0;
}
.pum-close:hover, .popmake-close:hover {
	background-color: rgba( 59, 69, 71, 0.00 );
	color: #000;
} 
#catapult-cookie-bar{
	font-size: 11px;
	padding: 5px !important;
	height: 30px !important;
	z-index: 302;
}
.cookie-bar-bar .ctcc-inner{
	padding: 1px 0 0 5px;
}
.cookie-bar-bar button#catapultCookie{
	background-color: #394148;
	color: #fff;
	font-size: 11px;
	color: #c3d8ea;
	font-weight: 600;
}
.cookie-bar-bar button#catapultCookie:hover{
	color: #fff;
}
.ctcc-left-side a{
	color: #c3d8ea !important;
}
.ctcc-left-side a:hover{
	color: #fff !important;
}
.has-cookie-bar #catapult-cookie-bar{
	padding: 0 !important;
	position:fixed;
	bottom:18px;
	background-color: #394148;
}
/* ----------------------------------------------------------------------------------------------- */
/* ----------------- MEDIA QUERIES --------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

@media all and (max-width: 800px) {
	.content{
		color: #364548;
		width:80%;
	}
	.home { 
		background: url("../video/home-small.jpg") #fff no-repeat left center fixed; 
		background-size: cover; 
	}
	.page-template-template-motiondesign{
		background: url("../video/materic-tao-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-realizzazione-video{
		background: url("../video/spheres-3d-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-broadcast{
		background: url("../video/broadcast-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-video-per-il-web{
		background: url("../video/abstract-3d-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-video-con-foto{
		background: url("../video/balls-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-spot-pubblicitari{
		background: url("../video/medusa-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-sigle-tv{ 
		background: url("../video/3d-lines-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-video-aziendali{
		background: url("../video/underwater1-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-video-di-prodotto{
		background: url("../video/architect-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-whiteboard-animation{
		background: url("../video/tao-pen-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-webdesign{
		background: url('../video/plex-small.jpg') #fff no-repeat center center fixed; 
		background-size: cover;
	} 
	.page-template-template-realizzazione-siti-internet{
		background: url('../video/tunnel-small.jpg') #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-musica {
		background: url("../video/underwater-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-videoarte {
		background: url("../video/cardi-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	.page-template-template-contatti{
		background: url("../video/form-sea-small.jpg") #fff no-repeat center center fixed; 
		background-size: cover;
	}
	#bgvid, #pause, footer { 
		display: none !important;
		visibility: hidden !important; 
	}
	input{
		padding: 5px;
		height: 40px;
		font-size: 1em;
		width: 100%;
		margin-bottom: 2%;
	}
	textarea{
		padding: 5px;
		height: 200px;
		font-size: 1em;
		width: 100%;
		margin-bottom: 2%;
	}
	#fscf_form, #fscf_required1{
		width: 100%;
	}
	#logo { 
		position: absolute;
		display: block;	
		left: 0px;
		top: 0px;
	}
	#iching{
		float:left;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 5px;
		top: 5px;
	}	
	#sp {
		margin-top: 4px;
		margin-left: 50px;
		font-size: 1.45em;
		letter-spacing: 0px;
		font-weight: 400;
		color:rgba(255,255,255,.6);
	}
	#sp span{
		font-weight: 600;
    	color: #596b7a;
	}
	#sp h1 { 
		margin-top: -4px;
		margin-left: 1px;
		font-size: 0.6em;
		letter-spacing: 0px;
		font-weight: 400;
	}
	header,nav{
		z-index:100 !important;
	}
	main{
		z-index:1;
	}
}

@media all and (max-width: 480px) {
	body {
		overflow-x:auto;
	}
	.content{
		width:96%;
		margin:2%;
		right:0;
	}
	
	.legal{
		font-size:10px;
	}
}
