/*
Theme Name: MMOGames
Author: Jepps Webdevelopment
Author URI: http://www.jepps.nl
Description: The MMOGames theme is a theme designed to be used for publicizing content about MMO Games.
Version: 0.2
*/

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

input[type="image"], button {
	cursor: pointer;
}

/* WHITE ORIGINAL */
body #logo.halloween a {
	width: 218px;
	height: 71px;
	margin-top: 9px;
}

body #logo.halloween a img {
	height: 71px;
}

body > header #logo a {
	margin-top: 9px;
}

body > header .main nav ul > li {
	background-image: none;
	border-right: solid 1px #D4D4D4;
	height: 30px;
	line-height: 30px;
}

body > header .main nav ul > li > a {
	height: 30px;
	line-height: 30px;
}

label {
	color: #707070;
}

#error{
	display: block;
	left: 39%;
	position: relative;
}

.overlay {
	position: fixed;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	border: 2px;
}

.overlay_inner {
	background: #FFFFFF;
	width: 500px;
	z-index: 1110;
	height: 220px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay_title{
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.overlay_captcha{
	position: relative;
	left: 50%;
	transform: translate(-30%,0%);
	margin-bottom: 15px;
}

#vote-button{
	position: relative;
	transform: translate(-50%,0%);
}

.fancybox-skin::before {
	border: none;
}

.commentlist .comment {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}

.contentbox > .content .items .item.readmore,
.contentbox.games > .content .items .item.readmore {
	background-color: #FFFFFF;
}

.contentbox.games header h3 {
	color: #000000;
}

.contentbox.games header .content {
	background-image: url("public/images/white/boxes/contentbox-header-center.png");
}

.contentbox.games header .background-left {
	background-image: url("public/images/white/boxes/contentbox-header-left.png");
}

.contentbox.games header .background-right {
	background-image: url("public/images/white/boxes/contentbox-header-right.png");
}

.contentbox.games .item {
	background: #FFFFFF;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.contentbox article blockquote,
.contentbox.games article blockquote {
	text-shadow: 0 0 0 transparent;
}

/*WHITE END*/

/* Main */
html {
	background-color: #E5E5E5;
	overflow-x: hidden;
}

body {
}

/* General */
body {
	font: 13px 'trebuchet ms', geneva, Arial !important;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

h1 {
	font: bold 16pt 'roboto', geneva, Arial !important;
	color: #000000;
}

h2 {
	font: bold 12pt 'roboto', geneva, Arial !important;
	color: #6FB000;
}

h3 {
	font: bold 10pt 'roboto', geneva, Arial !important;
	color: #6FB000;
}

h4 {
	font: bold 10pt 'roboto', geneva, Arial;
	color: #000000;
}

h5 {
	font: bold 10pt 'roboto', geneva, Arial;
	color: #000000;
}

h6 {
	font: bold 10pt 'roboto', geneva, Arial;
	color: #000000;
}

strong {
	font-weight: bold;
}

article h3 {
	margin-bottom: 4px;
}

article h4 {
	margin-bottom: 2px;
}

article h5 {
	font-weight: bold;
}

article h6 {
	font-weight: bold;
}

article blockquote {
	margin-left: 24px;
	font-size: 14px;
	font-style: italic;
}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}

.container {
	position: relative;
	display: block;
	width: 1066px;
	margin: 0 auto;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

/* WordPress editor classes */
.alignleft {
	float: left;
	text-align: left;
	display: block;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.alignright {
	float: right;
	text-align: right;
	display: block;
}

/* Header */
body > header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	z-index: 999;
	background: url("public/images/white/header-background.png");
}

#logo a {
	display: block;
	position: relative;
	width: 218px;
	height: 71px;
	margin-top: 11px;
	z-index: 999;
}

/*#logo a img { height: 100px; }*/
#logo a img {
	height: 71px;
}

#logo.logo-christmas {
	margin-left: -18px;
	margin-top: -15px;
}

#logo.halloween a {
	height: 93px;
	width: 223px;
	margin-top: 3px;
}

#logo.halloween a img {
	height: 93px;
}

body > header .pick-theme {
	height: 27px;
	/*position: absolute;*/
	/*right: 175px;*/
	margin-top: 9px;
	float: right;
	width: 88px;
	background: #FFFFFF;
	z-index: 10;
	border-radius: 3px;
	background: url('public/images/white/theme-pick-bg.png');
	line-height: 27px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;
	text-align: left;
}

#account a.button-fixedgrey {
	margin-top: -4px;
}

body > header .pick-theme-trigger {
	width: 200px;
	height: 26px;
	float: right;
	background: url('public/images/choose-your-theme.png') no-repeat;
	margin-top: 10px;
	display: block;
	margin-right: 10px;
	opacity: 1;
}

body.logged-in > header .pick-theme-trigger {
	background: url('public/images/choose-your-theme-logged-in.png') no-repeat;
	width: 135px;
	height: 26px;
}

body > header .pick-theme a.white {
	float: right;
	display: block;
	height: 20px;
	width: 20px;
	background: url('public/images/theme-white.png');
	margin-right: 3px;
	margin-top: 3px;

}

body > header .pick-theme a.black {
	float: right;
	display: block;
	height: 20px;
	width: 20px;
	background: url('public/images/theme-black.png');
	margin-right: 3px;
	margin-top: 3px;
}

body > header #menu-hamburger {
	width: 32px;
	height: 32px;
	background: url('public/images/menu-hamburger.png');
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	display: none;
	background-size: contain;
}

body > header #menu-settings {
	width: 32px;
	height: 32px;
	background: url('public/images/menu-settings.png');
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	display: none;
	background-size: contain;
}

body > header #menu-search {
	width: 32px;
	height: 32px;
	background: url('public/images/menu-search.png');
	position: absolute;
	top: 10px;
	right: 52px;
	z-index: 10;
	display: none;
	background-size: contain;
}

body > header .main {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	height: 31px;
}

body > header .main nav {
	display: block;
	float: left;
	margin-left: 260px;
	font: 17px "Franklin Gothic Book", "Franklink Gothic", "Arial";
	color: white;
	background-image: none;
	border-left: solid 1px #D4D4D4;
}

body > header .main nav ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}

body > header .main nav > ul {
	line-height: 31px;
	vertical-align: middle;
}

body > header .main nav > ul > li {
	display: block;
	float: left;
	height: 30px;
	padding: 0 16px;
	line-height: 30px;
	vertical-align: middle;
	list-style-type: none;
	/*background: url('public/images/mainmenu-separator.jpg') no-repeat right 0 transparent;*/
	text-align: center;
	text-transform: uppercase;
}

body > header .main nav > ul > li > a {
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

body > header .main nav > ul > li span.arrow {
	margin-left: 32px;
}

body > header .main nav li ul {
	clear: both;
	float: left;
	display: none;
	width: 202px;
	margin-left: -3px;
	padding-bottom: 3px;
	text-transform: none;
	background: url('public/images/mainmenu-submenu-bottom.png') no-repeat 0 bottom transparent;
	line-height: 25px;
	vertical-align: middle;
}

body > header .main nav li ul li {
	display: block;
	height: 25px;
	padding-left: 6px;
	list-style-type: none;
	background: url('public/images/mainmenu-submenu-item-background.png') no-repeat 0 0 transparent;
	text-align: left;
}

body > header .main nav li ul li a {
	color: #D0D0D0;
	text-shadow: 0px -1px 0px #000000;
	line-height: 28px;
	vertical-align: middle;
}

body > header .main nav li ul li:hover a {
	color: #6FB000;
}

body > header .main nav li ul li:first-child {
	background-image: url('public/images/mainmenu-submenu-item-first-background.png');
}

body body > header .main nav li ul li:hover {
	background-image: url('public/images/mainmenu-submenu-item-hover-background.png');
}

body > header .main nav li.selected ul {
	display: block;
}

body > header .main nav > ul > li.menu-item-has-children {
	background: url('public/images/mainmenu-submenu-arrow.jpg') no-repeat right 0 transparent;
}

body > header .main nav > ul > li.menu-item-has-children:hover {
	background-image: url('public/images/mainmenu-submenu-arrow-hover.jpg');
}

body > header .sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	text-align: right;
	line-height: 43px;
	vertical-align: middle;
}

#account {
	float: right;
	padding: 1px 8px 0;
}

#account input {
	width: 120px;
}

body > header .sub .social {
	float: right;
}

body > header .sub .social ul {
	margin: 0;
	padding: 2px 0 0 0;
}

body > header .sub .social li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body > header .sub .social li a {
	display: block;
	padding-left: 4px;
	text-indent: 9999px;
}

