/* reset ----------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { width: 100%; height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { width: 100%; height: 100%; margin: 0; color: #fff; background: #29272d url('../img/background.gif'); }
::-moz-selection { background: #33748f; color: #fff; text-shadow: none; }
::selection { background: #33748f; color: #fff; text-shadow: none; }
a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; text-decoration: none; }
a:hover { color: #06e; text-decoration: none; }
a:focus { outline: thin dotted; text-decoration: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/*-----------------------------------------------------------*/

/* fonts ----------------------------------------------------*/
 @font-face {font-family: 'FileFolderJNL';src: url('webfonts/20CBD7_0_0.eot');src: url('webfonts/20CBD7_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/20CBD7_0_0.woff') format('woff'),url('webfonts/20CBD7_0_0.ttf') format('truetype');}
 
 .FileFolderJNL { 
  font-family: FileFolderJNL;
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------*/

/* universal site styles ------------------------------------*/
ul, ul li, ul li ul, ul li ul li { margin: 0; padding: 0; list-style-type: none; list-style: none; }
#theBackground {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/background-home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
#theGrid {
	width: 100%;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	background: url('../img/background-grid.png') 23px 0;
	z-index: 400;
}
#containerSlide {
	width: 100%;
	height: 801px;
	padding: 160px 0;
	overflow: hidden;
	position: relative;
	display: none;
}
#containerPage {
	width: 800px;
	height: 801px;
	margin: 0 0 0 62px;
	position: relative;
	cursor: move;
}
#windowSmall #containerSlide {
	width: 100%;
	height: 401px;
	padding: 160px 0;
	overflow: hidden;
	position: relative;
	display: none;
}
#windowSmall #containerPage {
	width: 480px;
	height: 401px;
	margin: 0 0 0 62px;
	position: relative;
	cursor: move;
}
/*-----------------------------------------------------------*/

/* entry pagination -----------------------------------------*/
#homePagination {
	width: 800px;
	height: 11px;
	position: absolute;
		top: 130px;
		left: 62px;
	font: 700 11px/11px 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	text-shadow: 0 -1px #000;
	color: #bfc5d0;
	z-index: 506;
}
#homePagination span { font-weight: 400; }
#homePagination a { color: #bfc5d0; }
#homePagination .text {
	width: 255px;
	height: 11px;
	margin-right: 5px;
	float: left;
}
#homePagination a.page {
	width: 11px;
	height: 11px;
	margin-right: 5px;
	float: left;
	display: block;
	background: url('../img/home/home-pagination.gif');
}
#homePagination a.first { display: none; }
#homePagination a.prev { }
#homePagination a.next { background-position: -11px 0; }
#homePagination a.last { display: none; }
/*-----------------------------------------------------------*/

/* pages & entries ------------------------------------------*/
ul.pages {
	width: 4560px;
	height: 801px;
	position: absolute;
		top: 0;
		left: 0;
}
ul.pages li.page {
	height: 801px;
	float: left;
	position: relative;

}
ul.pages li.page_001 { width: 800px; }
ul.pages li.page_002 { width: 720px; }
ul.pages li.page_003 { width: 400px; }
ul.pages li.page_004 { width: 720px; }
ul.pages li.page_005 { width: 800px; }
ul.pages li.page_006 { width: 400px; }
ul.pages li.page_007 { width: 720px; }

