/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */


/* DESKTOP STYLE */

.centerlogo nav {
	text-align: center;
	background: #062f4d;
	font-size: 20px;
	font-family: 'OswaldLight', Arial, sans-serif;
	font-weight: normal!important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	padding-top: 10px!important;
	color: #FFF;
}
.centerlogo nav ul {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style-type: none;
}
.centerlogo nav ul li {
	display: inline;
	margin-left: 1.3em;
}
.centerlogo nav ul li:first-child {
	margin-left: 0;
}
.centerlogo nav ul li ul {
	display: none;
}
.centerlogo nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 28px;
}
.centerlogo nav ul li a:hover {
	color: #d0e0ec;
}
.centerlogo nav ul li a.menu-home {
	background: url(../images/icon-menu-home.png) center left no-repeat;
}
.centerlogo nav ul li a.menu-acqua {
	background: url(../images/icon-menu-acqua.png) left center no-repeat;
}
.centerlogo nav ul li a.menu-cicloidrico {
	background: url(../images/icon-menu-cicloidrico.png) left center no-repeat;
}
.centerlogo nav ul li a.menu-cafc {
	background: url(../images/icon-menu-cafc.png) left center no-repeat;
}
.centerlogo nav ul li a.menu-impianti {
	background: url(../images/icon-menu-impianti.png) left center no-repeat;
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #062f4d;
	padding: 4px 0 0 0;
	min-height: 42px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #062f4d;
	margin-top: 33px;
	padding:0!important;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0!important;
	margin-left: 0!important;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0!important;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}
/*.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #f1f1f1;
border-bottom: 1px solid rgba(255,255,255,0.25);
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}*/
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
