/* BASE Reset */
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, font, 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 {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* Base */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
div.clear {clear: both;}
span.clear {display: block; clear: both;}
div.pad5 {padding: 5px;}
div.pad10 {padding: 10px;}
div.pad20 {padding: 20px;}
div.pad20_nomob {padding: 20px;}
div.pad20_mob10 {padding: 20px;}
div.pad30 {padding: 30px;}
div.pad40 {padding: 40px;}
.curve_me_3 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.curve_me_5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.curve_me_10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.shadow_111 {-moz-box-shadow: 0px 0px 8px #111111;-webkit-box-shadow: 0px 0px 8px #111111;box-shadow: 0px 0px 8px #111111;}
.shadow_666 {-moz-box-shadow: 0px 0px 8px #666666;-webkit-box-shadow: 0px 0px 8px #666666;box-shadow: 0px 0px 8px #666666;}
.shadow_888 {-moz-box-shadow: 0px 0px 8px #888888;-webkit-box-shadow: 0px 0px 8px #888888;box-shadow: 0px 0px 8px #888888;}
.shadow_ccc {-moz-box-shadow: 0px 0px 8px #CCCCCC;-webkit-box-shadow: 0px 0px 8px #CCCCCC;box-shadow: 0px 0px 8px #CCCCCC;}
.bg_fff {background: #FFFFFF;}
.bg_000 {background: #000000;}
.bg_111 {background: #111111;}
.bg_222 {background: #222222;}
a {text-decoration: underline;color: #222222;}

/* Loaders */
div.loading_mask {
	background: url('../img/loaders/1.gif') center center no-repeat #FFFFFF;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	z-index: 1100000;
}
div.loading_mask_transparent {
	background: none;
	position: absolute;
	z-index: 1100000;
}

/* Boxes */
.errorbox {color: #D8000C; background-color: #FFBABA; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.errorbox p {color: #D8000C; font-size: 12px; margin: 0;}
.errorbox a {color: #000000; text-decoration: none;}
.errorbox a:hover {color: #333333; text-decoration: underline;}

.noticebox {color: #9F6000; background-color: #FEEFB3; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.noticebox p {color: #9F6000; font-size: 12px; margin: 0;}
.noticebox a {color: #000000; text-decoration: none;}
.noticebox a:hover {color: #333333; text-decoration: underline;}

.infobox {color: #00529B; background-color: #BDE5F8; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.infobox p {color: #00529B; font-size: 12px; margin: 0;}
.infobox a {color: #000000; text-decoration: none;}
.infobox a:hover {color: #333333; text-decoration: underline;}

.successbox {color: #4F8A10; background-color: #DFF2BF; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.successbox p {color: #4F8A10; font-size: 12px; margin: 0;}
.successbox a {color: #000000; text-decoration: none;}
.successbox a:hover {color: #333333; text-decoration: underline;}

.errorbox {background-image: url('../img/icons/led/cancel.png'); background-position: 10px 15px; background-repeat: no-repeat;}
.noticebox {background-image: url('../img/icons/led/error.png'); background-position: 10px 15px; background-repeat: no-repeat;}
.infobox {background-image: url('../img/icons/led/exclamation.png'); background-position: 10px 15px; background-repeat: no-repeat;}
.successbox {background-image: url('../img/icons/led/accept.png'); background-position: 10px 15px; background-repeat: no-repeat;}
.errorbox, .noticebox, .infobox, .successbox {padding: 15px 15px 15px 35px;}

div.grey_box {background: #F7F7F7; border: 1px solid #CCCCCC;}
div.light_grey_box {background: #F5F5F5; border: 1px solid #EEEEEE;}
div.white_box {background: #FFFFFF; border: 1px solid #CCCCCC;}
.content_on {display: block;}
.content_off {display: none;}

/* Mobile controls */
.mobile_show {
	display: none;
}
.mobile_hide {
	
}

.colored {
	color: #fafd00;
}

.generator_panel ul {
	margin: 0 0 15px 0;
}
.generator_panel ul li {
	font-size: 16px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 10px 15px;
	list-style: square;
}

/*
	Flat - Mark Willis
	v0.0.4 - 2016-03-31
*/

input[type='submit'] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

.button_flat {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 30px;
	/*
	background-image: -webkit-linear-gradient(#3fc000, #4dc413);
	background-image: -moz-linear-gradient(#3fc000, #4dc413);
	*/
	background: #CCCCCC;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999999;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.15);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.3s;
	text-align: center;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-transform: uppercase;
}
.button_flat:hover {
	color: #FFFFFF;
}

.button_form {
	margin: 15px 0 15px 0;
}
.button_flat_full {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.button_flat_right {
	float: right;
}
.button_flat_small {
	padding: 6px 15px 6px 15px;
}

/* Blue */
.button_flat_blue {
	color: #FFFFFF;
	background-color: #25B9E3;
	border-color: #4D9CD2;
}
.button_flat_blue:hover {
	color: #FFFFFF;
	background-color: #70BFF5;
	border-color: #46b8da;
}
.button_flat_blue:active {
	background-color: #4D9CD2;
}

/* White */
.button_flat_white {
	color: #333333;
	background-color: #F7F7F7;
	border-color: #DFDFDF;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
}
.button_flat_white:hover {
	color: #555555;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.button_flat_white:active {
	background-color: #DFDFDF;
}

/* Green */
.button_flat_green {
	color: #FFFFFF;
	background-color: #2ecc71;
	border-color: #21BF64;
	
	background-color: #3CB600;
	border-color: #38A900;
}
.button_flat_green:hover {
	color: #FFFFFF;
	background-color: #45D200;
	border-color: #38A900;
}
.button_flat_green:active {
	background-color: #38A900;
}

/* Gamertag */
.button_flat_gamertag {
	color: #FFFFFF;
	background-color: #4eaf0e;
	background-color: #215600;
	border-color: #49ad07;
}
.button_flat_gamertag:hover {
	color: #FFFFFF;
	background-color: #133000;
	border-color: #49ad07;
}
.button_flat_gamertag:active {
	background-color: #133000;
}

.button_flat_gamertag2 {
	color: #4C4C4C;
	background-color: #FFFF00;
	border-color: #d2d200;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.button_flat_gamertag2:hover {
	color: #2A2A2A;
	color: #192029;
	background-color: #ffff55;
	border-color: #d2d200;
}
.button_flat_gamertag2:active {
	background-color: #d2d200;
}

/* Red */
.button_flat_red {
	color: #FFFFFF;
	background-color: #DB404C;
	border-color: #CC323E;
}
.button_flat_red:hover {
	color: #FFFFFF;
	background-color: #E95460;
	border-color: #CC323E;
}
.button_flat_red:active {
	background-color: #CC323E;
}

/* Yellow */
.button_flat_yellow {
	color: #333333;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
	background-color: #f1c40f;
	border-color: #E3B603;
}
.button_flat_yellow:hover {
	color: #333333;
	background-color: #FFD634;
	border-color: #f5d313;
}
.button_flat_yellow:active {
	background-color: #E3B603;
}

/* Pink */
.button_flat_pink {
	color: #FFFFFF;
	background-color: #E04286;
	border-color: #DC2A77;
}
.button_flat_pink:hover {
	color: #FFFFFF;
	background-color: #E6689E;
	border-color: #E6689E;
}
.button_flat_pink:active {
	background-color: #DC2A77;
}

/* Orange */
.button_flat_orange {
	color: #FFFFFF;
	background-color: #F69520;
	border-color: #e47d00;
}
.button_flat_orange:hover {
	color: #FFFFFF;
	background-color: #ffae00;
	border-color: #e47d00;
}
.button_flat_orange:active {
	background-color: #e47d00;
}

/* Dark */
.button_flat_dark {
	color: #FFFFFF;
	background-color: #2A2A2A;
	background-color: #3d4447;
	border-color: #333333;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
.button_flat_dark:hover {
	color: #FFFFFF;
	background-color: #444444;
	background-color: #51595d;
	border-color: #333333;
}
.button_flat_dark:active {
	background-color: #333333;
	background-color: #51595d;
}

/* extras */

.button_flat_large {
    font-size: 20px;
    padding: 16px 24px 16px 24px;
}

.button_flat_group a.button_flat {
	margin: 0;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.button_flat_group a.button_flat_nobord {
	border-right: none;
}
.button_flat_group a.button_flat_first {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.button_flat_group a.button_flat_last {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Scratchmark */
.button_flat_scratchmark {
	color: #FFFFFF;
	background-color: #043A67;
	border-color: #043A67;
}
.button_flat_scratchmark:hover {
	color: #FFFFFF;
	background-color: #005B9D;
	border-color: #043A67;
}
.button_flat_scratchmark:active {
	background-color: #043A67;
}

/* Gamertag v2, Mark Willis */
html, body {
	margin: 0;
	height: auto;
	height: auto;
	background: #107C10;
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #107C10;
	font-size: 14px;
	
	background: rgb(20,161,20);
	background: -moz-radial-gradient(circle, rgba(20,161,20,1) 0%, rgba(16,124,16,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(20,161,20,1) 0%, rgba(16,124,16,1) 100%);
	background: radial-gradient(circle, rgba(20,161,20,1) 0%, rgba(16,124,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14a114",endColorstr="#107c10",GradientType=1);
}
::-moz-selection{background:#00FF41; color: #111111;}
::selection{background:#00FF41; color: #111111;}

body.dark {
	background: rgb(25,32,41);
	background: -moz-radial-gradient(circle, rgba(25,32,41,1) 0%, rgba(37,46,55,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(25,32,41,1) 0%, rgba(37,46,55,1) 100%);
	background: radial-gradient(circle, rgba(25,32,41,1) 0%, rgba(37,46,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192029",endColorstr="#252e37",GradientType=1);
}

h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
	color: #444444;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h2 {
	font-size: 28px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h4 {
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
p {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Open Sans', arial, serif;
}
a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:hover {
	color: #000000;
}
ul {
	margin: 0 0 20px 0;
}
ul.standard {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 20px;
	color: #444444;
	font-family: 'Open Sans', arial, serif;
}
ul.standard li {
	margin: 0 0 15px;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.icon_green {color: green;}
.icon_red {color: red;}
.icon_blue {color: blue;}
.icon_yellow {color: #FFFF00;}

div.page_spacer {
	height: 80px;
}

/* WRAPPER */
div.wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
div.mini_wrapper {
	width: 600px;
	margin: 0 auto 0 auto;
}

/* Gamertag */
/* Navigation */
div.header_hold {
	height: auto;
}
div.header_floating {
	margin: 0;
}
header {
	margin: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 3000;
}
div.header_inner {
	padding: 0px 0px 20px 0px;
}
div#header_logo {
	display: block;
	width: 300px;
	height: 120px;
	float: left;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	
	background-image: url('../../assets/img/logo.png');
	background-image: url('../../assets/img/logo.webp');
	-webkit-box-shadow: none;
	box-shadow: none;
	background-size: 100% auto;
}
div#header_logo a {
	display: block;
	width: 300px;
	height: 133px;
	text-indent: -9999px;
}

div#mobile_header_navigation {
	display: block;
	width: 80px;
	height: 80px;
	background: #2A2A2A;
	background: #192029;
	display: none;
}

div#header_navigation {
	margin: 0;
	width: 680px;
	float: right;
	background: #2A2A2A;
	background: #192029;
	border-bottom: 3px solid #149c14;
	margin: 35px 0 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 8px rgb(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 8px rgb(0,0,0,0.5);
    box-shadow: 0 2px 8px rgb(0,0,0,0.5);
}
div#header_navigation ul {
	margin: 0;
	display: flex;
}
div#header_navigation ul li {
	float: left;
	flex: 1 0 auto;
	position: relative;
}
div#header_navigation ul li a {
	display: block;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
div#header_navigation ul li.first a {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
div#header_navigation ul li.last a {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
div#header_navigation ul li a span {
	display: block;
	padding: 24px 10px 24px 10px;
}
div#header_navigation ul li a.active,
div#header_navigation ul li a:hover {
	background: #149c14;
	color: #FFFFFF;
}

div#header_navigation ul li ul.subnav {
	display: block;
	position: absolute;
	height: auto;
	width: 100%;
	background: #333333;
	background: #192029;
	display: none;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	z-index: 2000;
}
div#header_navigation ul li ul.subnav li {
	width: 100%;
	float: none;
	border-top: 1px solid #444444;
}
div#header_navigation ul li ul.subnav li a {
	font-size: 14px;
}
div#header_navigation ul li:hover ul.subnav,
div#header_navigation ul li ul.subnav.active {
	display: block;
}
div#header_navigation ul li ul.subnav li a.active,
div#header_navigation ul li ul.subnav li a:hover {
	background: #149c14;
	color: #FFFFFF;
}

/* Header */
div.header_bar {
	background: #2A2A2A;
	background: #192029;
	border-bottom: 1px solid #149c14;
	color: #BBBBBB;
	padding: 0px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}
div.header_bar_left {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0px;
}
div.header_bar_left_pad {
	padding: 14px 0 0 0;
}
div.header_bar_left a {
	color: #BBBBBB;
}
div.header_bar_left a.mlwgames {
	color: #888888;
}
div.header_bar_right {
	width: 50%;
	float: left;
	text-align: right;
}
div.header_bar_right div.icons {
	float: right;
}
div.header_bar_right a.icon {
	display: inline-block;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	font-size: 20px;
	float: left;
	width: 60px;
	height: 40px;
}
div.header_bar_right a.icon span.headpad {
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
}
div.header_bar_right a.facebook {
	background: #3b5998;
}
div.header_bar_right a.twitter {
	background: #33ccff;
}
div.header_bar_right a.instagram {
	background: #c32aa3;
}
div.header_bar_right a span.headlink {
	display: block;
	height: 1px;
	overflow: hidden;
	text-indent: -9990px;
}

/* Main */
div#main_page {
	min-height: 100vh;
	min-height: calc(100vh - 100px);
}
div.dark_page {
	background: #2A2A2A;
	background: #192029;
	color: #FFFFFF;
}
div.dark_page p,
div.gamertag_page p {
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 1px 1px 1px #111;
}
div.dark_page h1,
div.dark_page h2,
div.dark_page h3,
div.dark_page h4,
div.dark_page h5 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
}
div.gamertag_page h1,
div.gamertag_page h2,
div.gamertag_page h3,
div.gamertag_page h4,
div.gamertag_page h5 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
}

div.gamertag_page {
    background: #0b750b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px rgb(255 255 255 / 20%);
    text-shadow: 1px 1px rgb(0 0 0 / 40%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.gamertag_page h1 {
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	line-height: 1.3em;
}

div.gamertag_pad {
	padding: 30px;
}
div.page_left1_pad {
	padding: 0 30px 0 0;
}

div.gamertag_title {
	padding: 5px 0 10px 0;
}
div.gamertag_title h1 {
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
div.gamertag_title p {
	font-size: 14px;
	color: #DDDDDD;
	text-shadow: 1px 1px 1px #111;
	line-height: 1.2em;
}

div.mobile_spacer {
	height: 60px;
}

div.page_left {
	width: 50%;
	float: left;
}
div.page_right {
	width: 50%;
	float: right;
}
div.page_left1 {
	width: calc(100% - 300px);
}
div.page_right1 {
	width: calc(300px);
}

/* Content tiles - home etc */
div.content_tile_title {
	margin: 100px 0 5px 0;
}
div.content_tile_title h3 {
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.42);
	text-transform: uppercase;
}
div.content_tiles {
	margin: 100px 0 40px 0;
	display: flex;
}
div.content_tiles.with_title {
	margin: 0 0 40px 0;
}
div.content_tiles.equal_margin {
	margin: 80px 0 80px 0;
}
div.content_tiles:after {
	content: "";
	display: table;
	clear: both;
}
div.content_tile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	border: none;
	background: #192029;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	flex: 1 0 auto;
	width: calc(33.3% - 10px);
	min-height: 200px;
	margin: 0 5px 0 5px;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	transition: background 1.5s;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: none;
	background-size: auto 256px;
}
div.content_tiles_3 div.content_tile {
	width: calc(33.3% - 10px);
}
div.content_tiles_2 div.content_tile {
	width: calc(50% - 10px);
}
div.content_tile:hover {
	transform: scale(1.01);
	/*border: 1px solid #149c14;*/
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.45);
	background-size: auto 266px;
}
div.content_tile a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
}
div.content_tile a span.pad {
	display: block;
	padding: 120px 30px 30px 30px;
}
div.content_tile a span.title {
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
div.content_tile a span.desc {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0px;
}


div.content_tile_fantasy {
	background-image: url('../img/tiles/gamertag_fantasy.png');
}
div.content_tile_xbox {
	background-image: url('../img/tiles/gamertag_xbox.png');
}
div.content_tile_generator {
	background-image: url('../img/tiles/gamertag_generator.png');
}

/* Headers */
div.generator_header {
	background-position: top center;
	background-repeat: no-repeat;
}
div.generator_header.generator_header_gamertag_1 {
	background-image: url('../img/headers/generator_gamertag_1.jpg');
}
div.generator_header.generator_header_gamertag_2 {
	background-image: url('../img/headers/generator_gamertag_2.jpg');
}
div.generator_header.generator_header_gamertag_3 {
	background-image: url('../img/headers/generator_gamertag_3.jpg');
}
div.generator_header.generator_header_fantasy_1 {
	background-image: url('../img/headers/generator_fantasy_1.jpg');
}
div.generator_header.generator_header_fantasy_2 {
	background-image: url('../img/headers/generator_fantasy_2.jpg');
}

/* Game tile */
div.game_tiles {
	margin: 60px 0 60px 0;
	display: flex;
}
div.game_tile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	flex: 1 0 auto;
	width: calc(33.3% - 10px);
	margin: 0 5px 0 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #192029;
	background-size: 432px auto;
	
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	transition: background 1.5s;
	
	overflow: hidden;
}
div.game_tile:hover {
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	background-size: 448px auto;
}
div.game_tile a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
div.game_tile_inner {
	padding: 400px 0 0 0;
}
div.game_tile_content {
	background: #192029;
	position: relative;
}
div.game_tile_image {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 20px;
	top: -50px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	-moz-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
}
div.game_tile_chips {
	text-align: right;
	padding: 12px 10px 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
div.game_tile_info {
	padding: 60px 20px 20px 20px;
}
div.game_tile_info p.title {
	font-size: 28px;
	line-height: 1.4em;
	color: #e9ee00;
	margin: 0 0 5px 0;
}
div.game_tile_info p.info {
	font-size: 16px;
	line-height: 1.4em;
	color: #DDDDDD;
}

div.game_tile.game_tile_xtreme {
	background-image: url('../img/games/tile_xtreme.jpg');
}
div.game_tile.game_tile_devon {
	background-image: url('../img/games/tile_devon.jpg');
}
div.game_tile.game_tile_maths {
	background-image: url('../img/games/tile_mathsnapics.jpg');
}


/* Blips / tags / chips */
.ui_chip {
	background: #333333;
	padding: 6px 12px 6px 12px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	margin: 0 3px 3px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.ui_chip_blue {
	background: #006ECC;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_green {
	background: #3CB600;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_purple {
	background: #b6008f;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_red {
	background: #CC0000;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_orange {
	background: #cc8d00;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_pink {
	background: #cc00bc;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* Footer */
footer {
	background: #2A2A2A;
	background: #0e151a;
	width: 100%;
	min-height: 300px;
	
	border-top: 2px solid #000000;
	bottom: 0px;
	text-align: center;
}
div.footer_pad {
	padding: 40px 0px 40px 0px;
}
footer p {
	color: #BBBBBB;
	text-shadow: 1px 1px 1px #111111;
	font-size: 16px;
}
footer p a {
	color: #FFFFFF;
}
footer p a:hover,
footer p a:active {
	color: #CCCCCC;
}

/* Main page - gamertgag */
.gamertag_old {
	width: 450px;
	height: 400px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -150px;
	margin-left: -225px;
	text-align: center;
	z-index: 2000;
}
.gamertag {
	width: 500px;
	margin: 100px auto 0 auto;
	text-align: center;
}
.gamertag_check {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.gamertag_inline {
	width: 450px;
	margin: 0 auto 0 auto;
}
.gamertag_check .page_top,
.gamertag_wrapper .page_top {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0px;
	text-align: center;
}
.gamertag_check .page_left,
.gamertag_wrapper .page_left {
	width: calc(100% - 300px);
	float: left;
	margin: 0;
}
.gamertag_check .page_right,
.gamertag_wrapper .page_right {
	width: calc(300px);
	float: right;
	margin: 0px;
}
.gamertag_check .page_break,
.gamertag_wrapper .page_break {
	height: 20px;
}
.gamertag_check .page_inner,
.gamertag_wrapper .page_inner {
	padding: 0 30px 0 0;
}

.gamertag_wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
.gamertag_wrapper .page_top {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 1px;
	text-align: center;
}

.try_generator {
	margin: 40px 0 0 0;
}
.try_generator_nostyle {
	margin: 40px 0 0 0;
}
.try_generator a {
	display: block;
	background: rgba(58,58,58,0.35);
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2), 1px 1px 3px rgba(11, 11, 11, 0.3);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin: 0 0 20px 0;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.3s;
}
.try_generator a span {
	display: block;
	padding: 20px 26px 20px 26px;
}
.try_generator a:hover {
	background: rgba(58,58,58,0.25);
}


.logo {
	margin-bottom: 40px;
}
.available {
	background: #2C82C9;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 40px;
	line-height: 1.6em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.in-use {
	background: #E76B6B;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 40px;
	line-height: 1.6em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.available span.tag,
.in-use span.tag {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}


div.checked-text p {
	color: #EEEEEE;
	text-shadow: 1px 1px 1px rgba(17,17,17,0.5);
	text-align: center;
	margin: 15px 0 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2em;
}

/* Counters */
p#counter_text,
p#generator_text,
span#total,
span#today {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.3s;
}
span#total.spicy,
span#today.spicy,
span#total2.spicy,
span#today2.spicy {
	color: #FFFF00;
}
p#generator_text {
	margin: 5px 0 0 0;
}

div.checked-text p.left {
	text-align: left;
}

/* Input form */
div.form_entry {
	width: 100%;
	position: relative;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
div.form_entry_left {
	width: 70%;
	float: left;
}
div.form_entry_right {
	width: 30%;
	float: left;
}
div.clear {
	clear: both;
}
div.form_entry input.gamertag_search,
input.gt_input {
    display: block;
    border: none;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px 0px 15px;
    font-size: 20px;
    line-height: 1em;
    color: #444444;
	border-bottom: 1px solid #49ad07;
}
input.gt_input {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
}
.gt_input_shadow {
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
}
div.form_entry input.search,
div.form_entry button.search {
	transition: all 0.3s;
	text-align: center;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: 400;
	border-radius: 2px;
	text-decoration: none;
	padding: 10px 20px;
	background: #CCCCCC;
	font-size: 20px;
	line-height: 1em;
	color: #FFFFFF;
	background-color: #4eaf0e;
	background-color: #215600;
	display: block;
	border: none;
	border-top: 1px solid #49ad07;
	border-right: 1px solid #49ad07;
	border-bottom: 1px solid #49ad07;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div.form_entry input.search:hover {
	background-color: #52CD00;
	background-color: #133000;
}
div.form_entry input.search:hover,
div.form_entry button.search:hover {
	background-color: #52CD00;
	background-color: #133000;
}


/* Toast */
div#toaster {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 300px;
	height: 320px;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
}
div#toaster.toaster_inline {
	position: relative;
	width: 100%;
}
div#toaster.check {
	bottom: 0px;
}
div.toast {
	width: 300px;
	height: 64px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	margin: 0 0 5px 0;
}
div.toast_off {
	display: none;
}
div.toast_on {
	display: block;
}
div.toast_icon {
	width: 64px;
	height: 64px;
	float: left;
	font-size: 32px;
	text-align: center;
}
div.toast_icon_0 {
	background: #E76B6B;
}
div.toast_icon_1 {
	background: #2C82C9;
}
div.toast_icon_pad {
	padding: 16px 0 0 0;
}
div.toast_info {
	width: 230px;
	height: 64px;
	float: left;
}
div.toast_info_pad {
	padding: 10px 0 0 10px
}
div.toast_info p.toast_info_1 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
div.toast_info p.toast_info_2 {
	color: #888888;
	text-align: right;
	margin: 0;
	font-size: 11px;
}


div.gamertag_left {
	width: 50%;
	width: calc(100% - 340px);
	float: left;
}
div.gamertag_right {
	width: 50%;
	width: calc(340px);
	float: right;
}

div#taggy {
	width: 300px;
	margin: 0 auto 10px auto;
}
div#taggy2 {
	width: 728px;
	margin: 0 auto 0 auto;
}

/* Pages */
hr {
	height: 0;
	width: 100%;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #CCC;
}
hr.green {border-top: 1px solid #00a500;}
div.page {
	padding: 0;
	text-align: left;
}
div.page h1,
div.page h2,
div.page h3 {
	font-size: 32px;
	line-height: 1.3em;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	margin: 0 0 15px 0;
}
div.page h2 {
	font-size: 28px;
}
div.page h3 {
	font-size: 26px;
}
div.page p {
	font-size: 16px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	margin: 0 0 15px 0;
}
div.page ul,
div.page ul li {
	font-size: 16px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	margin: 0 0 15px 0;
}
div.page ul li {
	list-style: circle;
}


/* Extras */
div#xtreme {
	width: 300px;
	height: 420px;
	background: url('../../assets/xtreme/xtreme.jpg');
	margin: 0 auto 0 auto;
}
div#xtreme div.xtreme_inner {
	padding: 40px 0 0 0;
	text-align: center;
}
div#xtreme div.xtreme_video {
	width: 270px;
	height: 152px;
	margin: 0 auto 0 auto;
}
div#xtreme div.xtreme_body a {
	display: block;
	width: 300px;
	height: 225px;
	background: none;
	text-decoration: none;
}

.grecaptcha-badge {
	display: none !important;
}

/* Generator */
div#generator_top {
	background-image: url('../img/layout/header_baby_family.jpg');
	background-position: center center;
	background-repeat: repeat;
	background-color: #F3F3F3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#generator_search_top {
	height: auto;
}
div#generator_top h1 {
	text-transform: none;
}
div#generator_search p {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 10px #111111;
	margin: 0 0 15px 0;
	line-height: 60px;
}

div#generator_section_top {
	margin: 95px 0 10px 0;
	height: 40px;
	text-align: center;
}
div#generator_section_top h1 {
	font-size: 32px;
	color: #FFFFFF;
	color: #00E700;
	color: #FAFD00;
	text-shadow: 2px 2px 1px rgba(0,0,0,1);
}
div#generator_section_mid {
	margin: 0 0 10px 0;
}
div#generator_section_btm {
	margin: 0 0 30px 0;
	min-height: 350px;
}

div.generator_left,
div.generator_right,
div.generator_half {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.generator_left {
	width: calc(100% - 300px);
}
div.generator_right {
	width: calc(300px);
}
div.generator_half {
	width: 50%;
}
div.generator_half_pad {
	padding: 6px;
}

div.generator_panel_area {
	padding: 10px 20px 0 0;
}
div.generator_panel {
	background: #0b750b;
	background: #192029;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	min-height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.generator_panel_small {
	background: #0b750b;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
div.generator_panel_result {
	padding: 50px;
	margin: 0;
	overflow: hidden;
}
div.generator_panel_result h1 {
	font-size: 42px;
	color: #FFFF00;
	text-shadow:2px 2px 1px rgba(0, 0, 0, 1);
	display: block;
	text-align: center;
	margin: 0 0 50px 0px;
}

div.generator_block {
	background: #354559;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 12px 0;
}
div.generator_block p {
	font-size: 20px;
	color: yellow;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}
div.generator_block p a {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 1em;
	color: #FFFF00;
}
div.generator_block p a span {
	display: block;
	padding: 20px;
}
div.generator_block p a:hover {
	background: rgba(255,255,255,0.05);
}

div.gamertag_panel h2 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 0 0 30px 0;
	text-shadow: 1px 1px 1px #111111;
	text-align: center;
}

/* Shadows */
div.shadow_element_full {
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

/* Search UI */
div.search_dropdown {
	display: block;
	position: relative;
	width: 25%;
	float: left;
}
div.search_dropdown_half {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}
div.search_dropdown_pad {
	padding: 6px;
}
div.search_dropdown div.dropdown {
	position: absolute;
	width: 150px;
	height: auto;
	background: #252525;
	background: #3d4447;
	z-index: 4000;
}
div.search_dropdown div.dropdown a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #222222;
}
div.search_dropdown div.dropdown a span {
	display: block;
	padding: 8px 16px 8px 16px;
	line-height: 1.2em;
}
div.search_dropdown div.dropdown a:hover {
	background: #292929;
}
div.search_dropdown a.button_flat {
	overflow: hidden;
}
div#generator_search_top .generate_button {
	height: 60px;
}


div.generator_title,
div.generator_faq {
	margin: 5px 0 30px 0;
}
div.generator_title h1,
div.generator_faq h1 {
	font-size: 32px;
	color: #00E700;
	color: #fafd00;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 12px 0;
}
div.generator_title h2,
div.generator_faq h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #feffb7;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 22px 0;
}
div.generator_title h3,
div.generator_faq h3 {
	font-size: 24px;
	line-height: 1.2em;
	color: #feffb7;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 22px 0;
}
div.generator_title h2.coloured {
	font-size: 28px;
	color: #fafd00;
}
div.generator_faq h3 {
	color: #fafd00;
}
div.generator_faq a {
	color: #fafd00;
	text-decoration: underline;
}
div.generator_title h4,
div.generator_faq h4 {
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin: 30px 0 10px 0;
}
div.generator_title p {
	font-size: 16px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 20px 0;
}

div.generator_faq p {
	font-size: 14px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin: 0 0 40px 0;
}
div.generator_faq p.title {
	font-size: 28px;
	margin: 0 0 20px 0;
}

a.generator_example_button {
	display: block;
	background: #2A2A2A;
	border: 1px solid #111111;
	margin: 0px 0px 20px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
}
a.generator_example_button span.line1 {
	display: block;
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	line-height: 1.3em;
}
a.generator_example_button span.line2 {
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color: #ffff00;
	text-shadow: 1px 1px 1px #111;
	line-height: 1.2em;
}
a.generator_examples_button {
	display: block;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 6px 0 6px;
}
a.generator_examples_button span {
	display: block;
	padding: 20px 10px 20px 10px;
}

div.generator_examples h2,
div.generator_examples h3,
div.generator_examples h4 {
	color: #ffff00;
}
div.generator_examples h2.white,
div.generator_examples h3.white,
div.generator_examples h4.white {
	color: #FFFFFF;
}
div.generator_examples h4 {
	margin: 0 0 5px 0;
}
div.generator_examples p {
	color: #DDDDDD;
	margin: 0 0 20px 0;
}

div.gamertag_stats {
	margin: 0 0 30px 0;
	text-align: left;
}

/* Generate button */
div#generator_generate div.extra_generators {
	display: none;
}


a.twitterlink,
a.facebooklink {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 6px 12px 6px 12px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #111;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.twitterlink {
	background: #1DA1F2;
}
a.twitterlink:hover {
	background: #3bb5ff;
}

a.facebooklink {
	background: #4267B2;
}
a.facebooklink:hover {
	background: #496eb7;
}

/* Devon */
div#devon_01 {
	width: 600px;
	height: 135px;
	margin: -10px auto 30px auto;
	display: block;
	background-image: url('../../assets/devon/devon_800180.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div#devon_01 a {
	display: block;
	width: 600px;
	height: 135px;
}
/* Xtreme */
div#xtreme_01 {
	width: 600px;
	height: 135px;
	margin: -10px auto 30px auto;
	display: block;
	background-image: url('../../assets/xtreme/xtreme_800180.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div#xtreme_01 a {
	display: block;
	width: 600px;
	height: 135px;
}

/* MLW Games */
div#mlwgames_wrapper {
	background: #333333;
	width: 600px;
	margin: 0px auto 30px auto;
}
div#mlwgames_wrapper p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}
div#mlwgames_wrapper p a {
	color: #FFFFFF;
}
div#mlwgames_deathloop {
	width: 600px;
	height: 135px;
	margin: 0px;
	display: block;
	background-image: url('../../assets/mlwgames/mlw_deathloop.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div#mlwgames_deathloop a {
	display: block;
	width: 600px;
	height: 135px;
}

/* Other games */
div.content_other_games {
	margin: 0px;
}
div.footer_other_games {
	margin: 20px 0 20px 0;
}
div.content_other_games:after {
	display: block;
	content: ' ';
	clear: both;
}
div.content_other_games div.other_game {
	width: 100%;
	float: none;
}
div.content_other_games div.other_game_inner {
	margin: 10px;
	background: #FFFFFF;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    -webkit-box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
    box-shadow: 2px 4px 12px rgb(0,0,0,0.35);
}
div.content_other_games div.other_game_inner:after {
	display: block;
	content: ' ';
	clear: both;
}
div.content_other_games div.other_game_inner div.other_game_image {
	display: block;
	float: left;
	width: 100px;
}
div.content_other_games div.other_game_inner div.other_game_image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-moz-box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
    box-shadow: 1px 2px 1px rgb(0,0,0,0.3);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
div.content_other_games div.other_game_inner:hover div.other_game_image img {
	transform: scale(1.05, 1.05);
	-moz-box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
    -webkit-box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
    box-shadow: 1px 3px 3px rgb(0,0,0,0.3);
}
div.content_other_games div.other_game_inner div.other_game_text {
	display: block;
	float: left;
	width: calc(100% - 105px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 10px 20px;
	text-align: left;
}
div.content_other_games div.other_game_inner div.other_game_text p.title {
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 1.4em;
	text-shadow: none;
}
div.content_other_games div.other_game_inner div.other_game_text p.info {
	font-size: 16px;
	margin: 0px;
	color: #444444;
	line-height: 1.4em;
	text-shadow: none;
}
div.content_other_games div.other_game_inner div.other_game_text p.title a,
div#footer div.content_other_games div.other_game_inner div.other_game_text p.title a {
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}
div.content_other_games div.other_game_inner div.other_game_text p.title a:hover,
div#footer div.content_other_games div.other_game_inner div.other_game_text p.title a:hover {
	color: #000000;
}


/* Darker sidebar */
div.dark_sidebar {
	background: #0e151a;
	-moz-box-shadow: 0 2px 8px rgb(0,0,0,1);
	-webkit-box-shadow: 0 2px 8px rgb(0,0,0,1);
	box-shadow: 0 2px 8px rgb(0,0,0,1);
	padding: 20px;
}

div.main_page_pad {
	padding: 30px 0 30px 0;
}

/* Articles */
div.article_page {
	background: #192029;
	border-top: 5px solid #149c14;
	color: #FFFFFF;
}
div.article_page h1,
div.article_page h2,
div.article_page h3,
div.article_page h4,
div.article_page h5,
div.article_page p {
	color: #FFFFFF;
}
div.article_page_pad {
	padding: 40px;
}

/* Big boi Desktops */
@media only screen and (min-width: 1200px) {
	div.wrapper {
		width: 1200px;
	}
	
	div#devon_01 {
		width: 800px;
		height: 180px;
	}
	div#devon_01 a {
		width: 800px;
		height: 180px;
	}
	
	div#xtreme_01 {
		width: 800px;
		height: 180px;
	}
	div#xtreme_01 a {
		width: 800px;
		height: 180px;
	}
	
	div#mlwgames_wrapper {
		width: 800px;
	}
	div#mlwgames_deathloop {
		width: 800px;
		height: 180px;
	}
	div#mlwgames_deathloop a {
		width: 800px;
		height: 180px;
	}
}
/* Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	/* WRAPPER */
	div.wrapper {
		width: 990px;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 30px 10px 30px 10px;
	}
	div.page_pad_smaller {
		padding: 50px 10px 50px 10px;
	}
	
	.gamertag_check {
		width: 600px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 999px) {
	div.page_spacer {
		height: 40px;
	}
	
	div.header_hold {
		height: 100px;
	}
	div.header_floating {
		margin: 0;
	}
	
	div.header_bar_left {
		font-size: 12px;
	}
	div.header_bar_left_pad {
		padding: 8px 0 0 15px;
	}
	div.header_bar_left a.mlwgames {
		display: none;
	}
	
	div#hold_header {
		height: 140px;
	}
	header {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		height: 100px;
		z-index: 3000;
		position: fixed;
	}
	div.header_inner {
		padding: 0px;
		height: 100px;
		position: relative;
		background: rgba(51,51,51,0);
		-webkit-transition: 0.25s;
		transition: 0.25s;
	}
	div.header_inner_dark {
		background: rgba(51,51,51,0.75);
	}
	div#header_logo {
		display: block;
		width: 160px;
		height: 71px;
		float: left;
		margin: 10px 0 0 10px;
	}
	div#header_logo a {
		width: 160px;
		height: 71px;
	}

	div#mobile_header_navigation {
		display: block;
		width: 70px;
		height: 70px;
		background: #2A2A2A;
		background: #192029;
		float: right;
		margin: 10px 10px 0 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 2px 8px rgb(0,0,0,1);
		-webkit-box-shadow: 0 2px 8px rgb(0,0,0,1);
		box-shadow: 0 2px 8px rgb(0,0,0,1);
	}
	div#mobile_header_navigation a {
		display: block;
		width: 70px;
		height: 70px;
		text-decoration: none;
		color: #149c14;
		font-size: 40px;
		text-align: center;
	}
	div#mobile_header_navigation a span.mobpad {
		display: block;
		padding: 15px 0 0 0;
	}
	div#mobile_header_navigation a span.moblink {
		display: block;
		height: 1px;
		overflow: hidden;
		text-indent: -9990px;
	}
	
	div#header_navigation {
		/*
		margin: 0;
		width: 680px;
		float: right;
		background: #333333;
		border-bottom: 3px solid #149c14;
		margin: 35px 0 0 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 2px 8px rgb(0,0,0,1);
		-webkit-box-shadow: 0 2px 8px rgb(0,0,0,1);
		box-shadow: 0 2px 8px rgb(0,0,0,1);
		*/
		
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		
		width: 100%;
		position: absolute;
		margin: 0;
		top: 100px;
		display: none;
		
		background: rgba(51, 51, 51, 0.85);
		
		height: 100vh;
		height: calc(100vh - 100px);
		overflow: auto;
	}
	div#header_navigation ul {
		margin: 0;
		display: block;
	}
	div#header_navigation ul li {
		float: none;
		position: relative;
	}
	div#header_navigation ul li a {
		display: block;
		width: 100%;
		text-align: left;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	div#header_navigation ul li.first a {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	div#header_navigation ul li.last a {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	div#header_navigation ul li a span {
		display: block;
		padding: 24px 10px 24px 20px;
	}
	div#header_navigation ul li a.active,
	div#header_navigation ul li a:hover {
		background: #149c14;
		color: #FFFFFF;
	}

	div#header_navigation ul li ul.subnav {
		/*
		display: block;
		position: absolute;
		height: auto;
		width: 100%;
		background: #333333;
		display: none;
		*/
		position: relative;
		display: none;
		background: none;
	}
	div#header_navigation ul li ul.subnav li a {
		font-size: 14px;
		background: rgba(51,51,51,0.6);
		background: #192029;
	}
	div#header_navigation ul li ul.subnav li a span {
		padding: 20px 10px 20px 40px;
	}
	div#header_navigation ul li ul.subnav li {
		border-top: 1px solid #2b2b2b;
	}
	
	
	
	div#header_navigation ul li:hover ul.subnav {
		display: none;
	}
	div#header_navigation ul li ul.subnav.active {
		display: block;
	}
	div#header_navigation ul li ul.subnav li a.active,
	div#header_navigation ul li ul.subnav li a:hover {
		background: #ffb152;
		color: #FFFFFF;
	}
	
	
	.gamertag {
		width: 100%;
		margin: 25px auto 0 auto;
		text-align: center;
	}
	.gamertag_check {
		width: 100%;
		margin: 20px auto 0 auto;
		text-align: center;
	}
	.gamertag_inline {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	
	div.mobile_pad {
		padding: 10px;
	}
	div.top-header-pad {
		padding: 0 0 0 10px;
	}
	
	div.form_entry_left {
		width: 60%;
		float: left;
	}
	div.form_entry_right {
		width: 40%;
		float: left;
	}
	
	.logo {
		width: 100%;
		height: auto;
		max-width: 320px;
		display: none;
	}
	
	
	div.page_left {
		width: 100%;
		float: none;
	}
	div.page_right {
		width: 100%;
		float: none;
	}
	div.page_left1 {
		width: 100%;
		margin: 30px 0 0 0;
	}
	div.page_right1 {
		width: 100%;
	}
	div.gamertag_pad {
		padding: 20px;
	}
	div.page_left1_pad {
		padding: 0px;
	}
	
	div.checked-text p {
		color: #EEEEEE;
		text-shadow: 1px 1px 1px rgba(17,17,17,0.5);
		text-align: center;
		margin: 15px 0 0 0;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: 1.2em;
	}
	
	div#toaster {
		position: relative;
		width: 100%;
		height: 400px;
		margin: 0 auto 0 auto;
		background: rgba(0,0,0,0.1);
		bottom: 0;
		margin: 30px auto 0 auto;
	}
	div.toast {
		width: 100%;
		height: 64px;
	}
	
	/* WRAPPER */
	div.wrapper,
	div.mini_wrapper	{
		width: 100%;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 10px 10px 10px 10px;
	}
	div.page_pad_smaller {
		padding: 5px 5px 5px 5px;
	}
	div.mobile_pad_spacer {
		padding-top: 30px;
	}
	
	div.gamertag_left,
	div.gamertag_right {
		width: 100%;
		float: none;
	}

	div#taggy {
		width: 300px;
		margin: 0 auto 10px auto;
	}
	div#taggy2 {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	div#taggy2 img,
	div#taggy2 div.pc_multiblock,
	div#taggy2 div.pc_block_active,
	div#taggy2 div.pc_multiblock a {
		width: 100% !important;
		height: auto !important;
		line-height: 1em !important;
		background: none !important;
	}
	
	.available {
		background: #2C82C9;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 40px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		
		font-size: 16px;
		line-height: 1.3em;
		padding: 20px;
	}
	.in-use {
		background: #E76B6B;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 40px;
		line-height: 1.6em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		
		font-size: 16px;
		line-height: 1.3em;
		padding: 20px;
	}
	.available span.tag,
	.in-use span.tag {
		font-size: 36px;
		line-height: 36px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
	div.page {
		padding: 10px;
	}
	
	/* Footer */
	div.footer_pad {
		padding: 40px 20px 40px 20px;
	}
	
	/* Devon */
	div#devon_01 {
		width: 100%;
		max-width: 360px;
		height: 108px;
		margin: 0 auto 0 auto;
		background-image: url('../../assets/devon/devon_360108.png');
	}
	div#devon_01 a {
		width: 100%;
		max-width: 360px;
		height: 108px;
	}
	
	/* Xtreme */
	div#xtreme_01 {
		width: 100%;
		max-width: 360px;
		height: 108px;
		margin: 0 auto 0 auto;
		background-image: url('../../assets/xtreme/xtreme_360108.png');
	}
	div#xtreme_01 a {
		width: 100%;
		max-width: 360px;
		height: 108px;
	}
	
	/* MLW Games */
	div#mlwgames_wrapper {
		width: 100%;
	}
	div#mlwgames_wrapper p {
		font-size: 12px;
		padding: 5px 10px 5px 10px;
		margin: 0px;
	}
	div#mlwgames_deathloop {
		width: 100%;
		max-width: 360px;
		height: 108px;
		margin: 0 auto 0 auto;
		background-image: url('../../assets/mlwgames/mlw_deathloop_mobile.jpg');
	}
	div#mlwgames_deathloop a {
		width: 100%;
		max-width: 360px;
		height: 108px;
	}
	
	/* Search UI */
	div#generator_search_top div.search_dropdown {
		width: 100%;
		float: left;
		display: block;
		margin: 0 auto 0 auto;
	}
	div#generator_search_top div.search_dropdown a.button_flat {
		width: 100%;
	}
	
	.gamertag_wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	
	/* Generator */
	div.generator_left,
	div.generator_right,
	div.generator_half {
		width: 100%;
	}
	div.generator_half_pad {
		padding: 6px;
	}

	div.generator_panel_area {
		padding: 10px;
	}
	div.generator_panel {
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.2);
		text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
		min-height: 250px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.generator_block {
		padding: 0px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 12px 0;
	}
	div.generator_block p {
		color: yellow;
		font-weight: bold;
	}
	div.generator_block p a span {
		padding: 20px;
	}
	
	/* Search UI */
	div.search_dropdown {
		width: 100%;
		float: none;
	}
	div.search_dropdown_half {
		width: 100%;
	}
	div.search_dropdown_pad {
		padding: 8px;
	}
	div.search_dropdown div.dropdown {
		width: 100%;
	}
	div.search_dropdown div.dropdown a span {
		padding: 20px;
	}
	
	div#generator_section_top {
		height: auto;
		margin: 50px 0 10px 0;
		padding: 0 10px 0 10px;
	}
	
	.button_flat_large {
		font-size: 16px;
	}
	
	div.search_dropdown div.dropdown a {
		font-size: 14px;
		border-top: 1px solid #555555;
		border-bottom: 1px solid #111111;
	}
	
	div#generator_section_mid {
		margin: 0 0 10px 0;
	}
	
	div.generator_block {
		margin: 10px 0 0 0;
	}
	div.generator_block p {
		font-size: 18px;
	}
	
	div.generator_panel_result {
		padding: 50px 20px 50px 20px;
		margin: 0;
	}
	div.generator_panel_result h1 {
		font-size: 32px;
	}
	div.gamertag_panel h2 {
		font-size: 20px;
		margin: 20px 0 20px 0;
	}
	
	/* Generate button */
	div#generator_generate {
		position: fixed;
		height: 180px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background: #192029;
		border-top: 1px solid #000000;
	}
	div#generator_generate div.extra_generators {
		display: block;
		padding: 30px 0 0 0;
	}
	
	a.twitterlink,
	a.facebooklink {
		font-size: 16px;
		margin: 0 0 20px 0;
		padding: 16px 12px 16px 12px;
	}
	
	/* Content tiles - home etc */
	div.content_tile_title {
		margin: 20px 0 5px 0;
	}
	div.content_tile_title h3 {
		font-size: 26px;
		color: #FFFFFF;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.42);
		text-transform: uppercase;
	}
	div.content_tiles {
		margin: 20px 0 20px 0;
		display: block;
		padding: 5px;
	}
	div.content_tiles.with_title {
		margin: 0 0 40px 0;
	}
	div.content_tiles.equal_margin {
		margin: 20px 0 20px 0;
	}
	div.content_tile {
		flex: none;
		width: 100%;
		min-height: 200px;
		margin: 0 auto 20px auto;
		
	}
	div.content_tiles_3 div.content_tile,
	div.content_tiles_2 div.content_tile {
		width: 100%;
		max-width: 500px;
	}
	div.content_tiles_2 div.content_tile {
		width: 100%;
	}
	
	/* Headers */
	div.generator_header {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	div.generator_header.generator_header_gamertag_1 {
		background-image: url('../img/headers/generator_gamertag_1_mobile.jpg');
	}
	div.generator_header.generator_header_gamertag_2 {
		background-image: url('../img/headers/generator_gamertag_2_mobile.jpg');
	}
	div.generator_header.generator_header_gamertag_3 {
		background-image: url('../img/headers/generator_gamertag_3_mobile.jpg');
	}
	div.generator_header.generator_header_fantasy_1 {
		background-image: url('../img/headers/generator_fantasy_1_mobile.jpg');
	}
	div.generator_header.generator_header_fantasy_2 {
		background-image: url('../img/headers/generator_fantasy_2_mobile.jpg');
	}
	
	/* Game tile */
	div.game_tiles {
		margin: 60px 0 60px 0;
		display: block;
	}
	div.game_tile {
		display: block;
		flex: none;
		width: 100%;
		max-width: 430px;
		margin: 0px auto 20px auto;
	}
	
	/* BASE */
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block;
	}
	div.pad20_nomob {padding: 0px;}
	div.pad20_mob10 {padding: 10px;}
}