
@media all and (min-width: 768px) {
#mobilemenu{display:none!important}

}

@media all and (max-width: 768px) {
/* 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; }
  .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;
	padding: 0;
	margin: 0;	}
  .flexnav li a {
    position: relative;
    display: block;
    padding: 0 20px;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    background: #ffffff;
    border-bottom: 1px solid #EEEEEE; 
    text-align: left;
    height: 45px;
    line-height: 45px;
    font-family: ExoBold;  
    font-size: 16px;
}
  .flexnav li a:hover {
 background-color: #F7F7F7;
}
  .flexnav li ul {
    width: 100%;
	margin: 0;
	padding: 0;	}
    .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: #f6f6f6; 
    padding-right: 50px;
    font-size: 14px;
}
.flexnav li ul li a:hover{
    background:#EFEFEF; 
	
}
.flexnav li ul li ul li a{
	background: #F0F0F0;
	border-bottom: 1px solid #E1E1E1;
}
  .flexnav ul li ul li a {
    background: #F9F9F9; 
}
  .flexnav ul li ul li ul li a {
    background: #F9F9F9; 
    padding-right: 35px;
}
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    display: inline-block;
    background: #ffffff;
    background: #f6f6f6;
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }

.menu-button {
  position: relative;
  display: block;
  background: #ebebeb;
  color: #616161;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0); 
  background: rgba(225,225,225,1);  background: -moz-linear-gradient(top, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,225,225,1)), color-stop(100%, rgba(255,255,255,1)));  background: -webkit-linear-gradient(top, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);  background: -o-linear-gradient(top, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);  background: -ms-linear-gradient(top, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);  background: linear-gradient(to bottom, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=0 );
  text-align: center;
  height: 55px;
  line-height: 55px;  
  font-size: 24px;
  font-family: ExoBold;
}
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent url('../mo-menu-m-icon.png') no-repeat scroll center center;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center; 
    line-height: 25px;
    opacity: .7;
}
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666;
      display: none; }
	  
	

	}

	
	