body > header .sub .social li span {
	display: block;
	width: 37px;
	height: 37px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

body > header .sub .social li.social-facebook span {
	background-image: url('public/images/icons/social/37x37/facebook.png');
}

body > header .sub .social li.social-twitter span {
	background-image: url('public/images/icons/social/37x37/twitter.png');
}

body > header .sub .social li.social-gplus span {
	background-image: url('public/images/icons/social/37x37/gplus.png');
}

body > header .sub .social li.social-reddit span {
	background-image: url('public/images/icons/social/37x37/reddit.png');
}

body > header .sub .social li.social-tumblr span {
	background-image: url('public/images/icons/social/37x37/tumblr.png');
}

body > header .sub .social li.social-forum span {
	background-image: url('public/images/icons/social/37x37/forum.png');
}

body > header .sub .social li a:hover span {
	background-position: -37px 0;
}

/* Slider */
#slider-main {
	display: block;
	height: 660px;
	padding: 93px 0 0 0;
	overflow: hidden;
}

#slider-main .slider-tabs {
	float: right;
	height: 370px;
	clear: both;
	margin: 36px 0;
}

#slider-main .slides {
	clear: both;
}

.slider-tabs h2 {
	font: bold 15px 'roboto', geneva, Arial;
	color: #000000;
	margin-bottom: 3px;
}

.slider-tabs article {
	display: block;
	width: 253px;
	background-image: url("public/images/white/sliders/slider-item-background.png");
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font: 11px 'trebuchet ms', geneva, Arial;
	color: #D0D0D0;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.slider-tabs article > a {
	display: block;
	padding: 12px 40px 12px 27px;
}

.slider-tabs article p {
	color: #000000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.slider-tabs article.last-child {
	border-bottom: none;
}

.slider-tabs article:hover h2 {
	color: #000000;
}

.slider-tabs article:hover a {
	background: url('public/images/sliders/slider-item-hover-glow.png') repeat-y -4px 0px transparent;
}

.slider-tabs article.selected {
	background: url('public/images/continue-arrow-offset.png') no-repeat right center #FFFFFF;
}

.slider-tabs article.selected > a {
	background: url('public/images/sliders/slider-item-hover-glow.png') repeat-y -4px 0px transparent;
}

/* Skins */
#skin {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}

#skin > div {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 91px;
	background-repeat: no-repeat;
	background-position: center 0;
}

#skin > div:after {
	position: absolute;
	bottom: 0;
	height: 400px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(100%, #E5E5E5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
	content: "";
}

#skin > div > a {
	display: block;
	width: 100%;
	height: 100%;
}

#skin > div.hide {
	display: none;
}

#skin #skin-left {
	position: absolute;
	width: 336px;
	height: 768px;
	left: 50%;
	margin-left: -885px;
	top: 91px;
	background-repeat: no-repeat;
}

#skin #skin-right {
	top: 91px;
	position: absolute;
	width: 336px;
	height: 768px;
	left: 50%;
	margin-left: 550px;
}

#skin.fixed > div.default,
#skin.fixed #skin-left,
#skin.fixed #skin-right {
	position: fixed;
}

body.left_right_background_skin #main.regular-content,
body.left_right_background_skin #leader {
	padding-top: 130px !important;
}

body.left_right_background_skin #skin > div:after {
	display: none;
}

body.home #skin > div:after {
	display: block;
}

/* Trackers */
#trackers {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* Main content */
#main {
	padding: 32px 0 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 680px;
}

#main.regular-content {
	margin: 0;
	padding-top: 218px;
}

#main.with-sidebar .container > .content {
	width: 722px;
}

.home #main {
	margin-top: -32px;
	padding-top: 0;
}

/* Single */
#main.regular-content .contentbox .attachment-post-main-thumbnail {
}

#main.regular-content .contentbox h2 {
	margin-bottom: 12px;
	font-size: 28px;
}

#main.regular-content article.regular-content p {
	margin-bottom: 12px;
	font-size: 14px;
}

#main.regular-content article.regular-content .entry-content {
	margin-bottom: 32px;
	margin-top: 32px;
}

#main.regular-content article.regular-content .entry-content > div {
	margin-bottom: 12px;
}

#main.regular-content article.regular-content {
	padding: 12px 26px;
}

#main.regular-content article .metadata {
	display: block;
	margin-top: -2px;
	margin-bottom: 12px;
}

.single #main.regular-content article.item.regular-content {
	font: 16px 'trebuchet ms', geneva, Arial;
}

.attachment-post-main-thumbnail {
	margin-top: 12px;
}

/* Leader */
#leader {
	margin: 0;
	padding-top: 218px;
}

/* Media box */
.mediabox {
	border: 1px solid black;
	background-color: #010202;
	box-shadow: 0 2px 24px 0 #808080;
}

.mediabox > div {
	border: 1px solid;
	border-top-color: #383839;
	border-right-color: #141414;
	border-bottom-color: #131313;
	border-left-color: #151616;
}

.mediabox > div > .content {
	position: relative;
	min-height: 347px;
	padding: 4px 4px 0 4px;
	z-index: 10;
}

.mediabox .separator {
	width: 100%;
	border-bottom: 1px solid #363737;
}

.media-slider {
	position: relative;
	z-index: 10;
	display: block;
	width: 615px;
	padding: 4px 4px 1px 4px;
	overflow: hidden;
	white-space: nowrap;
}

.media-slider ul {
	display: block;
	width: 10000px;
	overflow: hidden;
	list-style-type: none;
}

.media-slider li {
	position: relative;
	display: block;
	float: left;
	white-space: normal;
	margin-left: 10px;
}

.media-slider li .glow {
	position: absolute;
	margin: 1px 0 0 3px;
	display: block;
	width: 113px;
	height: 1px;
	background-color: #F7EEEE;
	opacity: 0.36;
	filter: alpha(opacity=36);
}

.media-slider li:first-child {
	margin-left: 0;
}

.media-slider .video .button {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

/* Footer */
body > footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	background: #000000;
}

body > footer a {
	color: #928F8F;
}

body > footer a:hover {
	color: white;
}

body > footer .copyright {
	padding-bottom: 20px;
	text-align: center;
	font: bold 12px 'trebuchet ms', geneva, Arial;
	color: #6FB000;
}

body > footer .copyright p {
	margin-top: 12px;
}

#sidebar-footer .widget {
	float: left;
	width: 200px;
	margin-bottom: 32px;
}

#sidebar-footer .widget li {
	margin-bottom: 3px;
	list-style-type: none;
}

#sidebar-footer h4 {
	margin-bottom: 3px;
	color: #FFFFFF;
}

/* Regular content */
.regular-content ul, .regular-content ol {
	margin-bottom: 12px;
	font-size: 14px;
}

.regular-content ul li, .regular-content ol li {
	margin-top: 3px;
	padding-left: 20px;
	list-style-position: inside;
}

.regular-content ul li:first-child, .regular-content ol li:first-child {
	margin-top: 0;
}

/* Horizontal blocks */
.horizontalblocks {
	position: absolute;
	width: 1064px;
	background: rgba(255, 255, 255, 0.9);
	border: solid 1px #FFFFFF;
	color: white;
	margin-bottom: 28px;
	overflow: hidden;
	z-index: 10;
}

.horizontalblocks > div {
	width: 1100px;
}

.horizontalblocks .block {
	display: block;
	float: left;
	width: 353px;
	border: 1px solid;
	border-color: #DFDFDF #DFDFDF #F4F4F4 #F4F4F4;
}

.horizontalblocks .block > a {
	position: relative;
	display: block;
	width: 333px;
	height: 162px;
	margin: 10px 11px 10px 9px;
}

.horizontalblocks .block > a .caption {
	padding: 0;
}

.horizontalblocks .block > a .caption p {
	display: none;
}

.horizontalblocks .block > a .caption > div {
	padding: 4px 8px;
}

.horizontalblocks .block > a:hover .caption > div {
	background-image: url('public/images/continue-arrow-offset.png');
	background-repeat: no-repeat;
	background-position: 300px center;
}

.horizontalblocks .block > a:hover .caption p {
	display: inline;
}

.horizontalblocks .block h2 {
	font: 17px 'roboto', geneva, Arial;
	color: #6FB000;
}

.horizontalblocks .block:first-child {
	width: 352px;
}

/* Content box */
.contentbox {
	margin-top: 24px;
}

.contentbox header {
	font-size: 18px;
	color: white;
	/*text-transform: uppercase;*/
}

.contentbox header .background-left {
	float: left;
	width: 3px;
	height: 40px;
	background-image: url("public/images/white/boxes/contentbox-header-left.png");
}

.contentbox header .background-right {
	float: right;
	width: 3px;
	height: 40px;
	background-image: url("public/images/white/boxes/contentbox-header-right.png");
}

.contentbox header .content {
	/*height: 40px;*/
	margin: 0 3px;
	background-image: url("public/images/white/boxes/contentbox-header-center.png");
}

.contentbox header.large .content {
	/*height: 60px !important;*/
	background-size: contain;
}

.contentbox header.large .background-left {
	background-size: cover;
	height: 60px;
}

.contentbox header.large .background-right {
	background-size: cover;
	height: 60px;
}

.contentbox header.large h1 {
	padding: 8px;
}

.contentbox header h3 {
	padding: 6px;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}

.contentbox header.tabs h3 {
	padding: 0;
}

