/* Flexnav Base Styles */

@media only screen and (min-width:240px) and (max-width:760px) {

.mobile_menu_button {
  display: inline-block !important;
  padding: 0;
  float: right;
  margin:0 12px 0 0;
  line-height: 40px;
   cursor: pointer;
}


.home .mobile_menu_button {
  margin:-37px 12px 0 0;}

#nav_menu {
     margin: 0;
    font-size: 18px;
    line-height: 45px;
    color: #red!important;
    text-decoration: none;
    text-transform: uppercase;
    background: url(images/mob_menu_bg.png) left center no-repeat;
    padding: 0 0px 0 0px;
    font-weight: bold;
     background-size: 27px; 
    display: table;
    text-align: center;
    margin: 0 auto;
	width:30px;
	height:30px;
}

.mobile_menu_box {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  top: -2px;
  display: block !important;
}

.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; 
	position:absolute;
	left:0;
	top:100%;
	z-index:999;
	}

.flexnav ul{
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
	position:relative;
	list-style:none;
}

.flexnav .menu-header > ul{
	margin:14px 0 0 0;
	}
	
.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;
	z-index: 1000000;
	}

.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: .96em;
  z-index: 2;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  color: #fff;
  background: #e65700;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
	
.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 {
    display: block;
    background:#b64500;
	padding: 0.96em 1.96em;
	font-size: 13px;
	}
	
.flexnav ul li ul li > a {
  background: #b64500;
  padding: 0.96em 1.96em;
  border-bottom: 1px solid #fff;
}
  
.flexnav ul li ul li ul li a {
    background: #235A74;
	padding: 0.96em 2.96em;
  }
  
.flexnav .touch-button {
position: absolute;
z-index: 999;
top: 0;
right: 0;
width: 50px;
height: 42px;
display: inline-block;
background: #abd9e9;
background: rgba(0, 0, 0, 0.15);
text-align: center;
border-left: 1px solid rgba(0, 0, 0, 0.15);
}
	
.flexnav .touch-button:hover {
	cursor: pointer; 
	}
	  
.flexnav .touch-button .navicon {
      position: relative;
      top: 1.0em;
      font-size: 12px;
      color: #fff;
	  font-style: normal;
	  }

.menu-button:hover{
	color:#00a49a;
	}
	
.menu-button:after{
	content: '';
	margin: 0;
	padding: 0;
	width: 15px;
	height: 12px;
	
	position: absolute;
	top: 11px;
	right: 12px;
	display:none;
}
.menu-button:hover:after{
	
	}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
	}
	
.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display:none;
    text-align: center;
	}
	
.menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666;
	  }
	
}