/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}



html, body {
	font-family: 'dezen_pro_regular';
	background-color: #1a1a1a;
	color: #bbb;
	position: relative;
	vertical-align: baseline;
	line-height: 1.3em;
	font-size:1em;
	min-width: 300px;
	width:100%;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	/* IE Scrollbar */
	scrollbar-base-color: #333;
	scrollbar-3dlight-color: #333;
	scrollbar-highlight-color: #333;
	scrollbar-track-color: #242424;
	scrollbar-arrow-color: #333;
	scrollbar-shadow-color: #333;
	}

h1 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #bbb;
	font-size:2.4em;
	margin-bottom:.1em;
	line-height: .9em;
}

h2 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #afafaf;
	font-size:1.4em;
}

h3 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #106fa6;
	font-size:1.3em;
	line-height: 1em;
}

h4 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #106fa6;
	font-size:1em;
}

h5 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #bbb;
	font-size:1em;
}

h6 {
	font-family: 'dezen_pro_regular';
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-weight: bold;
	text-transform:uppercase;
	color: #555;
	font-size:0.8em;
}

li {
	list-style-type: square;
}

a:link, a:visited, a:active { 
	color:#6ea4c3;
	text-decoration:none;
}

/* ScrollBar *//* ScrollBar *//* ScrollBar *//* ScrollBar *//* ScrollBar *//* ScrollBar *//* ScrollBar *//* ScrollBar */

::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {   
	background-color:#111;
}
 
::-webkit-scrollbar-thumb {
	background-color:#272727;
}


/* Buttons *//* Buttons *//* Buttons *//* Buttons *//* Buttons *//* Buttons *//* Buttons *//* Buttons */

/*.bottom {
		margin-top:10px;
}

a.button {
		font-size:15px;
		font-weight:bold;
		color:#deb7ac;
		text-decoration:none;
		width:100%;
		height:41px;
		padding:10px 22px;
		border:1px solid #b15134;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align:center;
		background:#86c98e;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c96242), to(#b95334));
		background:-moz-linear-gradient(0% 90% 90deg, #b95334, #c96242);
	}
	
a.button:hover {
		color:#deb7ac;
		border:1px solid #b15134;
		background:#86c98e;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b95334), to(#c96242));
		background:-moz-linear-gradient(0% 90% 90deg, #c96242, #b95334);
	}*/
	
button.buttons {
	border: none;
	padding: 0.6em 1.2em;
	background: #106fa6;
	color: #ddd;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	outline: none;
}

button.buttons:hover{
	background: #1879b1;
}	

button.gameBtn {
	font-weight:bold;
	color:#eacec8;
	text-decoration:none;
	padding:8px 16px;
	border:1px solid #c4472a;
	background:#c4472a;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce5135), to(#c4472a));
	background:-moz-linear-gradient(0% 90% 90deg, #c4472a, #ce5135);
	cursor: pointer;
	margin:15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

button.gameBtn:hover{
	background:#c4472a;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4472a), to(#ce5135));
	background:-moz-linear-gradient(0% 90% 90deg, #ce5135, #c4472a);
}

button.siteBtn {
	font-weight:bold;
	color:#eacec8;
	text-decoration:none;
	padding:8px 16px;
	border:1px solid #8a8a8a;
	background:#8a8a8a;
	cursor: pointer;
	margin:15px 5px 15px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

button.siteBtn:hover{
	background:#949494;
}
	
	
/* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header *//* Header */

#header-area {
	width:100%;
	height:60px;
}

#header {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: #1a1a1a;
	z-index: 999;
	box-shadow: 		0 1px 8px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 	0 1px 8px 0px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.9);
	background-image:url('../images/texture.png');
	background-repeat: repeat-x;
}

#headcontain {
	margin: 0 auto;
	position: relative;
	max-width:960px;
}

.logo {
	position: absolute;
	float:left;
	width:30%;
	margin-top:4px;
	z-index:99;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav */
/* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav */
/* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav *//* Nav */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

.nav {
	position: relative;
	float:right;
	width:75%;
}

* {
	margin: 0;
	padding: 0;
	}
	
ul#nav {
	height:60px;
	margin:0px 0px;
	padding:0px 0px;
	font-size:1em;
	font-weight: bold !important;
	text-transform:uppercase;
	float:right;
	}

