
@import url('https://fonts.googleapis.com/css?family=Teko');
body {
	margin:0;
	padding: 0;
	    background-attachment: fixed;
	font-family: Teko, Arial;
	background-size: 100%;
	background: #45484d;
	background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}


#header {
	display: block;
	position: relative;
	text-align:center;
	height: 7vw;
	margin-top:2vw;
}

#logo {
	display: inline-block;
	width:auto;
	
}

#logo img {
	height: 7vw;
}

#navigation {
	display: inline-block;
	margin-left: 2vw;
} 
#navigation a{
	color: white;
	text-decoration:none;
	transition: color 0.3s;
	cursor: pointer;
} 

#navigation a:hover{
	color: #f1bc38;
} 

#navigation a:after {
  content: '';
	width: 0px;
	height: 0.4vw;
	display: block;
	background: #f1bc38;
	transition: 300ms;
	left:50%;
	position: relative;
	top: -2vw;
}

#navigation a:hover:after {
  width: 100%;
  left:0;
}

#navigation ul {
	list-style: none;
	margin:0;
		padding: 0;
}

#navigation ul li {
	float: left;
	display: inline-block;
	padding: 0 3vw;
	line-height: 6.5vw;
	font-size: 3.5vw;
	text-transform: uppercase;
	color: white;
}

.container {
	//display:inline-block;
}

.activeOption {
	color: #f1bc38 !important;
}

.activeOption:after {
	width: 100% !important;
	left:0 !important;
}


.optionsCustom:after {
	content: '';
	width: 0;
	height: 0.2vw;
	display: block;
	background: #f1bc38;
	transition: 300ms;
	left:50%;
	position: relative;
	top: -0.4vw;
}

.optionsTdm:after {
	content: '';
	width: 0;
	height: 0.2vw;
	display: block;
	background: #f1bc38;
	transition: 300ms;
	left:50%;
	position: relative;
	top: -0.4vw;
}

.optionsDisplay:after, .options:after {
  content: '';
	width: 0;
	height: 0.3vw;
	display: block;
	background: #f1bc38;
	transition: 300ms;
	left:50%;
	position: relative;
	top: -1vw;
}


#content {
	color: white;
	text-align: center;
}
#content .main {
	margin:8vw 0;
}
#content input {
	text-align:center;
	font-size:4vw;
	font-family: 'Teko', sans-serif;
	border-radius: 0.5vw;
	background-color: rgba(0,0,0,0);
	border: 0.2vw solid #f1bc38;
	color: #f1bc38;
}

#content input:focus{
	outline: none;
}
#content table {
	margin: 0 auto;
		border-top: 0.1vw solid #f1bc38;
	font-size:3vw;
	text-align:center;
	border-collapse: separate;
	-webkit-border-horizontal-spacing: 4vw;
	border-spacing: 4vw 0;
	margin-top: 2vw;
}
#content table span {
	cursor: pointer;
	color:white;
	transition: color 0.3s;
	user-select: none;
}

.platformContainer {
	font-size:1.5vw;
	display: inline-block;
	margin: 0 1vw;
}
.platformContainer select {
	font-family: teko;
	font-size: 1.5vw;
	padding: 0px 0.6vw;
	background-color: #ffffff00;
	color: #f1bc38;
	border: 0;
}
.platformContainer select option {
	background: #f1bc38;
	color: black;
	
	
}
.platformContainer select:focus {
	outline: none;
}


.modeContainer {
	font-size:1.5vw;
	display: inline-block;
	margin: 0 1vw;
}
.modeContainer select {
	font-family: teko;
	font-size: 1.5vw;
	padding: 0px 0.6vw;
	background-color: #ffffff00;
	color: #f1bc38;
	border: 0;
}
.modeContainer select option {
	background: #f1bc38;
	color: black;
	
	
}
.modeContainer select:focus {
	outline: none;
}

.button {
	display:inline-block;
	margin-top:3vw;
	font-size:4vw;
	color:#f1bc38;
	border: 0.4vw solid #f1bc38;
	padding-left: 3vw;
	padding-right: 3vw;
	line-height: 5vw;
	padding-top: 0.5vw;
	cursor: pointer;
	user-select: none;
	border-radius: 0.5vw;
}
.description {
	position: absolute;
	top:-1.5vw;
	left: 0;
	width: 100%;
	font-size: 1.5vw;
	color: #f1bc38;
}
.helpWindow{
	border: 0.1vw solid #f1bc38;
	border-radius: 0.5vw;
	padding: 1vw 3vw;
	background-color: #161618;
	position: absolute;
	left: 50%;
    width: 29vw;
    z-index: 2;
	transform: translate(-50%, 0);
	display:none;
	text-align: left;
}
.helpWindow b {
	color: #f1bc38;
}
.activeSite {
	color: #f1bc38 !important;
}

