/*COLOR MATCH		red			emerald		xone		navy		ps4				wii u
#E03232 - light #E03232		#90E032		#32E057		#5189E5		#6059E7			#f6f300
#A00000 - med #A00000		#57A000		#00A01E		#003CA0		#0800A0			#A8AA00
#840000 - dark #840000		#488400		#008419		#003284		#060084			#9EA400
#3E0000 - black #3E0000		#223E00		#003E0C		#000F3E		#03003E			#3C3E00
#F6EEEE - grey; #F6EEEE		#F2F6EE		#EEF6F0		#F6EEEE		#F6EEEE			#F6F6EE
*/
body{
	margin:0;
	padding:0;
	background:#840000;
	background:linear-gradient(to right,#000,#840000,#000,#840000,#000);
	line-height:1.2;
	font-family:'Droid Sans',sans-serif;
	font-size:12px;
}
img{
	border:0;
}
a:link{
	color:#A00000;
}
#page-container{
	margin-left:auto;
	margin-right:auto;
	width:971px;
}
#usercp{
	width:100%;
	height:24px;
	margin:0;
	border:0;
	padding:0;
	position:relative;
	z-index:2;
	background-color:#fff;
	background:linear-gradient(#eee, #ccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* USER CP MENU*/
.usercp{line-height:24px;color:#ababab;}
a.usercp:link{color:#A00000;text-decoration:none}
a.usercp:hover{color:#3E0000;text-decoration:underline}
a.usercp:visited{color:#840000;}
#header-container{
	width:100%;
	height:75px;
	margin:0;
	border:0;
	padding:0;
	clear:both;
  background:#444;
  	position:relative;
	z-index:2;
/*	background:linear-gradient(#000, #666); */
	background-image: url("/images/header_2016_red.jpg");	

}
#header-container .search{
    border-radius: 6px;
    float: right;
    height: 30px;
    margin-right: 20px;
    margin-top: 25px;
    padding-left: 6px;
	background:#eee;
}
.searchbox{
	background: url(../images/search-bar.png) no-repeat scroll left center;
    border: none;
    height: 30px;
    padding-left: 30px;
    width: 80px;
	transition: all 0.4s ease;
}
.searchbox:focus{
	width:160px;
}
.header-img{
border:0px; padding-top: 5px; padding-left: 10px; float: left;
}
#main-container{
	width:100%;
	background:#fff;
	clear:both;
	position:relative;
	z-index:3
}
#news-container{
	text-align:left;
	min-height:100px;
	clear: both;
	padding: 5px 10px;
	width:100%;
	box-sizing:border-box;
}
#content{
	width:73.6%;
	float:left;
	background:#fff;
}
#left-container-full{
	float:left;
	text-align:left;
	width:100%;
}
#left-container{
	float:left;
	text-align:left;
	width:74.4%;
}
#articlesNew{
	float:right;
	text-align:left;
	padding: 5px 10px 0;
	width:100%;
	box-sizing:border-box;
	background:#fff;
}
.article-half{
	min-width:120px;
	width:50%;
	font-size:15px;
	float:left;
	box-shadow:0 0 0 1px rgb(150,150,150) inset, 0 0 20px black inset;
	color:black;
	position:relative;
	height: 140px;
	transition: all 0.4s ease;
}
#middle-container{
	width:25.6%;
	float:right;
}
#media{
	margin:5px;
	text-align:center;
}
.video-thumb{
	position:relative;
}
.video-thumb:hover::before{
	background: url(../images/play_overlay2.png) no-repeat scroll center center;
	background-size:cover;
}
.video-thumb::before{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/play_overlay.png) no-repeat scroll center center;
	content: "";
	background-size:cover;
}
.thumbnail{
	display:inline-block;
	margin:4px;
	width:115px;
	height:80px; 
	zoom:1;
	*display:inline;
}
.thumbnail.large{
	width:160px;
	height:90px; 
	margin:2px;
}
.thumbnail-img{
	width:115px;
	height:80px;
}
.thumbnail-img.active{
	border:5px solid #D33; 
	width:105px;
	height:70px;
}
.middle-box{
	padding:5px 0px;
	margin:5px;
}
.middle-head{
	background:#840000;
	background:linear-gradient(#E03232, #3E0000 60%);
	color:#fff;
	font-size:16px;
	padding:5px;
	font-weight:bold;
	text-transform:upper;
}
.middle-content{
	background:#ccc;
	background:linear-gradient(#eee, #ddd);
	padding:5px;
	text-align:left;
	border:1px solid #bbb;
	border-top:none;
}
.hypebar{
	background:#A00000;
}
#right-container{
	width:26.4%;
	float:right;
	background:#fff;
	box-sizing:border-box;
	padding: 5px 5px 5px 0;
}
#socialbar{
	left:10px;
	left:calc(((100% - 972px)/2) - 80px);
	position:fixed;
	top:4px;
	width:64px;
	z-index:1;
	display:none;
}
#footer{
	padding-top:10px;
	font-size:12px;
	width:100%;
	background:#222;
	position:relative;
	z-index:2;
	background:linear-gradient(#444,#000);	
}
.footer{	 
	padding:10px 30px;
}
.footer-list{
	list-style-type:none;
	float:left; 
	padding:0;
}
#javascript-warning{
	background:#c00;
	color:#fff;
	position:fixed;
	bottom:0;
	width:100%;
	padding:5px;
	z-index:1000;
	text-align:center;
	font-weight:bold;
}
.center {
		text-align:center;
}
.right {
		text-align:right;
}
.article{
	font-size:15px;
	margin:10px;
	line-height:1.5;
	text-align:justify;
	overflow:hidden;
}
.gamedesc{
	margin:10px;
	line-height:1.5;
	text-align:justify;
	font-size:15px;
}
.roundedbox{
	border-radius:10px;
	background:#F6EEEE;
	background:linear-gradient(#F6EEEE,#EFEFEF);
	padding:10px;
	margin:10px 5px;
}
.article .preview{
	padding:5px;
	line-height:1.5;
	color:#840000;
	font-size:15px;
	text-align:left;
	background:#eee;
	margin:10px 0px;
}
.authordate{
	margin:5px 0px;
	color:#666;
}
.article-header{
	border-bottom:1px solid #840000;
	margin-bottom:10px;
	padding:5px;
}
.article-img{
	float:right;
	width:90px;
	height:70px;
	margin:5px 5px 10px;
}
.share{
	text-align:center;
	margin:10px;
	padding:10px;
	padding-top:5px;
	display:inline-block;
	background:#F6EEEE;
	border:1px solid #000;
}
.share h3{
	margin:0;
	padding:0;
	color:#000;
	text-align:left;
}
.news-header{
	background:#840000;
	background:linear-gradient(#E03232, #3E0000 60%);
	text-align:justify;
	padding:7px;
	display:table;
	box-sizing:border-box;
	width:100%;
	margin-bottom:10px;
}
.news-header-text{
	display:table-cell;
	text-align:center;
	width:80px;
}
.news-header-text a{
	color:#EEE;
	font-weight:bold;
	text-decoration:none;
	text-shadow:2px 2px 2px #000;
}
.ngn-news{
	text-align:left;
	margin-bottom:10px;
	width:100%;
	color:#000000;
	font-size:13px;
	float:left;
	line-height:18px;	
}
a .ngn-news:hover .ngn-news-separator {
    background: #A00000;
    color: white;
}
.ngn-news-separator{
	background:#EEE;
	line-height:25px;
	font-size:13px;
	padding-left:5px;
}
.ngn-news-pic{
	margin-right:5px;
	float:left;
	width:120px;
	height:80px;
}
.ngn-news-text{
	overflow:hidden;	
}
.news-left{
	float:left;
	text-align:left;
	width:250px;
	margin-bottom:15px;
}
.related{
	padding:5px;
	background:#f0f0f0;
	margin:10px;
	border-bottom:1px dotted #808080;
    border-top:1px dotted #808080;
}
.news-right{
	float:right;
	text-align:right;
	width:250px;
	margin-bottom:15px;
}
.right-darkbox{
	padding:6px;
	margin: 0 0 5px;
	padding-bottom:10px;
	text-align:left;
	background-color:#353535;
 }
.right-darkbox img{
	margin-left:2px;
	margin-top:0;
	float:left;
	border:0;
	margin-bottom:5px;	
} 
.right-darkbox-header{
	margin-top:9px;
	float:right;
	margin-right:5px;
	text-align:right;
	margin-bottom:3px;
}
.right-darkbox-header a{
	color:#DDD;
	line-height:1.2em;
	font-weight:bold;
}
.right-darkbox-title{
	clear:both;
	line-height:1.3;
	vertical-align:middle;
	padding:7px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	border-left:20px solid #A00000;
	border-bottom:5px solid #A00000;
}
.right-darkbox-title a{
	text-decoration:none;
	color:#FFFFFF;
}
.right-darkbox-content{
	padding-bottom:5px;
	border-bottom:1px dotted grey;
	margin-top:5px;
	font-size:11px;
	color:#bcbcbc;
	line-height:1.3em;
	margin-left:5px;
	margin-right:5px;
	clear:both;
}
.min-sixty{
	min-height:60px;
}
.right-darkbox-content img{
	float:right;
	margin-left:5px;
	margin-bottom:0;
}
.left{
	float:left;
}
img.right-darkbox-gamebox{
	display:block;
	margin:0px auto;
	float:none;
	width:150px;
	padding-bottom:5px;
}
.right-rating-bar{
	position:relative; 
	float:left;
	background:url(../images/ratingbar.png) no-repeat;
	background-size:110% 100px;
	width:30%; 
	height:100px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	border-left:3px solid #A00000;
}
.right-rating-bar-graphic{
	position:absolute;
	top:0;
	background:#353535;
	width:100%;
	opacity:0.90;
	filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	moz-opacity:.90;
	KhtmlOpacity:.90;
}
.right-rating-value{
	float:right;
	width:55%;
	font-size:60px;
	line-height:80px;
	height:100px;
	margin:11px;
	color:#fff;
	margin-bottom:5px;
	text-align:center;
}
.right-rating-text{
	font-size:20px;
	line-height:5px;
}
.quote-side{
	text-align:center;
	font-size:15px;
	font-style:italic;
}
.quote-side a{
	text-decoration:none;
	color:#bcbcbc;
}
.quote-side a:hover{
	color:#fff;
}
.large-title{
	text-align:center;
	font-size:16px;
}
/**Animations***/
.a-fade-away{        
		transition:all 0.8s;
}
.a-fade-away:hover {
		opacity:.75;
		filter:saturate(1.4);
}
.a-fade-in{        
		transition:all 0.8s;
		opacity:.4;
}
.a-fade-in:hover {
		opacity:1;
}
/*Table corrections*/
table {  
	margin-left:auto;
	margin-right:auto;
}
th, td, tr {
    padding:0;
	margin:0;
}
.tdreg{
height:25px;
background:#DADADA;
background:linear-gradient(#F3F3F3,#DADADA); 
}
.tdreg2{
height:25px;
background:#F0F0F0;
}
.tdreg3{
height:25px;
background:#3E0000;
background:linear-gradient(#A00000, #3E0000 60%);
}
.tdreg4{
background:#F0F0F0;
background:linear-gradient(#F0F0F0, #F6EEEE 80%);
}
.tablereg{
border:1px solid #CDCDCD;
}
.cell-top{
vertical-align:top;
}
.padding5{
	padding:5px;
}
.padding3{
	padding:3px;
}
.margin1{
	margin:1px;
}
.top{
	top:0;
	position:absolute;
}
.bottom{
	bottom:0;
	position:absolute;
}
.bottomoffset{
	bottom:10%;
	position:absolute;
}
.topoffset{
	top:10%;
	position:absolute;
}
/*Gamebar*/
.gamebar-container{
	position:relative;
	margin:0px 10px;
}
.gamebar-background{
	background:radial-gradient(ellipse farthest-corner, #840000, #000 50%, #840000 80%);
	height:140px;
	position:relative; 
}
.gamebar-gamename{
	position:absolute;
	top:0;
	left:0;
	float:left;	
	color:#fff;
	padding:5px;
	text-shadow:3px 3px 3px #000;
}
a.game-name{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	transition:3s all;
}
a.game-name:hover{
	color:#E03232;
}
.gamebar-right-score{
	bottom:34px;
	right:0;
	padding:5px;
	position:absolute;
	text-align:right;
}
.gamebar-right-score a{
	text-decoration:none;
	color:#fff;
	font-size:50px;
	font-weight:bold;
	line-height:50px;
	text-shadow:3px 3px 3px #000;
}
.gamebar-right-score span{
	font-size:14px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
.gamebar-navlinks{
	font-size:14px;
	color:#CCC;
	padding:5px;
	text-shadow:1px 1px 1px #fff;
	background:#ddd;
	background:linear-gradient(#eee, #ccc);
	border-bottom:3px solid #840000;
	font-weight:bold;
	margin:5px 0px;
}
.gamebar-navlinks a:link, .gamebar-navlinks a:visited{
	color:#A00000;
	padding:5px 10px;
	text-decoration:none; 
}
.gamebar-navlinks span{
	padding:5px 10px;
	color:#CCC;
}
.gamebar-navlinks a:visted{
	color:#840000;
}
.gamebar-navlinks a:hover{
	text-decoration:underline;
}
.gamebar-translucent{
	height:140px;
	width:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	top:0;
}
.rating-box{
	margin:5px;
	background:#F6EEEE;
	border:2px solid #000;
}
.rating-category{
	min-width:15%;
	text-shadow:2px 2px 2px #000;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	background:#840000;
	background:linear-gradient(to right, #840000,#A00000);
}
.rating-score{
	padding:3px 15px;
	font-size:25px;
	color:#840000;
	clear:both;
	float:left;
	font-weight:bold;
}
.rating-text{
	padding:3px;
	font-size:13px;
	margin-left:60px;
	min-height:3em;
	overflow:hidden;
}
.overall {
	color:#FFF;
	font-size:14px;
	background:#840000;
	min-height:4em;
}
.overall-category{
	color:#FFF;
	font-size:14px;
	background:#840000;
	background:linear-gradient(to right, #840000,#A00000);
}
.overall-score{
	font-size:40px;
	color:#FFF;
}
.system-specs{
	position:relative;
	font-weight:bold;
	display:inline-block;
}
.system-specs > .specs {
	border-style:solid; 
	background-color:#fff; 
	border-color:#840000;
	padding:5px;
	visibility:hidden;
	position:absolute;
	width:320px;
	color:#000;
	text-shadow:none;
}
.system-specs:hover > .specs {
	visibility:visible;
	z-index:10;
}
a.game_nav:hover{
	color:#E03232;
}
.center-ad{
color:#999;
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*FOOTER*/
.footer_dark{color:#919191;}
a.footer_dark:link{color:#919191;text-decoration:none}
a.footer_dark:visited{color:#919191;text-decoration:none}
a.footer_dark:hover{color:#b1b1b1;text-decoration:underline}
/*RIGHT*/
.right_colour{color:#E03232;font-weight:bold}
a.right_colour:link{color:#E03232;text-decoration:none}
a.right_colour:visited{color:#E03232;text-decoration:none}
a.right_colour:hover{color:#fff;text-decoration:underline}
.right_white{color:#fff;font-weight:bold}
a.right_white:link{color:#fff;text-decoration:none}
a.right_white:visited{color:#fff;text-decoration:none}
a.right_white:hover{color:#E03232;text-decoration:none}
.right_head{color:#FFF;font-weight:bold;text-decoration:none}
a.right_head:link{color:#FFF;}
a.right_head:visited{color:#FFF}
a.right_head:hover{color:#E03232}
.right_reg{color:#bcbcbc;line-height:1.2}
a.right_reg:link{color:#bcbcbc}
a.right_reg:visited{color:#bcbcbc}
a.right_reg:hover{color:#fff;text-decoration:underline}
.right_dark{color:#888;line-height:1.2}
.content_error{color:#e50000;font-weight:bold}
.content_large{color:#777;font-weight:bold;text-decoration:none;line-height:1.2}
a.content_large:link{color:#A00000;text-decoration:underline}
a.content_large:visited{color:#A00000;text-decoration:underline}
a.content_large:hover{color:#777;text-decoration:none}
.contentlight{color:#999; text-decoration:none}
a.contentlight:link{color:#F6EEEE ;text-decoration:none}
a.contentlight:visited{color:#F6EEEE ;text-decoration:none}
a.contentlight:hover{color:#000;text-decoration:underline}
/*TEXT HUGE (TABLE ITEMS ETC*/
.texthuge{color:#A00000;font-weight:bold;text-decoration:none;line-height:100%}
.texthuge_link{font-size:18px;color:#A00000;font-weight:bold;text-decoration:none;line-height:100%}
a.texthuge_link:link{color:#A00000;text-decoration:none}
a.texthuge_link:visited{color:#A00000;text-decoration:none}
a.texthuge_link:hover{color:#A00000;text-decoration:underline}
/*Header title for tables*/
.headertitle{color:#FFF;font-weight:bold;text-decoration:none}
a.headertitle:link{color:#FFF;text-decoration:underline}
a.headertitle:visited{color:#FFF;text-decoration:underline}
a.headertitle:hover{color:#FFF;text-decoration:none}
.pagination {
    padding:5px 0;
    margin:5px 0;
}
.page {
    display:inline-block;
    padding:2px 4px;
    margin-right:4px;
    border:solid 1px #c0c0c0;
    background:#e9e9e9;
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    color:#717171;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
.page:hover {
    background:#fefefe;
}
.page.active {
    background:#840000;
    color:#f0f0f0; 
	text-shadow:0px 1px 0px rgba(0,0,0, 1);
}
/*BREADCRUMB LINKS*/
.breadcrumb{font-size:11px;color:#6a6a6a;text-decoration:none;}
a.breadcrumb:link{color:#6a6a6a;text-decoration:underline}
a.breadcrumb:visited{color:#6a6a6a;text-decoration:underline}
a.breadcrumb:hover{color:#A00000;text-decoration:none}
/* DIVIDER */
.divider{
	height:25px;
	margin:5px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color:#A00000;
	clear:both;
}
.screenshotNGN{font-weight:bold;padding:5px; margin:5px; line-height:1.5;margin-left:auto; margin-right:auto; width:95%; text-align:center; border-bottom:1px solid #E03232; transition:all 0.8s;overflow:hidden;}
.screenshotNGN strong{padding-bottom:5px;font-size:13px;}
.screenshotNGN:hover{
		border-bottom:1px solid #000;
}
.screenshotNGN img{width:90%;}
.screenshotNGN figcaption{
	color:#3E0000;
	font-weight:bold;
}
.videoNGN {font-weight:bold;padding:5px; margin:5px; line-height:1.5;margin:auto; width:95%; text-align:center; border-bottom:1px solid #E03232; transition:all 0.8s;
}
.videoNGN iframe{
padding-bottom:5px;width:90%;height:330px; display:block;margin:auto;
}
h1 {color:#A00000;
		font-size:24px;
		font-weight:bold;
		padding:0;
		line-height:100%;
		margin:0;
		text-align:left;
		text-decoration:none;
	}
h2{line-height:1.7;padding:0;margin:0; color:#840000; font-size:18px;text-decoration:none;}
/*GOTY AWARDS LEAVE FOREVER*/
b.goty{color:#A00000;font-family:Helvetica,Arial,sans-serif;font-size:14pt;font-weight:bolder;padding:0;line-height:120%;margin:0}
b.goty1{color:#000;font-family:Helvetica,Arial,sans-serif;font-size:18pt;font-weight:bolder;padding:0;line-height:140%;margin:0}
b.goty2{color:#A00000;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:bolder;line-height:1.5;padding-right:5px;margin:0;float:left}
b.goty a{color:#A00000;font-family:Helvetica,Arial,sans-serif;font-size:14pt;font-weight:bolder;padding:0;line-height:120%;margin:0;text-decoration:none}
b.goty a:hover{color:#A00000;font-family:Helvetica,Arial,sans-serif;font-size:14pt;font-weight:bolder;padding:0;line-height:120%;margin:0;text-decoration:underline}
.white{color:#fff;}
.white:link{color:#fff;}
.white:visited{color:#fff;}
.black{color:#000;}
.black:link{color:#000;}
.black:visited{color:#000;}
.plain{text-decoration:none;}
.bold{font-weight:bold;}
.black_background{background: black; background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8) 50%); padding-top:1em;}
.white_background{background: white; background:rgb(255, 255, 255);}
.full_width{width:100%;}
/*******DROPDOWN MENU***********/
ul.dropmenungn,
ul.dropmenungn li,
ul.dropmenungn ul {
 list-style:none;
 margin:0;
 padding:0;
}
ul.dropmenungn {
 position:relative;
 z-index:17;
 float:left; 
 font-size:15px;
}
#dropmenucontainer{
	width:100%;
	padding:0;
	clear:both;
}
ul.dropmenungn li {
 float:left;
 min-height:20px;
 line-height:1.5em;
 vertical-align:middle;
}
ul.dropmenungn li.hover,
ul.dropmenungn li:hover {
 position:relative;
 z-index:19;
 cursor:default;
}
ul.dropmenungn ul {
	visibility:hidden;
	position:absolute;
	z-index:18;
	font-size:13px;
	box-shadow:2px 2px 5px #000;	
}
ul.dropmenungn li:hover > ul {
 visibility:visible;
}
ul.dropmenungn {
 width:100%;
 background-color:#000;
}
/*MENU FIXED*/
#dropmenucontainer.fixedmenu {
    position: fixed;
    top: 0;
	width: 971px;
    z-index: 999;
}
ul.dropmenungn li {
 padding:7px 0;
 background-color:#000;
 color:#fff;
 line-height:normal;
 text-align:left;
}
ul.dropmenungn a:link,
ul.dropmenungn a:visited { color:#fff; text-decoration:none; }
ul.dropmenungn a:hover { color:#E03232; text-shadow:2px 2px 2px #000;}
ul.dropmenungn a:active { color:#fff; }
ul.dropmenungn ul {
width:150px;
background-color:#333;
color:#fff;
text-transform:none;
filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
-moz-opacity:.95;
KhtmlOpacity:.95;
opacity:.95;
}
ul.dropmenungn ul li {
background-color:transparent;
color:#000;
filter:none;
}
ul.dropmenungn ul li.hover,
ul.dropmenungn ul li:hover {
background-color:transparent;
}
ul.dropmenungn ul a:link,
ul.dropmenungn ul a:visited { color:#fff; }
ul.dropmenungn ul a:hover { color:#fff; }
ul.dropmenungn ul a:active { color:#fff; }
ul.dropmenungn li a {
display:block;
padding:10px 14px;
}
ul.dropmenungn li {
padding:0;
}
ul.dropmenungn li.drop {
padding:7px 20px 7px 14px;
}
ul.dropmenungn ul li.drop {
padding-right:15px;
}
ul.dropmenungn ul a {
padding:4px 5px 4px 14px;
width:131px;
}
ul.dropmenungn .platform ul {
width:75px;
}
ul.dropmenungn .platform ul  a{
width:55px;
}
ul.dropmenungn ul a:hover {
background-color:#E03232;
text-shadow:2px 2px 2px #000;
}
ul.dropmenungn .platform{
float:right;
background-color:#444;
}
ul.dropmenungn .current{
background-color:#A00000;
box-shadow:1px -5px 4px #A00000;
}
ul.dropmenungn li:hover > a.drop {
color:#E03232;
}
ul.dropmenungn li:hover > a.current {
color:#111;
}
ul.dropmenungn ul li:hover > a.drop {
background-color:#E03232;
color:#FFF;
}
/**LIGHTBOX**/
body:after {
  content:url(lightbox/img/close.png) url(lightbox/img/loading.gif) url(lightbox/img/prev.png) url(lightbox/img/next.png);
  display:none;
}
.lightboxOverlay {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:#000;
  filter:progid:DXImageTransform.Microsoft.~"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  opacity:.8;
  display:none;
}
.lightbox {
  position:absolute;
  left:0;
  width:100%;
  z-index:10000;
  text-align:center;
  line-height:0;
  font-weight:normal;
}
.lightbox .lb-image {
  display:block;
  height:auto;
  max-width:inherit;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}
.lightbox a img {
  border:none;
}
.lb-outerContainer {
  position:relative;
  background-color:#840000;
  *zoom:1;
  width:250px;
  height:250px;
  margin:0 auto;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.lb-outerContainer:after {
  content:"";
  display:table;
  clear:both;
}
.lb-container {
  padding:4px;
}
.lb-loader {
  position:absolute;
  top:43%;
  left:0;
  height:25%;
  width:100%;
  text-align:center;
  line-height:0;
}
.lb-cancel {
  display:block;
  width:32px;
  height:32px;
  margin:0 auto;
  background:url(lightbox/img/loading.gif) no-repeat;
}
.lb-nav {
  position:absolute;
  bottom:0;
  left:0;
  height:90%;
  width:100%;
  z-index:10;
}
.lb-container > .nav {
  left:0;
}
.lb-nav a {
  outline:none;
  background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height:100%;
  cursor:pointer;
  display:block;
}
.lb-nav a.lb-prev {
  width:34%;
  left:0;
  float:left;
  background:url(lightbox/img/prev.png) left 48% no-repeat;
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  opacity:0;
  -webkit-transition:opacity 0.6s;
  -moz-transition:opacity 0.6s;
  -o-transition:opacity 0.6s;
  transition:opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity:1;
}
.lb-nav a.lb-next {
  width:64%;
  right:0;
  float:right;
  background:url(lightbox/img/next.png) right 48% no-repeat;
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  opacity:0;
  -webkit-transition:opacity 0.6s;
  -moz-transition:opacity 0.6s;
  -o-transition:opacity 0.6s;
  transition:opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity:1;
}
.lb-dataContainer {
  margin:0 auto;
  padding-top:5px;
  *zoom:1;
  width:100%;
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
  border-bottom-left-radius:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
}
.lb-dataContainer:after {
  content:"";
  display:table;
  clear:both;
}
.lb-data {
  padding:0 4px;
  color:#ccc;
}
.lb-data .lb-details {
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em;
}
.lb-data .lb-caption {
  font-size:13px;
  font-weight:bold;
  line-height:1em;
}
.lb-data .lb-number {
  display:block;
  clear:left;
  padding-bottom:1em;
  font-size:12px;
  color:#999999;
}
.lb-data .lb-close {
  display:block;
  float:right;
  width:30px;
  height:30px;
  background:url(lightbox/img/close.png) top right no-repeat;
  text-align:right;
  outline:none;
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity:.7;
  -webkit-transition:opacity 0.2s;
  -moz-transition:opacity 0.2s;
  -o-transition:opacity 0.2s;
  transition:opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor:pointer;
  filter:~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity:1;
}
/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
* Written by:Steven Wanderski, 2014
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position:relative;
padding:0;
*zoom:1;
z-index:1;
}
.bx-wrapper img {
max-width:100%;
display:block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform:translatez(0);
-moz-transform:translatez(0);
     -ms-transform:translatez(0);
     -o-transform:translatez(0);
     transform:translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position:absolute;
bottom:-30px;
width:100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
min-height:50px;
background:url(bx/images/bx_loader.gif) center center no-repeat #fff;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.featured-thumbs{
	position: absolute;
	padding:0;
	margin:0;
	z-index:5;
	top:0; 
	right:0;
	transition: all 0.3s ease;
}
.bxslider p{
	padding:2px 0 5px 5px;
	margin:0;
	font-size:16px;
}
.bxslider h1{
	padding: 5px 0 0 5px;
	margin:0;
	font-size:20px;
}
.featured-thumbs a span{
	opacity: 0.7;
	float:left;
	height: 0;
	margin:0 3px;
	background-size: cover;
	width: 55px;
	background-position:center;
	transition: 1s all ease;
}
.featured-thumbs a.active span{
	opacity: 1;
	box-shadow: 2px 2px 2px black;
}
.bx-wrapper .bx-controls-direction a {
	display:none;
	position:absolute;
	width:30px;
	height:30px;
	background:url(themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	bottom:50%;
	z-index:2;
}
.bx-wrapper:hover .bx-controls-direction a{
	display:block;
}
.bx-wrapper:hover ~ .featured-thumbs a span{
	height: 30px;
	border: 1px solid white;
}
.featured-thumbs:hover a span{
	height: 30px;
	border: 1px solid white;
}
.bx-wrapper a.bx-prev{
	left:10px;
	outline: none;
}
.bx-wrapper a.bx-next{
	right:10px;
	background-position:-30px 0;
	outline: none;
}
.bx-wrapper .bx-prev:hover {
background:url(themes/default/arrows2.png) no-repeat;
}
.bx-wrapper .bx-next:hover {
background:url(themes/default/arrows2.png) no-repeat;
background-position:-30px 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
display:none;
}
@media screen and (max-width:980px)/* both */
{
	#dropmenucontainer {
		width:100%;
	}
	#dropmenungn li:nth-child(8),#dropmenungn li:nth-child(10){
		display: none;
	}
	#dropmenucontainer.fixedmenu {
		width:100%;
	}
    #page-container{
		width:100%;
	}
	#header-container{
		width:100%;
	}
}
@media screen and (max-width:768px)/* both */
{
	#footer .center-ad{
		display:none;
	}
	body{
		font-size:14px;
	}
	#dropmenungn li:nth-child(8),#dropmenungn li:nth-child(10) {
		display: block;
	}
	.right-darkbox-title{
	font-size:16px;
	}
	.right-darkbox-content{
	font-size:14px;
	}
	.ngn-news{
	font-size:14px;
	line-height:22px;
	}
	.ngn-news-separator{
	font-size:16px;
	}
    #page-container{
		width:100%;
	}
	#content{
		width:100%;
	}
	#left-container{
		width:100%;
	}
	#right-container{
		width:100%;
		padding:5px;
	}
	#middle-container{
		width:100%;
	}
	#usercp{
		display:none;
		height:0;
	}
	#header-container{
		display:none;
		height:0;
	}
	#socialbar{
		left:-500px;
	}
}
@media screen and (max-width:640px)/* both */
{
.screenshotNGN img{width:100%;}
.videoNGN iframe{
height:320px;
width:100%;
}
@media screen and (max-width:480px)/* both */
{
.videoNGN iframe{
height:240px;
}
.gamebar-navlinks :nth-child(even) {
    display: none;
}
}
@media screen and (max-width:320px)/* both */
{
.videoNGN iframe{
height:150px;
}
}
@media print
{	
	#page-container{
		width:97%;/*print margins*/
	}
    #footer{
		display:none;
	}
	#usercp{
		display:none;
	}
	#header-container{
		display:none;
	}
	#middle-container{
		display:none;
	}
	#left-container{
		width:100%;
	}
}