#content
{
	background-image: none;
	background-color: #eff1f7;
}

#content div.content,
#content div.content *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content div.content
{
	width: 100%;
	padding: 0;
}

.group
{
	float: left;
	width: 100%;
	clear: both;
	background-color: white;
	border: 1px solid rgba(0,0,0,.14);
	border-radius: .3em;
	margin: 0 0 1em;
}

.group > .heading
{
	display: block;
	position: relative;
	color: black;
	border: none;
	padding: .55em .75em 1.3em;
	margin: 0 0 -.75em 0;
	clear: both;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1;
	color: #474850;
	background-image: url(../../img/EurogamerPage/Home/title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: .25em .25em 0 0;
}

.breadcrumb
{
	position: relative;
	display: block;
	clear: both;
	line-height: normal;
	margin: 0;
	padding: .6em .6em;
	background-color: #808080;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	border-top: 1px solid #727684;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#616775), to(#474950));
	background: -moz-linear-gradient(top, #616775, #474950);
	background: -o-linear-gradient(top, #616775, #474950);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616775', endColorstr='#474950');
	z-index: 4;
	-webkit-font-smoothing: antialiased;
}

.breadcrumb > *
{
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}

.breadcrumb > span
{
	padding: 0 .25em;
}

#content .breadcrumb > h1
{
	display: inline;
	background-image: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	font-size: inherit;
}

.breadcrumb > a
{
	color: #89D5FF;
}

.breadcrumb span
{
	color: #202020;
	opacity: 0.5;
	font-style: normal;
	text-shadow: 0px -1px 1px rgba(255,255,255,.5);
}

.articles
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 1em;
}

.sidebar,
.sidebar > ul,
.sidebar > ul > li
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar
{
	padding: 1em;
}

.sidebar > ul > li
{
	padding: .75em 0;
	border-top: 1px solid white;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar > ul > li:first-of-type
{
	border-top: none;
	padding-top: 0;
}

.sidebar > ul > li:last-of-type
{
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar > ul > li > .packshot
{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	border-radius: .3em;
	box-shadow: 0 0 .25em rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.7);
	margin: 0 auto .75em;
}

.sidebar > ul > li > .tool
{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	padding: .75em .25em;
}

.related
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #313338;
	padding: 1em;
	margin-bottom: 1em;
	border-top: 1px solid rgba(255,255,255,.1);
	font-family: Verdana, sans-serif;
	color: white;
}

.related > p,
.related > ul
{
	font-size: .85em;
}

.related > p
{
	font-weight: bold;
	margin: 0;
	padding: 0 0 .5em;
}

.related a
{
	color: #89D5FF;
}

.related > ul
{
	width: 100%;
	margin: 0;
	padding: 0 0 0 .5em;
}

.related > ul > li
{
	float: left;
	width: 33.333%;
	margin: 0;
	padding: 0 2em .2em 0;
	list-style: square;
	color: rgba(255,255,255,.75);
	list-style-position: inside;
}

.related > ul > li:nth-of-type(3n+4)
{
	clear: left;
}

/* ---- Top stories ------------------------------ */

.headlines,
.headlines > ul,
.headlines > ul > li
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}

.headlines > ul > li
{
	border-top: 1px solid rgba(0,0,0,.05);
	padding: .75em;
	padding-left: 9.75em;
	min-height: 8em;
}

.headlines > ul > li.empty
{
	padding: 1em;
}

.headlines > ul > li.no-image
{
	padding-left: .75em;
}

.headlines > ul > li > div
{

}

.headlines > ul > li > div > h2
{
	font-size: 1.15em;
	line-height: 1.2;
	word-break: break-word;
}

.headlines > ul > li > div > p
{
	font-family: Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.3;
	padding-right: 3em;	
}

.headlines > ul > li > div > .tags
{
	display: block;
	float: left;
	clear: both;
	width: auto;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.2);
	background-color: #e7e9f0;
	text-shadow: 0 1px 0px white;
	margin: .75em 0 0;
	padding: 0;
	border-radius: .1em;
}

