header .headerTwo .nav>li::before {
	content: '';
	width: 22px;
	height: 33px;
	top: 0;
	position: absolute;
	display: none;
    background: url("../images/em_sprites.png");
}

._sbBG {
    background-image: url(../images/transparent.png);
    background-size: 500px;
	background-blend-mode: overlay;
}

.userProfileBG {
    background: url("../images/cover.jpg") fixed 50% 50% / cover transparent;
}