header {
	height : 120px;
	position: relative;
	/* z-index: 100;
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center; */
}

.no_background {
	background: none;
}

label {
	color: #000;
}
.logo_uph {
	background:url(../images/logo-uws-poziom-kolor.svg) no-repeat;
}

@media only screen and (max-width: 959px) {
	.logo_uph {
		background:url(../images/logo-uws-poziom-kolor.svg) no-repeat;
	}
}

.logo_uph.en {
	background:url(../images/logo-uws-en-color.svg) no-repeat;
}
.logo_uph.ru {
	background:url(../images/logo_uph_ru.svg) no-repeat;
}
.logo_uph.uk {
	background:url(../images/logo-uws-poziom-kolor-uk.png) no-repeat;
}

.godlo_polski {
	background: url(../images/godlo.svg) no-repeat;
}
.black_bar {
	background-color:#FFF;
}
.menu-color {
	background-color:#424242;
}	
div#linki_wrapper a {
    color: rgb(0, 0, 0);
}
.logo_instagram {
	background:url(../images/logo_instagram.png) no-repeat;
}

.logo_spotify {
	width : 20px;
	height: 20px;
	background:url(../images/logo_spotify.png) no-repeat;
}

.logo_tiktok {
	width : 20px;
	height: 20px;
	background:url(../images/logo_tiktok.png) no-repeat;
}

.logo_youtube {
	width : 20px;
	height: 20px;
	background:url(../images/logo_youtube.png) no-repeat;
}

.logo_facebook {
	width : 20px;
	height: 20px;
	background:url(../images/logo_facebook.png) no-repeat;
}
input[type=submit], .btn-toolbar .btn {
	background: none;
	border: 2px solid #868686;
	color: #4d4d4d;
	padding: 5px;
	text-decoration: none;
	margin: 3px;
	cursor: pointer;

	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   transition: all .5s ease;
}

input[type=submit]:hover {
	background-color: #4d4d4d;
	color: #ffffff;
	border: 2px solid #ffffff;
}

div.mod-languages a {
	color: rgb(0, 0, 0);
	text-decoration: none;
	background: none;
}
.menu > ul > li > ul {
	background-color: #4283c0e0;
}
/* .menu > ul > li > ul > li a {
    color           : rgb(255, 255, 255);
} */
.menu > ul > li a {
	color           : rgb(0, 0, 0);
}
.dj-megamenu-override li a.dj-up_a {
	color           : rgb(0, 0, 0);
}
.dj-megamenu-override li a.dj-up_a:hover {
	color           : rgb(0, 0, 0);
}
.dj-megamenu-override li:hover, .dj-megamenu-override li.hover {
	color           : rgb(0, 0, 0);
}
.dj-megamenu-override.dj-megamenu-sticky ul li a.dj-up_a {
	color: white;
}