
html {
	overflow: hidden;
}

:root {
    --bordercolor:#ff9e00;
}

#fullscr {
    display:none;
    position: absolute;
    z-index:99999;
    top:0;
    left:0;
    width:1280;
    height:720;
    object-fit: fill;

}


#spot-1 {
    display:none;
    position: absolute;
    z-index:99999;
    top:0;
    left:0;
    width:1280;
    height:720;
    object-fit: fill;

}

#spot-2 {
    display:none;
    position: absolute;
    z-index:99999;
    top:0;
    left:0;
    width:1280;
    height:720;
    background:black;
    object-fit: fill;

}

#spot-3 {
    position: absolute;
    display:none;
    z-index:99999;
    bottom:0;
    right:0;
}


#spot-4 {
    position: absolute;
    display:none;
    z-index:9999999;
    bottom:5;
    left:0;
    width:1220;
    height:210;
    color:white;
    padding:30px;
    font-size:23px;
    text-align: justify;
    text-justify: inter-word;
    background-color:black;
}



#dis {
    position:absolute;
	top: 18px;
	left: 1050px;
	width: 220px;
	height:20px;
	display: none;
	opacity: 0.8;
	color:white;
	text-align:center;
	font-style: italic;    
	background-color: #000000; 
	z-index:99;

}


body {
	/*background: #333;
	width: 1140px;
	height: 640px;*/
	margin: 0 auto;
	width: 1280px;
	height: 720px;
	color:#000000;
	overflow: hidden;
        font-family:Arial;

}

img {
  opacity: 1;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;

}


.norounded {
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;

}



div {
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}


.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


.fade-in05 {
  animation: fadeIn05 ease 1s;
  -webkit-animation: fadeIn05 ease 1s;
  -moz-animation: fadeIn05 ease 1s;
  -o-animation: fadeIn05 ease 1s;
  -ms-animation: fadeIn05 ease 1s;
}

@keyframes fadeIn05 {
0% {opacity:0;}
100% {opacity:0.5;}
}

@-moz-keyframes fadeIn05 {
0% {opacity:0;}
100% {opacity:0.5;}
}

@-webkit-keyframes fadeIn05 {
0% {opacity:0;}
100% {opacity:0.5;}
}

@-o-keyframes fadeIn05 {
0% {opacity:0;}
100% {opacity:0.5;}
}

@-ms-keyframes fadeIn05 {
0% {opacity:0;}
100% {opacity:0.5;}
}


/* The style below is just for the appearance of the example div */

.style {
  width:90vw; height:90vh;
  text-align:center;
  padding-top:calc(50vh - 50px);
  margin-left:5vw;
  border:4px double #F00;
  background-color:#000;
}
.style p {
  color:#fff;
  font-size:50px;
}

.bottone {
    box-shadow: 3px 4px 0px 0px #000000;
    border-radius:0px;
    border:1px solid #000000;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    background-color: #778899 ;
    padding:10px;
    opacity:1;
    text-decoration:none;
    text-shadow:0px 0px 0px #000000;
    white-space: no-wrap;
}

.ctrl {
 color:white;
 font-size:40px;
}

.ctrlclick {
 color:red;
 font-size:40px;
}


.ctrlbig {
 color:white;
 font-size:100px;
}

#intro {
	position: absolute;
	right: 20px;
	top: 580px;
	width: 81px;
	padding: 20px;
	text-align: center;
        display: none;
	//background: rgba(0,0,0,1.0);
	font-size: 30px;
	color: #999999;
	opacity:0;
	//border: 2px solid #999999;
}

#intro_big {
	position: absolute;
	right: 120px;
	top: 580px;
	width: 364px;
	padding: 20px;
	text-align: center;
        display: none;
	//background: rgba(0,0,0,1.0);
	font-size: 30px;
	color: #999999;
	opacity:0;
	//border: 2px solid #999999;
}



#ytplayer{
    position:absolute;
    top: 0px;
    left: 0px;
    display:none;
    object-fit: fill;
    z-index:100;
}


h3 {
	color: #666;
}

#broadcast { 
    	width: 1280px; 
	height: 720px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#barra {
  width: 1%;
  height: 5px;
  background-color: white;    
}


#video1{
    position:absolute;
    top: 0px;
    left: 0px;
    display:none;
    object-fit: fill;
    z-index:10;
}

#vidoverlay{
    position:absolute;
    top: 550px;
    left: 400px;
    width: 500px;	
    height: 70px;
    display:none;
    z-index:999;
    background:black;
    opacity: 0.6;
    padding: 10px 10px;
}


#audio1{
    position:absolute;
    top: 20px;
    left: 20px;
    display:block;
}



#boxfull {
    position:absolute;
	top: 10px;
	left: 10px;
	width: 1250px;
	height: 700px;
	border: 2px solid #FF0000;
	color: #FFFFFF;
	display: none;
	background-color: #000000;
	z-index:99;
}

#audioverlay {
    position:absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	height: 220px;
	border: 2px solid transparent;
	display: none;
	opacity: 1;
	overflow: hidden;
	background-color: #000000;
	z-index:99;
}

#cassetta{
	display: block;
}


