a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
a, a:visited, a:active { text-decoration: none; }
a { color: inherit; }

html, body {
	background-color: rgb(22,31,27);
	font-family: "Tungsten A", "Tungsten B";
	font-weight: 500;
	font-style: normal;
	color: #fff;
}
body {
	position: relative;
}

hr {
display: block;
    height: 2px;
    border: 0;
    background-color: rgb(64,83,86);
    width: 75%;
    margin: 50px auto;
    box-shadow: rgb(64,83,86) 0px 0px 1px 1px;
}

.page {
	max-width: 900px;
	position: static;
	margin: 0 auto;
	padding: 0 30px;
}
	.faq .page {
		padding-top: 40px;
	}
.video {
	width: 100%;
	height: 757px;
}
.video.mobile .container.fallback {
	background-image: url(../img/egypt_backgroundvideo_mobilefallback.jpg);
	background-size: cover;
	background-position: top;
	height: 320px;
}
.video .container {
	position: absolute;
	top: 34px;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.video .container.fallback {
	overflow: hidden;
}

.blend {
	position: relative;
	top: -100px;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(21,31,27,0) 0%, rgba(21,31,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(21,31,27,0) 0%,rgba(21,31,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(21,31,27,0) 0%,rgba(21,31,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: repeat-x;
}

.video video {
	margin: auto;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
	opacity: 1;
	width: auto;
	height: 826px;
	min-width: 100%;
}

.video .content {
	color: #fff;
	font-size: 60px;
	text-align: center;
	top: 50%;
	position: relative;
}

.content {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.thinbody {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content.footer {
	color: rgba(64,83,86,1);
	margin-top: 120px;
}

p {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 26px;
	padding: 0 0 4px 0;
	margin: 30px auto;
}
p a {
	opacity: 1;
	transition: color 0.2s;
	color: #f5c976;
}

p a:hover {
	color: #f4f773;
}

.youtubecontain {
	position: relative;
	padding-bottom: 42.1%;
	height: 0;
	margin-top: 40px;
}
	.youtubecontain iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.footer p {
	font-size: 18px;
	letter-spacing: 1px;
}
.footer p a {
	opacity: 0.2;
}
.imagetext {
	text-indent: -9999px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}
a.imagetext {
	opacity: 1;
	transition: opacity 0.3s;
}
	a.imagetext:hover {
		opacity: 0.8;
	}
.inline {
	display: inline-block;
}
html>body .max850 {
	display: none;
	position: relative;
}
.max850 img.campo {
	max-width: 130px;
	width: 90%;
}
.inline.campo {
	position: relative;
}
img.logotype {
	width: 100%;
	max-width: 825px;
}
a.campo .rollover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.01;
	transition: opacity 0.2s;
}
a.campo:hover .rollover {
	opacity: 1;
}
.imagetext.steam {
	background-image: url('../img/steamlogo.png');
	height: 53px;
	width: 192px;
}
.inline .campo {
	width: 96px;
	height: 51px;
	margin: 0 8px 0 3px;
	vertical-align: -13px;
}

h2.subhead {
	color: #f5c976;
	letter-spacing: 7px;
	margin: 40px 0 90px;
	padding-left: 7px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 32px;
}


input, button {
	font-family: "Tungsten A", "Tungsten B";
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 5px 7px 6px 9px;
	margin: 5px 3px;
}
form .form {
	width: 180px;
}
input.form {
	border: #fff 2px solid;
    background-color: rgba(255,255,255,0.03);
    color: rgba(255,255,255,0.8);
    box-shadow: inset rgb(22,31,27) 0px 0px 0px 3px;
    border-radius: 0;
    transition: border-color 0.2s, background-color 0.2s;
}
input.form:hover {
	background-color: rgba(255,255,255,0.1);
	border-color: #e8c36d;
	color: rgba(255,255,255,0.9);
}
button {
	background-color: #fff;
	border-radius: 50%;
	border: 0;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 6px;
	opacity: 1;
	transition: background-color 0.2s;
}
button:hover {
	background-color: #e8c36d;
}


.faqzone {
	text-align: left;
}
.faqzone p {
    margin-left: 20px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0;
}
.main p {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
}
.main p.subscribe {
	width: 73%;
}
a.question {
	font-size: 36px;
	color: #e8c36d;
	transition: color 0.2s
}
a.question:hover {
	color: #fff;
}
a.question>.permalink {
	color: #fff;
	opacity: 0;
	margin-left: 10px;
	font-size: 18px;
	text-transform: uppercase;
	transition: opacity 0.15s;
	font-weight: 400;
	letter-spacing: 1px;
	vertical-align: 2px;
}
a.question>.permalink:before {
	content: "\01F517";
}
a.question:hover>.permalink {
	opacity: 0.5;
}


@media (max-width: 1700px) {
	.video video {
		height: 716px;
	}
	.video {
		height: 660px;
	}
}

@media (max-width: 1200px) {
	.video video {
		height: 516px;
	}
	.video {
		height: 470px;
	}
}
@media (max-width: 980px) {
	h2.subhead {
		font-size: 27px;
	}
}
@media (max-width: 900px) {
	h2.subhead {
		margin: 20px auto;
	}
	.imagetext.campo {
		display: block;
		height: 0;
		margin: 0 auto;
	}
	img.logotype {
		width: 88%;
	}
	html>body .max850 {
		display: block;
	}
	html>body .hide850 {
		display: none;
	}
	.video video {
		height: 368px;
	}
	.video {
		height: 350px;
	}
	.main p.subscribe, hr {
		width: 80%;
	}
}

@media (max-width: 600px) {
	img.logotype {
		width: 100%;
	}
	.video video {

	}
	.video {
		height: 320px;
	}
	.video.mobile {
		height: 280px;
	}
	.max850 img.campo {
		display: none;
	}
	h2.subhead {
		margin-top: 15px;
		font-size: 24px;
		letter-spacing: 4px;
	}
	.page {
		padding: 0 25px;
	}
	.thinbody {
		margin-left: auto;
		margin-right: auto;
	}
	form .form.name {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
	}
	form .form.email {
		display: inline-block;
		width: 222px;
		margin-right: 3px;
	}
	form button {
		display: inline-block;
		margin-right: 1px;
	}
	.main p.subscribe, hr {
		width: 90%;
	}
}

@media (max-width: 480px) {
	form .form.name {
		width: 200px;
	}
	form .form.email {
		width: 163px;
	}

}