li.menu {
	float:left;
	border-left:1px solid #222;
	display:inline;
	list-style:none;
	}

li.menu  a{
	display: block;
	padding:0px 20px;
	line-height:60px;
	color:#afafaf;
	text-decoration:none;
	background-color:#151515;
	background-image:-webkit-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-moz-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-ms-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-o-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	position:relative;
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	transition:color .2s ease-out, background .2s ease-in;
	}
	
li.menu a:hover {	
	color:#383838;
    background:#0f0f0f;
}

li.menu a:visited {	
	text-decoration:none;
}

#hiddenDiv {
	display:none;
	width:100%;
}

.dark {
	width:100%;
}

.dark input[type=text]{
	border:none;
	background-color:#242424;
	color:#a0a0a0;
	font-size:16px;
	font-weight:bold;
	width:99%;
	float:left;
	outline: none;
}

form{
	width:100%;
}

.freeform {
	width:95%;
	float:right;
}

.exitsearch {
	float:right;
	margin-top:20px;
	margin-left:-30px;
	width:5%;
	
}

.search {
	padding:20px 0px 20px 1.5%;
	width:98%;
}

li.searchicon {
	float:left;
	border-left:1px solid #1a1a1a;
	display:inline;
	list-style:none;
}

li.searchicon a {
	display: block;
	padding:0px 20px;
	height:60px;
	background-color:#151515;
	background-image:-webkit-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-moz-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-ms-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:-o-linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	background-image:linear-gradient(top, #191919 20%, #191919 0%, #191919 0%, #151515 80%);
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
	position:relative;
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	transition:color .2s ease-out, background .2s ease-in;
}

li.searchicon a:hover {	
	color:#333;
    background:#0b0b0b;
}

li.searchicon a:visited {	
	text-decoration:none;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY */
/* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY */
/* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY *//* BODY */
/*------------------------------------------------------------------------------------------------------------------------------*/


.slider-wrapper { 
	position: relative;
	width: 100%!important;
	z-index: 1;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
}


.wrapper {
	padding-top: 2px;
	z-index: 100;	
	width:100%;
}

.contentcontain {
	width:100%;
	max-width: 960px;
	height:320px;
	margin: 0 auto;
	position: relative;
	background-color:#1a1a1a;
	margin-top:1px;
	background-image:url('../images/grunge.png');
	background-repeat:no-repeat;
	background-position:top center;
}

.contentcontainB {
	width:100%;
	max-width: 960px;
	height:100%;
	margin: 0 auto;
	position: relative;
	background-color:#1a1a1a;
	margin-top:1px;	
}

.fullBody {
	width:96%;
	margin: 2%;
	overflow:hidden;
}

.largebody {
	width:62%;
	margin: 2%;
	float:left;
}

.smallbody {
	width:30%;
	margin: 2%;
	float:right;
}

.smallbodyB {
	width:30%;
	margin: 2%;
	float:right;
}

/* Games Page *//* Games Page *//* Games Page *//* Games Page *//* Games Page *//* Games Page *//* Games Page *//* Games Page *//* Games Page */

.gameBoxWrapper {
	overflow:hidden;
	height:auto;
	width:100%;
	margin-bottom:25px;
}

.gameBox {
	overflow:hidden;
	height:auto;
	width:48%;
	margin: 1.3% 1.3% 0% 0%;
	background-color:#222;
	float:left;
	-o-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-khtml-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	position:relative;
}

.gameBox:hover{
	background-color:#333;
}

.gameBoxBig {
	width:70%;
	margin: 20px auto 0 auto;
	float:none;
}

.gameBoxContain {
	width:96%;
	margin:2% 2% 1% 2%;
}

#toggle{
	width:100%;
	position:relative;
}

.slideContain {
	width:96%;
	margin:0% 2% 0 2%;
	height:100%;
}

ul.toggler {
	width:100%;
	height:100%;
}

li.toggler{
	width: 100%;
	margin: 2% 0 1% 0;
}

ul.toggler .slideContain{
	cursor: auto; 
	display: none;  
	text-decoration: none;	
	}	


.gameblock {
	width:98%;
	margin-bottom:.2em;
}

.gameblock img {
	border: 1px solid #252525;
}

.gameblock img:hover {
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}
	
/*

.gametitle {
	width:90%;
	margin-left:3.2%;
	z-index:1;
	position:relative;
	text-shadow: 1px 1px 1px #202020;
}

.gameart {
	width:100%;
	margin-top:-24px;
	z-index:-1;
}

.gameinfo {
	width:28%;
	position:absolute;
	z-index:1;
	margin:11.3% 0px 0px 5%;
	text-shadow: 1px 1px 1px #202020;
}

a.honinfo:link {color:#6ea4c3; text-decoration:none;}      
a.honinfo:visited {color:#6ea4c3; text-decoration:none;}    	

a.randominfo:link {color:#6ea4c3; text-decoration:none;}      
a.randominfo:visited {color:#6ea4c3; text-decoration:none;}   


.games {
	width:100%;
}

.gamesB {
	width:100%;
	padding-top:18px;
}

.gameblock {
	width:98%;
	margin-bottom:.2em;
}

.gameblock img {
	border: 1px solid #252525;
}

.gameblock img:hover {
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}

*/

/* Careers Page *//* Careers Page *//* Careers Page *//* Careers Page *//* Careers Page *//* Careers Page *//* Careers Page *//* Careers Page */

/*---- Refer to jobvite_style.css ----*/


/* Community *//* Community *//* Community *//* Community *//* Community *//* Community *//* Community *//* Community *//* Community */

.communityBar{
	width:100%;
	background-color:#222;
	padding:20px 0;
}

.communityContain{
	width:100%;
	max-width: 960px;
	height:100%;
	margin: 0 auto;
	position: relative;
}

.communityBody{
	width:96%;
	margin: 2%;
	overflow:hidden;	
}

.communityLeft{
	float: left;
	width: 46%;
	padding: 0 2%;
	line-height: 1.4em;
	margin-top:20px;
	font-size:1.6em;
}

.communityRight{
	float: left;
	width: 45%;
	padding: 0 2%;
	border-left:1px solid #333;
}

.blockB{
	overflow:hidden;
	height:auto;
	width:24%;
	margin: 1% 1% 0% 0%;
	background-color:#222;
	float:left;
	-o-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-khtml-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	position:relative;
}

.blockB:hover{
	background-color:#333;
}

.blockContainB {
	width:96%;
	margin:2% 2% 1% 2%;
}

/* ----------------------------------
	Pretty Photo Responsive Patch
 ----------------------------------*/
.pp_gallery { 
	display:none !important;
}

/* About Page *//* About Page *//* About Page *//* About Page *//* About Page *//* About Page *//* About Page *//* About Page *//* About Page */

.teamBio{
	width:96%;
	margin: 0% 2% 2% 2%;
	float:left;
}

.block{
	overflow:hidden;
	height:auto;
	width:23%;
	margin: 1% 1% 0% 0%;
	background-color:#222;
	float:left;
	position:relative;
	border: 3px solid #303030;
}

.close{
	width:100%;
	position:absolute;
}

.close img{
	width:10%;
	float:right;
	max-width:22px;
	margin: 4px 4px 0px 0px;
}

.blockContain {
	width:90%;
	padding:4%;
}

.blockBottom {
	width:100%;
	margin-top:1%;
}

.blockTop{
	margin-bottom:7px;
}

.bioSocial {
	width:100%;
	margin: 5px 0;
	overflow:hidden;
}

.bioSocial_block{
	width:17%;
	max-width:50px;
	float:left;
	margin-right:2%;
}

#pop-up{
	position:absolute;
	z-index:1;
	height:99.9%;
	border-bottom:1px solid #111;
	overflow-y:scroll;
	width:100%;
	background-color:#222;
	float:left;
}

#pop-upB{
	position:absolute;
	z-index:1;
	height:99.9%;
	border-bottom:1px solid #111;
	overflow-y:scroll;
	width:100%;
	background-color:#222;
	float:left;
}

.pop-upContain{
	width:90%;
	margin:5%;
}

/* Contact Page *//* Contact Page *//* Contact Page *//* Contact Page *//* Contact Page *//* Contact Page *//* Contact Page */

.af-wrapper {
	width: 96%;
	min-width: 220px;
	margin-bottom:30px;
	background-color:#222;
	position: relative;
	padding: 3%;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}

.af-show {
	top: 30px;
	right: 155px;
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c4472a ;
	color: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ce5135 ;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 7px 7px 0px 7px;
}

.af-show:hover {
	background: #d3583c ;
	border: 1px solid #ce5135 ;
}

.af-show-input {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 190px;
	height: 24px;
	opacity: 0;
}
.af-show-input:checked ~ .af-show {
	background: #d6f0d3;
	color: #535B31;
	border: 1px solid #d6f0d3;
}

.af-form {
	padding: 20px 0px 10px 0px;
}
.af-form:before,
.af-form:after {
    content:"";
    display:table;
}
.af-form:after {
    clear:both;
}
.af-outer {
	box-shadow: 0 1px 0 #363636 inset;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.af-inner {
	padding: 15px 20px 15px 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#af-showreq:checked ~ .af-form .af-outer.af-required {
	background: #3e3e3e;
}
#af-showreq:checked ~ .af-form .af-outer:not(.af-required) .af-inner {
	opacity: 0.4;
}
.af-form label {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;	
	-moz-box-orient: horizontal;
	-moz-box-pack: end;
	-moz-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: end;
	-webkit-box-align: center;
	box-orient: horizontal;
	box-pack: end;
	box-align: center;
	height: 40px;
	float: left;
	padding-right: 3%;
	width: 25%;
	min-width: 80px;
	font-size: 13px;
	color: #888;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: right;
}
.af-form .af-required label {
	color: #888;
}

