@import url(http://fonts.googleapis.com/css?family=Lato:300,700);
html, body {
	width:100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,textarea,input,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,input[type=text],footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #129ED0;
	/*background-image:url(../gfx/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: center 940px;*/
	font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	font:weight:300;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  	font-weight: 300;
}
a {
	color:#00AEE9;
	color:#0370B4;
}
a:hover {
	text-decoration:none;
	color:#0370B4;
}
p {
	line-height:1.5em;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
  	font-weight: 300;
}
h1, h3, h4, h5, h6 {
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
}
h1 {
	font-size:40px;
	margin-bottom:15px;
	font-weight:300;
}
h2 {
	font-size:20px;
	font-weight: 700;
	margin-bottom:10px;
}

#mobilenav {
	display:none;
}

.clear {
	height:0;
	width:0;
	float:none;
	clear: both;
}

/* NAVIGATION */
#navbar {
	width: 100%;
	height: 79px;
	background-color: rgba(255,255,255,0.8);
	position:fixed;
	top: 0;
	z-index: 100;
}
#navigation {
	width: 1280px;
	margin: 0 auto 0 auto;
	height: 79px;
}
#navigation ul {
	list-style: none;
	overflow: hidden;
	margin:0;
}
#navbar ul li {
	float: left;
}
#logo {
	margin-right: 30px;
}
.nav {
	height:79px;
	font-size: 15px;
	font-weight: 700;
}
.nav.active {
	background: -moz-linear-gradient(top,  rgba(0,151,204,0) 0%, rgba(0,151,204,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,151,204,0)), color-stop(100%,rgba(0,151,204,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,151,204,0) 0%,rgba(0,151,204,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,151,204,0) 0%,rgba(0,151,204,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,151,204,0) 0%,rgba(0,151,204,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,151,204,0) 0%,rgba(0,151,204,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000097cc', endColorstr='#800097cc',GradientType=0 );
}
.nlnav:hover {
	background:none;
}
.nav a {
	color: #000;
	text-decoration: none;
	outline: none;
	border: none;
	padding: 29px 20px;
	display:block;
}
.nav a img {
	outline: none;
	border: none;
}
.nav a:hover {
	text-decoration: none;
	color:#0370B4;
}
.icons {
	float:right;
	margin: 15px 0 0 20px;
}
.icons:hover {
	opacity:.8;
}
.icons.ps {
	margin-left:15px;
}
.icons.yt {
	margin-left:10px;
}
/* HEADER */
#share {
	position: fixed;
	top:20%;
	left:-176px;
	width:206px;
	background:#fff;
	background:rgba(255,255,255,.9);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	border-top-right-radius: 3px;
	border-bottom-right-radius:3px;
	z-index: 20;
	-webkit-transition: .2s all ease;		
	transition: .2s all ease;
}
	#share .share-content {
		padding:10px 50px 10px 10px;
	}
	#share span {
		display:block;
		margin-bottom:8px;
	}
	#share .gp {
		margin:0;
	}
	#share .share-trigger {
		position: absolute;
		top:0;
		right:0;
		height:100%;
		width:30px;
		background:red;
		display:block;
		text-indent:-999em;
		cursor:pointer;
		background:url('../gfx/share.jpg') repeat-y center center;
		border-top-right-radius: 3px;
		border-bottom-right-radius:3px;
	}
	#share.open {
		left:0;
	}
	#share.closed {
		left:-176px;
	}
	#share.open .share-trigger, #share .share-trigger:hover {
		opacity:.8;
	}
	
#trailer {
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
	#trailer #vid {
		width:100%;
		min-width:1188px;
		height:auto;
	}
.no-video #trailer {
	display:none;
}
#header_index #vid {
	opacity: 0;
}

.header {
	background-repeat: no-repeat;
	background-position:center;
	height: 825px;
	position: relative;
	z-index: 1;
}
#header_index, #header_games, #header_diggs, #header_faqs, #header_bos, #header_buy, #header_faq {
	background:#0079BC;
}
.no-csstransitions #header_index, .no-cssanimations #header_index {
	background-image:url("../gfx/headers/header_index.jpg");
}
.no-csstransitions #header_games, .no-cssanimations #header_games {
	background-image:url("../gfx/headers/header_games2.jpg");
	background-position: center bottom;
}
.no-csstransitions #header_diggs, .no-cssanimations #header_diggs {
	background-image:url("../gfx/headers/header_diggs.jpg");
}
.no-csstransitions #header_faq, .no-cssanimations #header_faq {
	background-image:url("../gfx/headers/header_faq1.jpg");
}
.no-csstransitions #header_buy, .no-cssanimations #header_buy {
	background-image:url("../gfx/headers/header_games1.jpg");
}
.header-content {
	width:100%;
	max-width:1280px;
	height:825px;
	margin:0 auto;
	position:relative;
}
.header-content h2.heading {
	font-size:42px;
	font-weight:300;
	color:#fff;
	position: absolute;
	left:130px;
	top:391px;
	z-index: 10;
	line-height:1.2em;
}
.header .glow {
	width:941px;
	height:595px;
	background: url("../gfx/glow.png") no-repeat center center;
	position:absolute;
	z-index: 10;
	bottom:-158px;
	left:124px;
}
#header_content{
	height:940px;
	/*background-image:url(../gfx/curve.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#headline {
	width:100%;
	max-width: 1280px;
	margin:0 auto 0 auto;
	text-align: center;
	position: relative;
}

#headline h1 {
	color: #fff;
	text-align:left;
	padding-top:380px;
	width:100%;
	max-width:800px;
	margin:0 auto 0 auto;
	font-size: 45px;
	text-shadow: 1px 2px 6px #000;
	z-index: 10;
	position: relative;
}
#header_button {
	margin-top:-138px;
	padding-top: 235px;
	height:595px;
	background-image:url(../gfx/glow.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.curve {
	height:320px;
	background:url("../gfx/curve.png") no-repeat center top;
	position: absolute;
	width:100%;
	bottom:-62px;
}
.page-diggs .curve {
	background:url("../gfx/games/curve_diggs.png") no-repeat center top;
}
.page-bos .curve {
	background:url("../gfx/games/curve_bos.png") no-repeat center top;
}
#cover {
	margin-top: -200px;
	height: auto;
	position: relative;
}
#cover a.button {
	position: absolute;
	top:50px;
	cursor:pointer;
	left:500px;
	z-index: 10;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	font-size: 20px;
	padding:15px 55px;
}
#index_cover_img, #diggs_cover_img {
	margin-left: 662px;
	position: relative;
	z-index: 10;
}

#intro {
	position: absolute;
	padding: 430px 0 100px 130px;
	width: 590px;
	background-image:url(../gfx/wb_logo_large.png);
	background-repeat: no-repeat;
	background-position: 80px 270px;
	text-align: justify;
}

/* CONTENT */
#content-wrap {
	position: relative;
}
#page.page-diggs #content-wrap {
	background: url("../gfx/games/diggs_bg.jpg") top center #000;
}
#page.page-bos #content-wrap {
	background: url("../gfx/games/bos_bg.jpg") top center #79667E;
}

