header {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}
header .fadeIn {
	
}
header .content {
	height: 100%;
}
header #MenuButton {
	position: absolute;
	z-index: 10;
	top: 30px;
	right: 10px;
	background-color: #818181;
	margin-right: 10px;
	padding: 10px 19px 7px 19px;
	border-radius: 14px;
	cursor: pointer;
	mix-blend-mode: multiply;
	transition-duration: 0.1s;
	font-size: 10pt;
	color: #FFFFFF;
}
header #MenuButton:hover {
	background-color: #e73333;
	color: #FFFFFF;
}
header #MenuButton:active {
	background-color: #000000;
	color: #FFFFFF;
}
header #headerBackground {
	width: 115%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: translate(-10%);
	z-index: 0;
	background-size: cover;
	transition-duration: 25s;
}
header #MenuTop {
	margin-top: 20px;
	position: absolute;
	z-index: 5;
	width: 100%;
}
header #headerLogo {
	margin-left: 15px;
	height: 90px;
	mix-blend-mode: multiply;
	display: inline-block;
}
header ul.HeaderMenu {
	margin: 10px 0 0 20px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	position: relative;
}
header ul.HeaderMenu li {
	list-style: none;
	display: inline;
	padding: 8px 10px 6px 10px;
	margin-right: 4px;
	border-radius: 14px;
	border: solid 1px #966464;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 100;
	color: #966464;
	font-size: 10pt;
	transition-duration: 0.3s;
	
	mix-blend-mode: multiply;
}
header ul.HeaderMenu li:hover {
	color: #ffff00;
	text-shadow: 0 0 20px rgba(0,0,0,1);
	border: solid 1px #ffff00;
}
header ul.HeaderMenu li.ButtonLive {
	color: #e73333;
	text-shadow: none;
	background-color: #ffff00;
	border: solid 1px #ffff00;
	font-weight: 300;
	
	mix-blend-mode:normal;
}
header ul.HeaderMenu li.ButtonLive:hover {
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border: solid 1px #FFFFFF;
}
header ul.HeaderMenu li.ButtonLive:active {
	background-color: #000000;
	color: rgba(255,255,255,1.00);
}
header #headerTitle {
	max-width: 45%;
	position: absolute;
	top: 30%;
	left: 30px;
	z-index: 1;
}
header #headerTitle span {
	font-size: 10pt;
	text-transform: uppercase;
	font-family: 'Gotham Rounded Medium', sans-serif;
}
header #headerTitle span strong {
	padding: 5px 5px 3px 5px;
	border-radius: 4px;
	background-color: #D6FF00;
}
header #headerTitle h1 {
	margin-top: 5px;
	background: rgb(242,0,143);
	background: -moz-linear-gradient(left, rgba(242,0,143,1) 0%, rgba(10,109,208,1) 100%);
	background: -webkit-linear-gradient(left, rgba(242,0,143,1) 0%, rgba(10,109,208,1) 100%);
	background: linear-gradient(to right, rgba(242,0,143,1) 0%, rgba(10,109,208,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2008f', endColorstr='#0a6dd0', GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50pt;
	font-weight: normal;
	line-height: 1;
	overflow: visible;
	position: relative;
}
header #headerTitle p strong {
font-family: 'Gotham Rounded Bold';
font-style: normal;
font-weight: normal;
	padding-bottom: 10px;
}
header #headerTitle p {
	width: 50%;
	margin: 0;
}
header #headerPicture {
	width: 780px;
	height: auto;
	position: absolute;
	z-index: 0;
	right: -65px;
	top: -60px;
}
header #headerLogoShow {
  width:100%;
  max-width:475px;
  margin-left:-30px;
	margin-top: 10px;
}
header #headerButton {
	width: 270px;
	height: 270px;
	position: absolute;
	bottom: 0;
	right: 500px;
	z-index: 4;
	transition-duration: 0.4s;
}
header #headerButton img, header #headerButton svg {
	width: 100%;
	position: absolute;
}
header #headerButton svg .color1 {
	fill: #FFFFFF;
}
header #headerButton svg .color2 {
	fill: #4448a6;
	transition-duration: 0.3s;
}
header #headerButton img.waves {
	width: 100%;
	transform: scale(0.1);
	transition-duration: 0.2s;
}
header #headerButton:hover img#wave1 {
	transform: scale(1);
	transition-duration: 0.5s;
	filter: blur(4px);
}
header #headerButton:hover img#wave2 {
	transform: scale(0.8);
	transition-duration: 0.3s;
	filter: blur(2px);
}
header #headerButton:hover img#wave3 {
	transform: scale(0.65);
	transition-duration: 0.1s;
}
header #headerButton:hover svg .color2 {
	fill: #e73333;
}
header #headerButton:hover {
	transform: scale(1.1) rotate(-5deg);
}
header #headerMask {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
}

@media only screen and (min-width: 2000px) {header {
	height: 700px;
}
}
@media only screen and (max-width: 850px) {
	header #headerButton {
		left: -40px;
		bottom: -50px;
	}
	header #headerPicture {
		width: 600px;
		top: 0;
		right: -55px;
	}
	header ul.HeaderMenu {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	header {
		height: 400px;
	}
	header #headerMask {
		width: 300%;
		margin-left: -100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	header #MenuTop {
		height: 60px;
		top: auto;
		bottom: 10px;
	}
	header #headerLogo {
		margin-left: 15px;
		height: 100%;
	}
	header #headerTitle {
		top: auto;
		bottom: 30%;
	}
	header #headerTitle h1 {
		font-size: 20pt;
	}
	header #headerTitle p {
		display: none;
	}
	header #headerPicture {
		width: 110%;
		position: absolute;
		top: -10px;
	}
  header #headerDescShow {
    display: none;
  }
  
header #headerTitle span {
    display: none;
}
	header #headerButton {
		width: 200px;
		right: -40px;
		bottom: -100px;
	}
}