.contentbox header.tabs ul {
	width: 800px;
	height: 100%;
	padding-top: 1px;
	list-style-type: none;
	overflow: auto;
}

.contentbox header.tabs li {
	display: block;
	float: left;
	width: 143px;
	height: 38px;
	text-align: center;
	border-left: 1px solid #303030;
}

.contentbox header.tabs li:hover, .contentbox header.tabs li.selected {
	background: url('public/images/boxes/contentbox-header-hover.jpg') repeat-x 0 0 transparent;
}

.contentbox header.tabs li:first-child {
	border-left: none;
}

.contentbox header.tabs li a {
	padding: 8px 0;
	display: block;
	width: 100%;
	height: 100%;
}

.contentbox > .content {
	border: 1px solid;
	background: white;
	border-color: #BFC4C4;
}

.contentbox .item {
	margin-bottom: 1px;
	border: 1px solid;
	background: #FFFFFF;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.contentbox .item.regular-content {
	padding: 14px;
}

.contentbox .item.embed-content {
	padding-top: 14px;
	padding-bottom: 14px;
}

.contentbox > .content .items.list {
	padding: 0;
}

.contentbox > .content .items.list .item > a, .contentbox > .content .items.list a.item {
	display: block;
	padding: 12px 42px 12px 12px;
}

.contentbox > .content .items.list * img {
	float: left;
	margin-right: 12px;
}

.contentbox > .content .items.list * h2 {
	margin-bottom: 0;
	padding-left: 0px;
	font: 17px 'roboto', geneva, Arial;
	color: #6FB000;
}

.contentbox > .content .items.list * p {
	margin: 6px 0 0 0;
	font: 12px 'trebuchet ms', geneva, Arial;
	color: #000000;
}

.contentbox > .content .items.list article:hover {
	background: url('public/images/continue-arrow-offset.png') no-repeat right center #FFFFFF;
}

body .contentbox > .content .items.list article.regular-content:hover {
	background-color: #FFFFFF;
}

.contentbox > .content .items.grid {
	overflow: hidden;
	border-color: #FFFFFF;
}

.contentbox > .content .items.grid.col2 .row {
	width: 718px;
}

.contentbox > .content .items.grid.col2 .row .item {
	width: 50%;
	box-sizing: border-box;
}

.contentbox > .content .items.grid.col3 .row {
	width: 1100px;
}

.contentbox > .content .items.grid .item {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 12px 12px;
}

.contentbox > .content .items.grid .item.first-column {
	margin-left: 0;
}

.contentbox > .content.regular-content {
	padding: 8px;
}

.contentbox a {
	color: #6FB000;
}

.contentbox:first-child {
	margin-top: 0;
}

/* Game information */
.game-information {
	width: 725px;
}

.game-information #gametab-overview {
	padding: 0;
}

.game-information #gametab-overview div.giveaway-block {
	position: relative;
}

.game-information #gametab-overview div.giveaway-block a {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.game-information #gametab-overview h2.giveaway-title {
	font-size: 30px;
	color: #6FB000;
	margin-bottom: 0;
}

.game-information #gametab-overview .attachment-post-main-thumbnail {
	margin-bottom: 5px;
}

.game-information header.large h1 {
	padding-left: 30px;
}

.game-information .media-slider.related-games {
	width: 710px;
	padding: 4px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1px;
}

.game-information .media-slider.related-games .item {
	width: 100% !important;
	border-color: transparent !important;
}

.game-information .media-slider.related-games .item .glow {
	display: none;
}

.game-information #gametab-overview p, .game-information #gametab-overview article > div {
	text-align: left;
	font-size: 15px;
}

.game-information #gametab-overview article { /*width: 550px;*/
	padding: 30px;
}

.game-information .game-properties {
	display: block;
	width: 130px;
	padding: 10px;
	text-align: left;
}

.game-information .game-properties > a {
	font-size: 20px;
}

.game-information .game-properties > img {
	margin-bottom: 5px;
}

.game-information .game-properties ul {
	list-style-type: none;
	font: 11px 'trebuchet ms', geneva, Arial;
	color: #4B4B4A;
}

.game-information .game-properties li {
	margin-bottom: 2px;
}

.game-information .game-properties .game-websitelink {
	display: block;
	margin-bottom: 3px;
}

.game-information .game-properties h3 {
	color: #717171;
	float: left;
}

.game-information .game-properties span {
	color: #FFFFFF;
	font-size: 18px;
	float: left;
	line-height: 22px;
	margin-left: 10px;
}

.game-information > .content section {
	display: block;
	padding: 16px;
	font-size: 12px;
}

.game-information #gametab-overview ul,
.game-information #gametab-overview ol {
	font-size: 15px;
	margin-left: 20px;
}

.game-information > .content section h1 {
	margin-bottom: 8px;
	text-align: left;
}

.game-information > .content section h2 {
	margin-bottom: 20px;
	font: bold 20px 'roboto', geneva, Arial;
	text-align: left;
}

.game-information > .content .items.list h2 {
	color: #6FB000;
}

.game-information > .content section h3 {
	margin-bottom: 5px;
	font-size: 18px;
}

.game-information > .content section p {
	margin-bottom: 16px;
}

.game-information > .content .tabbed-content section {
	display: block;
}

.game-information > .content .tabbed-content section:first-child {
	display: block;
}

.game-information .propertieslist li {
	width: 133px;
}

.game-information a.read-more-articles {
	display: block;
	text-align: center;
	cursor: pointer;
}

/* Inline search */
.inlinesearch {
	display: block;
	float: right;
	width: 175px;
	margin-top: 3px;
}

.inlinesearch input[type="text"] {
	position: absolute;
	float: left;
	height: 27px;
	padding-left: 24px;
	border: 1px solid;
	border-color: #C2C2C2 #C2C2C2 #DFDFDF #DFDFDF;
	background: #FFFFFF;
	z-index: 0;
	color: #4A4A4A;
}

.inlinesearch input[type="text"]:focus {
	border: 1px solid #000000;
	border-bottom-color: #232323;
}

.inlinesearch input[type="image"] {
	position: absolute;
	float: left;
	padding: 7px 0 0 6px;
	z-index: 10;
}

/* Properties list */
.propertieslist {
	margin-left: 0 !important;
}

.propertieslist li {
	display: block;
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

.propertieslist h3 {
	font: normal 17px 'roboto', geneva, Arial;
	color: #717171;
}

.propertieslist span {
	margin-top: 8px;
	font: normal 18px 'trebuchet ms', geneva, Arial;
	color: #FFFFFF;
}

.propertieslist li:first-child {
	margin-left: 0;
}

/* Details list */
.detailslist-title {
	color: #706E6E;
}

.detailslist li {
	margin-top: 4px;
	list-style-type: none;
	font-size: 17px;
	color: #706E6E;
}

.detailslist li span {
	display: inline-block;
	width: 50px;
	color: #000000;
}

.detailslist li:first-child {
	margin-top: 0;
}

/* Normal sidebar */
.sidebar {
	width: 316px;
}

.sidebar aside {
	margin-top: 16px;
}

.sidebar aside:first-child {
	margin-top: 0;
}

/* Tabbed content */
.tabbed-content > * {
	display: none;
}

.tabbed-content > *:first-child {
	display: block;
}

/* Images */
.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4px 8px;
	overflow: hidden;
	background: url('public/images/help/opacity/73.png') repeat 0 0 transparent;
	box-sizing: border-box;
}

.caption p {
	color: #FFFFFF !important;
}

.caption .rating {
	position: absolute;
	top: 7px;
	right: 10px;
	color: #FFFFFF;
}

.caption .rating .star {
	background: url("public/images/ratingstarssmall.png") no-repeat scroll 1px 0 transparent;
	background-position: -15px 0;
	display: block;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	width: 14px;
	margin-right: 5px;
}

.latest-news {
	width: 49%;
}

.latest-reviews {
	width: 49%;
	margin-top: 0;
}

/* Sidebar: home */
#sidebar-crowfall,
#sidebar-esports {
	padding-top: 164px;
}

#sidebar-home {
	padding-top: 24px;
	position: relative;
	z-index: 15;
}

#sidebar-crowfall .widget_mmogames_widget_contentlist.left,
#sidebar-crowfall .widget_mmogames_widget_contentlist.right,
#sidebar-esports .widget_mmogames_widget_contentlist.left,
#sidebar-esports .widget_mmogames_widget_contentlist.right,
#sidebar-home .widget_mmogames_widget_contentlist.left,
#sidebar-home .widget_mmogames_widget_contentlist.right {
	margin-top: 24px;
	width: 49%;
}

#sidebar-esports .widget_mmogames_widget_toornamenttracker.left,
#sidebar-esports .widget_mmogames_widget_twitch.left{
	margin-top: 24px;
}

#sidebar-home .widget_mmogames_widget_contentgrid {
}

/* Content box: Games */
.contentbox.games > .content .items.grid {
	border: 1px solid;
	background: white;
	border-color: #FFFFFF;
}