.glow-absolute {
	position: absolute;
	z-index:-1;
	left:0;
	top:0;
	width:600px;
}
.glow-fixed {
	position: fixed;
	z-index:-1;
	width:600px;
	left:0;
	top:0;
}
#wrapper {
	width: 1280px;
	background:#fff;
	margin: -145px auto 0 auto;
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.4);
}
.inner-wrap {
	position: relative;
	z-index: 2;
}
.section {
	background-color: #fff;
	text-align: justify;
	padding-bottom: 100px;
}
.faqsec {
	padding-bottom:100px;
}
.section .button {
   float:right;
}
.section p {
	padding-bottom: 20px;
}
h1 {
	font-weight: 300;
	font-size: 40px;
}
.section h2 {
	font-weight: 700;
	font-size: 20px;
}
/* SECTIONS */
#ps3s {
	padding-left: 130px;
	padding-top:100px;
	border-bottom: 1px #ccc solid;
	border-top: 1px solid #CCCCCC;
	margin-top:50px;
}
	#ps3s img {
		float: right;
	}
	#ps3s_2 {
		width: 490px;
		width:40%;
	}
#psmmc {
	padding-top:80px;
	border-bottom: 1px #ccc solid;
}
	#psmmc img {
		float: left;
	}
	#psmmc_2 {
		padding-top: 75px;
	    width: 700px;
	    padding-right:130px;
		float: right;
	}
#psek {
	padding-top:80px;
	padding-left: 130px;
	border-bottom: 1px #ccc solid;
}
	#psek img {
		float: right;
		margin-right: 100px;
	}
	#psek_2 {
		width: 530px;
		padding-top: 20px;
	}
	
#ps3s > img, #psmmc > img, #psek > img {
	display:none;
}
html.no-backgroundsize #ps3s > img, html.no-backgroundsize #psmmc > img, html.no-backgroundsize #psek > img, .webkit #ps3s > img, .webkit #psmmc > img, .webkit #psek > img {
	display:block;
}
#ps3s {
	background: url("../gfx/ps3_big.jpg") no-repeat fixed right center / 48% auto transparent;
}
#psmmc {
	background: url("../gfx/move_big.jpg") no-repeat fixed left center / 41% auto transparent;
}
#psek {
	background: url("../gfx/camera_big.jpg") no-repeat fixed right center / 42% auto transparent;
}
html.no-backgroundsize #ps3s, html.no-backgroundsize #psmmc, html.no-backgroundsize #psek, .webkit #ps3s, .webkit #psmmc, .webkit #psek {
	background:none;
}
#vidbtn.show .off {
	display:none;
}
#vidbtn.off .show {
	display:none;
}
#introvideo {
	position: absolute;
	left:45px;
	top:-345px;
	display:none;
}
#index_line {
	bottom: -48px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.index_games {
	color: #FFF;
	padding-bottom: 50px;
	position:relative;
}
	.index_games.big {
		height:530px;
		background: url('../gfx/teaser4.jpg') no-repeat center center;
		margin-bottom:90px;
	}
		.index_games.big a.packshot {
			display:block;
			position: absolute;
			z-index:10;
			width: 384px;
			left:107px;
			bottom:-96px;
		}
			.index_games.big a.packshot img {
				width:100%;
				height:auto;
			}
		.index_games.big .bar {
			background:url('../gfx/1x1-teaser-bg.png');
			background: rgba(0,0,0,0.6);
			position:absolute;
			bottom:0;
			left:0;
			width:100%;
			padding:25px 150px 45px 515px;
		}
		.index_games.big .bar .button {
			float:right;
			margin-top:0px;
			margin-left:20px;
		}
	.index_games.small {
		color:#000;
		padding:60px 150px;
		border-bottom:1px solid #ccc;
	}
		.index_games.small .packshot {
			float:right;
			width:165px;
			display:block;
			margin-left:50px;
		}
			.index_games.small .packshot img {
				width:100%;
				height:auto;
			}
		.index_games.small .button {
			float:right;
		}
		/*
		.index_games.small .quote {
			padding-right:215px;
		}
		.index_games.small .quote span {
			display:inline-block;
			float:right;
		}*/

.left.headline, .right.headline {
	padding-top:60px;
	padding-bottom:60px;
}
.left, .right {
	padding-top:0px;
	padding-bottom: 80px;
}
.left h2, .left p, .left h1 {
	padding-left: 150px;
	padding-right: 600px;
}
.left h1, .left h2, .right h2 {
	margin: 0;
}
.right h2, .right p {
	padding-left: 600px;
	padding-right: 130px;
}
.left h2, .right h2 {
	padding-bottom: 10px;
	padding-top: 20px;
}
.left img {
	float: right;
}
.right img {
	float: left;
}
.headline {
	min-height: 0;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
.headline h1 {
	padding-right:0;
}
#faqs {
	background-color: #FFF;
	height:auto;
	padding-left: 140px;
	text-align:center;
	padding-right: 140px;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #ccc;
}
.faq {
	width: 25%;
	padding: 20px 0 30px 0;
	float: left;
}
.faq h2 {
	margin: 0;
	font-weight: 400;
	padding-bottom: 10px;
}
.faq img {
	margin-bottom: 40px;
}
.faq h2, .faq p {
	padding: 0 25px 0 25px;
}
#faqs .button {
	clear: left;
	width: 290px;
	margin:0 auto 50px auto;
	padding: 10px 0 10px 0;
	text-align: center;
}
#buy {
	padding-left: 80px;
	padding-right:150px;
	position: relative;
	z-index: 2;
}
#buy img {
	float: left;
}
#howto4 {
	border-bottom:1px solid #ccc;
}

