/*--- MENU N. 11 (MENU MULTILINGUA) ---*/
#M11{
	display: block;
	padding: 0 15px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#M11 .M_box{ /*/ Box menu /*/
	float: right;
	display: block;
	height: 0px;
	text-align: left;
	clear: both;
}
#M11 ul{
	float: left;
	background-color: #f4f4f4;
	padding: 10px;
	border-bottom: solid 1px #e4e4e4;
}
#M11 .M_link{
	float: left;
	display: block;
	padding: 0 10px;
}
#M11 .M_link .M_bottone{ /*/ Stile bottone menu /*/
	float: left;
	display: block;
	height: 15px;
	line-height: 15px;
	color: #aaa;
	font-size: 13px;
	font-weight: 100;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
#M11 .M_link .M_bottone:Hover, #M11 .M_link:Hover .M_bottone{
	color: #444;
}
#M11 .M_link .M_bottone.Act{
	color: #444;
	font-weight: 500;
}
#M11 .M_link .M_bottone .M_icon{ /*/ Stile icona /*/
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	overflow: hidden;
	background-image: url(../img/icon-lingue.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#M11 .M_link .M_bottone:hover .M_icon, #M11 .M_link:hover .M_botton .M_icon, #M11 .M_link .M_bottone.Act .M_icon{opacity:1;}
#M11 .M_link .M_bottone.b1 .M_icon{background-position:-30px -30px;}
#M11 .M_link .M_bottone.b2 .M_icon{background-position:-60px -30px;}
#M11 .M_link .M_bottone.b3 .M_icon{background-position:-90px -30px;}
#M11 .M_link .M_bottone.b4 .M_icon{background-position:-120px -30px;}
#M11 .M_link .M_bottone.b5 .M_icon{background-position:-150px -30px;}
#M11 .M_link .M_bottone.b6 .M_icon{background-position:-180px -30px;}
#M11 .M_link .M_bottone .M_icon img{
	display: block;
	width: 15px;
	height: 15px;
	border: none;
}
#M11 .M_link .M_bottone .M_titolo{
	float: left;
	display: block;
	padding: 0;
}

#M11 .M_mobile{display: none;}

@media only screen and (max-width:1000px) {
#M11{position:absolute;right:0;top:0;height:70px;width:70px;padding:0;text-align: center;}

/*--- INIZIO ICON MOBILE ---*/
#M11 .M_mobile{
	display: block;
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	left: 20px;
	top: 20px;
	background-image: url(../img/icon-lingue.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#M11 .M_mobile.Act{
	background-position: 0 -30px;
}
#M11 .M_box{ /*/ Box menu /*/
	position: fixed;
	z-index: 99;
	display: block;
	right: -250px;
	top: 0;
	margin: 0;
	border: none;
	width: 250px;
	height: 100%;
	overflow: auto;
	background-image: none;
	background-color: #eee;
	box-shadow: inset 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: inset 3px 0 rgba(0,0,0,0.1);
	-o-box-shadow: inset 3px 0 rgba(0,0,0,0.1);
}
#M11 .M_box ul{
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	margin: 0 0 100px 0;
	text-align: left;
	padding-bottom: 100px;
}
#M11 .M_link{
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
#M11 .M_link .M_bottone, #M11 .M_link:Hover .M_bottone, #M11 .M_link .M_bottone:Hover{ /*/ Stile bottone menu /*/
	float: none;
	display: block;
	height: auto;
	padding: 8px 10px;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	color: #888;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.1);
	-ms-box-shadow: 0 1px rgba(255,255,255,0.1);
	-o-box-shadow: 0 1px rgba(255,255,255,0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
#M11 .M_link .M_bottone.Act{
	background-color: inherit;
	font-weight: bold;
}
#M11 .M_link .M_bottone .M_icon{ /*/ Stile icona /*/
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}
#M11 .M_link .M_bottone.b1 .M_icon{background-position:-30px 0;}
#M11 .M_link .M_bottone.b2 .M_icon{background-position:-60px 0;}
#M11 .M_link .M_bottone.b3 .M_icon{background-position:-90px 0;}
#M11 .M_link .M_bottone.b4 .M_icon{background-position:-120px 0;}
#M11 .M_link .M_bottone.b5 .M_icon{background-position:-150px 0;}
#M11 .M_link .M_bottone.b6 .M_icon{background-position:-180px 0;}
#M11 .M_link .M_bottone .M_titolo{
	float: none;
}
}