.contentbox.games > .content .items.grid .item {
	position: relative;
	display: block;
	width: 352px;
	margin: 0 0 1px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
}

.contentbox.games > .content .items.grid .item.first-row {
	border-top: none;
}

.contentbox.games > .content .items.grid .item.last-row {
	border-bottom: none;
}

.contentbox.games > .content .items.grid .item.middle-column {
	border-right: 1px solid #2D2D2D;
	border-left: 1px solid #2D2D2D;
}

.contentbox.games > .content .items.grid .item > a {
	position: relative;
	display: block;
	width: 325px;
	height: 152px;
	margin: 14px;
}

.contentbox.games > .content .items.grid .item.featured > a:before {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	background: transparent url('public/images/ribbons/featured.png') no-repeat 0 0;
	z-index: 100;
	content: ' ';
}

.contentbox.games > .content .items.grid .item .caption {
	text-align: left;
}

#main .contentbox.games > .content .items .item .caption h2 {
	margin-bottom: 0;
	font: 18px 'roboto', geneva, Arial;
	color: #7ABF03;
}

.contentbox.games > .content .items .item .caption p {
	display: none;
}

.contentbox.games > .content .items .item:hover .caption p {
	display: inline;
}

.contentbox.games > .content .items.grid .item.no-items {
	float: none;
	width: auto;
	text-align: left;
}

/* Content box: Hype */
.contentbox.games > .content .items.grid .item .hype {
	height: 34px;
	padding: 0 13px 13px;
}

.contentbox.games > .content .items.grid .item .hype div.votes {
	height: 34px;
	float: left;
	line-height: 34px;
}

.contentbox.games > .content .items.grid .item .hype a.play {
	float: right;
	height: 34px;
	display: block;
}

.contentbox.games > .content .items.grid .item .hype a.play img {
	height: 34px;
}

.contentbox.games > .content .items.grid .item .hype a.vote {
	float: left;
	height: 34px;
	line-height: 34px;
	display: block;
	margin-right: 20px;
}

.contentbox.games > .content .items.grid .item .hype a.vote img {
	height: 34px;
}

.contentbox.games > .content .items.grid .item .rank {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 68px;
	height: 68px;
}

.contentbox.games > .content .items.grid .item .rank.rank-1 {
	background: url('public/images/hype/1st.png');
}

.contentbox.games > .content .items.grid .item .rank.rank-2 {
	background: url('public/images/hype/2nd.png');
}

.contentbox.games > .content .items.grid .item .rank.rank-3 {
	background: url('public/images/hype/3rd.png');
}

body.single-hype #countdown {
	font-size: 14px;
	line-height: 30px;
}

body.single-hype .contentbox.games > .content .items.grid .item {
	width: 50%;
}

/* Content box: Pagination */
.contentbox.pagination {
	margin-top: 4px;
}

/* Author bio */
.author-bio {
	padding: 32px;
}

.author-bio h1 {
	float: left;
	font-size: 40px;
}

.author-bio .detailslist {
	float: left;
	clear: both;
	margin-top: -10px;
}

.author-bio .detailslist li {
	padding: 0;
	font-size: 18px;
	color: #7F7F7F;
}

.author-bio .detailslist span {
	color: #4B4B4A;
}

.author-bio .avatar {
	float: left;
	margin: 0 16px 9px 0;
}

.author-bio .social {
	width: 190px;
}

.author-bio .social > a {
	margin: 0 9px 9px 0;
}

.author-bio p {
	text-align: center;
}

.author-bio > .content {
	width: 400px;
}

.author-bio h2,
#main.regular-content .contentbox .author-bio h2 {
	float: left;
	margin: 9px 0 0 4px;
	font-size: 31px;
}

.playingnow > h3 {
	font-size: 24px;
	color: #737371;
}

.playingnow > .content {
	position: relative;
	width: 323px;
	height: 152px;
}

.playingnow .caption h3 {
	font-size: 18px;
}

.playingnow .caption p {
	display: none;
}

.playingnow:hover .caption p {
	display: inline;
}

/* Post meta data */
.metadata {
	font: bold 10px 'trebuchet ms', geneva, Arial;
	color: #6C6A6A;
}

/* Giveaway archive */
.post-type-archive-giveaway #main .item .content {
	margin-top: 6px;
	text-align: left;
}

.post-type-archive-giveaway a.button-getkey,
.post-type-archive-giveaway span.available {
	float: left;
}

.post-type-archive-giveaway span.available {
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
}

/* Single giveaway */
.single-giveaway #main .container > .content .item {
	text-align: left;
}

.single-giveaway #main .container > .content .giveaway-content .item {
	text-align: left;
}

.single-giveaway div.giveaway-block {
	position: relative;
}

.single-giveaway div.giveaway-block h2 {
	margin-bottom: 0 !important;
}

.single-giveaway div.giveaway-block a {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.single-giveaway .giveaway-key {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 76px;
	background: url('public/images/giveaway-button-background.png');
	position: relative;
	padding-top: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single-giveaway .giveaway-key > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #141414;
	display: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single-giveaway .giveaway-key > div a {
	color: #FFFFFF;
}

/* Social */
.social {
	height: 32px;
	float: right;
	margin-top: 8px;
}

.social .external {
	margin-left: 12px;
	padding-top: 4px;
}

/* 404 Page Not Found */
.error404 #main.regular-content article {
	margin-bottom: 100px;
	text-align: center;
}

.error404 #main.regular-content article h1 {
	margin-bottom: 16px;
}

.error404 #main.regular-content article h2 {
	margin-bottom: 4px;
	font-size: 38px;
	color: #FFFFFF;
}

.error404 #main.regular-content article p {
	margin: 0 auto 24px auto;
	width: 412px;
	font-size: 28px;
	color: #FFFFFF;
}

.error404 #main.regular-content article span {
	font-size: 28px;
	color: #4E9015;
}

/* Content parts */
.content-separator, hr {
	display: block;
	clear: both;
	width: 100%;
	height: 2px;
	margin: 10px 0;
	border: none;
	background: transparent url("public/images/white/content-separator.png") repeat-x scroll 0 0;
}

/* Rating */
.rating {
	margin-top: 0px;
	height: 25px;
}

.rating > div {
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
}

.rating > div .feedback {
	display: block;
	color: #6FB000;
}

.rating ul {
	margin-bottom: 0;
	margin-top: 1px;
	float: left;
	height: 14px;
}

.rating ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	margin-top: 4px !important;
}

.rating ul li a span {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("public/images/white/ratingstarssmall.png");
	text-indent: -9999px;
	overflow: hidden;
}

/*.rating ul li a span { display: block; width: 12px; height: 22px; background: transparent url( 'public/images/ratingstars.png' ) no-repeat 0 0; text-indent: -9999px; overflow: hidden; }*/
/*.rating ul li.even a span { background: transparent url( 'public/images/ratingstars.png' ) no-repeat -12px 0; text-indent: -9999px; overflow: hidden; }*/
.rating ul li.active a span {
	background-position: -15px 0;
}

/*.rating ul li.even.active a span { background-position: -36px 0; }*/
.rating ul li.selected a span {
	background-position: -30px 0;
}

/*.rating ul li.even.selected a span { background-position: -60px 0; }*/
.rating.disabled a {
	cursor: default;
}

.rating:first-child {
	margin-top: 0;
}

/* Pagination */
.page-numbers,
.wp-paginate,
.items .regular-content .wp-paginate {
	margin: 0 !important;
	padding: 0 !important;
}

.page-numbers li,
.wp-paginate li,
.items .regular-content .wp-paginate li,
.items .regular-content .page-numbers li {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0;
	list-style-type: none;
}

.page-numbers li:first-child,
.wp-paginate li:first-child,
.items .regular-content .wp-paginate li:first-child,
.items .regular-content .page-numbers li:first-child {
	margin-left: 0;
}

/* Filters */
#main .filters > .content {
	padding: 12px;
}

#main .filters .search {
	width: 70%;
	position: relative;
	float: left;
}

#main .filters .textsearch {
	position: relative;
	margin-bottom: 8px;
	height: 32px;
}

#main .filters .textsearch label {
	float: left;
	width: 100px;
	color: #7ABF03;
	font-size: 11pt;
	line-height: 32px;
	vertical-align: middle;
	margin: 0;
}

#main .filters .textsearch .input {
	display: block;
	margin: 0 20px 0 0px;
	width: 325px;
	position: relative;
	float: left;
}

#main .filters .textsearch .input input {
	width: 100%;
	border: 1px solid #C2C2C2;
	border-radius: 0;
	background: #FFFFFF;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#main .filters .textsearch button {
	display: block;
	width: 36px;
	padding: 0;
	margin: 0;
	background: #EEEEEE;
	border-left: 0;
	height: 32px;
	border: 1px solid #CCCCCC;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 0;
	right: 0;
}

#main .filters .textsearch button:after {
	font-family: 'dashicons';
	content: '\f179';
	color: #CCCCCC;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 32px;
	vertical-align: middle;
	font-size: 18px;
}

#main .filters .textsearch button:hover:after {
	color: #555555;
}

