/*--- MENU N. 05 (ORIZZONTALE CON SOTTOMENU A COMPARSA) ---*/
#M07{
	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;
}
/*logo*/
#M07 .M_logo{
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 440px;
	height: 100px;
	margin: 0;
	background-image: url(../img/logo-la-rusticana-ristorante-pizzeria.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
#M07 .M_slogan{
	float: right;
	display: block;
	width: 500px;
	margin: 48px 0 0 0;
	text-align: right;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #ecb330;
}
#M07 .M_box{ /*/ Box menu /*/
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
	border-top: solid 1px #eee;
	padding: 10px 0 0 0;
	background-image: url(../img/sfum1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 10px;
}
#M07 .M_link{
	float: left;
	display: block;
	padding: 0 30px 0 0;
	margin-top: 10px;
	/*border-right: solid 1px #e0e0e0;*/
}
#M07 .M_link .M_bottone{ /*/ Stile bottone menu /*/
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 20px;
	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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#M07 .M_link .M_bottone:Hover, #M07 .M_link:Hover .M_bottone{
	color: #333;
}
#M07 .M_link .M_bottone.Act{
	color: #a42847;
}
#M07 .M_link .M_bottone .M_icon{ /*/ Stile icona /*/
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
	overflow: hidden;
	background-image: url(../img/icon-menu.png);
	background-repeat: no-repeat;
	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;
}
#M07 .M_link .M_bottone.b1 .M_icon{background-position:-30px 0;}
#M07 .M_link .M_bottone.b1:hover .M_icon, #M07 .M_link:hover .M_bottone.b1 .M_icon, #M07 .M_link .M_bottone.b1.Act .M_icon{background-position:-30px -30px;}
#M07 .M_link .M_bottone.b2 .M_icon{background-position:-60px 0;}
#M07 .M_link .M_bottone.b2:hover .M_icon, #M07 .M_link:hover .M_bottone.b2 .M_icon, #M07 .M_link .M_bottone.b2.Act .M_icon{background-position:-60px -30px;}
#M07 .M_link .M_bottone.b3 .M_icon{background-position:-90px 0;}
#M07 .M_link .M_bottone.b3:hover .M_icon, #M07 .M_link:hover .M_bottone.b3 .M_icon, #M07 .M_link .M_bottone.b3.Act .M_icon{background-position:-90px -30px;}
#M07 .M_link .M_bottone.b4 .M_icon{background-position:-120px 0;}
#M07 .M_link .M_bottone.b4:hover .M_icon, #M07 .M_link:hover .M_bottone.b4 .M_icon, #M07 .M_link .M_bottone.b4.Act .M_icon{background-position:-120px -30px;}
#M07 .M_link .M_bottone.b5 .M_icon{background-position:-150px 0;}
#M07 .M_link .M_bottone.b5:hover .M_icon, #M07 .M_link:hover .M_bottone.b5 .M_icon, #M07 .M_link .M_bottone.b5.Act .M_icon{background-position:-150px -30px;}
#M07 .M_link .M_bottone.b6 .M_icon{background-position:-180px 0;}
#M07 .M_link .M_bottone.b6:hover .M_icon, #M07 .M_link:hover .M_bottone.b6 .M_icon, #M07 .M_link .M_bottone.b6.Act .M_icon{background-position:-180px -30px;}
#M07 .M_link .M_bottone.b7 .M_icon{background-position:-210px 0;}
#M07 .M_link .M_bottone.b7:hover .M_icon, #M07 .M_link:hover .M_bottone.b7 .M_icon, #M07 .M_link .M_bottone.b7.Act .M_icon{background-position:-210px -30px;}
#M07 .M_link .M_bottone .M_icon img{
	display: block;
	width: 30px;
	height: 30px;
	border: none;
}
#M07 .M_link .M_bottone .M_titolo{
	float: left;
	display: block;
	padding: 0;
}

