.menu_container {
	  margin: 0;
	  font-size: 16px;
}

.menu_container a:hover {
	 text-decoration: none;
}

.flexnav ul {
	margin: 0;
}
.flexnav li{
	margin-bottom: 0;
	list-style: none;
}
.flexnav a{
	text-decoration: none;
}

.flexnav {
  *zoom: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  text-transform: uppercase;
}
.flexnav:after {
  content: "";
  display: table;
  clear: both;
}
.flexnav.opacity {
	opacity: 0; 
}
.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
  position: fixed;
  top: 50px;
  left: 5%; /*rtl*/
  max-width: 200px;
}
.flexnav li {
  font-size: 100%;
  position: relative;
  background: #fff;
  
}
.flexnav li a {
  position: relative;
  display: block;
  padding: .6em;
  z-index: 1000;
  overflow: hidden;
  color: #444;
  border-bottom: 1px solid #ffcc33;
}
.flexnav li a:hover {
  color: #000;
  background: #ffcc33;
}
.flexnav li ul {
  width: 100%;
  display: none;
}
.flexnav li ul li {
  float: none;
  width: 100%;
}
.flexnav li ul li a {
  display: block;
  background: yellow;
  color: #444;
}
.flexnav ul li ul li a {
  background: #fff;
  color: #444;
}
.flexnav ul li ul li ul li a {
  background: #fff;
  color: #444;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0; /*rtl*/
  width: 50px;
  height: 50px;
  display: inline-block;
  /*background: #acaca1;
  background: rgba(0, 0, 0, 0.075);*/
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.1em;
  font-size: 12px;
  color: #aaa;
}

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #fff;
  color: #aaa;
  cursor: pointer;
  border-bottom: 1px solid #ffcc33;
  /*border-top: 1px solid #fe0;*/
  text-align: right; /*rtl*/
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  left: 5%; /*rtl*/
  padding-left: 45px; /*rtl*/
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0; /*rtl*/
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; 
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: .9em;
  color: #aaa;
}
.menu-button, .touch-button, .navicon {
  font-family: "Helvetica Neue", Helvetica,  Arial,sans-serif;
  font-style: normal;
}

@media all and (min-width: 750px) {

	.flexnav ul {
		margin: 0;
	}
	body.one-page {
		padding-top: 70px;
	}
	.flexnav {
		overflow: visible; 
		border-bottom: 2px solid #ffcc33;
		max-height: 1000px;
	}
	.flexnav.opacity {
		opacity: 1;
	}
	.flexnav.one-page {
		top: 0;
		left: auto; /*rtl*/
		max-width: 1080px;
      }
	.flexnav li {
		position: relative;
		list-style: none;
		float: right; /*rtl*/
		display: block;
		overflow: visible;
		background: none;
	}
	.flexnav li a {
		border-bottom: none;
		padding-left: 1.7rem;
		 color: #444; 
		 z-index: 1002;
		
	}
	.flexnav li > ul {
		position: absolute;
		right: 0; /*rtl*/
		top: 3.2em;
		width: 12em;
      }
	.flexnav li > ul li {
		width: 100%;
	}
	.flexnav li ul li > ul {
		margin-right: 100%; /*rtl*/
		top: 0; 
	}
	.flexnav li ul li a {
		border-bottom: none; 
	}
	.flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1001; 
	}
	.flexnav li ul.open li {
		overflow: visible;
		max-height: 100px;
	}
      
	.flexnav li ul.open ul.open {
		margin-right: 100%;/*rtl*/
		top: 0; 
        }

	.menu-button {
		display: none; }
	.flexnav li .navicon {
		display: none;
	}
	.flexnav li ul .navicon {
		display: block;
	}
}