body .top-bar {
    /*background-color: #00abd9;*/
    background-image: url(//c.bearingnet.net/images/xmas/snow.png);
    background-size: auto 28px;
    background-repeat: repeat-x;
    background-position-y: bottom;
	border-bottom: none;
}
#menu li#liNavLogo {
	padding-top: 0;
}
#menu li .header-logo {
	width: 120px;
	height: 70px;
	margin-top: 0px;
	background: url('//c.bearingnet.net/n/bnlogo-xmas.png') no-repeat top left;
	background-size: contain;
}

#menu-btn:not(.active) ~ .header-logo {
	background-image: url('//c.bearingnet.net/n/bnlogo-xmas.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 0px !important;
}

body .website {
	box-shadow: none;
}
body footer .wrapper {
	position: relative;
    z-index: 2;
}
body #christmas-footer-video {
	max-width: 100vw;
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
body #christmas-footer-snow {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 36px;
	width: 100%;
	background-image: url(//c.bearingnet.net/images/xmas/snow.png);
    background-size: auto 36px;
    background-repeat: repeat-x;
    background-position-y: bottom;
    z-index: 1;
}


@media only screen and (max-width: 1100px) {
	#menu ul li#liNavLogo .header-logo {
		height: 90px;
		margin: 0 auto;
	}
}