@charset "utf-8";
/* CSS Document */

/* GENERICHE HTML */
td {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EFF;
	-webkit-text-size-adjust:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EFF;
	-webkit-text-size-adjust:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*border:1px solid #FC0;*/ /* controllo visibilità dei div */
}
body{
	background-color:#000;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#VideoID{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#copV{
	position:fixed;
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100px 100px, cover;
	opacity:0;
	
	-webkit-transition:opacity .3s, background-size .4s;
	transition:opacity .3s, background-size .4s;
}
.copVis{
	opacity:1 !important;
}
.copVis2{
	background-size:150px 150px !important;
}
.copPlaying{
	background-image:url(../_img/pauseVideoBig.png);
}
.copPlayable{
	background-image:url(../_img/playableVideoBig.png);
}
.copPaused{
	background-image:url(../_img/playVideoBig.png);
}
.copError{
	background-image:url(../_img/errVideoBig.png);
}

::cue {
  color: #FFF;
  background:transparent;
  text-shadow:0px 0px 2px #000;
  font-size:18px;
  /*font-size:smaller;*/
}