ul.pages li.page ul.entries { }
ul.pages li.page ul.entries li.entry {
	position: absolute;
		top: 0;
		left: 4000px;
	overflow: hidden;
}
ul.pages li.page_001 ul.entries li.entry_001 {
	width: 800px;
	height: 481px;
}
ul.pages li.page_001 ul.entries li.entry_002 {
	width: 400px;
	height: 320px;
		top: 481px;
}
ul.pages li.page_001 ul.entries li.entry_003 {
	width: 400px;
	height: 320px;
		top: 481px;
}
ul.pages li.page_002 ul.entries li.entry_001 {
	width: 720px;
	height: 801px;
}
ul.pages li.page_003 ul.entries li.entry_001 {
	width: 400px;
	height: 481px;
		top: 0;
}
ul.pages li.page_003 ul.entries li.entry_002 {
	width: 400px;
	height: 320px;
		top: 481px;
}
ul.pages li.page_004 ul.entries li.entry_001 {
	width: 720px;
	height: 801px;
}
ul.pages li.page_005 ul.entries li.entry_001 {
	width: 400px;
	height: 320px;
}
ul.pages li.page_005 ul.entries li.entry_002 {
	width: 400px;
	height: 320px;
}
ul.pages li.page_005 ul.entries li.entry_003 {
	width: 800px;
	height: 481px;
		top: 320px;
}
ul.pages li.page_006 ul.entries li.entry_001 {
	width: 400px;
	height: 481px;
		top: 0;
}
ul.pages li.page_006 ul.entries li.entry_002 {
	width: 400px;
	height: 320px;
		top: 481px;
}
ul.pages li.page_007 ul.entries li.entry_001 {
	width: 720px;
	height: 481px;
		top: 0;
}
ul.pages li.page_007 ul.entries li.entry_002 {
	width: 720px;
	height: 320px;
		top: 481px;
}
/*-----------------------------------------------------------*/

/* windowSmall pages & entries ------------------------------*/
#windowSmall ul.pages {
	width: 2080px;
	height: 401px;
	position: absolute;
		top: 0;
		left: 0;
}
#windowSmall ul.pages li.page {
	height: 401px;
	float: left;
	position: relative;

}
#windowSmall ul.pages li.page_001 { width: 480px; }
#windowSmall ul.pages li.page_002 { width: 320px; }
#windowSmall ul.pages li.page_003 { width: 240px; }
#windowSmall ul.pages li.page_004 { width: 320px; }
#windowSmall ul.pages li.page_005 { width: 480px; }
#windowSmall ul.pages li.page_006 { width: 240px; }

#windowSmall ul.pages li.page ul.entries { }
#windowSmall ul.pages li.page ul.entries li.entry {
	position: absolute;
		top: 0;
		left: 4000px;
	overflow: hidden;
}
#windowSmall ul.pages li.page_001 ul.entries li.entry_001 {
	width: 480px;
	height: 241px;
}
#windowSmall ul.pages li.page_001 ul.entries li.entry_002 {
	width: 240px;
	height: 160px;
		top: 241px;
}
#windowSmall ul.pages li.page_001 ul.entries li.entry_003 {
	width: 240px;
	height: 160px;
		top: 241px;
}
#windowSmall ul.pages li.page_002 ul.entries li.entry_001 {
	width: 320px;
	height: 401px;
}
#windowSmall ul.pages li.page_003 ul.entries li.entry_001 {
	width: 240px;
	height: 241px;
		top: 0;
}
#windowSmall ul.pages li.page_003 ul.entries li.entry_002 {
	width: 240px;
	height: 160px;
		top: 241px;
}
#windowSmall ul.pages li.page_004 ul.entries li.entry_001 {
	width: 320px;
	height: 401px;
}
#windowSmall ul.pages li.page_005 ul.entries li.entry_001 {
	width: 240px;
	height: 160px;
}
#windowSmall ul.pages li.page_005 ul.entries li.entry_002 {
	width: 240px;
	height: 160px;
}
#windowSmall ul.pages li.page_005 ul.entries li.entry_003 {
	width: 480px;
	height: 241px;
		top: 160px;
}
#windowSmall ul.pages li.page_006 ul.entries li.entry_001 {
	width: 240px;
	height: 241px;
		top: 0;
}
#windowSmall ul.pages li.page_006 ul.entries li.entry_002 {
	width: 240px;
	height: 160px;
		top: 241px;
}
/*-----------------------------------------------------------*/

