/* 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; }
    
  .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;}

  .flexnav.top-nav a {
	background-color: #19365f;
  }

/*.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: inline-block;}
    
    .flexnav .touch-button:hover {
      cursor: pointer; }
      
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }*/
    
  .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: inline-block;}
    
    .touch-button:hover {
      cursor: pointer; }
      
    .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }


  .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: inline-block;
    text-align: center; }

	.mobile .arrow-up {
		display: none;
	}
		
	nav .mobile .top-nav {
		padding: 0;	
	}

	nav .mobile .mega-menu {
		margin: 0;
	}

	.mobile .item-with-ul .mega-menu > li:first-child,
	.mobile > .flexnav > li > ul > li:first-child {
		display: none;
	}

	.flag-img {
		display: none;
	}


	nav .mobile .mega-menu ul {
		width: 100%;
	}

	nav .mobile ul ul a:hover {
	 background-color: none;
	}

	nav .mobile .mega-menu > li:nth-child(2) {
		padding: 0;
	}

	nav .mobile .mega-menu a {
		text-align: left;
	}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
