html,
body {
	min-height: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}
@media (min-width: 1000px) {
	html,
	body {
		min-height: 850px;
		height: 100%;
	}
}

body {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1;
	position: relative;
	background: #151515 /*url('../images/static.gif') center center no-repeat*/;
	background-size: cover;
}

* {
	box-sizing: border-box;
}

.slides {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;

}



@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    75% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.slides div.slick-current img {
	animation: fadeInFromNone 1s ease-out;
}

fieldset {
	padding: 0;
}

.wrapper {
	position: relative;
	background-image: url('../images/splat.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;

	z-index: 10;
	height: 100%;
}
@media (min-width: 1000px) {
	.wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

.main-content img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.main-content {
	display: flex;
	flex-direction: column;
	min-width: 340px;
	max-width: 990px;
	margin: 0 20px;
	padding-bottom: 80px;
}
@media (min-width: 1000px) {
	.main-content {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0;
	}
}

.logo-area,
.intro,
.subscribe,
.community {
	flex: 0 1 auto;
	padding: 10px 0; 
}
.social {
	flex: 0 1 auto;
	padding: 10px 0; 
}
@media (min-width: 1000px) {
	.logo-area,
	.intro,
	.subscribe,
	.community {
		width: 50%;
		padding: unset;
	}
}

.logo-area {

}

.logo-area img {
	/*filter: drop-shadow(0 0 59px rgba(0,0,0,0.75));*/
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;	
    height: 100%;

}

@media (min-width: 1000px) {
	.video-container {
	    position: relative;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    overflow: hidden;
	    height: 583px;
	    width: 1000px;
	    top: 0;
	}

	.video-container iframe {
	    position: absolute;
	    padding-bottom: 0px;
	    top:0;
	    left: 0;
	    width: 1000px;
	    height: 563px;
	}

	.logo-area img {
		width: 669px;
		height: 470px;
		max-width: unset;
		margin-top: -106px;
		margin-left: -118px;
	}
	.steam img {
		width: 231px;
		height: 70px;
		min-width: 231px;
		max-width: 70px;
		max-width: 231px;
		min-width: 70px;
	}
}

.intro {
	color: #978163;
	text-transform: uppercase;
	font-size: 17px;
}

@media (min-width: 1000px) {
	.intro {
		text-align: right;
	}
}

.intro strong {
	color: #e21f25;
}

.intro h1 {
	color: #e21f25;
	font-size: 35px;
	line-height: 0.975;
	margin-top: 30px;
}

.intro h1 span {
	display: block;
	font-size: 70px;
	margin-right: -4px;
}

@media (min-width: 1000px) {
	.subscribe {
		align-self: flex-end;
	}
}

.subscribe label {
	display: none;
}

.inputs {
	width: calc(70% - 56px);
}
@media (min-width: 1000px) {
	.inputs {
		width: unset;
	}
}

#email input.form-control {
	background-image: url('../images/subscribe-input-bg.svg');
	background-color: transparent;
	background-repeat: repeat;
	background-position: 0 center;
	background-size: auto 63px;
	border: 0;
	height: 63px;
	line-height: 63px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	outline: none;
	/*width: calc(100% - 56px);*/
	width: 100%;
}

@media (min-width: 1000px) {
	#email input.form-control {
		width: 390px;
	}
}

#eesubmit {
	height: 63px;
	line-height: 63px;
	width: 56px;
	background-image: url('../images/subscribe-submit-bg.svg');
	background-position: left 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
	color: white;
}
#eesubmit:hover {
	background-image: url('../images/subscribe-submit-bg-hover.svg');
	color: #5c3a23;
}

.inputs,
#eesubmit {
	float: left;
}

.community {
	
}

@media (min-width: 1000px) {
	.community {
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.social {
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

.community h2 {
	color: #e21f25;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	width: 100%;
}

.community a {
	color: white;
	text-decoration: none;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-left: 9px;
	padding-left: 18px;
	padding-right: 18px;
	text-transform: uppercase;
	background-size: cover;
	margin-top: 12px;
}



.community a:hover {
	/*filter: grayscale(1);*/
	color: #5c3a23;
}

a.forum {
	background-image: url('../images/button-forum-bg.svg');
}

a.blog {
	background-image: url('../images/button-blog-bg.svg');
}

a.forum:hover {
	background-image: url('../images/button-forum-bg-hover.svg');
}

a.blog:hover {
	background-image: url('../images/button-blog-bg-hover.svg');
}

.community a.twitter,
.community a.facebook {
	overflow: hidden;
	width: 56px;
	height: 0;
	padding-top: 60px;
	position: relative;
}

.community a.twitter {
	background-image: url('../images/button-twitter-bg.svg');
}
.community a.facebook {
	background-image: url('../images/button-facebook-bg.svg');
}
.community a.twitter:hover {
	background-image: url('../images/button-twitter-bg-hover.svg');
}
.community a.facebook:hover {
	background-image: url('../images/button-facebook-bg-hover.svg');
}

.community a.twitter:before,
.community a.facebook:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.community a.twitter:before {
	background-image: url('../images/icon-twitter.png');
	background-size: 17px 23px;
}
.community a.facebook:before {
	background-image: url('../images/icon-fb.png');
	background-size: 14px 30px;
}
.community a.twitter:hover:before {
	background-image: url('../images/icon-twitter-hover.png');
}
.community a.facebook:hover:before {
	background-image: url('../images/icon-fb-hover.png');
}


.site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #6d6667;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: url('../images/footer-bg.svg') center top no-repeat;
	/*background-size: 120%;*/
	font-size: 12px;
	padding-top: 6px;
	height: 60px;
	background-size: cover;
}

.footer-content {
	max-width: 990px;
	margin: 10px auto;
	position: relative;
	padding: 0 20px;
}

.footer-content p {
	margin: 0;
	height: 20px;
	line-height: 20px;
	bottom: 0;
}

.footer-content p:nth-of-type(2) {
	background: url('../images/fi.png') right center no-repeat;
	padding-right: 26px;
	display: inline-block;
}
@media (min-width: 1000px) {
	.footer-content p:nth-of-type(2) {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
}

.footer-content a {
	color: #6d6667;
	text-decoration: none;
}

.footer-content a:hover {
	color: white;
}