@import url('https://fonts.googleapis.com/css?family=Oswald');
html, body {
	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;
}
ol, ul, li {
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	background-color: #000;
}
a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active, a:focus, a:visited {
	outline: none;
}
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.mycontainer {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
/* HEADER START */
header img {
	max-width: 100%;
	height: auto !important;
	display: block;
}
header .mycontainer {
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: solid 1px #323131;
}
.header-left {
	float: left;
	width: 50%;
	animation-delay: 0.2s;
}
@media only screen and (max-width: 800px) {
	header .mycontainer {
	background-image: none;
}
}
@media only screen and (max-width: 734px) {
.header-right {
	padding: 24px 12px 0 0;
}
}
@media only screen and (max-width: 650px) {
	header .mycontainer {
	background-image: url(header-bg.png);
	background-position: top right;
}
.header-left {
	width: 100%;
}
}
@media only screen and (max-width: 560px) {
	header .mycontainer {
	background-image: none;
}
}
/* HEADER END */

/* JOIN START */
.join-page {
	display: block;
}
.join-page .join-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
	height: 694px;
	background-image: url(responsive.jpg);
	background-position: center top;
    background-repeat: no-repeat;
}
.join-page .join-wrapper {
	display: block;
	/*margin: 60px auto;*/
}
.join-page .join-desc {
	padding: 30px 60px 60px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #abaaaa;
	font-size: 16px;
	line-height: 1.2em;
}
.join-desc a {
	display: block;
	margin: 30px auto 60px;
	font-size: 48px;
	text-decoration: none;
}
.join-desc a:hover {
	color: #E60303;
}
@media only screen and (max-width: 400px) {
.join-page .join-desc {
	padding: 30px;
	width: 96%;
}
}
/* JOIN END */