#main .filters .refine {
	padding: 10px 0px 10px 10px;
}

#main .filters .refine > * {
	margin-left: 24px;
}

#main .filters .refine > *:first-child {
	margin-left: 0;
}

#main .filters .refine .filter {
	font-size: 13px;
}

#main .filters .refine .filter h4 {
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#main .filters .refine .filter ul {
	margin: 0;
	padding: 0;
}

#main .filters .refine .filter ul li {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	position: relative;
}

#main .filters .refine .filter ul li.checked label,
#main .filters .refine .filter ul li:hover label {
	color: #000000;
}

#main .filters .refine .filter ul li:before {
	content: '';
	display: block;
	border: 2px solid #A3A3A3;
	border-radius: 2px;
	position: absolute;
	width: 11px;
	height: 11px;
}

#main .filters .refine .filter ul li.checked:before {
	border-color: #7ABF03;
}

#main .filters .refine .filter ul li.checked:after {
	content: '\f335';
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 13px;
	font-family: 'dashicons';
	font-weight: normal;
	vertical-align: top;
	color: #7ABF03;
}

#main .filters .refine .filter label {
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
}

#main .filters .refine .filter input[type="checkbox"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}

#main .filters .refine .submit {
	margin-left: 0;
	height: 40px;
}

#main .filters .refine .submit .total-results {
	padding-left: 10px;
	height: 40px;
	float: left;
	line-height: 40px;
}

#main .filters .refine .submit input[type="image"] {
	height: 40px;
	float: left;
}

#main .filters .refine .submit input[type="submit"] {
	border-radius: 4px;
	border: none;
	background: #7ABF03;
	color: #FFFFFF;
	padding: 6px 12px;
	font-size: 16px;
	margin: 24px 0 0 0;
	cursor: pointer;
}

#main .filters .refine .submit input[type="submit"]:hover {
	background: #5D9301;
}

#main .filters .sort {
	margin-top: 8px;
	float: right;
}

#main .filters .sort ul {
	float: left;
	margin: 0;
	padding: 0;
}

#main .filters .sort ul li {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
	height: 32px;
	float: left;
}

#main .filters .sort ul li a {
	width: 100%;
	border: 2px solid #A3A3A3;
	color: #707070;
	border-radius: 4px;
	position: relative;
	padding: 4px 24px 4px 8px;
}

#main .filters .sort ul li a:before {
	position: absolute;
	color: #A3A3A3;
	font-family: 'dashicons';
	content: '\f156';
	right: 4px;
	top: 0;
	line-height: 26px;
	vertical-align: middle;
}

#main .filters .sort ul li.desc a:before {
	content: '\f140';
	font-size: 16px;
}

#main .filters .sort ul li.asc a:before {
	content: '\f142';
	font-size: 16px;
}

#main .filters .sort ul li a:hover {
	color: #000000;
}

#main .filters .sort ul li.active a {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background: #7ABF03;
}

#main .filters .sort ul li.active a:before {
	color: #FFFFFF;
}

#main .filters .sort ul li:first-child {
	margin-top: 0;
	margin-right: 10px;
}

#main .filters .refine .filter-genre {
	width: 375px;
}

#main .filters .refine .filter-genre ul {
	width: 375px;
}

#main .filters .refine .filter-genre ul li {
	width: 125px;
	float: left;
}

#main .filters .refine .filter-fee {
	width: 125px;
}

#main .filters .refine .filter-fee ul {
	width: 125px;
}

#main .filters .refine .filter-fee ul li {
	width: 125px;
	float: left;
}

#main .filters .refine .filter-status {
	width: 125px;
}

#main .filters .refine .filter-status ul {
	width: 125px;
}

#main .filters .refine .filter-status ul li {
	width: 125px;
	float: left;
}

/*#main .filters .refine .filter-genre { position: relative; display: block; background: #222; width: 132px; height: 132px; display: table-cell; vertical-align: middle; text-align: center; font-size: 20px; color: #FFF; }*/
/*#main .filters .refine .filter-genre span { width: 144px; height: 114px; display: block; position: absolute; top: 9px; left: -6px; }*/
/*#main .filters .refine .filter-genre:hover { color: #7ABF03; }*/
/*			#main .filters .refine .filter-platform { float: left; margin-top: 8px; }
				#main .filters .refine .filter-platform select { width: 132px; }*/
#main .filters .filter-platform {
	float: left;
	margin-top: 2px;
}

#main .filters .filter-platform select {
	width: 132px;
}

#main .filters .ad {
	float: right;
	text-align: center;
	height: 250px;
	width: 300px;
	position: relative;
	background: url('public/images/adblocker-message.png') no-repeat center center;
	background-size: contain;
}

#main .filters .items.grid {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding: 14px 14px 0 14px;
}

#main .filters .items.grid .caption {
	padding: 0;
	background: none;
	text-align: center;
	bottom: 4px;
}

#main .filters .items.grid .caption h2 {
	margin-bottom: 0;
	font: bold 15px 'roboto', geneva, Arial;
	color: white;
	text-transform: none;
}

#main .filters .items.grid .item {
	height: 127px;
}

#main .filters .items.grid .item > .image {
	width: 144px;
	height: 116px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0 center;
}

#main .filters .items.grid .item:hover > .image {
	background-position: -144px center;
}

#main .filters .items.grid .item:active > .image {
	background-position: -288px center;
}

#main .filters .items.grid .item.selected > .image {
	background-position: -432px center;
}

#main .filters .close {
	position: absolute;
	right: -12px;
	top: -12px;
	color: #FFFFFF;
	background: #111111;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	border-radius: 32px;
	border: 1px solid #333333;
	z-index: 10;
}

#main .filters .close:hover {
	border-color: #7ABF03;
	color: #7ABF03;
}

/* disable genre filter in single-gamefilter */
body.single-gamefilter #main .filters .refine .filter-genre {
	display: none;
}

body.single-gamefilter #main .filters .refine .filter-fee {
	margin-left: 0;
}

body.single-gamefilter #main .filters .refine .filter-status,
body.single-gamefilter #main .filters .refine .filter-status ul {
	width: 385px;
}

body.single-gamefilter #main .filters .refine .submit {
	margin-top: 45px;
}

/* Fancybox 2 */
body .fancybox-skin {
	background: #FFFFFF;
}

.fancybox-skin:before {
	position: absolute;
	padding: 1px;
	left: -2px;
	top: -2px;
	width: 100%;
	height: 100%;
	content: "";
}

/* Comment list */
.commentlist-wrapper { margin-bottom: 12px; }
.commentlist { margin-bottom: 0px !important; }
#comments .read-more-comments { display: block; text-align: center; cursor: pointer; margin-bottom: 12px; }
.commentlist li { margin-top: 9px; list-style-type: none; padding-left: 0 !important; }
.commentlist ul { margin-top: 9px; }
.commentlist li:first-child { margin-top: 0; }
.commentlist .comment { border: 1px solid #E1E1E1; }
.commentlist .comment > article { padding: 9px; }
.commentlist .comment > article > img.avatar { float: left; margin-right: 9px; }
.commentlist .comment > article > .content { /*float: left; width: 431px;*/ }
.commentlist .comment .author { float: left; font: bold 12px 'trebuchet ms', geneva, Arial; color: #000000; }
.commentlist .comment .author a:hover { border-bottom: 1px dotted #000000; text-decoration: none; }
.commentlist .comment time { float: right; font: normal 12px 'trebuchet ms', geneva, Arial; color: #44640C; }
.commentlist .comment-content { clear: both; padding-top: 5px; color: #212121; }
.commentlist .comment .reply { margin-top: 3px; }
.commentlist .comment .reply a { font: 11px 'trebuchet ms', geneva, Arial; color: #A7A7A7; }
.commentlist .comment .reply a:hover { color: #6FB000; }
.commentlist .comment.depth-1 { margin-left: 0; }
.commentlist .comment.depth-2 { margin-left: 0px; }
.commentlist .comment.depth-3 { margin-left: 0px; }
.commentlist .comment.depth-4 { margin-left: 0px; }
.commentlist .comment.depth-5 { margin-left: 0px; }
.comment-awaiting-moderation { padding-left: 6px; color: #868686; }


/* Post comment */
#reply-title {
	margin-bottom: 6px;
}

#respond label {
	display: inline-block;
	width: 128px;
}

#respond span.required {
	display: inline-block;
}

#respond p {
	margin-bottom: 8px;
}

#respond input[type="text"] {
	width: 240px;
}

#respond textarea {
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond .required {
	position: absolute;
	display: block;
	margin-top: 9px;
	margin-left: -16px;
	width: 11px;
	height: 10px;
	background: url('public/images/icons/required.png') no-repeat 0 0 transparent;
	overflow: hidden;
	text-indent: -9999px;
}

#respond #submit {
	display: none;
}

#cancel-comment-reply-link {
	font: 12px 'trebuchet ms', geneva, Arial;
	color: #727272;
}

/* Game key */
.gamekey {
	font-size: 30px;
}

/* Widgets */
.gameforumswidget,
.contentbox > .content .items.list .item > a.gameforumswidget {
	min-height: 150px;
	margin: 8px 0;
	padding: 0;
}

.gamevideoswidget,
.contentbox > .content .items.list .item > a.gamevideoswidget {
	min-height: 155px;
	margin: 0;
	padding: 0;
}

.widget_mmogames_widget_adleaderboard {
	width: 728px;
	margin: 20px auto 0;
}

.widget_mmogames_widget_adleaderboard > .leaderboard-widget {
	height: 90px;
	width: 728px;
	margin: 0 auto;
}

.widget_mmogames_widget_adskyscraper {
}

.widget_mmogames_widget_adskyscraper .content {
	border: 0;
	background: transparent;
}

.widget_mmogames_widget_adskyscraper .item.regular-content {
	padding: 0;
	border: 0;
	background: transparent;
}

.sharewidget {
	padding: 4px 4px 0 4px;
}

.sharewidget > * {
	margin-left: 11px;
}

.sharewidget > .button-size-small {
	margin-left: 10px;
}

.sharewidget > *:first-child {
	margin-left: 0;
}

.contentbox.widget_mmogames_widget_postslist .item {
	position: relative;
	display: block;
}

.contentbox.widget_mmogames_widget_postslist > .content .items.list a.item {
	position: relative;
	margin: 4px;
	padding: 0;
}

#main .contentbox.widget_mmogames_widget_postslist > .content .items.list a.item .caption h2 {
	color: #7ABF03;
	font: 18px 'roboto', geneva, Arial;
	margin-bottom: 0;
}