#menu1000{
    position:absolute;
	top: 300px;
	left: 5px;
	width: 1270px;
	height:150px;
	display: none;
	opacity: 0.8;
	background-color: #000000; 
	color:white;
	text-align:center;
	z-index:90;

}

#loading{
    position:absolute;
	top: -1600;
	left: -4000;
    width: 500px;
	height:350px;
	display: none;
    opacity: 0.8;
	background-color: #000000; 
    color:white;
	text-align:center;
	z-index:999;
}

#con4{
    position:absolute;
	top: 655px;
	left: 5px;
	width: 1270px;
	height:60px;
	display: none;
	opacity: 0.7;
	background-color: #000000; 
	z-index:90;

}

#con1 {
    position:absolute;
	top: 530px;
	left: 5px;
	width: 1270px;
	height:185px;
	display: none;
	opacity: 0.0;
	//background-color: #000000; 
	z-index:90;

}

#con2 {
    position:absolute;
	top: 315px;
	left: 5px;
	width: 1270px;
	height:210px;
	display: none;
	opacity: 0.0;
	//background-color: #000000; 
	z-index:90;

}

#con3 {
    position:absolute;
	top: 100px;
	left: 5px;
	width: 1270px;
	height:210px;
	display: none;
	opacity: 0.0;
	//background-color: #000000; 
	z-index:90;

}


/*
#box1{
    position:absolute;
	top: 660px;
	left: 10px;
	width: 180px;
	height:20px;
	border: 2px solid transparent;
	display: none; 
	transition: opacity 2s ease-in;
	z-index:95;

}


#box2{
    position:absolute;
	top: 660px;
	left: 220px;
	width: 180px;
	height: 20px;
	border: 2px solid transparent;
	display: none; 
	z-index:95;

}

#box3{
    position:absolute;
	top: 660px;
	left: 430px;
	width: 180px;
	height: 20px;
	border: 2px solid transparent;
	display: none; 
	z-index:95;

}

#box4{
    position:absolute;
	top: 660px;
	left: 640px;
	width: 180px;
	height: 20px;
	border: 2px solid transparent;
	display: none; 
	z-index:95;

}

#box5{
    position:absolute;
	top: 660px;
	left: 850px;
	width: 180px;
	height: 20px;
	border: 2px solid transparent;
	display: none; 
	z-index:95;

}

#box6{
    position:absolute;
	top: 660px;
	left: 1060px;
	width: 180px;
	height: 20px;
	border: 2px solid transparent;
	display: none; 
	z-index:95;

}

*/

#titolo0{
    position:absolute;
	top: 525px;
	left: 10px;
	width: 1240px;
	height: 50px;
	border: 2px solid transparent;
	display: none; 
	color: #FFFFFF;
	overflow: hidden;
	z-index:95;

}


#box1{
    position:absolute;
	top: 545px;
	left: 10px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;

}

#box2{
    position:absolute;
	top: 545px;
	left: 220px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;

}

#box3{
    position:absolute;
	top: 545px;
	left: 430px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;

}

#box4{
    position:absolute;
	top: 545px;
	left: 640px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;
}

#box5{
    position:absolute;
	top: 545px;
	left: 850px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;

}

#box6{
    position:absolute;
	top: 545px;
	left: 1060px;
	width: 200px;
	height: 150px;
	border: 6px solid transparent;
	display: none; 
	overflow: hidden;
	z-index:95;

}


#titolo1{
    position:absolute;
	top: 300px;
	left: 10px;
	width: 1240px;
	height: 50px;
	border: 2px solid transparent;
	display: none; 
	color: #FFFFFF;
	overflow: hidden;
	z-index:95;

}



#box1-1{
    position:absolute;
	top: 360px;
	left: 10px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box1-2{
    position:absolute;
	top: 360px;
	left: 220px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box1-3{
    position:absolute;
	top: 360px;
	left: 430px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;
}

#box1-4{
    position:absolute;
	top: 360px;
	left: 640px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box1-5{
    position:absolute;
	top: 360px;
	left: 850px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box1-6{
    position:absolute;
	top: 360px;
	left: 1060px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}


#titolo2{
    position:absolute;
	top: 85px;
	left: 10px;
	width: 1240px;
	height: 50px;
	border: 2px solid transparent;
	display: block; 
	color: #FFFFFF;
	overflow: hidden;
	z-index:95;

}

#box2-1{
    position:absolute;
	top: 145px;
	left: 10px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: block; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box2-2{
    position:absolute;
	top: 145px;
	left: 220px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box2-3{
    position:absolute;
	top: 145px;
	left: 430px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box2-4{
    position:absolute;
	top: 145px;
	left: 640px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box2-5{
    position:absolute;
	top: 145px;
	left: 850px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#box2-6{
    position:absolute;
	top: 145px;
	left: 1060px;
	width: 200px;
	height: 150px;
	border: 2px solid transparent;
	display: none; 
	overflow: hidden;
	color:white;
	z-index:95;

}

#votook{
    
    position:absolute;
	top: 360;
	left: 400;
    width: 500px;
	height:100px;
	display: none;
    opacity: 0.8;
	background-color: #000000; 
    color:white;
	text-align:center;
	z-index:9999;
}