/*--- SOTTO MENU ---*/
#M07 .SM{
	float: left;
	display: block;
	clear: both;
	width:0;
	height:0;
	margin: 0;
}
#M07 .SM .SM_box{ /*/ Stile box sottomenu /*/
	position: absolute;
	display: none;
	z-index: 20;
	width: 250px;
	margin: 0 0 0 -50px;
	padding: 0;
	background-color: #19b9c5;
	border-bottom: solid 2px #149AA4;
	box-shadow: 0 15px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.3);
}
#M07 .SM .SM_box:after, #M07 .SM .SM_box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
}
/*#M07 .SM .SM_box:after{
	border-bottom-color: #beb99f;
	border-width: 9px;
	margin-left: -18px;
	margin-top: 0px;
}*/
#M07 .SM .SM_box:before{
	border-bottom-color: #19b9c5;
	border-width: 8px;
	margin: -16px 0 0 80px;
}
#M07 .SM .SM_link{
	display: block;
	width: 100%;
	margin: 0;
}
#M07 .SM .SM_bottone{ /*/ Stile bottone sottomenu /*/
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #149AA4;
}
#M07 .SM .SM_bottone:hover{
	color: #fff;
	background-color: #149AA4;
}
#M07 .SM .SM_bottone:hover .SM_icon{
	width: 70px;
	height: 70px;
	margin: 10px;
}
#M07 .SM .SM_icon{ /*/ Stile icona sottomenu /*/
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #EEE;
	margin: 15px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	background-position: center center;
	background-size: auto 70px;
}
#M07 .SM .SM_icon img{
	min-width: 100%;
	height: 100%;
}
#M07 .SM .SM_text{
	display: block;
	margin: 10px 0 0 90px;
}
#M07 .SM .SM_titolo{
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}
#M07 .SM .SM_testo{
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #AAA;
}

/*--- INIZIO FUNZIONI MENU ---*/
#M07 .M_link:hover > .SM .SM_box{display:block;}
/*--- FINE FUNZIONI MENU ---*/
#M07 .M_mobile{display: none;}

@media only screen and (max-width:1000px) {
#M07{height: 70px;padding:0;text-align: center;}
#M07 .M_slogan{float:left;clear:both;width:100%;font-size: 16px;line-height:20px;text-align:center;margin:0 0 10px 0;}
#M07 .M_logo{position: relative;float:none;width:300px;height:70px;margin: 0 auto;background-position: center center;background-size: contain;	}

/*--- INIZIO ICON MOBILE ---*/
#M07 .M_mobile{
	display: block;
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 30px;
	left: 20px;
	top: 20px;
	background-image: url(../img/icon-menu.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#M07 .M_mobile.Act{
	background-position: 0 -30px;
}
#M07 .M_box{ /*/ Box menu /*/
	position: fixed;
	z-index: 99;
	display: block;
	left: -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);
}
#M07 .M_box ul{
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	margin: 0 0 100px 0;
	text-align: left;
	padding-bottom: 100px;
}
#M07 .M_link{
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
#M07 .M_link .M_bottone, #M07 .M_link:Hover .M_bottone, #M07 .M_link .M_bottone:Hover{ /*/ Stile bottone menu /*/
	float: none;
	display: block;
	height: auto;
	padding: 8px 10px;
	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;
}
#M07 .M_link .M_bottone.Act{
	background-color: inherit;
	font-weight: bold;
}
#M07 .M_link .M_bottone .M_icon{ /*/ Stile icona /*/
	display: block;
}
#M07 .M_link .M_bottone .M_titolo{
	float: none;
}

/*--- SOTTO MENU ---*/
#M07 .SM{
	float: none;
	width: auto;
	height: auto;
}
#M07 .SM .SM_box,
#M07 .M_link:hover > .SM .SM_box{ /*/ Stile box sottomenu /*/
	position: static;
	display: none;
	height: auto;
	width: auto;
	z-index: auto;
	margin: 0;
	background-color: #888;
	overflow: visible;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#M07 .SM .SM_link{
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}
#M07 .SM .SM_bottone, #M07 .SM .SM_bottone:hover{ /*/ Stile bottone sottomenu /*/
	float: none;
	display: block;
	width: auto;
	height: auto;
	padding: 10px 20px 10px 40px;
	margin: 0;
	font-size: 20px;
	color: #888;
	background-color: #ddd;
	border: none;
	border-top: solid 1px #f8f8f8;
	border-bottom: solid 1px #ccc;
}
#M07 .SM .SM_bottone.Act{
	background-color: #19b9c5;
	color: #fff;
}
#M07 .SM .SM_icon{ /*/ Stile icona sottomenu /*/
	display: none;
}
#M07 .SM .SM_text{
	display: block;
	margin: 0;
}
#M07 .SM .SM_titolo{
	display: block;
	padding: 0;
	margin: 0;
	font-size: inherit;
}
#M07 .SM .SM_testo{
	display: none;
}

/*--- INIZIO FUNZIONI MENU ---*/
#M07 .M_link:hover .SM_bottone{margin-top:0;opacity: 1;}
/*--- FINE FUNZIONI MENU ---*/

}

@media only screen and (max-width:560px) {
#M07 .M_logo{width:180px;}
}