.af-form textarea{
	width:64%;
}

.af-form select,
.af-form input[type=text],
.af-form input[type=email],
.af-form input[type=date] {	
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	color: #666;
	width: 64%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 7%, #f7f7f7 22%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#f7f7f7), color-stop(22%,#f7f7f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 7%,#f7f7f7 22%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 7%,#f7f7f7 22%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 7%,#f7f7f7 22%,#ffffff 100%);
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 7%,#f7f7f7 22%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.1) inset;
}
.af-form select, .af-form input:focus {
	background: #f9fcef;
	outline: none;
}
.af-form input[type="submit"] {
	font-size:15px;
	font-weight:bold;
	color:#eacec8;
	text-decoration:none;
	width:100%;
	height:41px;
	padding:10px 22px;
	border:1px solid #c4472a;
	text-align:center;
	background:#c4472a;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce5135), to(#c4472a));
	background:-moz-linear-gradient(0% 90% 90deg, #c4472a, #ce5135);
	cursor: pointer;
	margin-top:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.af-form input[type="submit"]:hover {
	color:#eacec8;
	border:1px solid #c4472a;
	background:#c4472a;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4472a), to(#ce5135));
	background:-moz-linear-gradient(0% 90% 90deg, #ce5135, #c4472a);
	border-radius:5px;
}
::-webkit-validation-bubble{
	z-index: 100000;

}

.map {
	width:100%;
	padding-top:1.2em;
}

/* Social Networks *//* Social Networks *//* Social Networks *//* Social Networks *//* Social Networks *//* Social Networks *//* Social Networks */

.social {
	width:100%;
	padding-top:1.2em;
}

.socblock {
	width:26%;
	float:left;
	margin-right:.3em;
	text-align:center;
}

.socblock:hover {
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;
}

.soc_A {
	background:#327a9f;
	display:block;
	height:75px;
}


.soc_A img{
	width:65%;
	margin-top:12px;
}

.soc_B {
	background:#345297;
	display:block;
	height:75px;
}

.soc_B img{
	width:65%;
	margin-top:12px;
}

.soc_C {
	background:#cb4444;
	display:block;
	height:75px;
}

.soc_C img{
	width:65%;
	margin-top:12px;
}



/*------------------------------------------------------------------------------------------------------------------------------*/
/* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER */
/* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER */
/* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER *//* BLOGGER */
/*------------------------------------------------------------------------------------------------------------------------------*/

a.bloglink:link {color:#6ea4c3; text-decoration:none;}      
a.bloglink:hover {color:#79afcd; text-decoration:none;}  	
a.bloglink:visited {color:#333; text-decoration:none;}   
a.bloglink:active {color:#333; text-decoration:none;}  

.topbar {
	height:8px;
	background-color:#1a1a1a;
	width:100%;
	max-width:780px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(11, 11, 11, 0.8);
	-moz-box-shadow: 	0px 3px 3px 0px rgba(11, 11, 11, 0.8);
	box-shadow:  		0px 3px 3px 0px rgba(11, 11, 11, 0.8);
	z-index:99;
	position: relative;
}

.boxgap {
	width:100%;
	background-color:#222;
	-moz-box-shadow:    inset 0 0px 20px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 1);
    box-shadow:         inset 0 0px 20px rgba(0, 0, 0, 1);
	height:100%;
	max-height:406px;
	overflow-y:scroll;
	overflow-x:hidden;
	top: 8px;
    left:0px;
    right:0px;
    bottom:0px;
	z-index:-99;
}

.boxlayout {
	width:97%;
	margin: 0 1.5%;
}

.content {
	margin-bottom:4px;
}

.content img {
	width:100%;
}

.title {
	padding-top:8px;
	padding-bottom:4px;
}

.bottomleft {
	width:49%;
	float:left;
	margin:2px 0;
}

.bottomright {
	width:50%;
	float:left;
	text-align:right;
	margin:2px 0;
}

.spacer {
	width:103%;
	height:7px;
	background-color:#1a1a1a;
	margin-left:-1.5%;
	margin-top:6px;
}

.bottombar {
	height:8px;
	background-color:#1a1a1a;
	width:100%;
	max-width:780px;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(11, 11, 11, 0.8);
	-moz-box-shadow: 	0px -3px 3px 0px rgba(11, 11, 11, 0.8);
	box-shadow:  		0px -3px 3px 0px rgba(11, 11, 11, 0.8);
	z-index:99;
	position: relative;
	margin-top:-3px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/* FOOTER *//* FOOTER *//* FOOTER */ /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER */ /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER */ /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/*---------------------------------------------------------------------------------------------------------------------*/


.footer {
	padding-top: 10px;
	border-top: 1px solid #2a2a2a;
	position: relative;
	float:left;
	width:100%;
}

.footercontain{
	width:100%;
	max-width: 960px;
	height:30px;
	margin: 0 auto;
	position: relative;
	background-color:#1a1a1a;
	margin-top:1px;
}

.footerleft {
	width:48%;
	float:left;
	font-size:0.9em;
	margin-left:2%;
}

.footerright {
	width:48%;
	float:left;
	text-align:right;
	font-size:0.9em;
	margin-right:2%;
	text-transform:uppercase;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet */
/* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet */
/* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet *//* Tablet */
/*--------------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1023px) {
	
	body {
	font-size:.85em;
	}
	
	.boxgap {
	max-height:382px;
	}
	
	.gameart {
	margin-top:-22px;
}
	
	
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile */
/* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile */
/* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile *//* Mobile */
/*--------------------------------------------------------------------------------------------------------------------*/


@media handheld, only screen and (max-width: 780px) {

body {
	font-size: 13px;
	-webkit-text-size-adjust: none;
	}
	
#header {
	position: absolute;
	}
	
.boxgap {
	max-height:330px;
	}
	
.logo {
	width:150px;
	}

ul#nav {
	float:left;
	width:100%
}
	
.nav {
	width:100%;
	
	}
	
#menu {
		width:1.4em;
		display: block;
		background:#ddd;
		font-size:1.35em;
		text-align: center;
		height:40px;
		float:right;
		background:#1a1a1a;
		padding:20px 14px 0px 14px;
	}
	
#nav.js {
		display: none;
	}
	
li.menu {
		width:100%;
		border-right:none;
		border-left:0px;
	}
	
li.searchicon {
	display:none;
}

.dark {
	width:100%;
	background-color:#171717;
	height:100%;
	overflow:hidden;
}

.dark input[type=text] {
	width:93%;
}

.search {
	padding: 20px 0px 20px 20px;
}

#mobsearch {
	border-bottom:2px solid #0b0b0b;
	border-top:2px solid #0b0b0b;
}

.slider-wrapper { 
	overflow:hidden;
}	
	
.socblock {
	width:30%;
}	

.soc_A {
	height:68px;
}
	
.soc_A img{
	margin-top:14px;
}

.soc_B {
	height:68px;
}

.soc_B img{
	margin-top:14px;
}

.soc_C {
	height:68px;
}

.soc_C img{
	margin-top:14px;
}

.gametitle {
	margin-left:2.8%;
}

.gameart {
	margin-top:-24px;
}

.gameinfo {
	width:90%;
	margin:33.5% 0px 0px 5%;
}

.webimg {
	display:none;
}

.block{
	width:31%;
}

.footerleft {
	width:100%;
	margin-left:0%;
	text-align:center;
	}

.footerright {
	display:none;
	}
	
	.af-wrapper {
		background-position: 220px 60px;
	}
	.af-show {
		top: 66px;
		right: auto;
		left: 30px;
	}


}

@media screen and (min-width: 781px) {
	#menu {
		display: none;
	}
	
	#mobsearch {
		display:none;
	}
	
	.mobileimg {
		display:none;
	}

}

/*-------------------------------------------------------------------------------------------------------------------*/
/* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert */
/* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert */
/* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert *//* Mobile Vert */
/*-------------------------------------------------------------------------------------------------------------------*/

@media handheld, only screen and (max-width: 600px) {


	
h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.1em;
}	

button.buttons {
	padding: 0.5em 1.0em;
	margin: 3px 2px;
}

button.gameBtn {

	padding:7px 12px;

}

button.siteBtn {

	padding:7px 12px;

}
	
.largebody {
	width:96%;
}

.smallbody {
	width:96%;
}

.smallbodyB {
	display:none;
}

.teamBio{
	margin: 2% 2% 2% 2%;
	border-top:1px solid #333;
	padding-top:15px;
}

.block{
	width:47%;
}

.blockB {
	width:48%;
}

.gametitle {
	margin-left:2.5%;
}

.gameinfo {
	width:95%;
	margin:0px;
	margin:0px 0px 15px 2.5%;
	position:static;
}

.gameart {
	margin-top:-10px;
	border-bottom: 2px solid rgb(30,30,30);
}

.games {
	width:48%;
	margin-right:2%;
	float:left;
	margin-top:0em;
}

.map {
	display:none;;
}

.gamesB {
	padding-top:0px;
	width:48%;
	margin-right:2%;
	float:left;
	margin-top:0em;
}

.mobileimg {
		display:none;
	}	

.social {
	width:48%;
	margin-left:2%;
	padding-top:0em;
	float:left;
}
	
.boxgap {
	overflow:visible;
	max-height:100%;
}

.leftCol {
	width:50%;
	margin-right:2%;
}

.rightCol {
	width:45%;
	margin-left:3%;
}
	
.socblock {
	width:90%;
	float:none;
	margin-bottom:4px;
}

.soc_A {
	height:18%;
}

.soc_A img{
	width:24%;
	margin-top:5px;
}

.soc_B {
	height:18%;
}

.soc_B img{
	width:24%;
	margin-top:5px;
}

.soc_C {
	height:18%;
}

.soc_C img{
	width:24%;
	margin-top:5px;
}

.communityLeft{
	width: 96%;
	padding: 0 2% 4% 2%;
	margin-top:0;
	line-height: 1.2em;
	font-size:1.4em;
}

.communityRight{
	width: 96%;
	padding: 4% 2% 2% 2%;
	border-left:none;
	border-top:1px solid #333;
}
	
}

