ul {
	padding: 0;
	margin: 0;
}

.nav {
	overflow: hidden;
	background-color: transparent;
	z-index: 750;
}

.navbar-nav {
	background-color: #020d18;
}

.menu {
	margin: 0;
}

.gomb {
	border-radius: 100px;
	float: right;
}

.btn2 {
	color: white !important;
}

.menu .sub-menu {	
	list-style: none;
}

a {
	text-decoration: none;
}

.listaelem {
	padding: 20px 10px;
	display: inline-block;
	border-top: 1px solid #233a50;
	color: #abb7c4;
	font-weight: bold;
}

.listaelem:hover {
	text-decoration: none;
	color: #dcf836;
}

.sub-menu > li{
	color: #dcf836;
	display: none;
}

.menurow {
	padding: 0px !important;
}

.logo {
	max-height: 50px;
	vertical-align: baseline;
}

.profilgomb {
	border: 2px solid rgba(255,255,255, 1);
	padding: 5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: white;
}

.profilgomb:hover {
	background-color: white;
	color: #020d18;
}

#sticky-navbar {
	position: fixed;
	width: 100%;
	z-index: 800;
	background-color: #020d18;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	display: none;
}

.login > a{
	float: right;
}

.kij_gomb {
	color: white;
	border: 2px solid rgba(255,255,255, 1);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 0;
	padding: 8px;
}

.kij_gomb:hover {
	background-color: white;
	color: #020d18;
}

.jelzes {
	position: absolute;
    top: 0;
	z-index: 10;
	background-color: red;
	padding: 1px;
	border-radius: 100px;
	min-width: 10px;
	min-height: 10px;
	text-align: center;
	font-size: 8pt;
	color: white;
}

@media (min-width: 400px) {
	

}

@media (min-width: 576px) {
	.menurow {
			padding: 0 15px !important;
	}
	.logo {
		max-height: 55px;
	}
}

@media (min-width: 768px) { 

}


@media (min-width: 992px) {
	.menurow {
		padding: 0px !important;
	}
	
	.navbar-nav {
		background-color: transparent;
	}
	
	.listaelem {
		border: 0;
	}
	.logo {
		max-height: 60px;
	}
}


@media (min-width: 1200px) {
	.logo {
		max-height: 70px;
	}
}

@media (min-width: 1500px) { 
	.listaelem {
		font-size: 14pt;
	}
	
}