/* FOOTER */

#footer {
	margin-top: -1500px;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}
#footer_gradient {
	height:1500px;
	background: url(../gfx/gradient.png);
}
#footer p {
	width: 100%;
	font-size: 12px;
	background-color: #FFF;
	padding:5px 64px;
	margin: 0;
	line-height:1.2em;
}
.footer p.links {
	padding-bottom:20px!important;
}

/* STUFF */

p {
	padding-bottom: 15px;
	line-height: 1.5em;
}
.modal-body {
	min-height: 145px;
}
#nl-ol .modal-body {
	padding:0;
	height:400px;
	overflow:hidden;
}
.button {
	padding: 10px 45px 10px 45px;
	background-color: #ffd752;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 3px #000;
	font-weight: 700;
	border-radius:2px;
	border:none;
	-webkit-transition: .2s all ease;		
	-moz-transition: .2s all ease;
	transition: .2s all ease;
}
.button:hover {
	background-color: #ffc800;
	color:#fff;
}
.button.blue {
	background: #00AFE8;
}
	.button.blue:hover {
		background: #0068AC;
	}
/* GAMES LIST + DETAILS*/
.info.half p {
	padding:0;
}
.game-single .info p {
	display:inline-block;
	width:auto!important;
	padding-right:50px;
	float:left;
}
.game-single .info {
	margin-bottom:30px;
}
#games {
	padding-left: 140px;
	padding-top: 200px;
	padding-bottom:50px;
	background: transparent;
	position:relative;
}
	#buch {
		background-image:url("../gfx/games/games_bos.jpg");
		bbackground-position: 50% 50%;
		background-size: cover;
		overflow: hidden;
	}
	#trank {
		background: url("../gfx/games/book-texture2.jpg") #566139;
		color:#fff;
	}
	#dino {
		background: url("../gfx/games/dino-texture2.jpg") #816647;
		background-size:cover;
		color:#fff;
	}
	#diggs {
		background-image:url("../gfx/games/games_diggs.jpg");
		background-position: 50% 50%;
		background-size: cover;
		overflow: hidden;
		color:#fff!important;
	}

.games_details {
	padding: 50px 130px;
	position:relative;
}
	.games_details ul {
		list-style: none;
		font-size: 14px;
		display:inline-block;
	}
		.games_details ul li {
			display:block;
			
		}
	.section .game-heading {
		display:block;
		margin-bottom:30px;
	}
	.section #diggs .game-heading {
		padding-left:112px;
	}
	.section #diggs .games_details ul {
		margin-top:-30px;
	}
	.section .packshot {
		float:left;
		margin-right:50px;
		width:360px;
	}
	.section .games_content {
		width:606px;
		float:left;
	}
	.games_details p {
		padding-bottom: 20px;
		font-size: 18px;
	}
	.games_content a.button {
		position: absolute;
		right:130px;
		top:70px;
	}
.game-single {
	padding:200px 130px 45px;
	border-bottom:1px solid #ccc;
}
	.game-single .packshot {
		position: absolute;
		right:150px;
		top:-150px;
	}	
	.game-single.section p {
		font-size:18px;
		padding-bottom:15px;
		width:100%;
	}

.flex-direction-nav a {width: 100px; height: 107px; margin: -50px 0 0; display: block; position: absolute; top: 50%; opacity:1; z-index: 10; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {background: url("../gfx/arrow-right.png") no-repeat center center rgba(255,255,255,.35); right:0; }
.flex-direction-nav .flex-prev {background: url("../gfx/arrow-left.png") no-repeat center center rgba(255,255,255,.35); left:0; }
.flexslider:hover .flex-next {opacity: 0.8; right: 0px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-control-paging li a { background:#fff; background: rgba(255,255,255,.6); border:2px solid #fff; border:2px solid rgba(255,255,255,.8); height:15px; width:15px; cursor: pointer; display:block; text-indent: -9999px; border-radius:15px;}
.flex-control-paging li a:hover { background: #0097CE; background:rgba(0,151,206,.3);  border: 2px solid #fff; rgba(255,255,255,.8);}
.flex-control-paging li a.flex-active { background: #000; background:rgba(0,0,0,.3); border: 2px solid #fff; rgba(255,255,255,.8); cursor: default; }

.videobox {
	padding:50px 150px 85px;
	background:#bfbfbf;
}
	.videobox .flexslider {
		box-shadow: 0 0 20px #777;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	}
	.videobox .flex-control-nav {
		bottom:-57px;
	}
	.videobox .flex-direction-nav .flex-next {
		right:-150px;
	}
	.videobox .flex-direction-nav .flex-prev {
		left:-150px;
	}
.imgbox .flex-control-nav {
	position:absolute;
	bottom:30px;
}
.quotes {
	padding: 60px 130px;
	border-bottom: 1px solid #ccc;
}
	.quotes .quote {
		width:50%;
		float:left;
		padding:0 0 35px;
		background:url("../gfx/quote-top.jpg") no-repeat left top;
		position:relative;
		font-family: Georgia, serif;
		font-style:italic;
		color:#000;
		margin-bottom:25px;
	}
		.quotes .quote span {
			display:block;
			position:absolute;
			bottom:0;
			right:0;
			height:76px;
			min-width:116px;
			padding-top:58px;
			color:#777;
			text-align:right;
			z-index:-1;
			background:url("../gfx/quote-bottom.jpg") bottom right no-repeat;
		}
		.quotes .quote.first p, .quotes .quote.first a {
			margin-right:30px;
		}
		.quotes .quote.first {
			padding:10px 0 35px 30px;
		}
		.quotes .quote.last p, .quotes .quote.last a {
			margin-left:30px;
		}
		.quotes .quote.last {
			padding:10px 30px 35px 0;
		}
		/*.quotes .quote span a {
			position: relative;
			z-index: 10;
			display: inline-block;
		}*/
/*.index_games .quotes {
	border:none;
	padding:0 250px 0 0;
}
	.index_games .quotes .quote {
		width:100%;
		padding:0
		font-family: Georgia, serif;
		font-style:italic;
	}
	.index_games .quotes .button {
		font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-style:normal;
		font-weight:700;
	}*/
		
#more_games {
	background-color: #fff3ca;
	margin-top: 150px;
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.games_cover {
	padding-left: 100px;
	padding-right: 100px;
}
.games_cover ul {
	list-style: none;
	column-count: 4;
	-moz-column-count:4;
	-webkit-column-count:4;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-left:300px;
	font-size: 14px;
}
.games_cover_img {
	overflow: hidden;
}
.games_cover_img img {
	margin-top: -190px;
}
#diggs_cover {
	background-image: url(https://playstation-wonderbook.com/theme/gfx/games/diggs_logo.jpg);
	background-repeat: no-repeat;
	background-position: 200px 300px;
}

/* FAQS */

#faqs_cover {
	background: url("../gfx/faqs/faqs.jpg") no-repeat center center;
	height: 630px;
	position:relative;
	color:#fff;
}
	#faqs_cover .bar {
		background:url('../gfx/1x1-teaser-bg.png');
		background: rgba(0,0,0,0.6);
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:25px;
	}
	#faqs_cover .bar p {
		padding-bottom:0;
	}
#faqs_cover div {
	background-color: rgba(0,0,0,0.5);
	color:#FFF;
	padding: 20px 150px 20px 150px;
}
.faqs_left {
	padding-left: 150px;
	padding-right: 550px;
	background-repeat: no-repeat;
	background-position: right 50%;
	min-height: 341px;
}
.faqs_right {
	padding-left: 550px;
	padding-right: 150px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	min-height: 341px;
}
.faqs_right h2, .faqs_left h2 {
	padding-top: 50px;
}
#faqs1 {
	background-image: url(../gfx/faqs/faqs1.jpg);
}
#faqs2 {
	background-image: url(../gfx/faqs/faqs2.jpg);
}
#faqs3 {
	background-image: url(../gfx/faqs/faqs3.jpg);
}
#faqs4 {
	background-image: url(../gfx/faqs/faqs4.jpg);
}

