 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

 @font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* minimal styles for that navi */
.rmm {margin: 0 auto;font-size: 0.85em;
    margin-top: -3em; /*LEX*/
}
.rmm ul {margin: 0; padding:0; list-style: none; position: relative; background: #fff;z-index:10}
.rmm ul:after {content: ""; clear: both; display: block;}
.rmm ul li {float: left;z-index:10;}
.rmm ul li:hover {
  /*background: #777*/
}
.rmm ul li:hover > ul {display: block;}
/*.rmm ul li:hover a{color: #fff;}*/
.rmm ul li a {color: #fff; display: block; text-decoration: none; border-bottom: 0; z-index:10}
.rmm ul ul {display: none; margin:0; padding: 0; position: absolute; top: 100%;z-index:10}
.rmm ul ul li {float: none; position: relative;z-index:10}
.rmm ul ul li a{color: #fff; border-bottom: 0; z-index:10;}


.rmm > ul > li > a:before {
  display: inline-block;
  background: #878787;
  color: #e4e4e4;
  width: 1.65em;
  height: 1.65em;
  border-radius: 1.65em;
  line-height: 1.65em;
  text-align: center;
  box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
  margin-right: 0.75em;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

.rmm > ul > li > a:hover{
  /*background: #e4e4e4;*/
  /*border:1px solid #777;*/
  /*background-color: #ED786A;
  color: #FFF;*/

}

.rmm  > ul > li > a > span {
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*menù icons hover*/
.rmm > ul > li.active > a:before, .rmm > ul > li:hover > a:before {
  color: #fff;
}
/*1st level menù hover*/
.rmm > ul > li.active > a > span, .rmm > ul > li:hover > a > span {
  background-color: #999999;  /* #ED786A;*/
  color: #FFF;
}

/*Make any submenu highligted on mouse over*/
.rmm a:hover {
  color:#FFF;
  /*color: #ED786A;*/
}


/*.rmm ul ul li a:hover {background: #202020;}*/
.rmm ul ul ul {position: absolute; left: 100%; top:0; width: 100%;z-index:10}

/* mobile menu header button */
.rmm-toggled {position:fixed; top: 1em;
   width: 100%; background-color: white; min-height: 50px; margin: 0 auto; display: none;}
.rmm-closed ~ .rmm-mobile {display: none!important;}
.rmm-toggled-controls{width: 100%;}
.rmm-toggled-title{width: 60%; float: left;
  font-size: medium;
  margin:-15px 10px 0 0;/*LEX*/
  color: #777; font-weight:normal; display: block;
  /*padding: 12px 0; */
  padding: 5px 0; /*LEX*/
  text-decoration: none; text-align: left;
  /*padding-left: 5px;*/ /*LEX*/
}
.rmm-toggled-button{width: 20%; float: left;
  margin-top: 1px;
	display:block;
	width: 32px;
	padding:0 !important;
	/*margin:10px 10px 0 0;*/
	margin:-10px 5px 0 0;/*LEX*/
	/*border:3px solid #777;*/ /*LEX*/
	border-radius:3px;
	float: left;
}
.rmm-toggled-button span{float: left; display:block; margin: 2px 0px 2px 3px; height: 4px; background:#777; width:20px;}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back{display: none; font-size: 12px;}
.rmm .rmm-back:after {display: none;}
.rmm .rmm-back a:after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	top: 1px;
	right: -2px ;
	float: left;
	font-size: 10px;
}
.rmm-mobile .rmm-back{display: block;}

/* mobile menu list */
.rmm-mobile{width: 100%;}
.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul ,.rmm-mobile .rmm-dropdown:hover + ul {display: none!important;}
.rmm-mobile ul{width: 100%; position: inherit!important;}
.rmm-mobile li{width: 100%; }

/* mobile menu js action */
/*right arrow - li with ul children... */
.rmm-dropdown{display: block!important;
  text-align: left;
  border: solid 1px #777;
  /*border-radius: 4px;*/
  /*background: #fff;*/
  /*background: rgba(255, 255, 255, 0.965);*/
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0.75em 0 0.5em 0;
  /*min-width: 12em;*/
  /*LEX*/
  min-width: 10em;
  text-transform: none;
}
.rmm-dropdown:first-child {
      border:0;
      box-shadow: none;
      /*text-transform: uppercase;*/
}

.rmm-mobile .rmm-subview{display: block!important; width: 100%;}
.rmm-mobile .rmm-subover-hidden{display: none!important;}
.rmm-mobile .rmm-subover-visible{display: block;}
.rmm-mobile .rmm-subover-header{display: none!important; padding: 0; margin: 0;}

/* mobile menu content */
.rmm-mobile .rmm-submenu{position: relative; left: 0px;}

.rmm .rmm-mobile li:hover > ul {display: none;}

/* arrow down for wide screen */
.rmm.style {text-align: left; font-family: Tahoma;}
.rmm.style ul {
  /*contorno menù principale*/
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  background:white; display: inline-table; text-align:left;}
.rmm.style ul li {text-align:left; }
/*1st li level*/
.rmm.style ul li:hover {
  background-color: #999999;  /*#ED786A;*/
  color:#FFF;
}
.rmm.style ul ul {display: none; margin:0; background: #fff; border-radius: 0px; padding: 0; position: absolute;}
.rmm.style ul li a {color: #777;
  font-size: 0.85em; /*LEX*/
  font-weight:normal; display: block; padding: 0.5em 1.9em; text-decoration: none; }
/*.rmm.style ul ul li {border-bottom: 1px solid #777}*/
/*.rmm.style ul ul li {border: 1px solid #777; border-top: 1px solid #777;}*/
/*All sub menus*/
.rmm.style ul ul li a {min-width: 120px; padding: 0.5em 1.9em; color: #000; background-color: rgba(222, 222, 222, 0.47); } /*border: solid 1px #666; border-top:0}*/
/*primo figlio*/
.rmm.style ul ul li a:first-child {border-top: solid 1px #666;}
.rmm.style ul ul li a:hover {
  /*background-color: #ED786A;*/
  color:#FFF;
}
/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	top: -4px;
	left: 1px;
	font-size: 10px;
}

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 2px; font-size: 14px; float: right; margin-right: -15px;}

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; transform: rotate(120deg)!important; top: 4px!important; font-size: 14px!important; float: right; margin-right: -15px;}
.rmm.style .rmm-mobile li{background: #fff; border-bottom: 1px solid #575f6a!important; border-top: 0!important; }




/*
 like mobile view style
.rmm.style2 {text-align: left; font-family: Tahoma;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #fff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #fff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/
