.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	display: block;
	background-color: #35AE2E;
	max-height: 0;
}
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 0.5;
    -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 li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
.flexnav li a {
    position: relative;
    display: block;
	padding:.8em;	
	padding-left:0.6em;
	padding-right:0.6em;
    z-index: 20;
    overflow: hidden;
    color: #232323;
	font-weight:bold;
	background-color:#35AE2E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.flexnav li a:hover {
	background-color:#232323;
	color: #35AE2E;
	text-decoration:none;
}
.flexnav li ul {
    width: 100%; }
.flexnav li ul li {
      font-size: 80%;
	  font-weight: normal;
      position: relative;
      overflow: hidden; }
.flexnav li ul.flexnav-show li {
    overflow: visible; }
.flexnav li ul li a {
    display: block;
    opacity: 1;
	padding:.4em;		
	padding-left:1.067em;
	background-color:#35AE2E;
 }
.flexnav ul li ul li a {
  background-color:#35AE2E;
	}
.flexnav ul li ul li ul li a {
    background: #35AE2E; }
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center; }
.flexnav .touch-button:hover {
    cursor: pointer; }
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #fff; }
.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background-color:#35AE2E;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #fff; }
@media all and (min-width: 800px) {
.flexnav {
  overflow: visible;
  width:100%;
 }
.flexnav.opacity {
  opacity: 1; }
.flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color:#35AE2E;
  color:#232323;
  overflow: visible;
  width:10%;
  }
.flexnav li a {
/*  border-left: 1px solid #acaca1; */
  border: none; }
.flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0; }
.flexnav li > ul li {
  width: 100%; }
.flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }