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, 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;
}
html {
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../assets/shared/body_bg.jpg);
	background-repeat: repeat;
	font-family:'Roboto', sans-serif;
}

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;
}

strong {
	font-weight:700;
}


.hidden {
	visibility: hidden;
	display: none;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.blue {
	color: #00698C;
}

.yellow {
	color: #F1C40F;
}

a.link {
	color: #F1C40F;
	
	text-decoration: none;	
}

a.link:hover {
	text-decoration: underline;
}


p {
	margin-bottom: 20px;
}

.bigger {
	font-size: 1.1em;
}

.fw_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*border: 1px solid #000;*/
}

.container {
    width: 100%;
    max-width: 1400px;
   
    height: auto;
    margin: 0px auto;
    overflow: hidden;
   /* border: 2px solid #F00;*/
    
}


.wrapper {
    width: auto;
    height: auto;
    margin: 0px 2%;
    overflow: hidden;
   /* border: 1px solid #000;*/
}



/******************************************************** TOP BAR */

#top_bar {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: stretch;
}

#top_bar_left {
	width: 50%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #F1C40F;
	background-image: url(../assets/header/left_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 2%;
    display: flex;
    align-items: center;
}

#top_bar_right {
	width: 50%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #00698C;
	background-image: url(../assets/header/right_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 2%;
    display: flex;
    align-items: center;
}

#twitch_info {
	width: 60%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	

}

#twitch_info a {
	font-family: agency-fb, sans-serif;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.6em;
	letter-spacing: 1px;

}

/******************************************************** NAV */

nav {
	width: 100%;
	overflow: hidden;
	/*display: flex;*/
}

#nav_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
}

#nav_wrap a {
	text-decoration: none;
}

.nav_link {
	color: #fff;
	font-family: "Roboto", arial, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	padding: 26px 5px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
}

.nav_link:hover {
	background-image: url(../assets/nav/active2.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	cursor: pointer;
}

.nav_link .active {
	background-image: url(../assets/nav/active.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav_button {
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	display: none;
	background-image: url(../assets/nav/nav_button.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 50% 50%;
}


/********************************************************  BANNER */

.slide_bottom {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 12em;
	color: #fff;
	text-align: center;
	background-image: url(../assets/banner/banner_bg.png);
	background-repeat: repeat;
	font-family: agency-fb, sans-serif;
	font-weight: 400;
}

.slide_bottom span {
	font-weight: 700;
}



/********************************************************  SHARED */

.section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 80px 2%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

}

.section p {
	margin-bottom: 24px;
	line-height: 1.5;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}

.title {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #F1C40F;
	font-size: 10vw;
	font-family: agency-fb, sans-serif;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
	margin-bottom: 60px;
	font-weight: 700;
}

.title.white {
	color: #fff;
} 

.title.grey {
	color: #999;
} 

p.grey {
	color: #777;
}

/******************************************************** WELCOME */

.fw_wrap.welcome {
	background-image: url(../assets/welcome/welcome_bg.jpg);
	height: auto;
	background-size: cover;
	background-position: 50% 0%;
}

.fw_wrap.setup {
	/*background-image: url(../assets/setup/setup_bg.jpg);
	height: 600px;
	background-size: cover;
	background-position: 50% 0%;*/
	background-color: #EBBF0F;
}

.fw_wrap.commands {
	background-image: url(../assets/commands/commands_bg.jpg);
	height: auto;
	background-size: cover;
	background-position: 50% 0%;
}

/******************************************************** SETUP */
#items_wrapper {
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0px 40px 0px;
}

.grid-sizer {
    width: 30%;
}

.gutter-sizer {
    width: 5%;
}

.item {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 0px 40px 0px;
	/*background-color: #fff;
	border: 4px solid #015A78;*/
}

.item_name {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 3px 0px;
	color: #fff;
	font-family: agency-fb, sans-serif;
	text-align: left;
	font-size: 1.8em;
}

.item_img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border: 4px solid #BF9B0D;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.item_img img {
	width: 100%;
	max-width: 400px;
}

.item_info {
	width: 100%;
	height: auto;
	float: left;
	margin: 04px 0px 0px 0px;
	text-align: right;
	color: #fff;
	font-weight: 300;
	font-size: 1.3em;
}

/******************************************************** COMMANDS */

#commands_wrap {
	width: 80%;
	height: auto;
	float: left;
	margin: 40px 0px 40px 10%;
	line-height: 1.5;
	color: #666;
}

.command {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
}

.command_name {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 6px 0px;
	font-family: agency-fb, sans-serif;
	font-size: 1.8em;

}

.command_exp {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	font-weight: 300;
	font-size: 1.2em;

}

/******************************************************** SCROLL TO TOP */

#scrollToTop {
	width:50px; 
	height:50px;
	position:fixed;
	bottom:20px;
	right:20px;
	background-image: url(../assets/shared/up_arrow.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	cursor: pointer;
	display:none;
}

#scrollToTop:hover{
	opacity: 0.8;
}

/******************************************************** COOKIE BANNER */
.section.left {
	text-align: left;
}


#cookie_info {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #00698C;
	color: #fff;
	padding: 16px 2% 2px 2%;
	line-height: 1.2;
	display: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #F1C40F;
}

#cookie_text {
	width: 78%;
	height: auto;
	float: left;
	margin: 9px 0px 0px 0px;
	font-size: 1em;
}

#cookie_text p {
	color: #fff;
}

#cookie_info a {
	color: #fff;
}

button#cookie_ok {
	width: 20%;
	height: auto;
	float: right;
	color: #000;
	background-color: #fff;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 1.2em;
	text-align: center;
	font-family: agency-fb, sans-serif;

}

button#cookie_ok:hover {
	background-color: #f8f8f8;
}

p.policy_title {
	font-size: 1.9em;
	color: #F1C40F;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 45px;
	font-family: agency-fb, sans-serif;
}

p.policy_title:first-of-type {
	margin-top: 0px;
}

p.policy_txt {
	font-size: 1.05em;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #fff;
}

ul.policy {
	margin: 20px 0px 20px 5%;
	font-size: 1.2em;
	line-height: 1.3;
	color: #666;
}

ul.policy li {
	margin-bottom: 16px;
	overflow: hidden;
	color: #fff;
}

ul.policy li a {
	font-size: 0.9em;
	margin-left: 0px;
	color: #F1C40F;
	
}

table.cookies {
	width: 97%;
	margin: 30px 0px 30px 3%;
	text-align: left;
	border: 1px solid #ccc;
	float: left;
	color: #fff;
}

table.cookies thead {
	border-bottom: 1px solid  #ccc;
}


table.cookies th {
	padding: 10px;
}

table.cookies td {
	padding: 10px;
}

table.cookies td p {
	margin-bottom: 20px;
	line-height: 1.3;
}


table.cookies tr {
	margin: 20px 0px;
}

td#col1 {
	width: 22%;
	padding: 20px 1%;
}

td#col2 {
	width: 22%;
	padding: 20px 1%;
}

td#col3 {
	width: 56%;
	padding: 20px 1%;
}

/******************************************************** PHONE NUMBERS */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/******************************************************** SAFARI */

a.surround {
	text-decoration: none;
}

a.surround:visited {
	color: #fff;
}

a.surround:active {
	color: #fff;
}


/******************************************************** FIREFOX */

@-moz-document url-prefix() {


}

/******************************************************** RESPONSIVE */

@media screen and (max-width: 750px) {
	.grid-sizer {
	    width: 45%;
	}

	.gutter-sizer {
	    width: 10%;
	}

	.item {
		width: 45%;
		
	}

	#top_bar {
		display: block;
	}

	#top_bar_left {
		width: 100%;
		display: block;
		padding: 24px 0px;
	}

	#twitch_info {
		text-align: center;
		width: 80%;
		margin-left: 10%;
	}

	#twitch_info a {
	
		font-size: 5vw;

	}

	#nav_wrap {
		width: 90%;
		margin-left: 5%;
	}

	#top_bar_right {
		width: 100%;
		display: block;
	}


}

@media screen and (max-width: 500px) {
	.grid-sizer {
	    width: 80%;
	}

	.gutter-sizer {
	    width: 0%;
	}

	.item {
		width: 80%;
		margin-left: 10%;
		
	}

	#nav_wrap {
		flex-wrap: wrap;
	}

	#nav_button {
		display: block;
	}

	#nav_wrap {
		display: none;
	}

	.nav_link {
		width: 100%;
		float: left;
		text-align: center;
		padding: 18px 0px;
	}

	#twitch_info a {
	
		font-size: 6vw;

	}

	.title {
		
		font-size: 15vw;
		
	}

	.section {
		padding: 40px 2%;
	}

}