/* ORDER */

#packs {
	background-color: #FFF;
	padding-bottom: 80px;
	border-top: 1px solid #ccc;
	padding-top:80px;
}
.buy-sep {
	padding:60px 0;
	margin-bottom:60px;
}
.buy-sep.bos {
	background:url("../gfx/games/games_bos.jpg");
	background-size:cover;
}


.buy-sep.diggs {
	background:url("../gfx/games/games_diggs.jpg");
	background-size:cover;
}
	.buy-sep img {
		margin:0 auto;
		display:block;
	}
	.buy-sep.bos img {
		width:80%;
		max-width:492px;
	}
	.buy-sep.diggs img {
		width:80%;
		max-width:206px;
	}

.buy-sep.dino {
	background: url("../gfx/games/dino-texture.jpg") #816647;
	background-size:cover;
}
.buy-sep.trank {
	background: url("../gfx/games/book-texture.jpg") #566139;
	background-size:cover;
}
.order_pack {
	border-bottom: 1px solid #CCCCCC;
    height: auto;
    margin-bottom: 60px;
    padding: 0 130px 60px;
}
.order_pack.last {
	margin-bottom:0;
}
.order_pack img {
	float: left;
	margin-bottom:60px;
	width:340px;
}
.order_pack ul {
	list-style: none;
	line-height: 26px;
	margin:0 0 60px 0;
}
.order_pack ul li {
	padding:3px 0;
}

.order_content {
	padding-left: 80px;
	float:left;
	width:678px;
}
	.order_content h2{
		padding-left:0;
	}
.order_pack li:before {
	content: '■';
	color: #0298cc;
	padding: 0 15px 0 0px;
}
.shops {
	margin: 30px 0;
}
.shops img {
	float: left;
	margin-right: 24px;
	height: 40px;
	width: auto;
}
.shops a:hover img {
	opacity:.8;
}
.more {
	text-align: right;
	margin-bottom: 80px;
	border-bottom: 2px #ccc solid;
}
.more .button {
	margin-right: 100px;
	background-color: #DDD;
	padding: 10px 10px 40px 10px;
	text-shadow: none;
	font-weight: 300;
	font-size:14px;
	color: #000;
	background-image:  url(../gfx/order/more.png);
	background-repeat: no-repeat;
	background-position: 50% 35px;
	display:inline-block;
}
.more .button:hover {
	background-color: #CCC;
}
.more_content {
	border-top:1px solid #ccc;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3) inset;
	margin-bottom:-40px;
	padding-right:100px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	display: none;
}
.more_content img {
	float: right;
	margin-left: 20px;
}


