.navBar {
	background-color: rgb(38, 41, 55);
	color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
	height: 55px;
	z-index: 9999;
	top: 0;
}

.navBar li {
	padding: 0px 16px;
	float: left;
	list-style-type: none;
	position: relative;
	bottom: -5px;
}

.navBar a {
	text-decoration: none;
}

.oddelovac::before {
	content: "";
	display: inline-block;
	position: relative;
	background-color: rgb(149, 150, 157);
	height: 35px;
	width: 3px;
	margin-right: 7px;
	bottom: -3px;
}

.navBarText {
	color: white;
	margin-left: 0px;
	padding: 6px 16px 0px !important;
}

#skutreAuta {
	padding-left: 0px !important;
	color: rgb(149, 146, 151);
	font-weight: bold;
}

.logo	{
	height: 38px !important;
	position: relative;
	bottom: 0px !important;
}

ul.navBar li a:hover:not(.active) {
  background-color: #8d8c8c;
  color: white;
}

.navBar img {
	height: 45px;
}

.navBarLeft, .navBarRight {
	padding-inline-start: 0px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.navBarLeft {
    position: absolute;
    left: 60px;
}

.navBarRight {
    position: absolute;
    right: 60px;
    display: flex;
}
#navBarVozidla {
    top: 52px;
    padding-right: 195px;
    display: none;
    background-color: #323232fc;
    position: fixed;
    justify-content: flex-end;
}
