@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:before {
	content: "";
	display: block;
	position:fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: #c6e7f6;
	background-image:	radial-gradient(rgba(255,255,255, 0.3) 11%, transparent 14%),
						radial-gradient(rgba(255,255,255, 0.3) 11%, transparent 14%);
	background-position: 0 0, 35px 35px;
	background-size: 70px 70px;
}






.closebtn {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	background: #fff;
	background-image:	radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%),
						radial-gradient(rgba(198,231,246, 0.3) 11%, transparent 14%);
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
}

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

h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	font-family: 'Arya', arial;
	font-size: 1.4em;
	text-transform: uppercase;
	text-shadow: 0 0 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	
	background: #3ec66d;
}

h1.pagetitle-mob {
	top: 30px;
}

#digitaledition h1 {
	background: linear-gradient(#990000, #cc0000);
}




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

.item-mob {
	margin-top: 130px;
}

.item-ps4 {
	margin-top: 46px;
}

.item2 {
	margin-top: 50px;
}

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

.productimg img {
	width: 100%;
	border-radius: 5px;
}

.productinfo {
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

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

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

.productinfo hr {
	width: 100%;
	border: 0;
	background: none;
	border-bottom: 1px dotted #ccc;
}

.productinfo h2 {
	color: #029ce8;
	font-family: 'Arya', arial;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.productinfo h3 {
	font-family: 'Montserrat', arial;
	color: #e72e8c;
	font-weight: 500;
	font-size: 1em;
}

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

.retailers {
	margin-top: 6%;
	padding-top: 6%;
	border-top: 2px dashed #ccc;
}

.retailers .region {
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Oswald', 'Ubuntu', arial;
	padding-bottom: 6%;
}

.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;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

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;
}




#cowbanner {
	width: 90%;
	margin: 100px 5% 0 5%;
	padding: 0;
}

#cowbanner-mob {
	width: 90%;
	margin: 130px 5% 0 5%;
	padding: 0;
}

#cowbanner img,
#cowbanner-mob img {
	width: 100%;
	border-radius: 10px;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.cowbanner-dt {
	display: none;
}




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

	.retailers ul li {
		width: 31.3%;
	}

}




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

	#container {
		width: 94%;
		max-width: 1000px;
		margin: 5% auto;
	}
	
	.item,
	.item2 {
		width: 48%;
		margin: 40px 1% 0 1%;
		float: left;
		display: inline;
	}
	
	.item-mob,
	.item2-mob {
		width: 48%;
		margin: 70px 1% 0 1%;
		float: left;
		display: inline;
	}

	.retailers ul li {
		width: 48%;
	}

	#cowbanner,
	#cowbanner-mob {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.cowbanner-mob {
		display: none;
	}

	.cowbanner-dt {
		display: block;
	}

}




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

	.productinfo {
		margin-top: 4%;
	}
	
	.retailers {
		margin-top: 4%;
	}
	
	.retailers ul li {
		width: 31.3%;
	}

}