.activeSite:after {
  width: 100%!important;
  left:0!important;
}
.notification {
		background-color: #f1bc38;
		font-size: 2vw;
		padding: 1vw;
		color: black;
		position: absolute;
		top: 0;
		transform: translateY(50%);
		margin-top: -2vw;
	}
	
#socialIcons {display:block; position: fixed; left: 2vw; top: 2vw; z-index:3;    filter: drop-shadow(1px 1px 0 rgba(0,0,0,0.5));}
#socialIcons ul {
margin: 0px; 
padding:0px;
text-align: center;
}
#socialIcons ul li {
margin-top: 1vw;
height: 3vw;
line-height: 3vw;
list-style-type: none;
}
#socialIcons ul li a{
width:3vw;
height:3vw; 
display: inline-block;
}
	.twitterIcon, .facebookIcon, .linkedInIcon, .twitchIcon, .instaIcon{
		background: url('../images/social_icons.svg') -10.6vw 0px;
		background-size:13.5vw;
		background-repeat: no-repeat;
		}
		.facebookIcon{
		background-position: 0.3vw 0px;
		}
		.instaIcon{
		background-position: -7vw 0px;
		}
		.twitchIcon{
		background-position: -3.4vw 0px;
		}
	#usage {
				background-color: white;
				color:black;
				text-align:left;
				font-size:2vw;
			}
			#usage .container {
				padding: 2vw 4vw;
				display: inline-block;
				vertical-align: top;
			}
			#usage .container h2 {
				font-size: 4vw;
				margin-bottom: 0;
			}
			#usage .container p b {
				font-size:2.5vw;
			}
			
			#faq {
				color:white;
				text-align:right;
				font-size:2vw;
			}
			#faq .container {
				padding: 2vw 4vw;
				display: inline-block;
				vertical-align: top;
			}
			#faq .container h2 {
				font-size: 4vw;
				margin-bottom: 0;
			}
			#faq .container h3 {
				font-size: 3vw;
				margin-bottom: 0;
				text-decoration: underline; 
			}
			#faq .container p b {
				font-size:2.5vw;
			}
			#membership {
				background-color: white;
				color:black;
				
				font-size:2vw;
			}
			#membership .container h2 {
				font-size: 4vw;
			}

			@font-face{
				font-family:'agency fb bold';
				font-style:normal;font-weight:700;
				src:
					url(/fonts/agency-fb-bold_cee84847c4ab16cf2b0952d063712724.woff) format('woff'),
					url(/fonts/agency-fb-bold_cee84847c4ab16cf2b0952d063712724.ttf) format('truetype')
			}

			#loader {
				color: grey;
				position: absolute;

				height: 7vw;
				width: 7vw;
				margin: 0;
				left: 50%;
				top: 50%;
				margin-left: -3.5vw;
				margin-top: -3.5vw;
			}

			
			.wrapper {
				text-align: right;
			}
			
			.title {
				display: inline-block;
				margin-top: 2vw;
			}

			.title span {
				font-family: 'agency fb bold', sans-serif;
				display: inline-block;
				font-size: 3.4vw;
				position: relative;
				text-align: center;
				vertical-align: top;
				padding: 0px 0.6vw;
			}

			.light {
				background-color: rgba(0, 0, 0, 0.2);
				color: rgba(255, 255, 255, 0.9);
				font-size: 3.9vw !important;
				line-height: 4.8vw;
			}

			.dark {
				background-color: rgba(0, 0, 0, 0.4);
				color: rgba(255, 255, 255, 0.65);
				line-height: 4.8vw;
				margin-left: -0.3vw  !important;
			}

			.fa-circle-notch {
			font-size: 7vw;
			}
			.nameTitle{
				font-family: 'Teko', sans-serif; 
				text-align:right;
				font-size: 4vw;
				line-height: 5vw; 
				margin:0;
				text-shadow:0px 1px 3px #000; 
				color:white;
			}
