/* ---------------------------------------------
	CLEAR FORMATTING
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------
	GENERAL
--------------------------------------------- */

body
{
	font-family: georgia;
	font-size: 0.9em;
	line-height: 2.0em;
}

.wrapper
{
	width: 960px;
	margin: 0px auto;
}

h2 { color: #000; font-size: 1.1em;  font-weight: bold; }
h3 { font-weight: bold; }

/* ---------------------------------------------
	BANNER BACKGROUND
--------------------------------------------- */

.banner-background
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 800px;
	background: #060f28;
	z-index: -10;
	overflow: hidden;
}

.sky
{
	width: 100%;
	height: 159px;
}

@-webkit-keyframes slide {
  from{
      background-position:0px;
  }
  to{
      background-position:1600px;
  }
}
@keyframes slide {
  from{
      background-position:0px;
  }
  to{
      background-position:1600px;
  }
}

.sky1
{
	background: url("images/sky1.png") repeat-x center;
	-webkit-animation: slide 5s linear infinite;
	animation: slide 5s linear infinite;
}
.sky2
{
	background: url("images/sky2.png") repeat-x center;
	-webkit-animation: slide 10s linear infinite;
	animation: slide 10s linear infinite;
}
.sky3
{
	background: url("images/sky3.png") repeat-x center;
	-webkit-animation: slide 15s linear infinite;
	animation: slide 15s linear infinite;
}
.sky4
{
	background: url("images/sky4.png") repeat-x center;
	-webkit-animation: slide 20s linear infinite;
	animation: slide 20s linear infinite;
}
.sky5
{
	background: url("images/sky5.png") repeat-x center;
	-webkit-animation: slide 25s linear infinite;
	animation: slide 25s linear infinite;
}

.planet
{
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("images/planet.png") no-repeat center bottom;
}

/* ---------------------------------------------
	BANNER
--------------------------------------------- */

@-webkit-keyframes bounce
{
  	0%   { margin-top: 20px; margin-bottom: 10px; }
	50%  { margin-top: 30px; margin-bottom: 0px; }
	100% { margin-top: 20px; margin-bottom: 10px; }
}
@keyframes bounce
{
  	0%   { margin-top: 20px; margin-bottom: 10px; }
	50%  { margin-top: 30px; margin-bottom: 0px; }
	100% { margin-top: 20px; margin-bottom: 10px; }
}

.banner
{
	width: 100%;
	height: 800px;
	border-bottom: 1px solid #000;
	float: left;
}

img.logo
{
	margin-top: 20px;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.comingto
{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}

.igf
{
	float: left;
	display: inline;
	margin-left: 20px;
}

.ratings
{
	float: right;
	display: inline;
	margin-bottom: 20px;
}

.ratings img
{
	float: left;
	display: inline;
	margin-right: 20px;
}

#buy-now
{
	width: 100%;
	float: left;
}

.buy-options
{
	width: 274px;
	float: left;
}

#buy-steam
{
	width: 124px;
	height: 28px;
	float: left;
	background: url("images/steam.png");
}

#buy-steam:hover
{
	background-position: 0px -28px;
}

#buy-ps4
{
	width: 98px;
	height: 28px;
	float: left;
	background: url("images/ps4.png");
}

#buy-ps4:hover
{
	background-position: 0px -28px;
}

#buy-plus
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}


/* ---------------------------------------------
	MEDIA
--------------------------------------------- */

.media
{
	background: url("images/background.png") center center #2b434f;
	width: 100%;
	float: left;
	border-top: 1px solid #5b7f91;
	border-bottom: 1px solid #000;
}

.video
{
	margin: -200px 0px 0px 0px;
	padding: 0px;
	line-height: 0;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 64px #000;
}

.screenshots
{
	width: 100%;
	float: left;
}

.screenshots img
{
	width: 210px;
	margin: 20px 20px 20px 0px;
	padding: 0px;
	float: left;
	display: inline;
	border: 6px solid #152a34;
	padding: 1px;
	background: #54798b;
}

.screenshots img.last
{
	margin-right: 0px;
}

/* ---------------------------------------------
	AWARDS / RECOGNITION
--------------------------------------------- */

