/*.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #ffffff;
}*/

.header-logo img.white,
.sticky-header .header-logo img.white {
	opacity: 0;
}

.header-logo img.dark,
.sticky-header .header-logo img.dark {
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	.site-header {
		position: fixed;
		background: none;
		border-bottom-color: transparent;
	}
	/*.header-logo img.dark,
	.sticky-header .header-logo img.white {
		opacity: 0;
	}
	.header-logo img.white,
	.sticky-header .header-logo img.dark {
		opacity: 1;
	}*/
	.main-menu ul.lvl-1>li>a,
	/*.mini-lang-info > span{color: white;}*/
	.menu-animate .main-menu ul.lvl-1>li>a,
	.sticky-header .main-menu ul.lvl-1>li>a,
	.sticky-header .mini-lang-info>span,
	.menu-animate .mini-lang-info>span {
		color: black;
	}
}

.cover-bt-news.lght,
.cover-bt-news .lght {
	color: white;
}