.contentbox.widget_mmogames_widget_postslist > .content .items.list a.item .caption p {
	display: none;
}

.contentbox.widget_mmogames_widget_postslist > .content .items.list a.item:hover .caption p {
	display: inline;
}

.widget_mmogames_widget_gameinfo .items > .item {
	padding-left: 15px;
	padding-right: 15px;
}

/*.widget_mmogames_widget_gameinfo .item h2 { text-align: center; }*/
/*.widget_mmogames_widget_gameinfo .item h2 a { color: #FFF; }*/
.widget_mmogames_widget_gameinfo .info {
	margin-top: 15px;
}

.widget_mmogames_widget_gameinfo .info.specs {
	float: left;
	width: 140px;
}

.widget_mmogames_widget_gameinfo .info.specs .spec {
	width: 140px;
	margin-bottom: 3px;
	height: 16px;
}

.widget_mmogames_widget_gameinfo .info span {
	float: left;
	display: block;
}

.widget_mmogames_widget_gameinfo .info span:first-child {
	color: #717171;
	margin-right: 5px;
}

.widget_mmogames_widget_gameinfo .buttons {
	float: right;
	text-align: center;
	text-transform: uppercase;
	width: 134px;
}

.widget_mmogames_widget_gameinfo .buttons a {
	display: block;
}

.widget_mmogames_widget_gameinfo .tags {
	margin-top: 15px;
}

/*.widget_mmogames_widget_gameinfo .info .terms { margin-left: 140px; }*/

.widget_mmogames_widget_gameinfo .items > .item div.image {
	position: relative;
	overflow: hidden;
}

.widget_mmogames_widget_gameinfo .items > .item div.image img {
	width: 100%;
	float: none;
	margin: 0;
	border-radius: 3px;
}

.widget_mmogames_widget_gameinfo .items > .item div.image h2 {
	margin-bottom: 0 !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 22px !important;
}

.widget_mmogames_widget_gameinfoextended .items > .item {
	padding-left: 15px;
	padding-right: 15px;
}

.widget_mmogames_widget_gameinfoextended .content {
	position: relative;
}

/*.widget_mmogames_widget_gameinfo .item h2 { text-align: center; }*/
/*.widget_mmogames_widget_gameinfo .item h2 a { color: #FFF; }*/
.widget_mmogames_widget_gameinfoextended #game-icon {
	position: relative; /*top: 15px; right: 10px;*/
	margin-bottom: 15px;
	border-radius: 3px;
	float: none;
}

.widget_mmogames_widget_gameinfoextended .game-websitelink {
	font-size: 15px;
	position: absolute;
	right: -5px;
	top: 48px;
}

.widget_mmogames_widget_gameinfoextended .info {
	margin-top: 0px;
}

.widget_mmogames_widget_gameinfoextended .info.specs { /*float: left;*/
	width: 282px; /*min-height: 160px;*/
	margin-bottom: 15px;
}

.widget_mmogames_widget_gameinfoextended .info.specs .spec {
	width: 282px;
	margin-bottom: 5px; /*height: 16px;*/
}

.widget_mmogames_widget_gameinfoextended .info span { color: #717171;
}

.widget_mmogames_widget_gameinfoextended .info span:first-child {
	color: #000000;
	margin-right: 5px;
	width: 80px;
	display: inline-block;
}

.widget_mmogames_widget_gameinfoextended .buttons {
	float: right;
	text-align: center;
	text-transform: uppercase;
	width: 134px;
}

.widget_mmogames_widget_gameinfoextended .buttons a {
	display: block;
}

.widget_mmogames_widget_gameinfoextended .tags {
	margin-top: 20px;
}

.widget_mmogames_widget_gameinfoextended .sharewidget {
	margin-top: 30px;
	padding: 4px 6px 0;
}

.widget_mmogames_widget_gameinfoextended .sharewidget a {
	margin-left: 10px;
}

/*.widget_mmogames_widget_gameinfo .info .terms { margin-left: 140px; }*/

.widget_mmogames_widget_gameinfoextended .items > .item div.image {
	position: relative;
}

.widget_mmogames_widget_gameinfoextended .items > .item div.image img {
	width: 100%;
	float: none;
	margin: 0;
	border-radius: 3px;
}

.widget_mmogames_widget_gameinfoextended .items > .item div.image h2 {
	margin-bottom: 0 !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 22px !important;
}

.widget_mmogames_widget_ads {
	text-align: center;
	min-height: 250px;
	position: relative;
	background: url('public/images/adblocker-message.png') no-repeat center center;
	background-size: contain;
}

.widget_mmogames_widget_gamebadges .badges {
	/*padding: 14px;*/
	padding-bottom: 0;
}

.widget_mmogames_widget_gamebadges .badges .badge {
	width: 142px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.widget_mmogames_widget_gamebadges .badges .badge img {
	float: none !important;
	margin: 0 !important;
	max-width: 100%;
}

#sidebar-article .widget_mmogames_widget_contentlist article.item img,
#sidebar-guide .widget_mmogames_widget_contentlist article.item img,
#sidebar-giveaway .widget_mmogames_widget_contentlist article.item img,
#sidebar-review .widget_mmogames_widget_contentlist article.item img,
#sidebar-newsitem .widget_mmogames_widget_contentlist article.item img,
#sidebar-game .widget_mmogames_widget_contentlist article.item img {
	display: none;
}

#sidebar-game section.contentbox {
	margin-top: 16px;
}

/* Social share */
.social-share {
	margin-left: 6px;
}

.social-share:first-child {
	margin-left: 0;
}

/* Take over */
#takeover {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 93px;
	overflow: hidden;
}

/* Register box */
.popbox {
	color: #D0D0D0;
}

.popbox .content-separator {
	padding: 0;
}

.popbox > div {
	padding: 8px;
}

.popbox h3 {
	color: #9AB003;
	font-size: 32px;
}

.popbox .gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.popbox .gform_wrapper > form input[type="submit"] {
	display: none;
}

.popbox .gform_wrapper .gform_footer {
	margin: 12px 0 0 0;
	padding: 0;
}

.popbox span label {
	width: 200px;
	margin-top: 1px;
	font-size: 10px;
	color: #535353;
	letter-spacing: 0;
}

.popbox #registerbox-login {
	float: left;
	margin-left: 12px;
}

.popbox #registerbox-login label {
	display: block;
}

.popbox #registerbox-login input {
	width: 200px;
}

.popbox #registerbox-login p {
	margin-bottom: 8px;
}

.popbox #registerbox-login a.forgot-password {
	display: block;
	padding-top: 4px;
}

.popbox #registerbox-register {
	float: left;
	width: 226px;
	padding-right: 12px;
	border-right: 1px solid #BDBDBD;
}

.popbox #registerbox-register label {
	letter-spacing: 0;
}

.popbox #registerbox-register .ginput_left {
	float: none;
}

.popbox #registerbox-register .ginput_right {
	float: none;
}

.popbox #registerbox-register .validation_message {
	padding: 2px 0 0 0 !important;
}

.popbox #registerbox-register .ginput_container span {
	margin-top: 0;
}

.popbox #registerbox-register .ginput_container span:first-child {
	margin-top: 0;
}

#input_1_5_2_container > label {
	display: none;
}

#forgotpasswordbox.popbox {
	width: 250px;
}

#forgotpasswordbox.popbox form {
	width: 235px;
}

#forgotpasswordbox.popbox .submit {
	margin-top: 6px;
}

