#lb1 {
	background-image: url(images/1.jpg);
}
#lb2 {
	background-image: url(images/2.jpg);
}
#lb3 {
	background-image: url(images/3_2.jpg);
}
#lb4 {
	background-image: url(images/4.jpg);
}
#lb5 {
	background-image: url(images/5.jpg);
}
html #banner {
	background-color: #fff !important;
}
html body #topmenu .level1.menu, html body li.usermenu > .menu, html body #topMenuSearchHover i {
    color: #0166b3;
}
#menuBar {
	background-color: #fff;
} 
#cookie-bar.fixed {
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

#cookiewrap {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 10px;
	    margin: 0 10px;
}
#cookiewrap > span {
	display: block;
}
#cookie-bar a {    
    padding: 5px 6px !important;
    width: 45%;
}