@media screen and (max-width:1290px) {
	
	.header {
		height:725px;
	}
	#headline h1 {
		padding-top:280px;
	}
	.glow-fixed, .glow-absolute  {
		width:400px;
	}
	.icons {
		display: none;
	}
	#header_content{
		height:900px;
	}
	#navigation {
		width: 1024px;
	}
	#headline {
		width: 1024px;
	}
	#wrapper {
		width: 1024px;
	}
	.curve {
		background:url("../gfx/curve_small.png") no-repeat scroll center top transparent
	}
	#page.page-bos .curve {
		background:url("../gfx/games/curve_small_bos.png") no-repeat scroll center top transparent
	}
	#page.page-diggs .curve {
		background:url("../gfx/games/curve_small_diggs.png") no-repeat scroll center top transparent
	}
	#page.page-bos #content-wrap {
		background: url("../gfx/games/bos_bg_small.jpg") top center #79667E;
	}
	#intro {
		padding: 410px 100px 80px;
		padding:410px 0 80px 60px;
		background-position: 30px 250px;
	}
	#index_cover_img {
		width: 464px;
		height:auto;
		margin-left: 560px;
		margin-bottom: 150px;
	}
	#ps3s {
		padding-left: 60px;
		padding-top:100px;
		border-bottom: 1px #ccc solid;
	}
	#ps3s_2 {
		width: 380px;
	}
	#psmmc {
		padding-top:80px;
		border-bottom: 1px #ccc solid;
	}
	#psmmc_2 {
		width: 440px;
		padding-right:60px;
		float: right;
	}
	#psek {
		padding-top:80px;
		padding-left: 80px;
	}
	#psek_2 {
		width: 400px;
	}

	.index_games.big a.packshot {
		width:335px;
		left:83px;
	}
	.index_games.big .bar {
		padding:25px 80px 45px 438px;
	}
	.index_games.small {
		padding: 60px 80px 0;
	}
	
	#index_line {
		bottom:-67px;
		width:511px;
	}
	
	.left img, .right img {
		width: 450px;
		height: auto;
	}
	.left h2, .left p, .left h1 {
		padding-left: 80px;
		padding-right: 550px;
	}
	.left h1, .left h2, .right h2 {
		margin: 0;
	}
	.right h2, .right p {
		padding-left: 550px;
		padding-right: 80px;
	}
	.left.headline, .right.headline {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#faqs {
		padding-left: 80px;
		padding-right: 80px;
	}
	.faq {
		padding: 0 10px 80px 10px;
	}
	.faq h2 {
		font-size: 20px;
	}
	.faq img {
		margin-bottom: 40px;
		width: 200px;
		height: auto;
	}
	.faq h2, .faq p {
		padding: 0 25px 0 25px;
	}
	.faqs_left {
		padding-left:80px;
		padding-right:450px;
	}
	.faqs_right {
		padding-right:80px;
		padding-left:450px;
	}
	.facsec {
		padding-bottom:60px;
	}
	#buy {
		padding-left: 40px;
		padding-right:70px;
	}
	#buy img {
		width: 500px;
		height: auto;
	}
	
		/* GAMES */
	
	.games_details {
		padding:50px 80px;
	}
	.games_cover {
		padding-left: 80px;
		padding-right: 80px;
	}
	.games_cover ul {
		column-count: 2;
		-moz-column-count:2;
		-webkit-column-count:2;
		padding-top: 0;
		padding-left:300px;
	}
	.games_cover ul li {
		padding-top: 10px;
	}
	#diggs_cover_img {
		width: 450px;
		height: auto;
		margin-left: 485px;
		margin-top: -170px;
		margin-bottom: 40px;
	}
	#diggs_cover {
		background-position: 150px 250px;
	}
	.section #diggs .game-heading {
		margin-left: 140px;
   		 width: 150px;
	}
	.section .packshot {
		width:260px;
	}
	.section .games_content {
		width:506px;
	}
	/* ORDER */
	.order_pack {
		padding: 0 60px 60px;
	}
	.order_content {
		width:563px;
	}
	.shops img {
		height: 30px;
		width: auto;
	}
	
	#packs {
		padding-top:60px;
	}
	
	.game-single {
		padding:200px 80px 45px;
		border-bottom:1px solid #ccc;
	}
		.game-single .packshot {
			position: absolute;
			right:60px;
			top:-150px;
		}
		.section .game-heading {
			width: 400px;
		}
		.section .game-heading img {
			width:100%;
			height:auto;
		}
	#games.game-single {
		padding-left:80px;
	}
	.quotes {
		padding:40px 80px;
	}
	
}

@media screen and (max-width:1024px) {
	
	body {
		background: transparent;
		background-color: #FFF;
		font-size: 14px;
	}
	.glow-fixed, .glow-absolute {
		display:none;
	}
	#index_cover_img {
		height: auto;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		right: 0;
	    top: 0;
	    width: 40%;
	    position:absolute;
	}
	.header-content h2.heading {
		left:30px;
		font-size:34px;
	}
	#logo {
		width:155px;
	}
	.icons {
		display: none;
	}
	#navbar {
		height:59px;
	}
	#navbar ul li {
		height:59px;
	}
	.nav a {
		padding:20px 10px;
		font-size:13px;
	}
	#navigation {
		width: 100%;
		padding:0 20px;
	}
	#headline {
		width: 100%;
	}
	#wrapper {
		width: 100%;
	}
	#faqs, #buy, #buch, #games, #diggs, .games_cover, #packs {
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	#cover {
		position: relative;
	}
	#intro {
		padding: 380px 30px 80px 30px;
		background-image: url("../gfx/wb_logo.png");
		width: 100%;
		position:relative;
	}
	.index_games.big a.packshot {
		left:15px;
	}
	.index_games.big .bar {
		padding:25px 80px 45px 365px;
	}
	#ps3s {
		padding-left: 30px;
		padding-top:100px;
		border-bottom: 1px #ccc solid;
	}
		#ps3s img {
			width: 45%;
			height: auto;
			margin-top:40px;
		}
	#psmmc_2 {
		width: 450px;
		padding-right: 30px;
	}
		#psmmc img {
			width: 35%;
			height: auto;
		}
	#psek {
		padding-top:80px;
		padding-left: 30px;
	}
		#psek img {
			margin-top:30px;
			margin-right:35px;
			width: 35%;
			height: auto;
		}
	.left img, .right img {
		width: 400px;
		height: auto;
	}
	.left h2, .left p, .left h1 {
		padding-left: 30px;
		padding-right: 450px;
	}
	.left h1, .left h2, .right h2 {
		margin: 0;
	}
	.right h2, .right p {
		padding-left: 450px;
		padding-right: 30px;
	}
	
	.left, .right {
		padding-top:30px;
	}
	.faqs_left {
		padding-left:30px;
		padding-right:450px;
	}
	.faqs_right {
		padding-right:30px;
		padding-left:450px;
	}
	.howto {
		padding-top: 20px;
		padding-bottom:20px;
	}
	.headline {
		padding-right: 0;
		padding-bottom:40px;
	}
		.headline h1 {
			padding-right:30px;
		}
		.headline.center h1 {
			text-align:center;
		}
	#faqs {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	.faq {
		width: 25%;
		padding: 0 10px 50px;
		height: auto;
	}
	.faq h2 {
		font-size: 20px;
	}
	.faq img {
		margin-bottom: 40px;
		width: 200px;
		height: auto;
	}
	.faq h2, .faq p {
		padding: 0 25px 0 25px;
	}
	#buy {
		padding-left: 30px;
		padding-right:30px;
	}
	#buy img {
		width: 400px;
		height: auto;
	}
	
	/* GAMES */
	
	#buch, #diggs {
		overflow: visible;
		height: auto;
		background: transparent;
	}
	.games_details {
		padding:0 80px;
		margin:0;
		color: #000;
	}
	.games_details ul {
		column-count: 1;
		-moz-column-count:1;
		-webkit-column-count:1;
		padding-top: 40px;
		margin-bottom: 40px;
		padding-left: 400px;
	}
	.games_details .button {
		margin-left:400px;
	}
	.games_cover {
		padding-left: 0;
		padding-right: 0;
	}
	.games_cover ul {
		column-count: 2;
		-moz-column-count:2;
		-webkit-column-count:2;
		padding-top: 0;
		padding-left:200px;
	}
	.games_cover ul li {
		padding-top: 10px;
	}
	#games {
		padding-left: 0;
	}
	#games.game-single {
		padding-left:30px;
	}
	#diggs_cover_img {
		width: 450px;
		height: auto;
		margin-left: 245px;
		margin-top: -170px;
		margin-bottom: 40px;
	}
	#diggs_cover {
		background-position: 10px 250px;
	}
		/* FAQs */
		
	#faqs_cover {
		background-position: top center;
		height:400px;
	}
	.faqs_left {
		padding-left: 30px;
		padding-right: 500px;
	}
	.faqs_right {
		padding-left: 500px;
		padding-right: 30px;
	}
		
		/* ORDER */
			
	.order_pack {
		padding: 0 50px 50px;
	}
	.order_pack img {
		width: 30%;
		height: auto;
		margin-bottom:50px;
	}
	.order_content {
		padding-left:50px;
		width: 70%;
	}
	.shops img {
		margin-top: 10px;
		height: 20px;
		width: auto;
	}
	#games > h1 {
		padding:0 30px;
	}
	.faqsec {
		padding-bottom:30px;
	}
	.game-single .packshot {
		width:37%;
	}
		.game-single .packshot img {
			width:100%;
			height:auto;
		}
	.games_content a.button {
		position: relative;
		top:0;
		right:0;
		margin-top:30px;
	}
	
}

