#topnews .bx-wrapper {
	margin-bottom: 0px;
}
#topnews .bx-controls {
	display: none;
}
@media (max-width: 767px) {
	.navbar .navbar-header::before {
		content: "";
		width: 115px;
        height: 42px;
		background: center / contain no-repeat url(/cms/images/image918/image91829.png);
        left: 15px;
        position: absolute;
        display: inline-block;
        margin-top: 4px;
	}
}
@media (min-width: 768px) {
	#Header>.wrapper>.row>.col-xs-12::after {
		content: "";
		width: 15%; 
		height: 50px;
		background: center / contain no-repeat url(/cms/images/image637/image63763.png);
		bottom: 30px;
		right: 5px;
		position: absolute;
		display: inline-block;
	}
}
#lightbox.lightbox {
	margin-top: -40px;
}
#lightbox .lb-image {
	max-height: 95vh;
	object-fit: contain;
}

#lightbox .lb-outerContainer {
	max-height: 95vh;
}

#lightbox .lb-Container {
	padding: 0;
}

.BgLightbox a img {
	max-height: 150px;
	min-height: 150px;
	object-fit: cover;
}
.nav .dropdown:hover .dropdown-menu {
	display: block;
}

#IWnews>div {
	border-bottom: 1px solid #bbb;
    margin-bottom: 30px;
}