
 
/* CORE HORIZONTAL MENU */
/* NAVBAR */
ul.menu ul { /* minden almenu */
position:absolute;
display:none;
list-style-type:none;
}
ul.menu li:hover ul,
ul.menu li:focus ul,
ul.menu li:active ul   { /* minden almenu */
display:inherit!important;
}

nav {
  position: relative;
  z-index: 999;
}
.navbar-inverse .navbar-inner {
  background: none transparent;
}
nav .navbar-inner  {
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  padding: 0;
  min-height: 43px;
    background-color: #849784;
}
nav a,
nav a:hover,
nav a:focus,
nav a:active{
  text-decoration:none;
}
nav ul { 
margin:0 0 0 -15px;
}
nav li { 
list-style-type:none;
float:left;
position:relative;
border-top: solid 1px rgba(0,0,0,0.2);
}
nav ul ul { 
position:absolute;
display:none;
list-style-type:none;
z-index: 999;
/* background: #759575; */
background: #849784;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
border: solid 1px rgba(0,0,0,0.2);
min-width: 180px;
}
nav li li { 
float:none;
}
nav ul>li:hover>ul { /* minden men�pont */
position:absolute;
display:none;
list-style-type:none;
}


nav ul li a:after {
    background: rgba(255,255,255,0.3);
    content: "";
    position: absolute;
    display: inline-block;
    height: 16px;
    left: 0;
    top: 15px;
    vertical-align: top;
    width: 1px;
}

nav ul li a:hover {
    background: rgba(0,0,0,0.15);
}



nav ul li:first-child a:after, nav ul li ul li a:after {
    background: none;
}

nav ul>li a {
  padding: 13px 15px;
  font-size: 17px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  font-weight: 600;
}






nav ul>li a{
  margin: 0px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
nav ul li:first-child  {
  border-left: none;
  border-top: none;
}
nav ul li:last-child {
  border-right: none;
}
nav ul li>ul li a {
  text-transform: inherit;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}


/* RESPONSIV MENU MODUL */
/***************************************/

nav .toggleMenu {
  z-index: 1000 !important;
  display: none;
  line-height: 50px !important;
  padding: 0 !important;
  background: url(../images/mobilmenu.png) no-repeat center center transparent !important;
  height: 50px !important;
  width: 50px !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  font-size: 18px !important;
  font-family: 'Open Sans',sans-serif!important;
}
nav .toggleMenu,
nav .toggleMenu:hover,
nav .toggleMenu:visited,
nav .toggleMenu:active,
nav .toggleMenu:focus {
  color: #FFFFFF !important;
  text-decoration:none !important;
}
nav .toggleMenu > span{
  padding-left: 50px !important;
  text-transform:uppercase !important;
}
nav .responsiveMenuTheme2.isMobile{
  padding-top:50px !important;
  margin-left:0 !important;
}
nav .responsiveMenuTheme2.isMobile ul {
  display: none;
  width: 100% !important;
}
nav .responsiveMenuTheme2>li {
  border-width: 1px 0 0 0 !important;
  border-style: solid none none none !important;
  border-color: transparent !important;
}
nav .responsiveMenuTheme2>li a {

}
nav .responsiveMenuTheme2>li>ul {
  left: 0 !important;
  margin: 0 0 10px 0 !important;
}
nav .responsiveMenuTheme2 span.linker {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
nav .responsiveMenuTheme2 span.opener {
  background-position: 11px center !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background-color: #535F53 !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  overflow: hidden !important;
  padding: 0 0 0 0 !important;
  vertical-align: middle !important;
  position: absolute !important;
  right: 10px !important;
  top: 8px !important;
  z-index:9999; 
  background-image: none;
  text-indent:0;
  font-weight: normal!important;
}
nav .responsiveMenuTheme2 span.opener:before {
  content: '+' !important;
  font-family: arial,sans-serif !important;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 16px !important;
  display:block !important;
}
nav .responsiveMenuTheme2 .opener.out { /* mod_responsivemenu/tmpl/default_component -> custom class!!! -> .opener.out*/
  display:none;
}

/* RESPONSIVE MEN� - pl. ASUS TAB */
@media (max-width: 1170px) {
	.nav-collapse, .nav-collapse.collapse {
  		height: auto;
  		overflow: visible;
	}
	nav .navbar-inner  {
  		min-height: 50px;
	}
	nav .responsiveMenuTheme2 > li {
  		float:none;
  		border-color: #6B7D64 !important;
		display: block;
		overflow: hidden;
	}
	nav .responsiveMenuTheme2>li a,
	.responsiveMenuTheme2.isMobile > li > .parent {
  		padding: 12px 15px;
  		font-size: 15px !important;
		color: #fff;
		display: block;
		text-transform: uppercase;
	}
	
	nav .responsiveMenuTheme2>li a:hover, nav .responsiveMenuTheme2>li a:active {color: #fff;}
	nav .responsiveMenuTheme2 li>ul {
		position:static!important;
		margin: 0 0 10px 0 !important;
	background: none;
box-shadow: none;
border: none;

	}
	
	nav ul li:first-child a:after, nav ul li ul li a:after {
    background: none;
}

	nav .responsiveMenuTheme2 ul>li>a {
  		text-transform: inherit;
  		line-height: 130%;
  		padding-left: 30px;
  		padding-top: 12px;
  		padding-bottom:12px;
	}
	
	nav .responsiveMenuTheme2 ul li ul li {
  		border:none;
	}
}

@media (min-width: 1300px) {
	nav .responsiveMenuTheme2>li a,
	nav .responsiveMenuTheme2 > li.parent > a {
	padding: 10px 20px !important;
  }
}


@media (min-width: 1041px) {
  #main-menu .onlymobile {display: none;}
  #main-menu li#item-811, #main-menu li#item-812, #main-menu li#item-813 {border-width: 0 !important}
}
@media (min-width: 1171px) {
	nav .responsiveMenuTheme2>li a,
	nav .responsiveMenuTheme2 > li.parent > a {
	padding: 10px 13px;
  		margin: 0px;
  		display: block;
  		color: #ffffff;
  		text-transform: uppercase;
	}
 	nav .responsiveMenuTheme2 li:first-child a {
  		border-left: none;
	}
	nav .responsiveMenuTheme2 li:last-child a {
  		border-right: none;
	}
	nav .responsiveMenuTheme2 li>ul li a {
  		text-transform: inherit;
  		padding-top: 8px;
  		padding-bottom: 8px;
  		font-size: 15px;
	}
	nav .responsiveMenuTheme2 span.opener {
	       display:none;
	}       
}
@media (min-width: 1171px) {
    #main-menu .center-box {display: flex; justify-content: center;}

}