#forgotpasswordbox.popbox h1 {
	margin-bottom: 6px;
}

/* Register box: Gravity Forms */
.popbox .gfield_description.validation_message {
	display: none;
}

.popbox .validation_error {
	display: none;
}

#field_1_2 .gfield_description.validation_message,
#field_1_3 .gfield_description.validation_message {
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	text-shadow: unset;
}

/* Inputs */
.gform_wrapper ul li {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
	margin: 0;
	padding: 4px 0 0 0 !important;
	padding: 4px 0 0 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
	color: #FFFFFF;
}

.gform_wrapper form .validation_error {
	color: #FFFFFF;
}

.gform_wrapper form .gform_body .gform_fields li.gfield.gfield_error {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	background: none;
}

label,
.gform_wrapper .gform_fields .gfield label {
	margin: 10px 0 2px 0;
	font: bold 11px 'trebuchet ms', geneva, Arial;
	color: #D0D0D0;
}

input[type="text"],
input[type="password"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="password"] {
	height: 28px;
	padding: 0 18px 0 6px;
	font: 12px 'trebuchet ms', geneva, Arial;
	line-height: 28px;
	vertical-align: middle;
}

.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="password"] {
	width: 200px !important;
}

textarea, .gform_wrapper .gform_fields .gfield textarea {
	padding: 6px;
	font: 12px 'trebuchet ms', geneva, Arial;
}

.gform_wrapper .gform_fields .gfield .ginput_container {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
}

.gform_wrapper .gform_fields .gfield .ginput_container > span {
	overflow: visible;
}

/* Buttons */
.button {
	border: none;
}

.button-fixedgrey {
	display: inline-block;
	width: 79px;
	height: 28px;
	background: transparent url("public/images/white/buttons/fixedgrey.png") no-repeat scroll 0 0;
	font: bold 8.5px 'trebuchet ms', geneva, Arial;
	color: #000000;
	text-shadow: 0 -1px 0 #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 28px;
	vertical-align: middle;
}

.button-fixedgrey:hover {
	background-position: -79px 0;
}

.button-greyblock {
	display: inline-block;
	width: 52px;
	height: 46px;
	background: url('public/images/buttons/greyblock.png') no-repeat 0 0 transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.button-greyblock:hover {
	background-position: -52px 0;
}

.button-greyblock.button-size-small {
	width: 42px;
	height: 39px;
	background-position: -42px 0;
}

.button-greyblock.button-size-small:hover {
	background-position: -42px 0;
}

.button-getkey {
	display: inline-block;
	width: 225px;
	height: 48px;
	background: url('public/images/buttons/getkey.png') no-repeat 0 0 transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.button-clickforkey {
	display: block;
	width: 100%;
	max-width: 343px;
	height: 48px;
	background: url('public/images/buttons/clickforkey.png') no-repeat 0 0 transparent;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	background-size: contain;
}

.button-bigsquare, .items .item.button-bigsquare {
	display: inline-block;
	width: 160px;
	height: 151px;
	border: none;
	background: url('public/images/buttons/bigsquare.png') no-repeat 0 0 transparent;
}

.button-bigsquare:hover {
	background-position: -160px 0;
}

.button-bigsquare:active {
	background-position: -320px 0;
}

.button-bigsquare.selected {
	background-position: -480px 0;
}

.button-smallsquare, .items .item.button-smallsquare {
	display: inline-block;
	width: 59px;
	height: 58px;
	border: none;
	background: url('public/images/buttons/smallsquare.png') no-repeat 0 0 transparent;
}

.button-smallsquare .image {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center center;
}

.button-playvideo {
	background: url('public/images/buttons/playvideo.png') no-repeat center center transparent;
}

.button-playvideo:hover {
	background: url('public/images/buttons/playvideo-hover.png') no-repeat center center transparent;
}

/* Content list */
.contentbox > .content > .items .item.readmore {
	clear: both;
	background: #FFFFFF;
	text-align: right;
	margin-top: 0;
	padding-right: 16px;
	border-top: 0;
	color: #6FB000;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.contentbox > .content .items.grid .item.readmore {
	width: 100%;
	padding: 8px 3%;
	text-align: right;
}

.contentbox > .item.readmore {
	text-align: right;
	font-size: 14px;
	padding: 8px 8px 8px 0;
}

.container .contentbox > .content .items.list .item.readmore {
	padding: 8px 8px 8px 0;
}

.greenbutton, .contentbox .greenbutton {
	font: normal 17px Arial;
	color: #FFFFFF;
	background: #588A07;
	padding: 6px 10px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
}

.greenbutton:hover, .contentbox .greenbutton:hover {
	background: #486F08;
}

/* Action links */
.action-links {
	padding-top: 4px;
}

/* Chosen jQuery plugin */
.chzn-results {
	color: #303030;
}

/* CSS3 */
.slider-tabs article:first-child {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.slider-tabs article.last-child {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.slider-tabs article.last-child:first-child {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.horizontalblocks {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border: 1px solid black;
}

.horizontalblocks .block.last-child {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
}

.horizontalblocks .block:first-child {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

.horizontalblocks .block img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid black;
}

.contentbox .item {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.contentbox-item img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid black;
}

.contentbox .item .article-icon {
	float: left;
	width: 40px;
	height: 38px;
	position: relative;
	margin-right: 10px;
	display: none;
}

.contentbox .item .article-icon > div {
	position: absolute;
	width: 40px;
	height: 38px;
	background-size: contain;
}

.contentbox .item .article-icon.article-newsitem > div {
	background-image: url('public/images/icons/article-newsitem-icon-white.png');
}

.contentbox .item .article-icon.article-article > div {
	background-image: url('public/images/icons/article-article-icon-white.png');
}

.contentbox .item .article-icon.article-review > div {
	background-image: url('public/images/icons/article-review-icon-white.png');
}

.contentbox .item .article-icon.article-guide > div {
	background-image: url('public/images/icons/article-overview-icon-white.png');
}

.contentbox .item .article-icon::before {
	content: "";
	background: url('public/images/icons/article-icon.png');
	width: 40px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
}

body.single-game .article-icon {
	display: block !important;
}

.contentbox > .content .items.grid .item img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.contentbox.games > .content {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 0 0;
	-webkit-border-radius: 4px 0 0;
	border: 1px solid;
	background: white;
	border-color: #BFC4C4;
}

.contentbox.games > .content .items.grid {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 0 0;
	-webkit-border-radius: 4px 0 0;
}

.mediabox {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid black;
	box-shadow: 0 2px 24px 0 #808080;
}

.mediabox > div {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.media-slider li img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid black;
}

.game-properties img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid black;
}

.attachment-post-main-thumbnail {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid black;
}

article blockquote {
	text-shadow: 1px 1px 0px #454545;
	filter: dropshadow(color=#454545, offx=1, offy=1);
}

.gform_wrapper .gform_fields .gfield .ginput_container > span label {
	text-shadow: none;
	filter: dropshadow(enabled=false);
}

textarea, input[type="text"], input[type="password"] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid;
	background: rgba(255, 255, 255, 0) linear-gradient(to bottom, #DFDFDF 0%, #FFFFFF 11%, #FFFFFF 100%) repeat scroll 0 0;
	border-color: #C2C2C2 #C2C2C2 #DFDFDF #DFDFDF;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #7F7F7F 0%, #FFFFFF 11%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7F7F7F), color-stop(11%, #FFFFFF), color-stop(100%, #FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7F7F7F 0%, #FFFFFF 11%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7F7F7F 0%, #FFFFFF 11%, #FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7F7F7F 0%, #FFFFFF 11%, #FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7F7F7F 0%, #FFFFFF 11%, #FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	-webkit-box-shadow: 0px 0px 8px 0px #6FB000;
	box-shadow: 0px 0px 8px 0px #6FB000;
	border: 1px solid #6F6F6F;
}

textarea.error, input.error, .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error input textarea {
	/*-webkit-box-shadow: 0px 0px 8px 0px #FF0000;*/
	/*box-shadow: 0px 0px 8px 0px #FF0000;*/
	/*border-color: #696969;*/
	background: #E6BFBF;
}

.commentlist .comment {
	background: #C4C4C4; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E1E1E1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%, #E1E1E1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#2D2D2D', GradientType=0); /* IE6-9 */
}

.commentlist .comment .author {
	text-shadow: 1px 1px 0px #454545;
	filter: dropshadow(color=#454545, offx=1, offy=1);
}

.author .avatar {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid black;
	border-top-color: #6E6E6E;
}

.fancybox-skin {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #15191A;
	border-top-color: #2D3032;
}

.fancybox-skin:before {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4C4C4C;
	border: 1px solid rgba(0, 0, 0, 0.7);
}

.playingnow > .content > a > img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
}

#game-register img {
	-webkit-box-shadow: 0 12px 24px 0 #1F1F1F;
	box-shadow: 0 2px 24px 0 #808080;
}

#game-register a {
	position: relative;
	display: block;
}

#game-register a.shutdown:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('public/images/shutdown-game.png') no-repeat center center;
}

.validation_error {
	/*text-shadow: 1px 1px #790000;*/
	/*filter: dropshadow(color=#790000, offx=1, offy=1);*/
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
	/*text-shadow: 1px 1px #790000;*/
	/*filter: dropshadow(color=#790000, offx=1, offy=1);*/
	color: Red;
}

img.gameinfo,
img.playnow {
	width: 138px;
	height: 40px;
}

/* Survey */
#survey-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

#survey {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #2D3032 #15191A #15191A;
	border-image: none;
	border-radius: 4px;
	border-right: 1px solid #15191A;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	color: #444444;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	/*height: 500px;*/
	margin-left: -350px;
	margin-top: -250px;
	z-index: 10001;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background: url("public/images/help/opacity/90.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	padding: 20px;
	line-height: 18px;
}

#survey::before {
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}

/*#survey::before {
    content: "";
    height: 100%;
    left: -2px;
    padding: 1px;
    position: absolute;
    top: -2px;
    width: 100%;
}*/

#survey #survey-close {
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 36px;
	z-index: 8040;
	background-image: url("external/fancybox-2/fancybox_sprite.png");

}

