#header {
	position: absolute;
	top: 0;
	background-color: rgba(33, 39, 53, 0);
	width: 100%;
	z-index: 100;
}

#header .header .header-main {
	padding:10px 0px 0 0px;
}

#header .header .header-main .header-label-logo {
	display: block;
	width: 170px;
	height: 50px;
	background: url("../assets/novibet_logo.png") no-repeat 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-text-shadow: none;
	border: 0;
	font: 0/0 a;
	padding:20px 40px 0 40px;
	
	text-align:center;
	left:0;
	right:0;
	margin: 0 auto;
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
	#header .header .header-main {
		padding:20px 40px 0 40px;
	}  

	#header .header .header-main .header-label-logo {
		
		text-align:left;
		left:auto;
		right:auto;
		margin: 0;
	}
}