@media screen and (min-width: 601px) {

.mobileimgvert {
	display:none;
}

}


@media handheld, only screen and (max-width: 500px) {

	.gameBox {
	width:98%;
	margin: 1% 1% 0% 0%;
	}

	.gameBoxBig {
		width:98%;
		margin: 1% 1% 0% 0%;
		float:none;
	}

}

@media handheld, only screen and (max-width: 400px) {

h1 {
	font-size:2em;
}

h2 {
	font-size:1.4em;
}


.gameart {
	margin-top:-4px;
}

.block{
	width:90%;
	margin: 1% 0%;
}

.blockB{
	width:90%;
	margin: 2% 5% 2% 5%;
}

.leftCol {
	width:99%;
	margin-right:0%;
}

.rightCol {
	width:99%;
	margin-left:0%;
}

.af-inner {
	padding: 12px 7px 12px 7px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.af-show {
	top: 50px;
}

.af-form textarea{
	width:100%;
}

.af-form label,
.af-form select,
.af-form input[type=text],
.af-form input[type=email],
.af-form input[type=date]{
		width: 100%;
		padding: 8px 2px 8px 2px;
	}
.af-form label{
		-moz-box-pack: center;
		-webkit-box-pack: center;
		box-pack: center;
		text-align: center;
	}
	
}