#survey #survey-logo {
	margin-bottom: 10px;
}

#survey h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.author-box {
	margin-bottom: 20px;
}

.author-box.with-avatar .author-more,
.author-box.with-avatar .information {
	width: calc(100% - 145px);
	float: left;
}

.author-box .author-more a::after {
	content: " »";
}

.author-box .information h2 {
	color: #000000;
	font-size: 20px !important;
	margin-bottom: 5px !important;
}

.author-box .information p {
	font-size: 13px !important;
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
}

.author-box .author-social a {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
}

.author-box .author-social a img {
	width: 24px;
	height: 24px;
}

.author-box.with-avatar .author-social,
.author-box.with-avatar .avatar-container {
	float: left;
	margin-right: 20px;
	width: 125px;
	text-align: center;
}

.author-box.with-avatar .author-social a {
	margin: 0 3px;
}

.author-box.with-avatar .avatar-container img {
	margin-bottom: 5px;
}

/* Ad blocker warning */
.blocker-check {
	position: relative;
	height: 1px;
	text-align: center;
	z-index: 1;
	display: block;
	height: 100px;
	background: Red;
}

/*Top 5*/

.top5 {
	min-height: 130px;
}

.top5 a {
	display: block;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

.top5 a img,
.top5 a h3 {
	display: inline-block;
}

.top5 a img {
	border-radius: 3px;
	border: solid 2px transparent;
}

.top5 a h3 {
	margin-top: 5px;
}

.top5 a:hover img {
	border-color: #6FB000;
}

/* Landscape phones and down */
@media (max-width: 720px) {
	/*@media (max-width: 1024px) {*/
	body {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}

	* {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	body > header #menu-search,
	body > header #menu-settings,
	body > header #menu-hamburger {
		display: block;
	}

	body > header .pick-theme,
	body > header .pick-theme-trigger {
		display: none;
	}

	body > header .main {
		height: auto;
		left: unset;
		margin-top: 0px;
		position: unset;
		top: unset;
		width: 100%;
		position: absolute;
		top: 53px;
		background: #F8F8F8;
		border-bottom: solid 1px #DFDFDF;
		display: none;
	}

	body > header .main.active {
		display: block;
	}

	body > header {
		position: fixed;
		height: 53px;
		background: unset;
		background: #FFFFFF;
		border-bottom: solid 1px #DFDFDF;
	}

	body > header .main nav {
		display: block;
		position: relative;
		float: none;
		margin: 0;
	}

	#account {
		display: none;
	}

	body > header .main nav > ul {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	body > header .main nav > ul > li {
		float: none;
		text-align: left;
		padding: 0 10px;
	}

	.widgettitle {
		color: #000000;
	}

	.widget_mmogames_widget_postslist {
		text-align: center;
	}

	.contentbox.widget_mmogames_widget_postslist .item {
		display: block !important;
		width: 100%;
		max-width: 320px;
		margin: 4px auto !important;
	}

	.contentbox.widget_mmogames_widget_postslist .item img {
		width: 100%;
	}

	.contentbox > .content .items.list .item > a, .contentbox > .content .items.list a.item {
		padding: 10px;
	}

	.widget_text,
	.leaderboard-widget,
	.skyscraper-widget,
	.widget_mmogames_widget_adleaderboard {
		display: none;
	}

	.right,
	.left {
		float: none;
	}

	.sidebar,
	#main.with-sidebar .container > .content,
	.container {
		width: 100%;
	}

	#skin {
		display: none;
		height: 0;
		overflow: hidden;
	}

	body.home #slider-main {
		display: none;
	}

	#sidebar-home .widget_mmogames_widget_contentlist.left {
		margin-top: 0;
	}

	#sidebar-home {
		padding-top: 0;
	}

	.home #main {
		margin-top: 0;
		padding-top: 95px;
	}

	.contentbox.games > .content .items.grid .item > a {
		margin: 14px auto;
		display: block;
		max-width: 305px;
	}

	.contentbox.games > .content .items.grid .item > a > img {
		width: 100%;
	}

	.contentbox > .content .items.grid.col3 .row,
	.contentbox > .content .items.grid.col2 .row,
	.contentbox.games > .content .items.grid .item {
		width: 100% !important;
	}

	#main.regular-content {
		padding: 64px 10px 0px 10px !important;
	}

	#survey-overlay,
	#survey {
		display: none;
	}

	#main,
	.main-content {
		padding: 64px 10px 0px 10px !important;
	}

	aside {
		width: 100% !important;
	}

	footer {
		padding: 20px;
	}

	#sidebar-footer .widget {
		float: none;
	}

	#main .filters .search {
		width: 100%;
	}

	#main .filters .ad {
		display: none;
	}

	#main .filters .textsearch {
		height: 125px;
	}

	#main .filters .textsearch label {
		display: none;
	}

	#main .filters .textsearch .input {
		margin: 0 0 5px;
		width: 100%;
	}

	#main .filters .refine > * {
		margin-left: 0;
	}

	#main .filters .refine {
		padding: 0;
	}

	#main .filters .refine .filter-genre,
	#main .filters .refine .filter-fee,
	#main .filters .refine .filter-status,
	#main .filters .refine .filter-genre ul,
	#main .filters .refine .filter-fee ul,
	#main .filters .refine .filter-status ul {
		width: 100%;
		margin-left: 0;
	}

	#main .filters .refine .filter-genre ul li,
	#main .filters .refine .filter-fee ul li,
	#main .filters .refine .filter-status ul li {
		display: inline-block;
		float: none;
	}

	#main .filters .refine .submit {
		position: unset;
		top: unset;
		right: unset;
	}

	#main .filters .refine .submit input[type="submit"] {
		margin-top: 15px;
	}

	.inlinesearch {
		width: 130px;
	}

	.inlinesearch input[type="text"] {
		width: 130px;
	}

	.contentbox header {
		text-align: left;
	}

	.contentbox > .content .items.grid .item {
		float: unset;
	}

	/* Game page */
	#leader {
		display: none;
	}

	.game-information {
		width: 100%;
	}

	.game-information header.large h1 {
		padding: 10px !important;
	}

	.game-information #gametab-overview article {
		padding: 10px;
	}

	.game-information #gametab-overview .attachment-post-main-thumbnail {
		width: 100%;
		height: 100%;
	}

	.rating {
		height: auto;
	}

	.rating ul {
		float: none;
		height: 20px;
	}

	.rating > div {
		margin-left: 0;
		display: block;
	}

	.widget_mmogames_widget_gameinfoextended .sharewidget a {
		margin-left: 7px;
	}

	.contentbox .item .article-icon {
		display: none !important;
	}

	/* Giveaway */
	#main.regular-content .contentbox .attachment-post-main-thumbnail {
		width: 100%;
		height: 100%;
	}

	#main.regular-content article.regular-content {
		padding: 10px;
	}

	#main.regular-content .contentbox {
		text-align: left;
	}

	.fancybox-image img {
		width: 100%;
		height: 100%;
	}

	.regular-content ul li, .regular-content ol li {
		padding-left: 0;
	}

	.regular-content iframe {
		width: 100%;
		height: 100%;
	}

	#logo a {
		margin: 0;
		height: 34px;
		top: 0px;
		left: 60px;
	}

	#logo a img {
		height: 34px;
		width: 105px;
	}

	.popbox #registerbox-login,
	.popbox #registerbox-register {
		float: none;
		width: 220px;
		margin: 0;
		border-right: 0;
		padding: 0;
		padding-bottom: 20px;
	}

	.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"], .gform_wrapper form .gform_body .gform_fields .gfield input[type="password"] {
		width: 208px !important;
	}

	.sidebar {
		margin-top: 20px;
	}

	.gamekey {
		font-size: 14px;
	}

	.single-giveaway .giveaway-key > div {
		font-size: 13px;
	}

	.single-giveaway .social {
		display: none;
	}

}