@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div {
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.bold {
	font-weight: bold;
}




body {
	font-family: 'Montserrat', serif;
	font-weight: 300;
}

body#digitaledition:before {
	background-color: #7d8b92;
}

body:before {
	content: "";
	display: block;
	position:fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-color: #912925;
	background-image: url(../../images/bgpattern1.png);
	background-size: 80px;
	background-repeat: repeat;
	background-position: 50% 50%;
}




.closebtn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	background: #fff;
}

.closebtn a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}




#gametype,
#gametype_nw {
	width: 100%;
	height: 70px;
	background: #000;
	color: #fff;
	font-family: 'gizmo', 'Montserrat', arial;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
	line-height: 70px;
	letter-spacing: 0.05em;
}

#gametype_nw {
	margin-top: 50px;
}




.tama-container,
.tama-container2 {
	width: 60%;
	max-width: 300px;
	padding: 10px 0;
	margin: 0 auto;
}

.tama-container img,
.tama-container2 img {
	width: 100%;
}




#container,
#container2 {
	margin-top: -30px;
}




.item,
.item2,
.item3 {
	background: #000;
	padding: 0;
	width: 90%;
	margin: 30px auto 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	position: relative;
}

.consolelogo {
	height: 70px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.consolelogo img {
	height: 50px;
	margin: 10px 0;
}

.logo-ps4 img {
	height: 40px;
	margin: 15px 0;
}

.productinfo {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #fff;
}

.productinfo a {
	color: #fff;
	text-decoration: none;
	transition: all ease .3s;
}

.productinfo a:hover {
	color: #666;
	text-decoration: underline;
}

.productimg {
	width: 100%;
	margin: 0 auto;
}

.productimg img {
	width: 100%;
	vertical-align: bottom;
}

.edition-container {
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
	background-image: url(../images/texture.jpg);
	background-repeat: repeat;
	background-size: 80px;
}

.edition-container2 {
	margin-top: 10px;
}

.productinfo hr {
	width: 100%;
	border: 0;
	background: none;
	border-bottom: 2px dashed #ccc;
	padding-top: 5%;
	margin-bottom: 8%;
}

.productinfo h2 {
	font-family: 'Montserrat', arial;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.productinfo .releasedate {
	font-size: 0.9em;
	color: #666;
	margin: 5px 0 0 0;
	padding: 0;
}

.retailers {
	padding: 20px;
	padding-top: 5px;
}

.retailers ul {
	width: 100%;
	text-align: center;
}

.retailers ul li {
	width: 48%;
	margin: 1%;
	display: inline-block;
}

.retailers ul li img {
	width: 100%;
	box-sizing: border-box;
	transition: .3s all ease;
	border: 1px solid #fff;
}

.productinfo-ps4 ul li img:hover {
	box-shadow:	-3px -3px 8px rgba(2,142,214,.8), -3px 3px 8px rgba(2,142,214,.8),
				3px -3px 8px rgba(2,142,214,.8), 3px 3px 8px rgba(2,142,214,.8);
}

.productinfo-switch ul li img:hover {
	box-shadow:	-3px -3px 8px rgba(255,0,0,.8), -3px 3px 8px rgba(255,0,0,.8),
				3px -3px 8px rgba(255,0,0,.8), 3px 3px 8px rgba(255,0,0,.8);
}

.productinfo-steam ul li img:hover {
	box-shadow:	-3px -3px 8px rgba(255,255,255,.5), -3px 3px 8px rgba(255,255,255,.5),
				3px -3px 8px rgba(255,255,255,.5), 3px 3px 8px rgba(255,255,255,.5);
}

img.storelogo {
	width: 60%;
	margin: 0 20%;
	border-radius: 5px;
	border: 1px solid #666;
}




.ribbon {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}




.digital-edition {
	position: relative;
	z-index: 10;
}

.digital-edition a {
	color: #fff;
	text-decoration: none !important;
	text-shadow: none;
	transition: .3s all ease !important;
}

.digital-edition a:hover {
	color: #912925 !important;
}

.digital-edition .retailers {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.digital-edition .retailers ul li {
	width: 70%;
	margin: 20px 0 0 0;
	padding: 0;
}

.digital-steam {
	margin-top: 49px;
}

.regionflag {
	width: 70px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	right: 0;
}

.regionflag img {
	width: 100%;
}




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

	.retailers ul li {
		width: 31.3%;
	}

}




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

	

}




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

	#container,
	#container2 {
		width: 94%;
		max-width: 1200px;
		margin: 1% auto;
	}
	
	#container2 {
		margin: 2% auto 1% auto;
	}
	
	.item,
	.item2,
	.item3 {
		width: 31.3%;
		margin: 30px 1% 0 1%;
		float: left;
		display: inline;
	}
	
	#physicaledition .item,
	#physicaledition .item2 {
		width: 48%;
		margin: 30px 1% 0 1%;
		float: left;
		display: inline;	
	}
	
	.productinfo {
		padding-bottom: 10px;
	}

	.retailers ul li {
		width: 48%;
	}
	
	.tama-container,
	.tama-container2 {
		width: 240px;
		position: fixed;
		right: 10px;
		top: 0;
		z-index: 999;
	}
	
	.tama-container2 {
		top: 50px;
	}
	
	.digital-edition h2 {
		font-size: 0.9em;
	}
	
	.digital-steam {
		margin-top: 49px;
	}


}




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

	.retailers ul li {
		width: 31.3%;
	}

}




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

	.retailers ul li {
		width: 31.3%;
	}
	
	.digital-edition h2 {
		font-size: 1em;
	}
	

}