
/* Navigation menu */

#navmenu {
	/*transform: translate3d(0,0,0);*/
	/*position: fixed;*/
	position: absolute;
	/*overflow-y: auto;*/
	left:0;
	top: 63px;
	width: 250px;
	height: auto;
	bottom: 0;
	/*height: -webkit-calc(100% - 113px);*/
    /*height: -moz-calc(100% - 113px);*/
	/*height: calc(100% - 63px);*/
	background-color: #a1b2dc;
	z-index: 1000;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

#navmenu ul {
	margin: 0;
	/*padding: 0;*/
    padding: 72px 13px 44px 6px;
	overflow: hidden;
	/*margin-bottom: 20px;*/
}
#navmenu ul li ul {
	padding: 0 0 18px 0;
	display: none;
}

#navmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	display: block;
}

#navmenu li li {
	padding-left: 31px;
	font-size: 16px;
	margin-right: 7px;
}
#navmenu li li img {
	background-color: #fff;
	margin-right: 7px;
	margin-top: 7px;
	padding: 1px;
	float: left;
	border-radius: 4px;
    border: 1px solid #d9e0f2;
}
#navmenu li li a {
	padding-left: 7px;
	float: left;
	padding-right: 0px;
	border-bottom: none;
	/*border-left: 5px solid transparent;*/
}
#navmenu li a {
	display: inline-block;
	color: #fff;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 24, 64, .25);
	/*padding-right: 10px;*/
	/*border-top: 1px solid red;*/
	/*float: left;*/
}
#navmenu li i {
	/*display: inline-block;*/
	width: 37px;
	height: 37px;
    /*cursor: pointer;*/
    float: left;
    position: relative;
}
#navmenuX li i:after {
    background: url('/wp-content/themes/news/images/triangle2.png') no-repeat;
    -webkit-transition: -webkit-transform 500ms ease;
    content: "";
	width: 37px;
	height: 37px;
	float: left;
	/*margin-left: -5px;*/
}
#navmenu li i:after {
	transition: transform 0.5s ease;
    position: absolute;
    top: 14px;
    left: 14px;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    /*margin-left: -10px;*/
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
}

#navmenu li i.rotate:after {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
}
#navmenu li.current_cat i {
	/*border-left: 5px solid #001840;*/
}

#navmenu .menu span {
	text-align: right;
	float: right;
	color: #001840;
	margin-right: 6px;
	letter-spacing: -1px;
	/*display: inline-block;*/
}

.menu > li > a {
	/*border-top: 1px solid #556fb5;*/
	line-height: 37px;
	height: 37px;
	text-transform: uppercase;
}
.sub-menu > li > a {
	line-height: 35px;
	height: 34px;
}



#hover #navmenu li a:hover, #navmenu li a:focus {
	text-decoration: none;
}

#hover  #navmenu li a:hover {
	background-color: #879cd5;
}
.current_cat > a {
	background-color: #879cd5;
}
#navmenu .current_cat > a span {
	color: #fff;
}


#navmenu .current_feed > a {
	background-color: #879cd5;
}


#navmenu .tags {
	margin-top: 37px;
}

#navmenufooterbuttonscont {
	position: absolute;
	bottom: 0;
	padding: 10px 0 2px 10px;
}

.navmenufooterbuttons {
	width: 100%;
	height: 50px;
}
#hover #navmenu .navmenufooterbuttons span:hover,
.p-kapcsolat #navmenu .icon-contact {
	background-color: #889dd6;
	border-bottom: 3px solid #6a83ca;
}

#navmenu .navmenufooterbuttons span {
	font-size: 40px;
	color: #fff;
	border-bottom: 3px solid transparent;
	padding: 7px;
	cursor: pointer;
}

.navmenufooterbuttons ul {
	padding: 0;
	margin: 0;
}
.navmenufooterbuttons li {
	display: inline-block;
	width: 25%;
	color: white;
}
#navmenu:after {
	position: absolute;
    top: -10px;
    left: 31px;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a1b2dc;
}

.scrollbar-inner {
	/*z-index: 1;*/
	/*height: 100%;*/
	height: calc(100% - 71px);
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/*margin-bottom: 50px;*/
	/*overscroll-behavior: contain;*/
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: inherit;
}
.navm-topgradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 11px;
	z-index: 100;
	pointer-events: none;

background: -webkit-linear-gradient(#a1b2dc, rgba(161,178,220,0)) left;
background: -o-linear-gradient(#a1b2dc, rgba(161,178,220,0)) left;
background: linear-gradient(#a1b2dc, rgba(161,178,220,0)) left;

/*background: -webkit-linear-gradient(#a1b2dc, transparent) left;*/
/*background: -o-linear-gradient(#a1b2dc, transparent) left;*/
/*background: linear-gradient(#a1b2dc, transparent) left;*/
}
.navm-bottomgradient {
	position: absolute;
	bottom: 70px;
	width: 100%;
	height: 11px;
	z-index: 100;
	pointer-events: none;

background: -webkit-linear-gradient(rgba(161,178,220,0), #a1b2dc) left;
background: -o-linear-gradient(rgba(161,178,220,0), #a1b2dc) left;
background: linear-gradient(rgba(161,178,220,0), #a1b2dc) left;

/*background: -webkit-linear-gradient(transparent, #a1b2dc) left;*/
/*background: -o-linear-gradient(transparent, #a1b2dc) left;*/
/*background: linear-gradient(transparent, #a1b2dc) left;*/

}
#navmenu li.current_cat ul.sub-menu {
	display: block;
}
/*#navmenu ul li ul.sub-menu {*/
/*	display: block;*/
/*}*/

/* mobil navmenu */

@media only screen and (max-width: 640px) {

#navmenu {
	display: none;
	bottom: 63px;
	top: 0;
	width: 280px;
	/*opacity: 0.2;*/
}
#navmenu:after {
	bottom: -10px;
	border-top: 10px solid #a1b2dc;
	border-bottom: none;
	top: unset;
}
#navmenu ul {
	padding-top: 44px;
}

#navmenu li {
	font-size: 20px;
}
#navmenu li li {
	font-size: 18px;
}
#navmenu li li img {
	margin-top: 10px;
}

#navmenu li i {
	width: 44px;
	height: 44px;
}
#navmenu li i:after {
	top: 16px;
	left: 15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
}
.menu > li > a {
	line-height: 44px;
	height: 44px;
}
.sub-menu > li > a {
	line-height: 44px;
	height: 44px;
}
#navmenufooterbuttonscont {
	right: 10px;
}
#navmenu .tags {
	display: none;
}
#navmenufooterbuttonscont {
	display: none;
}
.scrollbar-inner {
	height: 100%;
}
.navm-bottomgradient {
	bottom: 0;
	width: 280px;
}
.navm-topgradient {
	width: 280px;
}
#navmenu {
	width: 100%;
	/*background-color: transparent;*/
	background-color: rgba(0,0,0,0.5);

}
.scrollbar-inner {
	width: 280px;
	background-color: #a1b2dc;
}

}