@charset "UTF-8";

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
}
.moduletable_top ul#navigation.nav.menu.mod-list.nav-collapse.nav-collapse-0.opened {
  max-height: 9999px !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 61.25em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }


}
@media screen and (max-width: 61.25em) {
 
	#menu {
    float: right;
    width: 35%;
	}
	
	#header_menu{

	}
	
.js .nav-collapse {
	background-color: #7f7f7f;	
	margin-top: 50px;
	width: 100%;
	padding: 80px 0 50px 30px;
}

 .moduletable_top {
    position: relative;
	}
	.moduletable_top ul {
 	float: left; 
	}
.moduletable_top ul#navigation li {
    float: none;
    height: auto;
    width: 150px;
}

.moduletable_top ul li a {
    text-align: left;
	padding: 5px 0;
	color: white;
}
.moduletable_top ul li ul {
    float: none;
    left: 0;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.moduletable_top li.item-119 {
	padding-bottom: 5px;
}
}

/* For screen smaller than 600px */
@media (max-width: 37.5em) {
	#menu {
    width: 65%;
	}
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../fonts/icons/responsivenav.eot");
  src:url("../fonts/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons/responsivenav.ttf") format("truetype"),
    url("../fonts/icons/responsivenav.woff") format("woff"),
    url("../fonts/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  width: 100px;
  height: 55px;
  left: 0;

  
  
  
}


.nav-toggle:before {
  color: #6c1225; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  text-transform: none;
  position: absolute;
  content: "Menü ≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active{
	top: 50px;
}
.nav-toggle.active::before {
  font-size: 40px;
  content:"x";
}