/* content back ---------------------------------------------*/
#contentBack {
	width: 3440px;
	height: 801px;
	position: absolute;
		top: 0;
		left:0;
	z-index: 305;
}
#contentBack ul.entries { z-index: 310; }
#contentBack ul.entries li.entry { z-index: 315; }
#contentBack ul.pages li.page_001 ul.entries li.entry_001 { background: url('../img/home/entry_01_01.jpg') no-repeat; }
#contentBack ul.pages li.page_001 ul.entries li.entry_002 { background: url('../img/home/entry_01_02.jpg') no-repeat; }
#contentBack ul.pages li.page_001 ul.entries li.entry_003 { background: url('../img/home/entry_01_03.jpg') no-repeat; }
#contentBack ul.pages li.page_002 ul.entries li.entry_001 { background: url('../img/home/entry_02_01.jpg') no-repeat; }
#contentBack ul.pages li.page_003 ul.entries li.entry_001 { background: url('../img/home/entry_03_01.jpg') no-repeat; }
#contentBack ul.pages li.page_003 ul.entries li.entry_002 { background: url('../img/home/entry_03_02.jpg') no-repeat; }
#contentBack ul.pages li.page_004 ul.entries li.entry_001 { background: url('../img/home/entry_04_01.jpg') no-repeat; }
#contentBack ul.pages li.page_005 ul.entries li.entry_001 { background: url('../img/home/entry_05_01.jpg') no-repeat; }
#contentBack ul.pages li.page_005 ul.entries li.entry_002 { background: url('../img/home/entry_05_02.jpg') no-repeat; }
#contentBack ul.pages li.page_005 ul.entries li.entry_003 { background: url('../img/home/entry_05_03.jpg') no-repeat; }
#contentBack ul.pages li.page_006 ul.entries li.entry_001 { background: url('../img/home/entry_06_01.jpg') no-repeat; }
#contentBack ul.pages li.page_006 ul.entries li.entry_002 { background: url('../img/home/entry_06_02.jpg') no-repeat; }
#contentBack ul.pages li.page_007 ul.entries li.entry_001 { background: url('../img/home/entry_07_01.jpg') no-repeat; }
#contentBack ul.pages li.page_007 ul.entries li.entry_002 { background: url('../img/home/entry_07_02.jpg') no-repeat; }

#contentBack ul.pages li.page ul.entries li.entry .label {
	width: 100%;
	height: 80px;
	position: absolute;
		bottom: -80px;
		left: 0;
	background: url('../img/home-label.png');
}

#windowSmall #contentBack {
	width: 2080px;
	height: 401px;
	position: absolute;
		top: 0;
		left:0;
	z-index: 305;
}
/*
#windowSmall #contentBack ul.pages li.page_001 ul.entries li.entry_001 { background: url('../img/home/entry_01_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_001 ul.entries li.entry_002 { background: url('../img/home/entry_01_02_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_001 ul.entries li.entry_003 { background: url('../img/home/entry_01_03_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_002 ul.entries li.entry_001 { background: url('../img/home/entry_02_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_003 ul.entries li.entry_001 { background: url('../img/home/entry_03_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_003 ul.entries li.entry_002 { background: url('../img/home/entry_03_02_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_004 ul.entries li.entry_001 { background: url('../img/home/entry_04_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_005 ul.entries li.entry_001 { background: url('../img/home/entry_05_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_005 ul.entries li.entry_002 { background: url('../img/home/entry_05_02_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_005 ul.entries li.entry_003 { background: url('../img/home/entry_05_03_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_006 ul.entries li.entry_001 { background: url('../img/home/entry_06_01_sm.jpg') no-repeat; }
#windowSmall #contentBack ul.pages li.page_006 ul.entries li.entry_002 { background: url('../img/home/entry_06_02_sm.jpg') no-repeat; }
*/
/*-----------------------------------------------------------*/

