/* Flexnav Base Styles */

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  clear:left; }
  
  .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;
    right: 5%;
    max-width: 200px; }
	
  .flexnav li {
    /*font-size: 100%;*/
    position: relative;
    overflow: hidden; }


  .flexnav li a {
    position: relative;
    display: block;
    padding: 6.5px;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    background: rgb(102, 154, 175);
	font-size: 0.9em; }
		
	
  .flexnav > li > a:first-line {
	font-size: 1.4em;}
	
  .flexnav > li > a {
	padding: 13.5px 0 6px 17px;}
	
   .flexnav li.logo a {
    background: #fff;
	padding:0 0 0 10px;
	margin-top:-10px; 
    overflow: visible;}	
	
  .flexnav li.logo  {
      width:25% ; }	 
	 
  .flexnav li ul {
    width: 100%; }
	
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
	  
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
	
  .flexnav li ul li a {/*bg sub1*/
    display: block;
	color:rgb(136,134,131);
    background: #fff; }
	
/*  .flexnav ul li ul li a {
    background: green; }*//*bg sub2*/	
	
/*  .flexnav ul li ul li ul li a {
    background: black; }*//*bg sub3*/
	
/*  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    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.active .navicon {
       }*/
	  
/*.touch-button{ display:none;}*/	


.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: greem;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
	
  .menu-button /*.touch-button*/ {
    background: rgb(102,154,175);
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    display: inline-block;
    text-align: center; }
	
.menu-button span:not(.touch-button) /*.touch-button*/ {
    background: #fff;
    height:2px;
	width:30px;
	margin:5px;
	display:block;
	position:absolute;
	top:17.4px;
	right:5px;}
	
.menu-button span:not(.touch-button):nth-child(1) /*.touch-button*/ {
    top:10px;}
.menu-button span:not(.touch-button):nth-child(3) /*.touch-button*/ {
    top:24px;}		
	
    .menu-button .touch-button .navicon {
     display:none; }


















