body {
	background-color: #000000;
	color: #ffffff;
}

html {
	background-color: #000000;
}


.pageContainer {
	margin: 0 0 0 0;
}

.container-component {
	margin: 60px 0 0 0;
	
}
.container-nav {
	background-color: #000000;
	background-image: linear-gradient(135deg, #000000, #000000);
}






/* MENU BURGER */
.mobilemenuck-bar-button {
	margin-top: 0!important;
}

.mobilemenuck-bar-button {
	background: transparent!important;
	font-size: 2.8em!important;
}
#mobilemenuck-112-wrap {
	display: none!important;
}





/* HEADER (LOGO / STICKY HEADER) */
.mobilemenuck-bar {
	background-color: #000000;
	width: 100%;
	padding: 0 0 60px 0;
	/*border-bottom: 30px solid rgba(0, 0, 0, .7);
	/*-webkit-background-clip: padding-box; /* for Safari */
	/*background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	mask-image: linear-gradient(transparent, black 0%, black 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(transparent, black 0%, black 60%, transparent 100%);	
} 
.mobilemenuck-logo {
	float: none!important;
	margin-left: 50px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: center;
	position: relative;
	min-height: 100px;
	/*top: 0px;*/
	/*right:0px;*/
	/*padding-bottom: 1000px!important;*/
	/*margin-bottom: 1000px!important;*/
}
.mobilemenuck-logo-center {
	  background-image: url("/images/logo.png");
	  background-repeat:no-repeat;
	  background-size: contain;
	  background-position: center; 
	  z-index: 9999;
}
.mobilemenuck-logo a {
    display: block!important;
	width: 100%;
	height: 100px;
}