@media screen and (max-width:800px) {
	
	body {
		background: #FFF;
		padding:0!important;
	}
	h1 {
		font-size: 24px;
	}
	.nav {
		display:none;
	}
	#mobilenav {
		display:block;
		width:90px;
		position: absolute;
		top:13px;
		right:10px;
	}
	#logo {
		width:183px;
	}
	.header .glow {
		bottom:15px;
		right:-210px;
		left:none;
	}
	.icons {
		display: none;
	}
	#navigation {
		width: 100%;
	}
	#headline {
		width: 100%;
	}
	#headline h1 {
		padding:280px 30px 0;
	}
	#intro {
		background-position:center;
	}
	#wrapper {
		width: 100%;
		margin-top:0;
		box-shadow:none;
	}
	#faqs, #buy, #buch, #games, #diggs, .games_cover, #packs {
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	#cover {
		margin-top:0;
		padding-top:40px;
	}
		#cover a.button {
			top:-76px;
			right:20px;
			left:none;
		}
	#intro {
		padding: 450px 30px 50px;
		padding-top:0;
		background-position: 0 250px;
		width: 100%;
	}
	#index_cover_img {
		max-width: 384px;
		width:52%;
		height:auto;
		display:block;
		margin:0 auto;
		position: relative;
	}
	#ps3s {
		padding:30px;
		border-bottom: 1px #ccc solid;
		width:100%;
		background:none;
	}
		#ps3s img {
			width: 100%;
			height: auto;
			margin-left:30px;
			margin-bottom:20px;
			margin-top:0;
			float:none;
			display:block;
		}
		#ps3s_2 {
			width:100%;
			padding:0;
		}
	
	#psmmc {
		padding:30px;
		width:100%;
		background:none;
	}
		#psmmc img {
			width: 100%;
			max-width:445px;
			display:block;
			height: auto;
			margin-bottom:20px;
			margin-left:-30px;
			float:none;
		}
		#psmmc_2 {
			width: 100%;
			padding: 0;
		}
		
	#psek {
		width:100%;
		padding:30px;
		background:none;
	}
		#psek img {
			width: 100%;
			max-width:360px;
			display:block;
			margin:10px auto 30px;
			height: auto;
			float:none;
		}
		#psek_2 {
			width:100%;
			padding: 0;
		}

	.index_games.big .bar {
		position: relative;
		top:530px;
		padding:120px 30px 20px 30px;
	}
		.index_games.big .bar .button {
			float:none;
			display:inline-block;
			margin-top:10px;
		}
	.index_games.small {
		padding:195px 30px 0;
	}
		.index_games.small .packshot {
			width:40%;
		}
		.index_games.small .quote {
			padding-right:40%;
		}
	.headline.center h1 {
		text-align:center;
	}
	.left, .right {
		padding:0 30px 30px;
	}
	.left img, .right img {
		max-width: 515px;
		width:100%;
		height: auto;
		float:none;
		display:block;
		margin:0 auto;
	}
	.left h2, .left p, .left h1, .right h2, .right p {
		padding:0;
	}
	.left h1, .left h2, .right h2 {
		margin: 0px 0 0 0;
	}
	.howto h2 {
		margin:0;
	}
	#faqs {
		padding-left: 0;
		padding-right: 0;
		width:100%;
	}
	.faq {
		width: 50%;
		padding: 0 12px 80px 12px;
	}
	.faq h2 {
		font-size: 20px;
	}
	.faq img {
		margin-bottom: 40px;
		width:100%;
		max-width: 200px;
		height: auto;
	}
	.faq h2, .faq p {
		padding: 0 25px 0 25px;
	}
	.faqs_left {
		padding-left:30px;
		padding-right: 40%;
		min-height:auto;
	}
	.faqs_right {
		padding-right:30px;
		padding-left:40%;
		min-height:auto;
	}
	#faqs3, #faqs4 {
		background-size:30%;
	}
	#faqs2 {
		background-size:32%;
	}
	#faqs1 {
		background-size:35%;
	}
	#buy {
		padding:30px;
		width: 100%;
	}
	#buy img {
		width:100%;
		max-width: 400px;
		height: auto;
		margin:0 auto;
		display:block;
		float:none;
	}
	
		/* GAMES */
	
	.games_details {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 80px;
		padding-left: 450px;
		padding-bottom: 200px;
	}
	.games_details ul {
		column-count: 1;
		-moz-column-count:1;
		-webkit-column-count:1;
		padding-top: 40px;
		margin-bottom: 40px;
		padding-left: 100px;
	}
	.games_details .button {
		margin-left:100px;
	}
	.games_cover {
		padding-left: 0;
		padding-right: 0;
	}
	.games_cover ul {
		column-count: 2;
		-moz-column-count:2;
		-webkit-column-count:2;
		padding-top: 0;
		padding-left:300px;
	}
	.games_cover ul li {
		padding-top: 10px;
	}
	#games {
		padding-left: 0;
	}
	#diggs_cover_img {
		width: 450px;
		height: auto;
		margin-left: 485px;
		margin-top: -170px;
		margin-bottom: 40px;
	}
	#diggs_cover {
		background-position: 150px 250px;
	}
		/* FAQs */
		
	#faqs_cover div {
		padding: 20px 50px 20px 50px;
	}
		
		/* ORDER */
	
	.shops img {
		margin-right: 30px;
		margin-top: 30px;
		height: 30px;
		width: auto;
	}
	#games {
		padding-bottom:0;
	}
	#footer p {
		padding:5px 30px;
	}
	
	.videobox .flex-direction-nav .flex-prev {
		left:-30px;
		top:-130px;
		margin:0;
	}
	.videobox .flex-direction-nav .flex-next {
		right:-30px;
		top:-130px;
		margin:0;
	}
	.videobox {
		padding:130px 30px 55px;
	}
	.quotes {
		padding: 30px;
	}
	.page-home .quotes {
		margin-top:390px;
	}
		.quotes .quote {
			float:none;
			width:100%;
			display:block;
			background:none;
		}
		.quotes .quote span {
			left:0;
			bottom:48px;
			height:61px;
		}
		.index_games.big .bar {
			padding-bottom:60px;
		}
		.index_games.big .bar .button {
			position:absolute;
			bottom:20px;
			right:20px;
		}
	.imgbox {
		padding-bottom:30px;
	}
	.imgbox .flex-control-nav {
		bottom: -40px;
	}
	.flex-control-paging li a {
		box-shadow:0 0 10px #ccc;
		box-shadow:0 0 10px rgba(0,0,0,.4);
	}
	#games.game-single {
		padding-left:30px;
		padding-right:30px;
	}
	.game-single .packshot {
		width:70%;
	}
	.section .game-heading {
		width:100%;
		padding:0 30px;
	}
	.game-single .packshot {
		position: relative;
		top:0;
		right:0;
		margin:0;
		float:none;
		display:block;
		width:86%;
	}
	.game-single.section p {
		font-size:16px;
	}
	.order_pack img {
		display: block;
	    float: none;
	    height: auto;
	    margin: 0 auto 20px;
	    max-width: 360px;
	    width: 100%;
	}
	.order_content {
		padding-left:0;
	}
	.shops {
		margin-top: 30px;
	}
	.shops a {
		display:block;
		float:left;
		width:50%;
		padding:0 20px 0 0;
	}
	.shops a img {
		width:100%;
		height:auto;
	}
	.more .button {
		margin-right:10px;
	}
	
	.buy-sep {
		padding: 30px 0;
	}
	.order_pack {
		padding:30px;
	}
	.order_content {
		float:none;
		width:100%;
	}
	
}

