@font-face {
    font-family: "Giza SevenNine";
    src: url(../fonts/giza-sevennine.eot?#iefix);
    src: url(../fonts/giza-sevennine.eot?#iefix) format("eot"), url(../fonts/giza-sevennine.woff2) format("woff2"), url(../fonts/giza-sevennine.woff) format("woff"), url(../fonts/giza-sevennine.ttf) format("truetype"), url(../fonts/giza-sevennine.svg#giza-sevennine) format("svg")
}

header {
	padding: 0;
}

/*
header.in {
	padding: 0 25px;
}
*/

header a.menu-button {
	top: 60px;
}


/*
header.in a.menu-button {
	top: 40px;
}
*/

#menu .close-menu {
	top: 60px;
}

/*
#menu.in .close-menu {
	top: 40px;
}
*/

#mainContainer .section-container .section-header .intro-sequence-credits {
	background-position: center 20px !important;
}

/*
#mainContainer .section-container .section-header .intro-sequence-credits.in {
	background-position: center 0;
}
*/

header a.header-logo {
	margin: 33px auto 13px;
}

/*
header.in a.header-logo {
	margin: 13px auto;
}
*/



#th8_bar {
	display: block;
	/*position: relative;*/
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #BE181C;
}

#th8_bar .message {
	float: left;
	display: inline;
}

#th8_bar .message p {
	margin: 0;
	padding: 9px 20px 10px 20px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	color: white;
}

@media only screen and (min-width: 376px) and (max-width: 900px) {
    #th8_bar .message p span.desktop {
		display: none;
	}
}

@media only screen and (min-width: 901px) {
	#th8_bar .message p span.mobile {
		display: none;
	}
}

#th8_bar .button {
	float: right;
	display: inline;
}

#th8_bar .button p {
	margin: 5px 20px 0 0;
	padding: 6px 20px 3px 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Giza SevenNine";
	font-size: 13px;
	color: white;
	background: black;
}