/* content front --------------------------------------------*/
#contentFront {
	width: 3440px;
	height: 801px;
	position: absolute;
		top: 0;
		left:0;
	z-index: 505;
}
#contentFront ul.pages li.page ul.entries li.entry a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: move;
	text-decoration: none;
}
#contentFront ul.pages li.page ul.entries li.entry .label {
	width: 100%;
	height: 37px;
	padding: 21px 0 22px;
	position: absolute;
		bottom: 0;
		left: 0;
	font: 400 15px/15px 'proxima-nova', sans-serif;
	color: #fff;
}
#contentFront ul.pages li.page ul.entries li.entry .label h3 {
	height: 15px;
	margin: 0 0 1px;
	padding: 3px 0 3px 30px;
	font: 700 15px/15px 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	color: #bfc5d0;
}
#contentFront ul.pages li.page ul.entries li.entry .label .description {
	padding-left: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #7c818a;
}
#contentFront ul.pages li.page ul.entries li.entry .label .box {
	width: 80px;
	height: 81px;
	position: absolute;
		top: 0;
		right: 0;
	background: url('../img/home_entry_box.png') no-repeat;
}
#contentFront ul.pages li.page_001 ul.entries li.entry_001 .label .box { background-position: 0 0; }
#contentFront ul.pages li.page_001 ul.entries li.entry_002 .label .box { background-position: 0 -81px; }
#contentFront ul.pages li.page_001 ul.entries li.entry_003 .label .box { background-position: 0 -162px; }
#contentFront ul.pages li.page_002 ul.entries li.entry_001 .label .box { background-position: 0 -729px; }
#contentFront ul.pages li.page_003 ul.entries li.entry_001 .label .box { background-position: 0 -324px; }
#contentFront ul.pages li.page_003 ul.entries li.entry_002 .label .box { background-position: 0 -405px; }
#contentFront ul.pages li.page_004 ul.entries li.entry_001 .label .box { background-position: 0 -243px; }
#contentFront ul.pages li.page_005 ul.entries li.entry_001 .label .box { background-position: 0 -486px; }
#contentFront ul.pages li.page_005 ul.entries li.entry_002 .label .box { background-position: 0 -567px; }
#contentFront ul.pages li.page_005 ul.entries li.entry_003 .label .box { background-position: 0 -648px; }
#contentFront ul.pages li.page_006 ul.entries li.entry_001 .label .box { background-position: 0 -810px; }
#contentFront ul.pages li.page_006 ul.entries li.entry_002 .label .box { background-position: 0 -891px; }
#contentFront ul.pages li.page_007 ul.entries li.entry_001 .label .box { background-position: 0 -972px; }
#contentFront ul.pages li.page_007 ul.entries li.entry_002 .label .box { background-position: 0 -1053px; }

#contentFront ul.pages li.page_001 ul.entries li.entry_001 .label { background: url('../img/home_entry-speciallabels.png') 25px 0 no-repeat; }
#contentFront ul.pages li.page_004 ul.entries li.entry_001 .label { background: url('../img/home_entry-speciallabels.png') 480px -80px no-repeat; }

#windowSmall #contentFront {
	width: 2080px;
	height: 401px;
	position: absolute;
		top: 0;
		left:0;
	z-index: 505;
}
#windowSmall #contentFront ul.pages li.page ul.entries li.entry .label .box { display: none; }
#windowSmall #contentFront ul.pages li.page ul.entries li.entry .label h3 {
	height: 15px;
	margin: 0 0 1px;
	padding: 3px 0 3px 15px;
	font: 700 12px/12px 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	color: #bfc5d0;
}
#windowSmall #contentFront ul.pages li.page ul.entries li.entry .label .description {
	padding-left: 15px;
	font: 300 12px/12px 'proxima-nova', sans-serif;
	letter-spacing: 1px;
	color: #7c818a;
}
#windowSmall #contentFront ul.pages li.page_001 ul.entries li.entry_001 .label { background-position: 0 -160px; }
#windowSmall #contentFront ul.pages li.page_004 ul.entries li.entry_001 .label { background-position: 163px -90px; }
/*-----------------------------------------------------------*/

/* careers -------------------------------------------------*/
#careers {
	width: 1040px;
	margin: 0 auto;
	padding: 160px 0;
	position: relative;
	z-index: 450;
}
#careers #gamesContainer {
	width: 961px;
	height: 600px;
	margin: 0 auto;
	background: #121212;
}
/* ---------------------------------------------------------*/

/* preload stuff --------------------------------------------*/
#pageContainer {
	display: none;
}
#preloader {
	width: 159px;
	height: 201px;
	position: absolute;
		top: 0;
		left: 0;
	display: none;
	background: url('../img/wc_loading.gif') 0 0 no-repeat;
	z-index: 600;
}
#preloadImages { width: 1px; height: 1px; overflow: hidden; display: block; }
/*-----------------------------------------------------------*/

/* handy styles ---------------------------------------------*/
.hidden { display: none !important; visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/*-----------------------------------------------------------*/

@media only screen and (min-width: 35em) { }
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