@media screen and (max-width:480px) {
	
	.header {
		height:525px;
	}
	#header_button {
		margin:-130px 0 0;
		position: relative;
	}
		#header_button .button {
			position:absolute;
			left: 10px;
			bottom:66%!important;
		}
	#header_content h1.header_heading {
		padding-left:10px;
		padding-right:10px;
		width:100%;
		font-size:24px;
	}
	.header .glow {
		bottom:-132px;
	}
	.curve {
		display:none;
	}
	#cover {
		margin:100px 0 0;
	}
	#intro {
		background-position: top center;
		padding:90px 10px 50px;
		width:100%;
	}
	#psek, #psmmc, #ps3s {
		padding:20px 10px;
	}
	#index_cover_img {
		position: relative;
		width:100%;
	}
	.left, .right {
	    padding: 0 10px 30px;
	}
	/*.faq {
		width:100%;
		float:none;
	}*/
	#games > h1 {
		padding: 0 10px;
	}
	#games.game-single {
		padding-left:10px;
		padding-right:10px;
	}

}

/* BG SLIDER */
.cb-slideshow {
	margin:0;
}
.no-csstransitions .cb-slideshow, .no-cssanimations .cb-slideshow {
	display:none;
} 
.cb-slideshow { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    margin:0;
    overflow:hidden;
}

/* BG ANIMAtIONS  */
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -moz-animation: none;
}
.play .cb-slideshow li span {
	-webkit-animation: imageAnimation 12s linear infinite 0s; 
	-moz-animation: imageAnimation 12s linear infinite 0s; 
	-o-animation: imageAnimation 12s linear infinite 0s; 
 	-ms-animation: imageAnimation 12s linear infinite 0s; 
   	animation: imageAnimation 12s linear infinite 0s; 
}

.play .cb-slideshow li:nth-child(2) span{ 
    -webkit-animation-delay: 6s; 
    -moz-animation-delay: 6s; 
    -o-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}

.play #header_games .cb-slideshow li span {
	-webkit-animation: imageAnimation 42s linear infinite 0s; 
	-moz-animation: imageAnimation 42s linear infinite 0s; 
	-o-animation: imageAnimation 42s linear infinite 0s; 
 	-ms-animation: imageAnimation 42s linear infinite 0s; 
   	animation: imageAnimation 42s linear infinite 0s; 
}