.headlines > ul > li > div > .tags > span
{
	display: block;
	float: left;
	width: auto;
	clear: none;
	padding: .4em .5em;
	border-left: 1px solid #eff0f5;
	border-right: 1px solid #d5d7dd;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: .9em;
	line-height: 1;
	color: #808080;
}

.headlines > ul > li > .cover
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 9em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.headlines > ul > li:first-of-type
{
	border-top: none;
	min-height: 19.75em;
}

.headlines > ul > li:first-of-type > .cover
{
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #dddfe5;
	background-size: cover;
	background-position: top center;
}

.headlines > ul > li:first-of-type > div
{
	position: absolute;
	z-index: 2;
	left: .75em;
	right: .75em;
	bottom: .75em;
	padding: .75em;
	width: auto;
	background-color: #505660;
	color: white;
	border: none;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
}

.headlines > ul > li:first-of-type > div > .tags
{
	position: absolute;
	right: 0;
	top: -3.5em;
	padding-right: 0;
}

.headlines > ul > li:first-of-type > div > h2
{
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.1;
	padding-bottom: .1em;
}

.headlines > ul > li:first-of-type > div > h2 > a
{
	color: #89D5FF;
}

.headlines > ul > li:first-of-type > div > p
{
	padding-right: 3em;
}

.headlines > ul > li:first-of-type > .comment-count
{
	bottom: 1.6em;
	right: 2em;
}

.headlines > ul > li > .comment-count
{
	position: absolute;
	display: block;
	width: auto;
	bottom: .75em;
	right: .75em;
	color: #96b618;
	z-index: 3;
	font-size: .85em;
}

.headlines > ul > li > .comment-count > i:before
{
	color: #96b618;
	font-size: .8em;
}

#headlines > .advertising
{
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0 0 1em;
	min-height: 250px;
}

