/* GLOBAL CSS Document */

/* LINK BOXES ------------------------------------------------------------------------------------------------------------------------------------ */

/* EXHIBITION & DISTRIBUTORS GRAPHICS */
#box_eventsgraph{
	width:466px;
}

#box_eventsgraph li{
	list-style-image:url(/img/lister_arrow.png);
	line-height:30px;
	margin-left:-15px;
	}
	
#eventsgraph_lnk{
	width:auto;
	margin-top:75px;
}

#eventsgraph_lnk a{
	color:#444;
}

#eventsgraph_lnk a:hover{
	color:#f38221;
}

/* DOWNLOADS MENU BOX */
#box_downloads li{
	list-style-image:url(/img/lister_arrow.png);
	line-height:25px;
	margin-left:-15px;
	}
	
#downloads_lnk{
	width:auto;
	margin-top:45px;
}

#downloads_lnk a{
	color:#444;
}

#downloads_lnk a:hover{
	color:#f38221;
}


#box_eventsgraph, #box_downloads{
	border-color:#FFF;
}


/* SLIDER AND ACCORDION */

#slider{
	display:none;
}

#slider_load{
	width:960px;
	height:375px;
	text-align:center;
	margin-bottom:60px;
	color:#999;
}

#slider_load img{
	margin-top:135px;
}

#product_menu{
	display:none;
	margin-top:15px;
}

#product_menu_load{
	width:960px;
	height:254px;
	text-align:center;
	color:#999;
	background:#FFF;
	margin-top:15px;
}

#product_menu_load img{
	margin-top:95px;
}


/* Sfondo scuro semi-trasparente */
#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  text-align: center;
}

/* Contenitore del popup */
#popupContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1280px; /* Larghezza massima */
  background: none;
  border-radius:15px;
    border:8px solid #000;
}

/* Mantiene il video in formato 16:9 */
#videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Altezza basata su 16:9 */
background-color:black;
   
}

/* Video responsive */
#popupVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; border:none;
    border-radius:12px;
}

/* Pulsante di chiusura */
#closePopup {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
