/* overlayer - inizio */#modaloverlayer{	background-color: #000000;	position: fixed;	display: none;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	opacity: 0.80;	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	filter: alpha(opacity=80);	-moz-opacity: 0.80;	z-index: 995;}#modaloverlayerchiudi {    min-width: calc( 240px + 10% + 8px );    max-width: calc( 600px + 10% + 8px );    z-index: 999;    display: block;    margin: 0px auto 0px auto;    padding: 0px;    width: calc( 70% + 10% + 8px );    cursor: pointer;}#modalpopupcontent{	display: none;	position: fixed;	top: 0px;	left: 0px;	z-index: 997;	width: 100%;	height: 100%;}#modalpopupcontent2{	display: table;	height: 100%;	width: 100%;}#modalpopupchiudi {    float: right;    width: 30px;    height: 30px;    background-image: url(../img/popup_chiudi.png);    background-repeat: no-repeat;    background-position: center;    cursor: pointer;    display: block;    margin: -7px -5px 0px 0px;}#modalpopup{	display: table-cell;	vertical-align: middle;	width: 100%;	z-index: 997;	text-align: center;}#modalpopuptesto{	background-color: #1B1B1B;	border: 4px solid #444444;	color: #ffffff;	margin: 0px auto 0px auto;	padding: 5% 5% 5% 5%;	width: 70%;	min-width: 240px;	max-width: 600px;}#modaloverlayerloading{	background-color: #000000;	background-image: url(img/overlayerloading.gif);	background-repeat: no-repeat;	background-position: center;	position: fixed;	display: none;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	opacity: 0.80;	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	filter: alpha(opacity=80);	-moz-opacity: 0.80;	z-index: 999999;}/* overlayer - fine */