.play #header_games .cb-slideshow li:nth-child(2) span{ 
    -webkit-animation: imageAnimation 24s linear infinite 0s; 
	-moz-animation: imageAnimation 24s linear infinite 0s; 
	-o-animation: imageAnimation 24s linear infinite 0s; 
 	-ms-animation: imageAnimation 24s linear infinite 0s; 
   	animation: imageAnimation 24s linear infinite 0s; 
    -webkit-animation-delay: 6s; 
    -moz-animation-delay: 6s; 
    -o-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}

.play #header_games .cb-slideshow li:nth-child(3) span{ 
    -webkit-animation: imageAnimation 18s linear infinite 0s; 
	-moz-animation: imageAnimation 18s linear infinite 0s; 
	-o-animation: imageAnimation 18s linear infinite 0s; 
 	-ms-animation: imageAnimation 18s linear infinite 0s; 
   	animation: imageAnimation 18s linear infinite 0s;
    -webkit-animation-delay: 12s; 
    -moz-animation-delay: 12s; 
    -o-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
}

.play #header_games .cb-slideshow li:nth-child(4) span{ 
    -webkit-animation: imageAnimation 12s linear infinite 0s; 
	-moz-animation: imageAnimation 12s linear infinite 0s; 
	-o-animation: imageAnimation 12s linear infinite 0s; 
 	-ms-animation: imageAnimation 12s linear infinite 0s; 
   	animation: imageAnimation 12s linear infinite 0s;
    -webkit-animation-delay: 18s; 
    -moz-animation-delay: 18s; 
    -o-animation-delay: 18s; 
    -ms-animation-delay: 18s; 
    animation-delay: 18s; 
}



/* INDEX */
.play #header_index .cb-slideshow li:nth-child(1) span { 
    background-image: url('../gfx/headers/header_index.jpg');
}
.play #header_index .cb-slideshow li:nth-child(2) span { 
    background-image: url('../gfx/headers/header_games.jpg');
}

/* GAMES */
.play #header_games .cb-slideshow li:nth-child(1) span { 
    background-image: url('../gfx/headers/header_diggs2.jpg');
    background-position: center bottom;
}
.play #header_games .cb-slideshow li:nth-child(2) span { 
    background-image: url('../gfx/headers/header_bos.jpg');
}
.play #header_games .cb-slideshow li:nth-child(3) span { 
    background-image: url('../gfx/headers/header_dino_new.jpg');
}
.play #header_games .cb-slideshow li:nth-child(4) span { 
    background-image: url('../gfx/headers/header_bop_new.jpg');
}

/* FAQ */
.play #header_faq .cb-slideshow li:nth-child(1) span { 
    background-image: url('../gfx/headers/header_faq1.jpg');
    background-position: center bottom;
}
.play #header_faq .cb-slideshow li:nth-child(2) span { 
    background-image: url('../gfx/headers/header_faq.jpg');
}

/* BUY */
.play #header_buy .cb-slideshow li:nth-child(1) span { 
    background-image: url('../gfx/headers/header_games1.jpg');
    background-position: center bottom;
}
.play #header_buy .cb-slideshow li:nth-child(2) span { 
    background-image: url('../gfx/headers/header_games2.jpg');
}

/* DIGGS */
.play #header_diggs .cb-slideshow li:nth-child(1) span { 
    background-image: url("../gfx/headers/header_diggs2.jpg"); 
}
.play #header_diggs .cb-slideshow li:nth-child(2) span { 
    background-image: url("../gfx/headers/header_diggs1.jpg");
    background-position: center bottom;
}
/* BOS */
.play #header_bos .cb-slideshow li:nth-child(1) span { 
    background-image: url("../gfx/headers/header_bos.jpg"); 
}
.play #header_bos .cb-slideshow li:nth-child(2) span { 
   background-image: url("../gfx/headers/eader_bos1.jpg");
   background-position: center top;
}

@media screen and (max-width:1290px) {

	.play #header_index .cb-slideshow li:nth-child(1) span { 
	    background-image: url('../gfx/headers/1280_header_index.jpg');
	}
	.play #header_index .cb-slideshow li:nth-child(2) span { 
	    background-image: url('../gfx/headers/1280_header_games.jpg');
	}
	
	.play #header_games .cb-slideshow li:nth-child(1) span { 
	    background-image: url('../gfx/headers/1280_header_diggs2.jpg');
	    background-position: center bottom;
	}
	.play #header_games .cb-slideshow li:nth-child(2) span { 
	    background-image: url('../gfx/headers/1280_header_bos.jpg');
	}
	
	.play #header_faq .cb-slideshow li:nth-child(1) span { 
	    background-image: url('../gfx/headers/1280_header_faq1.jpg');
	    background-position: center bottom;
	}
	.play #header_faq .cb-slideshow li:nth-child(2) span { 
	    background-image: url('../gfx/headers/1280_header_faq.jpg');
	}
	
	.play #header_buy .cb-slideshow li:nth-child(1) span { 
	    background-image: url('../gfx/headers/1280_header_games1.jpg');
	    background-position: center bottom;
	}
	.play #header_buy .cb-slideshow li:nth-child(2) span { 
	    background-image: url('../gfx/headers/1280_header_games2.jpg');
	}
	
}


@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -webkit-animation-timing-function: ease-out;
	}
	65% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(1deg);
	}
	85% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(1deg);
	}
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -moz-animation-timing-function: ease-out;
	}
	65% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(1.2deg);
	}
	85% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(1.2deg);
	}
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -o-animation-timing-function: ease-out;
	}
	65% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(1deg);
	}
	85% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(1deg);
	}
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -ms-animation-timing-function: ease-out;
	}
	65% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(1deg);
	}
	85% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(1deg);
	}
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    animation-timing-function: ease-out;
	}
	65% {
	    opacity: 1;
	    transform: scale(1.1) rotate(1deg);
	}
	85% {
	    opacity: 0;
	    transform: scale(1.1) rotate(1deg);
	}
}
  
/* NO CSS ANIMATIONS */
no-cssanimations .cb-slideshow li span {
    opacity: 1;
}


.demo-banner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.demo-banner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}