.awards
{
	width: 100%;
	float: left;
	background: #222;
	border-top: 1px solid #666;
	text-align: center;
	padding: 40px 0px 40px 0px;
	border-bottom: 1px solid #000;
}

.contests img
{
	padding: 8px;
}

.quotes
{
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #eee;
	margin-top: 20px;
}

.quote
{
	width: 100%;
	text-align: center;
	float: left;
	display: block;
	padding: 20px 0px 0px 0px;
}

.source
{
	font-size: 0.9em;
	font-style: normal;
	color: #888;
}

/* ---------------------------------------------
	OST
--------------------------------------------- */

.ost
{
	background:  #aaa;
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #333;
	color: #040d11;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	text-align: center;
}

/* ---------------------------------------------
	DESCRIPTION
--------------------------------------------- */

.description, .archers
{
	background:  #2b434f;
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
	border-top: 1px solid #5b7f91;
	border-bottom: 1px solid #000;
	color: #040d11;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.archers
{
	background: url("images/background.png") center center #2b434f;
	text-align: center;
}

@-webkit-keyframes jester
{
  	0%   { -webkit-transform:rotateZ(0deg);}
	90% { -webkit-transform:rotateZ(0deg);}
	93% { -webkit-transform:rotateZ(-10deg);}
	96% { -webkit-transform:rotateZ(10deg);}
	99% { -webkit-transform:rotateZ(0deg);}
}

@keyframes jester
{
  	0%   { transform:rotateZ(0deg);}
	90% { transform:rotateZ(0deg);}
	93% { transform:rotateZ(-10deg);}
	96% { transform:rotateZ(10deg);}
	99% { transform:rotateZ(0deg);}
}

#jester
{
	-webkit-animation: jester 10s infinite;
	animation: jester 10s infinite;
}

.info-image
{
	width: 240px;
	float: left;
	display: inline;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #040d11;
}

.info
{
	font-size: 1.1em;
	width: 680px;
	float: right;
	display: inline;
}

.archers img
{
	height: 160px;
}



.column
{
	float: left;
	width: 280px;
	display: inline;
	text-align: center;
	margin-right: 60px;
}

.column img
{
	width: 280px;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 16px #040d11;
}

.last { margin-right: 0px; }

/* ---------------------------------------------
	THE TEAM
--------------------------------------------- */

.team
{
	width: 100%;
	float: left;
	background: #222;
	border-top: 1px solid #666;
	padding: 40px 0px 40px 0px;
	border-bottom: 1px solid #000;


	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #777;
}

.team h2 { font-size: 1.4em; color: #fff; border-bottom: 2px solid #aaa; }
.team h3, .team h3 a { font-size: 1.2em; color: #000; text-decoration: none; }
.team h3 a:hover { color: #fff; }

.team-video
{
	width: 420px;
	float: left;
	display: inline;
}

.team-info
{
	width: 500px;
	float: left;
	display: inline;
	margin-left: 40px;
}

/* ---------------------------------------------
	FOOTER
--------------------------------------------- */

.footer
{
	background: #000;
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.footer a { color: #aaa; text-decoration: none; }
.footer a:hover { color: #ff0000; }

/* ---------------------------------------------
	LINKS
--------------------------------------------- */

.links a { color: #fff; text-decoration: none; text-transform: uppercase; font-weight: bold; }
.links a:hover { color: #ff0000; }

@media (min-width: 960px) {
	.links
	{
		position: fixed;
		top: 4px;
		left: 4px;
		width: 82px;
	}

	.links img:hover
	{
		padding-left: 10px;
	}
}

@media (max-width: 960px) {
	.links
	{
		width: 100%;
		text-align: center;
		background: #000;
		height : 80px;
		float: left;
	}

	.links img:hover
	{
		margin-bottom: -8px;
		padding-top: 8px;
	}
}

/* ---------------------------------------------
	about page stuff
--------------------------------------------- */

.about-bg
{
	background: url("images/background.png") center center #2b434f;
}

.about-page
{
	float: left;
	width: 100%;
	margin-top: -300px;
	margin-bottom: 100px;
	font-family: 'Roboto', verdana, sans-serif;
}

.about-page h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #14313b;
}

.about-page h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #32515c;
}

.about-content
{
	position: relative;
	width: 890px;
	background: url("images/about-bg.png");
	padding: 50px;
	border: 1px solid #000;
	border-top: 20px solid #000;
	border-bottom: 20px solid #000;
	float: left;
}

.about-page a { font-weight: bold; color: #77bdd4; text-decoration: none; }
.about-page a:hover { color: #000; }

.redskull
{
	width: 890px;
	position: absolute;
	top: -50px;
	text-align: center;
}

/* --- related stuff --- */
.related-wrapper
{
	background: url("images/background.png") center center #2b434f;
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
	border-top: 1px solid #5b7f91;
	color: #040d11;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

.related-container
{
	background: #000;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}

.related-left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background: url("images/panel/left.png") repeat-y;
}

.related-right
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background: url("images/panel/right.png") repeat-y;
}

.related-top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background: url("images/panel/top.png") repeat-x;
}

.related-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: url("images/panel/bottom.png") repeat-x;
}

.related-corner
{
	position: absolute;
	width: 120px;
	height: 120px;
}

.related-topleft
{
	left: -4px;
	top: -4px;
	background: url("images/panel/topLeft.png") no-repeat;
}

.related-topright
{
	right: -4px;
	top: -4px;
	background: url("images/panel/topRight.png") no-repeat;
}

.related-bottomleft
{
	left: -4px;
	bottom: -4px;
	background: url("images/panel/bottomLeft.png") no-repeat;
}

.related-bottomright
{
	right: -4px;
	bottom: -4px;
	background: url("images/panel/bottomRight.png") no-repeat;
}

.related-skull
{
	position: absolute;
	left: calc(50% - 40px);
	top: -30px;
	width: 80px;
	height: 80px;
	background: url("images/panel/redskull.png") no-repeat;
}

.related-inner
{
	padding: 60px;
	float: left;
}

.related-content
{
	font-family: georgia;
	float: left;
}

.related-title
{
	font-size: 1.0em;
	color: #aaa;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.soundtrack, .shirts, .stickers
{
	width: 31%;
	float: left;
	display: inline;
}

.shirts, .stickers
{
	margin-left: 3%;
}

.shirts img, .stickers img
{
	width: 100%;
}

.soundtrack a span, .shirts a span, .stickers a span
{
	font-size: 1.6em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.soundtrack a:hover, .shirts a:hover, .stickers a:hover
{
	opacity: 0.6;
}

.soundtrack a:hover span, .shirts a:hover span, .stickers a:hover span
{
	color: #aaa;
}

/* ---------------------------------------------
	MOBILE + TINY WINDOWS
--------------------------------------------- */

@media (max-width: 960px) {

	.wrapper
	{
		width: 100%;
	}

	.ratings
	{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.ratings img
	{
		float: none;
		display: inline;
		margin: 0px;
	}

	.comingto
	{
		width: 100%;
		text-align:center;
		margin-bottom: 20px;
	}

	.about-content
	{
		width: 80%;
		padding: 5%;
		margin: 5%;
		padding-top: 40px;
	}

	.redskull
	{
		width: 90%;
	}

	.logo
	{
		width: 100%;
	}

	.comingto 
	{
		margin-top: 0px;
	}

	.buy-options
	{
		margin: 0px auto;
		float: none;
	}

	.video
	{
		box-shadow: none;
		margin-left: 10%;
		overflow: hidden;
		width: 80%;
	}

	.screenshots
	{
		text-align: center;
		margin-top: 20px;
		overflow: hidden;
	}

	.screenshots img
	{
		margin: 0px;
		margin-bottom: 10px;
		float: none;
	}

	.quotes
	{
		width: 80%;
		margin: 0px 10% 0px 10%;
	}

	.description {
		text-align: center;
	}

	.info-image
	{
		float: none;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	.info
	{
		width: 80%;
		padding: 0 10% 0 10%;
	}

	.column
	{
		width: 80%;
		padding: 0px 10% 0px 10%;
		margin-bottom: 40px;
	}

	.last { margin-bottom: 0px; }

	.team-video
	{
		width: 80%;
		margin: 0px 10% 0px 10%;
		padding: 0px;
	}

	.team-info
	{
		width: 80%;
		margin: 0px 10% 0px 10%;
		padding: 0px;
	}

}

@media (max-width: 506px) 
{
	.ratings img { width: 45%; }
}