@charset "utf-8";
@import "inline4.css";

.BloccoHomeElements {
	display:block;
	clear:both;
	padding-top:30px;	
}

#BigBoxContainer {
	display:block;
	overflow:hidden;
	width:1300px;
	height:520px;
	position:relative;
}
#BigBoxContainer .BulletLine {
	display: none;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 10px;
	height: 32px;
}
#BigBoxContainer .BulletLine .Bullets {
	display: inline-block;
	background-color: transparent;
	/*
	-webkit-border-radius:  40px 40px 0px 0px;
	-moz-border-radius:  40px 40px 0px 0px;
	border-radius: 40px 40px 0px 0px;
	*/
	height: 32px;
	padding-left: 22px;
	padding-right: 22px;
	/*
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.75);
	*/
}
#BigBoxContainer .BulletLine .fa {
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	color:#dddddd;
	font-size:20px;
	line-height:36px;
	cursor:pointer;
}
#BigBoxEvento {
	width:1300px;
	height:520px;
	display:block;
	overflow:hidden;
	position: relative;	
}
#BigBoxEvento A {
	position:relative;	
	width:1300px;
	height:520px;
	display:block;
	overflow:hidden;
	text-decoration:none;	
}
#MainContainer .Blocks:HOVER .Acquista span {
    background-color: var(--MainRed) !important;
	color:#ffffff !important;
}
#BigBoxEvento A .Immagine {
	width:1300px;
	height:520px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#BigBoxEvento A .Overlay {
	display:block;
	width:50.000rem;
	height:25.000rem;
	position:absolute;
	left:2.778rem;
	top:-2.778rem;
	
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Safari */
	transform: rotate(5deg);
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
#BigBoxEvento > div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #000000;
}
#BigBoxEvento > div.First {
	z-index: 1;
}
