/*blue			red/pc		emerald		xone/xbsx	navy/ps3	ps4/ps5			yellow		orange/switch
#35c8dd - light #E03232		#90E032		#32E057		#5189E5		#6059E7			#f6f300		#E06B32
#007f9f - med #A00000		#57A000		#00A01E		#003CA0		#0800A0			#A8AA00		#A03500
#005c83 - dark #840000		#488400		#008419		#003284		#060084			#9EA400		#963100
#001c3e - black #3E0000		#223E00		#003E0C		#000F3E		#03003E			#3C3E00		#3E1400
#EFEFF5 - grey; #F6EEEE		#F2F6EE		#EEF6F0		#EFEFF5		#EFEFF5			#F6F6EE		#F6F1EE*/
body{
	margin:0;
	padding:0;
	background:#005c83;
	background:linear-gradient(to right,#000,#005c83,#000,#005c83,#000);
	font-family:Arial,sans-serif;
	font-size:1rem;	
}
img{
	border:0;
}
a:link{
	color:#007f9f;
}
#page-container{
	margin-left:auto;
	margin-right:auto;
	width:1150px;
}
#usercp{
	width:100%;
	height:24px;
	margin:0;
	border:0;
	padding:0;
	position:relative;
	z-index:2;
	background-color:#fff;
	background:linear-gradient(#ddd, #ccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
	line-height: 1.2rem;
}
/* USER CP MENU*/
.usercp{line-height:24px;color:#ababab;}
a.usercp:link{color:#007f9f;text-decoration:none}
a.usercp:hover{color:#001c3e;text-decoration:underline}
a.usercp:visited{color:#005c83;}
#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("../jpg/header_2016_blue2.jpg");
	background-size: cover;
}
#header-container .search{
	border-radius: 6px;
	float: right;
	height: 30px;
	margin-right: 20px;
	margin-top: 25px;
	padding-left: 6px;
	background:#ddd;
}
.searchbox{
	background: url(../png/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:500px;
	clear: both;
	padding: 5px 10px;
	width:100%;
	box-sizing:border-box;
}
#content{
	width:73.6%;
	float:left;
	background: #fff;
	*width: 71.5%;/*ie7*/
}
#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;
}
.article-half{
	width:50%;
	float:left;
	box-shadow:0 0 0 1px rgb(150,150,150) inset, 0 0 20px black inset;
	color:black;
	position:relative;
	height: 150px;
	transition: all 0.4s ease;
}
#middle-container{
	width:25.6%;
	float:right;
}
#media{
	margin:5px;
	text-align:center;
}
.video-thumb{
	position:relative;
}
.gray-bar{
	display: inline-block;
	border: 5px solid #fff;
	border-left: 0;
	border-radius: 6px;
	height: 17px;
	background: #ddd;
	background: transparent linear-gradient(to left, white, lightgrey) repeat scroll 0% 0%; width: 45%;
}
.video-thumb:hover::before{
	background: url(../png/play_overlay2.png) no-repeat scroll center center;
	background-size:contain;
}
.video-thumb::before{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../png/play_overlay.png) no-repeat scroll center center;
	content: "";
	background-size:contain;
}
.thumbnail{
	display:inline-block;
	margin:3px;
	width:140px;
	height:90px; 
	zoom:1;
	*display:inline;
}
.thumbnail.large{
	width:178px;
	height:100px; 
	margin:2px;
}
.thumbnail-img{
	width:140px;
	height:90px; 
}
.thumbnail-img.active{
	border:5px solid #D33; 
	width:105px;
	height:70px;
}
.middle-box{
	padding:5px 0px;
	margin:5px;
}
.middle-head{
	background:#005c83;
	background:linear-gradient(#35c8dd, #001c3e 60%);
	color:#fff;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
}
.middle-content{
	background:#ccc;
	background:linear-gradient(#ddd, #ddd);
	padding:5px;
	text-align:left;
	border:1px solid #bbb;
	border-top:none;
	font-size: 0.9rem;
	line-height:1.3rem;
}
.hypebar{
	background:#007f9f;
}
#right-container{
	width:26.4%;
	float:right;
	background:#fff;
	box-sizing:border-box;
	padding: 5px 5px 5px 0;
}
#socialbar{
	left:10px;
	left:calc(((100% - 1150px)/2) - 80px);
	position:fixed;
	top:4px;
	width:64px;
	z-index:1;
	display:none;
}
#footer{
	padding-top:10px;
	width:100%;
	background:#222;
	position:relative;
	z-index:2;
	background:linear-gradient(#444,#000);
}
.footer{
	clear:both;
	display: table;/*ie8*/
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.footer .footer-block{
	display: table-cell;/*ie8*/
	padding:10px;
	min-width:160px;
}
.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{
	padding:10px 10px;
	line-height:1.5;
	text-align:justify;
	overflow:hidden;
}
.gamedesc{
	margin:10px;
	line-height:1.5;
	text-align:justify;
}
.roundedbox{
	border-radius:10px;
	background:#EFEFF5;
	background:linear-gradient(#EFEFF5,#EFEFEF);
	padding:10px;
	margin:10px 5px;
}
.article .preview{
	padding:5px;
	line-height:1.5;
	color:#005c83;
	text-align:left;
	background:#ddd;
	margin:10px 0px;
}
.authordate{
	margin:5px 0px;
	color:#666;
}
.article-header{
	border-bottom:1px solid #005c83;
	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:#EFEFF5;
	border:1px solid #000;
}
.share h3{
	margin:0;
	padding:0;
	color:#000;
	text-align:left;
}
.news-header {
	background:#005c83;
	background:linear-gradient(#35c8dd, #001c3e 60%);
	display: table;/*ie8*/
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 10px;
	padding-top: 5px;
	overflow: hidden;
}
.news-header-text {
	line-height: 22px;
	min-width: 80px;
	text-align: center;
	display: table-cell;/*ie8*/
	flex: 1;
	margin: 0 5px;
	padding: 5px 0;
}
.news-header-text a:hover {
	color: #ccc;
}
.news-header-text.selected {
	background: #fff;
	background: linear-gradient(#ddd, #fff);
	border-radius: 5px 5px 0 0;
}
.news-header-text a{
	color:#ddd;
	font-weight:bold;
	text-decoration:none;
	text-shadow:2px 2px 2px #000;
	display:block;
}
.news-header-text.selected	a{
	color:#007f9f;
	text-shadow:none;
}
.ngn-news{
	text-align:left;
	margin-bottom:10px;
	width:100%;
	color:#000000;
	float:left;
}
a .ngn-news:hover .ngn-news-separator {
	background: #007f9f;
	color: #fff;
}
.ngn-news-separator{
	background:#ddd;
	line-height:1.7rem;
	padding: 0 5px;
}
.ngn-news-pic{
	margin-right:10px;
	float:left;
	width:160px;
	height:100px;
}
.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.4rem;
	vertical-align:middle;
	padding:7px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	border-left:20px solid #007f9f;
	border-bottom:5px solid #007f9f;
}
.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:0.85rem;
	color:#bcbcbc;
	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:180px;
	padding-bottom:5px;
}
.right-rating-bar{
	position:relative; 
	float:left;
	background:url(../png/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 #007f9f;
}
.right-rating-bar-graphic{
	position:absolute;
	top:0;
	background:#353535;
	width:100%;
	opacity:0.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.right-rating-value{
	float:right;
	width:55%;
	font-size:60px;
	line-height:80px;
	height:100px;
	margin:10px;
	color:#fff;
	margin-bottom:5px;
	text-align:center;
	margin-left:0;
}
.right-rating-text{
	font-size:20px;
	line-height:5px;
}
.quote-side{
	text-align:center;
	font-style:italic;
	font-size: 1.25rem;
}
.quote-side a{
	text-decoration:none;
	color:#bcbcbc;
}
.quote-side a:hover{
	color:#fff;
}
.large-title{
	text-align:center;
}
/**Animations***/
.a-fade-away{		
	transition:opacity 0.8s, filter 0.8s;
}
.a-fade-away:hover {
	opacity:.75;
	filter:saturate(1.4);
}
.a-fade-in{		
	transition:opacity 0.8s;
	opacity:.4;
}
.a-fade-in:hover {
		opacity:1;
}
/*Table corrections*/
table {	
	margin-left:auto;
	margin-right:auto;
	font-size:1rem;
}
th, td, tr {
	padding:0;
	margin:0;
}
.tdreg{
height:30px;
background:#DADADA;
background:linear-gradient(#EEE,#CCC); 
}
.tdreg2{
height:30px;
background:#F0F0F0;
}
.tdreg3{
height:30px;
background:#001c3e;
background:linear-gradient(#007f9f, #001c3e 60%);
}
.tdreg4{
background:#F0F0F0;
background:linear-gradient(#F0F0F0, #EFEFF5 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, #005c83, #000 50%, #005c83 80%);
	height:150px;
	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: 1.5rem;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.game-name:hover{
	color:#35c8dd;
}
.gamebar-right-score{
	bottom:2.5rem;
	right:0;
	padding:5px;
	position:absolute;
	text-align:right;
}
.gamebar-right-score a{
	text-decoration:none;
	color:#fff;
	font-size:4rem;
	line-height:3rem;
	text-shadow:3px 3px 3px #000;
}
.gamebar-right-score a:hover{
	color:#35c8dd;
}
.gamebar-right-score span{
	color:#fff;
	text-shadow:2px 2px 2px #000;
}
.gamebar-navlinks{
	color:#CCC;
	padding:5px;
	text-shadow:1px 1px 1px #fff;
	background:#ddd;
	background:linear-gradient(#ddd, #ccc);
	border-bottom:3px solid #005c83;
	font-weight:bold;
	margin:5px 0px;
}
.gamebar-navlinks a:link, .gamebar-navlinks a:visited{
	color:#007f9f;
	padding:5px 10px;
	text-decoration:none; 
}
.gamebar-navlinks span{
	padding:5px 10px;
	color:#CCC;
}
.gamebar-navlinks a:visited{
	color:#005c83;
}
.gamebar-navlinks a:hover{
	text-decoration:underline;
}
.gamebar-translucent{
	height:150px;
	width:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	top:0;
}
.rating-box{
	background:#EFEFF5;
	border:2px solid #000;
}
.rating-category{
	font-weight:bold;
	color:#FFF;
	padding-left:5px;
	background:#840000;
	background:linear-gradient(to right, #005c83,#007f9f);
}
.rating-score{
	padding:3px 15px;
	font-size:2rem;
	color:#005c83;
	clear:both;
	float:left;
	font-weight:bold;
}
.rating-text{
	padding:3px;
	margin-left:60px;
	min-height:3em;
	overflow:hidden;
}
.overall {
	color:#FFF;
	background:#005c83;
	min-height:4em;
}
.overall-category{
	color:#FFF;
	background:#005c83;
	background:linear-gradient(to right, #005c83,#007f9f);
}
.overall-score{
	font-size:3rem;
	color:#FFF;
}
.system-specs{
	position:relative;
	font-weight:bold;
	display:inline-block;
}
.system-specs > .specs {
	border-style:solid; 
	background-color:#fff; 
	border-color:#005c83;
	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:#35c8dd;
}
.center-ad{
color:#999;
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.platform-icon{
padding:5px 5px;
width:20px;
}
/*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:#35c8dd;font-weight: bold;}
a.right_colour:link{color:#35c8dd;text-decoration:none}
a.right_colour:visited{color:#35c8dd;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:#35c8dd;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:#35c8dd}
.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:#007f9f;text-decoration:underline}
a.content_large:visited{color:#007f9f;text-decoration:underline}
a.content_large:hover{color:#777;text-decoration:none}
.contentlight{color:#999; text-decoration:none;line-height: 1.5em;}
a.contentlight:link{color:#EFEFF5 ;text-decoration:none}
a.contentlight:visited{color:#EFEFF5 ;text-decoration:none}
a.contentlight:hover{color:#000;text-decoration:underline}
/*TEXT HUGE (TABLE ITEMS ETC*/
.texthuge{color:#007f9f;font-weight:bold;text-decoration:none;line-height:100%}
.texthuge_link{font-size:1.3rem;color:#007f9f;font-weight:bold;text-decoration:none;line-height:100%}
a.texthuge_link:link{color:#007f9f;text-decoration:none}
a.texthuge_link:visited{color:#007f9f;text-decoration:none}
a.texthuge_link:hover{color:#007f9f;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 {
	margin:5px 0;
}
.page {
	display:inline-block;
	padding:2px 4px;
	margin:2px 2px;
	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-weight:bold;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
.page:hover {
	background:#fefefe;
}
.page.active {
	background:#005c83;
	color:#f0f0f0; 
	text-shadow:0px 1px 0px rgba(0,0,0, 1);
}
/* DIVIDER */
.divider{
	height:25px;
	margin:5px;
	line-height:25px;
	font-weight:bold;
	color:#007f9f;
	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 #005c83; transition:all 0.8s;}
.screenshotNGN img{width:95%;}
.videoNGN {font-weight:bold;padding:5px; margin:5px; line-height:1.5;margin:auto; width:95%; text-align:center; border-bottom:1px solid #35c8dd; transition:all 0.8s;
}
.videoNGN iframe{
padding-bottom:5px;width:90%;height:330px; display:block;margin:auto;
}
h1 {color:#007f9f;
	font-size:1.8rem;
	font-weight:bold;
	padding:0;
	line-height:100%;
	margin:0;
	text-align:left;
	text-decoration:none;
}
h2{line-height:1.5rem;padding:0;margin:0; color:#005c83; font-size:1.0rem;text-decoration:none;}
h3{line-height:1.5rem;padding:0;margin:0; color:#005c83; font-size:1.05rem;text-decoration:none;}
/*GOTY AWARDS LEAVE FOREVER*/
b.goty{color:#007f9f;font-family:Helvetica,Arial,sans-serif;font-size:1.3rem;font-weight:bolder;padding:0;line-height:120%;margin:0}
b.goty1{color:#000;font-family:Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:bolder;padding:0;line-height:140%;margin:0}
b.goty2{color:#007f9f;font-family:Helvetica,Arial,sans-serif;font-size:1rem;font-weight:bolder;line-height:1.5;padding-right:5px;margin:0;float:left}
b.goty a{color:#007f9f;font-family:Helvetica,Arial,sans-serif;font-size:1.3rem;font-weight:bolder;padding:0;line-height:120%;margin:0;text-decoration:none}
b.goty a:hover{color:#007f9f;font-family:Helvetica,Arial,sans-serif;font-size:1.3rem;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: #000; background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8) 50%); padding-top:1em;}
.white_background{background: #fff; background:rgb(255, 255, 255);}
.full_width{width:100%;box-sizing:border-box;}
.breadcrumbs{font-size: 0.8rem; padding-top: 5px; padding-left: 8px; padding-bottom: 8px;}
/*******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; 
}
#dropmenucontainer{
	width:100%;
	padding:0;
	clear:both;
	font-size:1rem;
}
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:1rem;
	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: 1150px;
	z-index: 5;
}
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:#35c8dd; 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;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
opacity:.95;
}
ul.dropmenungn .legacy ul{
position:absolute;
left:-7px;
width:80px;
}
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 13px;
}
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 .legacy ul a{
width:61px;
text-align:right;
}
ul.dropmenungn ul a:hover {
background-color:#35c8dd;
text-shadow:2px 2px 2px #000;
/*color:black;yellow only*/
}
ul.dropmenungn .platform{
float:right;
background-color:#444;
}
ul.dropmenungn .current{
background-color:#007f9f;
box-shadow:1px -5px 4px #007f9f;
}
ul.dropmenungn li:hover > a.drop {
color:#35c8dd;
}
ul.dropmenungn li:hover > a.current {
color:#111;
}
ul.dropmenungn ul li:hover > a.drop {
background-color:#35c8dd;
color:#FFF;
}
/**LIGHTBOX**/
body:after {
	content:url(../png/close.png) url(../gif/loading.gif) url(../png/prev.png) url(../png/next.png);
	display:none;
}
.lightboxOverlay {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background-color:#000;
	-ms-filter: "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:#005c83;
	*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(../gif/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(../png/prev.png) left 48% no-repeat;
	-ms-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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
}
.lb-nav a.lb-next {
	width:64%;
	right:0;
	float:right;
	background:url(../png/next.png) right 48% no-repeat;
	-ms-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 {
	-ms-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-weight:bold;
	line-height:1em;
}
.lb-data .lb-number {
	display:block;
	clear:left;
	padding-bottom:1em;
	color:#999999;
}
.lb-data .lb-close {
	display:block;
	float:right;
	width:30px;
	height:30px;
	background:url(../png/close.png) top right no-repeat;
	text-align:right;
	outline:none;
	-ms-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;
	-ms-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(../gif/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;
}
.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(../png/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 #fff;
}
.featured-thumbs:hover a span{
	height: 30px;
	border: 1px solid #fff;
}
.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(../png/arrows2.png) no-repeat;
}
.bx-wrapper .bx-next:hover {
background:url(../png/arrows2.png) no-repeat;
background-position:-30px 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
display:none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {/*IE 10 + 11*/
.footer .footer-block, .news-header-text{
	display: block;/*table-cell fix*/
	}
}
@media screen and (max-width:1169px)
{
#dropmenucontainer, #dropmenucontainer.fixedmenu, #page-container, #header-container {
	width:100%;
	}
#dropmenungn li:nth-child(12),#dropmenungn li:nth-child(10), #dropmenungn li:nth-child(7), #dropmenungn li:nth-child(8), #dropmenungn li.current {
	display: none;
}
}
@media screen and (max-width:768px)
{
.article-half {
  height: 140px;
}
#footer .center-ad, .footer .footer-block{
	display:none;
}
body, #footer, .right-darkbox-content{
	line-height:1.3rem;
}
.ngn-news-pic{
	width: 120px;
	height: 80px;
}
#dropmenungn li:nth-child(12),#dropmenungn li:nth-child(10), #dropmenungn li:nth-child(7), #dropmenungn li:nth-child(8), #dropmenungn li.current {
	display: block;
}
ul.dropmenungn {
	display:none;
}
#page-container, #content, #left-container, #middle-container{
	width:100%;
}
#right-container{
	width:100%;
	padding:5px;
}
#usercp, #header-container{
	display:none;
	height:0;
}
#socialbar{
	left:-500px;
	display: none !important;
}
}
@media screen and (max-width:640px)
{
.screenshotNGN img{width:100%;}
.videoNGN iframe{
	height:320px;
	width:100%;
}
}
@media screen and (max-width:480px)
{
.videoNGN iframe{
	height:240px;
	}
.gamebar-navlinks :nth-child(even) {
	display: none;
	}
}
@media screen and (max-width:320px)
{
.videoNGN iframe{
height:150px;
}
}
@media print
{
	#page-container{
		width:95%;/*print margins*/
	}
	#footer, #usercp, #header-container, #middle-container{
		display:none;
	}
	#left-container{
		width:80%;
	}
}