/* ---------------------------------------------
	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
--------------------------------------------- */

html, body 
{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body
{
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	line-height: 2.0em;
}

.wrapper
{
	width: 960px;
	margin: 0px auto;
}

/* ---------------------------------------------
	BANNER STUFF
--------------------------------------------- */

.banner
{
	position: absolute;
	background: url('images/backgrounds/banner.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	width : 100%;
	height: 100%;
	min-height: 700px;
	z-index: -100;
}

.logo-container
{
	margin-top: 120px;
	width: 100%;
	text-align: center;
	float: left;
}

.logo
{
	margin-bottom: 0px;
}

/* ---------------------------------------------
	EXPLOSIONS
--------------------------------------------- */

@-webkit-keyframes explosion
{
  	0%   { display:block; background-position: 0px 0px; margin-top: 32px; }
	100% { background-position: -1920px 0px; margin-top: 0px; }
}
@keyframes explosion
{
  	0%   { display:block; background-position: 0px 0px; margin-top: 32px; }
	100% { background-position: -1920px 0px; margin-top: 0px; }
}

@-webkit-keyframes explosion2
{
  	0%   { display:block; background-position: 0px 0px; margin-top: 32px; }
	100% { background-position: -3000px 0px; margin-top: 0px; }
}
@keyframes explosion2
{
  	0%   { display:block; background-position: 0px 0px; margin-top: 32px; }
	100% { background-position: -3000px 0px; margin-top: 0px; }
}

.explosion1
{
	position: absolute;
	background: url("images/explosion.png");
	width: 96px;
	height: 96px;
	-webkit-animation: explosion 0.8s steps(20) 1;
	animation: explosion 0.8s steps(20)  1;
}

.explosion2
{
	position: absolute;
	background: url("images/explosion2.png");
	width: 120px;
	height: 192px;
	-webkit-animation: explosion2 1s steps(25) 1;
	animation: explosion2 1s steps(25)  1;
}

/* ---------------------------------------------
	VIDEO STUFF
--------------------------------------------- */

.media-bg
{
	width: 100%;
	margin: 160px 0px 0px 0px;
	background: #111418;
	float: left;
}

.media
{
	width: 100%;
	margin: -100px 0px 50px 0px;
	float: left;
	background: url("images/backgrounds/media.png") top center repeat-x;
}

#video-embed
{
	margin-top: 120px;
}

.screenshots
{
	width: 100%;
	margin-top: 20px;
}

.screenshots img
{
	border: 1px solid #000;
	margin-right: 32px;
	float: left;
	display: inline;
	box-shadow: 0px 0px 32px #666;
}

.screenshots img.last
{
	margin-right: 0%;
}


/* ---------------------------------------------
	ABOUT
--------------------------------------------- */

.about, .updates
{
	width: 100%;
	font-size: 1.4em;
	color: #777;
	font-weight: bold;
	float: left;
	padding: 40px 0px 20px 0px;
}

.about h2, .updates h2
{
	font-size: 1.4em;
	text-transform: uppercase;
	color: #aaa;
	margin: 0px 0px 20px 0px;
}

/* ---------------------------------------------
	FEATURES
--------------------------------------------- */

.features, .updates ul
{
	width: 100%;
	float: left;

	color: #666;
	font-size: 1.3em;

	margin-bottom: 20px;
	list-style: square url("images/bullet.png");
}

.features li, .updates ul li
{
	width: 410px;
	margin-left: 40px;
	margin-right: 20px;
	padding: 5px;
	float: left;
}

.features li:nth-child(3), .features li:nth-child(4)
{ 
	color: #888;
}

.updates ul li:nth-child(3), .updates ul li:nth-child(4)
{ 
	color: #888;
}

.updates
{
	margin-top: 0px;
	padding-top: 20px;
}

.updates ul li
{
	font-size: 0.7em;
}

/* ---------------------------------------------
	BUY STEAM / HUMBLE
--------------------------------------------- */

.flag
{
	background: url("images/backgrounds/flag.png");
	width: 100%;
	height: 96px;
	padding: 87px 0px 87px 0px;
	float: left;
	text-align: center;
}

.steam-button
{
	float: left;
	width: 384px;
	height: 96px;
	margin-left: 64px;
	background: url("images/steam.png") no-repeat;
}

.steam-button:hover
{
	background-position: 0px -96px;
}

.humble-button
{
	float: right;
	width: 384px;
	height: 96px;
	margin-right: 64px;
	background: url("images/humble.png") no-repeat;
}

.humble-button:hover
{
	background-position: 0px -96px;
}

/* ---------------------------------------------
	BROTOTYPE
--------------------------------------------- */

.brototype
{
	background: url("images/backgrounds/other.png") top center no-repeat #212121;
	border-top: 1px solid #000;
	width: 100%;
	padding: 60px 0px 60px 0px;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-align: center;
}

/* ---------------------------------------------
	AWARDS
--------------------------------------------- */

.awards
{
	background: url("images/backgrounds/awards.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px 120px 0px;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #888;
}

.quotes
{
	margin-top: 50px;
}

.quote
{
	width: 100%;
	text-align: center;
	float: left;
	display: block;
	font-size: 1.6em;
	margin: 10px 0px 10px 0px;
}

.quote-text
{
	color: #eee;
	font-weight: bold;
}

.quote-source
{
	color: #7495c6;
}

.quote-source a { color: #7495c6; text-decoration: none; }
.quote-source a:hover { color: #ebf3ff; text-decoration: none; }

/* ---------------------------------------------
	ABOUT FREE LIVES
--------------------------------------------- */

.about-freelives
{
	background: url("images/backgrounds/other.png") top center no-repeat #212121;
	width: 100%;
	padding: 60px 0px 60px 0px;
	float: left;
	color: #777;
	border-bottom: 1px solid #000;
	border-top: 1px solid #333;
}

.about-freelives img
{
	float: left;
	display: inline;
}

.about-freelives p
{
	float: right;
	display: inline;
	width: 640px;
	font-size: 1.2em;
	margin-top: 20px;
}

.about-freelives p a { color: #fff; text-decoration: none; }
.about-freelives p a:hover { color: #000; }

/* ---------------------------------------------
	FOOTER
--------------------------------------------- */

.footer
{
	background: #111;
	border-top: 1px solid #444;
	width: 100%;
	padding: 40px 0px 40px 0px;
	text-align: center;
	font-size: 1.4em;
	color: #666;
	float: left;
}

.footer h2 { font-size: 1.3em; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { color: #ff0000; }

.social-freelives
{
	width: 48%;
	float: left;
	text-align: right;
}

.social-devolver
{
	width: 48%;
	float: right;
	text-align: left;
}

.social-general
{
	width: 100%;
	float: left;
	margin-top: 40px;
}

a.twitter-link { color: #43deec; }
a.twitter-link:hover { color: #fff; }
a.facebook-link { color: #2559ec; }
a.facebook-link:hover { color: #fff; }

/* ---------------------------------------------
	HUMBLE AND STEAM DISPLAY
--------------------------------------------- */

.buy-display
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

#steam-display { display: none; }
#humble-display { display: none; }

.buy-wrapper
{
	width: 700px;
	margin: 0px auto;
	margin-top: 100px;
}

.buy-close
{
	width: 100%;
	float: left;
	text-align: right;
}

.buy-close a { color: #fff; text-decoration: none; font-size: 1.2em; padding: 0px 0px 10px 0px; }
.buy-close a:hover { color: #ff0000; }

.buy-widget
{
	width: 80%;
	padding: 10%;
	background: #222;
	color: #777;
	float: left;
}

.buy-widget h2 { font-size: 1.4em; color: #aaa; margin-bottom: 20px; }

/* ---------------------------------------------
	SOCIAL STUFF
--------------------------------------------- */

.social-icons
{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 80px;
	float: left;
}

.freelives-social-icon
{
	width: 88px;
	height: 16px;
	float: left;
	margin: 0px 0px 10px 0px;
	background: url("images/social.png");
	background-position: 0px -64px;
}

.devolver-social-icon
{
	width: 88px;
	height: 16px;
	float: left;
	margin: 20px 0px 10px 0px;
	background: url("images/social.png");
	background-position: 0px -80px;
}

.social-twitter-icon
{
	background: url("images/social.png");
	width: 64px;
	height: 64px;
	float: right;
	margin-bottom: 10px;
}

.social-facebook-icon
{
	background: url("images/social.png");
	background-position: -80px 0px;
	width: 64px;
	height: 64px;
	float: right;
	margin-bottom: 10px;
}

.social-forum-icon
{
	background: url("images/social.png");
	background-position: -160px 0px;
	width: 64px;
	height: 64px;
	float: right;
	margin-bottom: 10px;
}

.social-twitter-icon:hover, .social-facebook-icon:hover, .social-forum-icon:hover
{
	padding-right: 16px;
}


/* ---------------------------------------------
	sillyness
--------------------------------------------- */

@-webkit-keyframes piganim
{
  	0%   { display:block; background-position: 0px 0px; }
	100% { background-position: -1024px 0px; }
}
@keyframes piganim
{
  	0%   { display:block; background-position: 0px 0px; }
	100% { background-position: -1024px 0px; }
}

.pig-container
{
	position: absolute;
	margin-top: -118px;
	width: 100%;
	height: 32px;
	overflow: hidden;
}

.pig
{
	position: absolute;
	background: url("images/pig.png");
	width: 64px;
	height: 32px;
	-webkit-animation: piganim 1.2s steps(16) infinite;
	animation: piganim 1.2s steps(16) infinite;
}

@-webkit-keyframes roter
{
  	0%   { display:block; background-position: 0px 0px; }
	100% { background-position: -1024px 0px; }
}
@keyframes roter
{
  	0%   { display:block; background-position: 0px 0px; }
	100% { background-position: -1024px 0px; }
}

.helicopter
{
	position: absolute;
	left: -320px;
	top: 32px;
}

.helicopter-blades
{
	position: absolute;
	background: url("images/roterblade.png") no-repeat;
	width: 256px;
	height: 16px;
	-webkit-animation: piganim 0.25s steps(4) infinite;
	animation: piganim 0.25s steps(4) infinite;
}

.helicopter-body
{
	position: absolute;
	background: url("images/helicopter.png") no-repeat;
	width: 256px;
	height: 136px;
}

/* ---------------------------------------------
	Mobile stuff
--------------------------------------------- */

@media(max-width: 960px)
{
	.logo-container
	{
		margin-top: 50px;
	}

	.logo
	{
		width: 80%;
	}

	.media-bg
	{
		margin-top: 40px;
	}

	.wrapper
	{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		overflow: hidden;
	}

	.features, .updates ul
	{
		width: 80%;
		padding: 0px 0px 0px 10%;
		margin: 0px;
	}

	.features li, .updates ul li
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.screenshots img
	{
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	.flag
	{
		height: 192px;
		padding: 39px 0px 39px 0px;
	}

	.steam-button, .humble-button
	{
		margin: 0px auto;
		float: left;
	}

	.brototype img
	{
		width: 100%;
	}

	.social-icons
	{
		display: none;
	}

	.awards .wrapper
	{
		text-align: center;
	}

	.about-freelives
	{
		text-align: center;
	}

	.about-freelives img
	{
		float: none;
		display: inline
	}

	.about-freelives p
	{
		text-align: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.footer .social-freelives
	{
		margin-bottom: 20px; 
	}

	.footer .social-freelives, .footer .social-devolver
	{
		width: 100%;
		float: left;
		text-align: center;
	}

	.buy-wrapper
	{
		width: 100%;
		padding: 0;
		margin: 40px 0px 0px 0px;
	}

	.buy-widget
	{
		width: 90%;
		padding: 5%;
	}

	.buy-close
	{
		width: 90%;
		padding: 5%;
	}
}