@charset "utf-8";
@import "inline4.css";

#MainContainer .BarraMese {
	display:block;
	position:relative;
	width:1300px;
	margin-bottom:30px;
	background-color:var(--MainRed);
	height:118px;
	text-align:center;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently
							  supported by Chrome, Edge, Opera and Firefox */
}
#MainContainer .BarraMese .Mese {
	display:inline-block;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	line-height:118px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:var(--SecondFont);
	vertical-align: top;
	letter-spacing:2px;
	width: 362px;
	position:relative;
}
#MainContainer .BarraMese .ArrowLeft {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:840px;
	color:#ffffff;
	font-size:80px;
	line-height:118px;
	font-family:var(--MainFont);
	vertical-align: top;
	cursor:pointer;
	text-align:right;
}
#MainContainer .BarraMese .ArrowLeft:HOVER {
	color:#000000;
}
#MainContainer .BarraMese .ArrowRight {
	display:block;
	position:absolute;
	left:840px;
	top:0px;
	bottom:0px;
	right:0px;
	color:#ffffff;
	font-size:80px;
	line-height:118px;
	font-family:var(--MainFont);
	vertical-align: top;
	cursor:pointer;
	text-align:left;
}
#MainContainer .BarraMese .ArrowRight:HOVER {
	color:#000000;
}

.LeftColumn {
	display:block;
	position:relative;
	width:477px;
	float:left;
}
.RightColumn {
	display:block;
	position:relative;
	width:781px;
	float:right;
}
.RightColumn.Disabled, .LeftColumn.Disabled {
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	pointer-events: none;
}

.NoResult {
	display:block;
	height:382px;
	background-color:#eeeeee;	
	color:#000000;
	text-align:center;
	line-height:382px;
	margin-top: 26px;
	font-weight: bold;
}
