#zx-navbar  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	max-width: 100vw;
	height: 3.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #111;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 1050;
}

#zx-navbar-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#zx-navbar-right {
	display: flex;
	align-items: center;
}

#zx-navbar-hamburger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	max-width: 3.5rem;
	height: 3.5rem;
	max-height: 3.5rem;
	color: #CCC;
}

#zx-navbar-hamburger:hover {
	filter: brightness(103%);
}


#zx-navbar-logo {
	height: 3.5rem;
	max-height: 3.5rem;
	padding: 0;
}

#zx-navbar-logo img {
	height: 100%;
}

#zx-navbar ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	height: 3.5rem;
	list-style-type: none;
	margin: 0;
	margin-right: 1rem;
	padding: 0;
	background-color: transparent;
	
}

#zx-navbar li {
	display: flex;
	align-items: center;
	height: 3.5rem;
}

#zx-navbar li a {
	display: block;
	color: #CCC;
	text-align: center;
	padding: 1rem;
	text-decoration: none; 
}

#zx-navbar li a:hover:not(.active) {
	background-color: #333;
	color: #FFCC00; 
}

#zx-navbar .active {
	color: #444;
}

#zx-navbar-login {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 919px) {
	#zx-navbar-menu { display: none; }	
}

@media only screen and (min-width: 920px) {
	#zx-navbar-hamburger {display: none; }
	
}


/************ OKNO INFO USER **************/

#zx-navbar-user-info {
	display: none; 
	position: fixed;
	top: 0rem;
	right: 0rem;
	padding-top: 3.5rem;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 1049;
}

#zx-navbar-user-info .kontener {
	position: relative;
	max-width: 18.75rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #222;
	
}

#zx-navbar-user-foto {
	padding: 0;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;	
	margin: 0.5rem 1rem 0.5rem 0.5rem;
}

#zx-navbar-user-foto img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
}


/************ MENU NA KOMÓRKACH **************/
#zx-navbar-mobile-menu {
	display: none; 
	position: fixed;
	top: 3.5rem;
	left: 0rem;
}

#zx-navbar-mobile-menu .kontener {
	position: relative;
	width: 18.75rem;
	max-width: 18.75rem;
	min-width: 18.75rem; 
	display: flex;
	flex-direction: column;
	background-color: #222;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	z-index: 1040;
}

#zx-navbar-mobile-menu ul {
	display: flex;
	flex-direction: column; 
	list-style-type: none;
	width: 100%; 
	margin: 0;
	margin-right: 1rem;
	padding: 0;
	background-color: transparent;
	
}

#zx-navbar-mobile-menu li {
	display: flex;
	align-items: center;
	height: 3rem;
}

#zx-navbar-mobile-menu li a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #CCC;
	text-align: left;
	text-decoration: none; 
}

#zx-navbar-mobile-menu li a i {
	display: flex;
	width: 3.5rem;
	height: 3rem;
	align-items: center;
	justify-content: center; 
}

#zx-navbar-mobile-menu li a:hover:not(.active) {
	background-color: #333;
	color: #FFCC00;
}

.zx-navbar-mobile-zaslona {
	position: fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0, 0, 0, 0.6);
}

/************ MENU USERA **************/
#zx-navbar-user-menu {
	border-top: solid 1px rgb(255, 255, 255, 0.2);
}

#zx-navbar-user-menu .kontener {
	position: relative;
	display: flex;
	flex-direction: column;
}

#zx-navbar-user-menu ul {
	display: flex;
	flex-direction: column; 
	list-style-type: none;
	width: 100%; 
	margin-right: 1rem;
	padding: 0;
	background-color: transparent;	
}

#zx-navbar-user-menu li {
	display: flex;
	align-items: center;
	height: 2.5rem;
}

#zx-navbar-user-menu li a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #CCC;
	text-align: left;
	text-decoration: none; 
}

#zx-navbar-user-menu li a i {
	display: flex;
	width: 3.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center; 
}

#zx-navbar-user-menu li a:hover:not(.active) {
	background-color: #333;
	color: #FFD505;
}