#headlines > .advertising > div
{
	display: block;
	float: none;
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.reviews,
.reviews > ul,
.reviews > ul > li
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.reviews > ul
{
	padding: .25em .5em;
}

.reviews > ul > li
{
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: .5em 0;
}

.reviews > ul > li:last-of-type
{
	border: none;
}

.reviews > ul > li > h3
{
	float: left;
	font-weight: normal;
	letter-spacing: -0.05em;
}

.reviews > ul > li > p
{
	float: right;
	color: #b0b0b0;
}

.reviews > ul > li > p > *
{
	float: left;
}

.reviews > ul > li > p > strong
{
	font-size: 1em;
	color: #505050;
	padding-right: .1em;
}

.reviews > ul > li > p > span
{
	font-size: .85em;
	letter-spacing: -0.05em;
}

.chrono,
.chrono > ul,
.chrono > ul > li
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

.chrono > ul > li
{
	border-top: 1px solid rgba(0,0,0,.05);
	padding: .75em;
	padding-left: 6.5em;
}

.chrono > ul > li.no-image
{
	padding-left: .75em;
}

.chrono > ul > li:first-of-type
{
	border: none;
}

.chrono > ul > li.medium
{
	min-height: 5em;
}

.chrono > ul > li.medium.no-image
{
	min-height: 0;
}

.chrono > ul > li > .cover
{
	position: absolute;
	display: none;
	top: .75em;
	bottom: .75em;
	left: .75em;
	width: 5em;
	border-radius: .25em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.chrono > ul > .medium > .cover,
.chrono > ul > .large > .cover
{
	display: block;
}

.chrono > ul > li > .comment-count
{
	position: absolute;
	bottom: .75em;
	right: .75em;
	display: block;
	width: auto;
	color: #96b618;
	z-index: 3;
	font-size: .85em;
}

.chrono > ul > li > .comment-count > i:before
{
	color: #96b618;
	font-size: .8em;
}

.chrono > ul > .small
{
	padding-left: .75em;
}

.chrono > ul > li > div > h2
{
	line-height: 1.2;
	margin: 0;
	padding: 0 0 0;
}

.chrono > ul > li > div > p
{
	font-family: Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.3;
	padding-right: 3em;
}

.chrono > ul > li > div > .tags
{
	display: block;
	float: left;
	clear: both;
	width: auto;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.2);
	background-color: #e7e9f0;
	text-shadow: 0 1px 0px white;
	margin: .75em 0 0;
	padding: 0;
	border-radius: .1em;
}

.chrono > ul > li > div > .tags > span
{
	display: block;
	float: left;
	width: auto;
	clear: none;
	padding: .4em .5em;
	border-left: 1px solid #eff0f5;
	border-right: 1px solid #d5d7dd;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: .9em;
	line-height: 1;
	color: #808080;
}

.network > .heading
{
	font-size: 1em;
}

.metadata
{
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.metadata > p,
.metadata > h2
{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-weight: bold;
}

.metadata > ul,
.metadata > ul > li
{
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

.metadata > ul > li
{
	font-size: .9em;
	padding: .5em 0 .4em;
	line-height: 1;
	border-bottom: 1px solid rgba(0,0,0,.05);
	word-break: break-word;	
}

.metadata > ul > li:only-of-type
{
	padding: .2em 0;
}

.metadata > ul > li:last-of-type
{
	padding-bottom: 0;
	border: none;
}

.metadata > ul > li > strong
{
	float: left;
	font-weight: bold;
}

.metadata > ul > li > * + span,
.metadata > ul > li > a > span
{
	float: right;
}

.metadata > ul > li > a > span
{
	color: #303030;
}

#overflow
{
	display: block;
}

#overflow .chrono > ul > .large
{
	padding-left: 10em;
	min-height: 9.25em;
}

#overflow .chrono > ul > .large.no-image
{
	padding-left: .75em;
	min-height: 4em;
}

#overflow .chrono > ul > .large > .cover
{
	width: 8.6em;
}

#overflow .chrono > ul > .large > div > h2
{
	font-size: 1.25em;
}

#overflow .chrono > ul > .medium
{
	min-height: 5.75em;
}

#overflow .chrono > ul > .medium.no-image
{
	min-height: 3em;
}

#overflow .chrono > ul > .article:nth-of-type(3),
#overflow .chrono > ul > .article:nth-of-type(5)
{
	clear: left;
}

#overflow .chrono > ul > .small:nth-of-type(3n+4)
{
	clear: left;
}

.related-games
{
	
}

.related-games > strong
{
	color: black;
}

.related-games > ul
{

}

.related-games > ul > li
{
	font-size: .9em;
	border-bottom: 1px solid rgba(0,0,0,.05);
	line-height: 1;
	padding: .4em 0;
}

#overflow,
#hidden
{
	display: none;
}

#show-more
{
	float: none;
	clear: both;
	max-width: 28em;
	display: block;
	margin: .25em auto 1.5em;
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);
	font-weight: bold;
}

#show-more > i:before
{
	color: white;
	opacity: .5;
	margin-right: .25em;
}

.low-leaderboard-container
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 1.5em;
}

.low-leaderboard
{
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.affiliates
{
	width: 300px;
	clear: both;
	margin: 0 auto;
	padding: .75em .75em .25em;
}

.affiliates:empty
{
	display: none;
}

.hreview
{
	display: none;
}

.metabomb-promo
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1rem;
	background-color: #422f3b;
	color: white;
	padding: .75rem;
	border-radius: .2rem .2rem 0 0;
	text-align: center;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	border-bottom: 3px solid #ff990d;
}

.metabomb-promo > strong > a
{	
	color: #ff990d;
	font-weight: 900;
}

.metabomb-promo.hots
{
	background-color: #43286b;
}

.metabomb-promo.hots > strong > a
{
	border-color: #038ee7;
}