/*---- menu di navigazione ----*/
@media only screen and (min-width: 10px) and (max-width: 599px) {
	#navBottoneResp {background: #003980; margin-bottom: 10px; height: 0px; background: rgba(0,39,80,0.90); -webkit-box-shadow: 0 15px 15px -15px rgba(0,0,0,0.6); box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6)}
	#bottoneMenuResp { width: 80px; background: #7E3634 url(../Gest/img/icoMenuOrizz18.png) no-repeat 1px center; color: #fff;position: absolute; z-index: 999; top: 10px; left: 20%; display: block; padding: 5px 5px 5px 20px; -webkit-border-radius: 5px; border-radius: 5px;  font-weight: bold}	
	#bottoneMenuResp:hover {color: #fff}
	nav {display: none; position: absolute; z-index: 1000; 		top: 40px; left: 20%; width: 250px; -webkit-box-shadow: 0 15px 15px -15px rgba(0,0,0,0.6); box-shadow: 0 15px 15px -15px rgba(0,0,0,0.6)}
	#listaLinkMenuResp {margin-left: 0; padding: 10px 0 18px 10px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #7E3634; list-style: none; }
	#listaLinkMenuResp li {display: list-item; padding-right: 15px; }
	#listaLinkMenuResp li a {display: block; padding: 5px 0; border-bottom: 1px solid #fff; color: #fff; font-weight: bold; }
	#listaLinkMenuResp li a:hover {color: #FF0}
}
@media only screen and (min-width:600px)  and (max-width: 767px) {
	#bottoneMenuResp  {display: none; }
	nav {display: none; }
	#listaLinkMenuResp {display:none; }
}
@media only screen and (min-width:768px) {
	#bottoneMenuResp  {display: none; }
	nav {display: none; }
	#listaLinkMenuResp {display:none; }
}