/***************************************ARCHITECTURE***************************************/

/* TEMPLATE FIX ************/

/* MODULES - NO PADDING */
.module-ct {
	padding: 0 !important;
}


/* NSPARTS - NO PADDING */
.nspArts {
	padding: 0 !important;
}




/* HTML ******************/
html {
	background: none !important;
}




/* BODY ******************/

/* FRAME */
body {
	font-family: 'Titillium', sans-serif;
	background: #6282a2;
	background: -moz-linear-gradient(top, #6282a2 0%, #233241 100%);
	background: -webkit-linear-gradient(top, #6282a2 0%,#233241 100%);
	background: linear-gradient(to bottom, #6282a2 0%,#233241 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6282a2', endColorstr='#233241',GradientType=0 );
	background-attachment: fixed;
}



/* 1009 - NO BG */
@media (max-width:1009px) {

body {
	background-image: none;
}

}




/* MENU ******************/

/* FRAME */
.navbar-default {
	padding: 0;
	border: 0;
	min-height: 42px;
	background: #1c1f28!important;
    border-bottom: 1px solid #03afff;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
    z-index: 999;
}


/* 1010 - FIX ON TOP */
@media (min-width:1010px) {
.t3-mainnav {
	position: fixed !important;
	display: block !important;
	z-index: 1000 !important;
}
}




/* LOGO + BREAKING ********/

/* FRAME */
.container.t3-header {
	position: absolute;
	top: 58px;
	left: 0%;
	padding: 0;
}

.t3-header .row {
	margin: 0 auto;
}


/* 1010 */
@media (min-width:1010px) {

.t3-header .row {
	max-width: 950px !important;
}

}


/* 1400 */
@media (min-width:1400px) {

.t3-header .row {
	max-width: 1080px !important;
}

}


/* 680 & IPAD */
@media (max-width: 1009px) {

.container.t3-header {
	position: relative;
	top: 0;
}

}


/* IPAD */
@media (min-width:681px) and (max-width:1009px) {

#t3-header .container {
	background-color: #1c1f28;	
}

}




/* T3-WRAPPER *************/

/* CENTERS SITE + NO SHADOWS */
.t3-wrapper {
	margin: 0 auto;
	overflow: hidden;
	box-shadow: none;
}


/* 100% WIDTH */
.t3-wrapper .container {
	width: 100%;
}


/* 680 & IPAD - BG COLOR */
@media (min-width:0) and (max-width: 1009px) {

.t3-wrapper {
	background: #303030;
}

}


/* 1010 */
@media (min-width:1010px) {

.t3-wrapper {
	width: 970px;
	background-color: transparent;
	background-image: url(http://opnoobs.com/images/topbar.jpg);
	background-repeat: no-repeat;
	margin-top: 140px;
	margin-bottom: 20px;
	border-radius: 0 0 2px 2px;
}

}


/* 1400 */
@media (min-width:1400px) {

.t3-wrapper {
	width: 1100px;
}

}




/* T3-MAINBODY ************/

/* FRAME */
#t3-mainbody {
	width: 1100px;
	border: 0;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 0;
	background-color: transparent;
}


/* 1010 */
@media (max-width:1399px) {

#t3-mainbody {
	width: 970px;
}

}


/* MOBILE & IPAD */
@media (max-width:1009px) {

#t3-mainbody {
	width: 100%;
	border: 0;
	margin-top: 0;
	border-radius: 0;
}

}




/* K2-CONTAINER **************/

/* Note: hidden on section layout */

#k2Container {
	display: none;
}




/***************************************MOBILE_ARCHITECTURE*********************************/

/* QUERY OPENS ************/
@media (max-width:1009px) {




/* CLOSED MENU *************/

.navbar-header {
	min-height: 54px;
	border: 0;
}

.navbar-default {
    border-bottom: 0;
}



	
/* MAIN BUTTON *************/
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	height: 54px;
	border:none;
	background: #1394d6;
}




/* OPENED MENU *************/

/* TOP & BOTTOM BORDER MENU ON FRAME */
.navbar-collapse {
	border-top: 5px solid #1394d6 !important;
	border-bottom: 5px solid #1394d6 !important;
}


/* BG COLOR + PADDING + MARGINS */
.t3-mainnav .t3-navbar-collapse .navbar-nav {
	padding: 4px 0 4px 0;
	margin: 0;
	background-color: #111;
}


/* ITEM */
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
	font-family: 'Bauhaus', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal !important;
	text-transform: uppercase;
	padding-left: 10px;
	border-bottom: 1px solid #1c1f28;
}




/* QUERY CLOSES *************/
}




/* IPAD *****************/
@media (min-width:681px) and (max-width:1009px) {
.navbar-collapse {
	border-bottom: 0 !important;
}
}




/***************************************TYPOGRAPHY+MOUSE+CURSOR+IMAGES*****************************/

/** BACKGROUND: #1394d6 - DARK: #161922 - LINK: #03afff - LINK HOVER: #5AB6E3 - - MOBILE: #227bbf - GRAYISH: #2c3344 - GRAYISH HOVER: #16558a **/


/* GRADIENT **************/

/* LIST: score, arrow to top, k2 headers, trailer and screenshot backgrounds, h1 & h2 backgrounds */

.number, .itemRelated h3, .itemAuthorLatest h3, .userView .itemHeader h2.itemTitle, div.itemImageGallery, .itemVideo {
	background: #156fbb;
	background: -moz-linear-gradient(left,  #156fbb 0%, #3d93c5 100%);
	background: -webkit-linear-gradient(left,  #156fbb 0%,#3d93c5 100%);
	background: linear-gradient(to right,  #156fbb 0%,#3d93c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156fbb', endColorstr='#3d93c5',GradientType=1 );
}



/* TO TOP */
#toTop {
	border-radius: 2px;
	background-color: #FFFFFF;
    box-shadow: -1px -1px 12px rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
    padding: 5px 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    -ms-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

#toTop:hover {
	background-color: #03afff;
}

.fa-angle-double-up {
	color: #1394D6;
}

#toTop:hover > .fa-angle-double-up, .fa-angle-double-up:hover {
	color: #FFFFFF;
}



/* HEADINGS **************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Titillium', sans-serif;
	color: #FFFFFF;
	font-weight: 300;
    line-height: 1.6;
}




/* LINKS ******************/
a {
    color: #03afff;
    text-decoration: none;
}

a:hover, a:focus {
	color: #5AB6E3;
	text-decoration: none;
}




/* CURSOR ******************/
.t3-topbars span.day-date, .t3-topbars .update-date, .t3-breaking .gkHighlighterInterface span.text, .module-ct .nspText.tleft.fnull, .t3-featured-news .nspInfo1.tleft.fnone, .custom.colored.backfaced, .module-ct .nspText.tleft.fnull, #Mod98 .module-ct p, #Mod98 .custom p, .gkTabsWrap.vertical ol li.active, .t3-content.col-xs-12.col-sm-8.col-md-8.col-lg-9 .no-padding .module-title, .t3-footer .t3-module .module-title {
	cursor: default;
}




/* IMAGES ******************/
@media (min-width:681px) {

.nspImageWrapper.tleft.fleft {
	border: 1px solid #111111 !important;
	overflow: hidden;
}

}




/***************************************MENU************************************************/

/* FRAME ***************/
.t3-mainnav .t3-navbar {
	border: none;
	background-color: transparent;
}




/* FIXED VERTICAL SCROLL */
.t3-mainnav.affix {
	top: 0;
	box-shadow: none;
	border-bottom: 1px solid #03afff;
}

.t3-mainnav.affix .container {
	box-shadow: none;
}




/* ITEM *******************/

/* FRAME */
.navbar-nav > li {
	float: left !important;
}

.nav.navbar-nav.level0 {
	margin: 0 !important;
}

.nspLinksWrap.right .odd {
	padding-top: 0 !important;
}


/* BORDERS */
.navbar-default .navbar-nav > li {
	border-left: 1px solid #000;
	border-right: 1px solid #222;
}


/* FONTS & PADDING */
.navbar-nav > li > a {
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 9px 25px 9px 25px;
}


/* ACTIVE */
.nav.navbar-nav.level0 .current.active {
	box-shadow: 0 0 20px 0 #000 inset;
	border-right: 0;
}


/* HIDDEN REVIEWS */
.reviews_hidden {
 display: none !important;
}





/* LINKS ********************/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a {
	color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #03afff !important;
	background-color: transparent;
}




/***************************************MEGAMENU************************************************/

/* ITEM HOVER *************/
.navbar-default .navbar-nav > .open > a.dropdown-toggle, .navbar-default .navbar-nav > .open > a.dropdown-toggle:hover, .navbar-default .navbar-nav > .open > a.dropdown-toggle:focus {
    background-color: transparent;
    color: #ffffff;
}




/* CARET *****************/
.nav .caret {
	position: relative;
	top: -1px !important;
	color: #FFFFFF;
	margin-left: 4px;
	border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

.nav .caret:hover {
	color: #03afff;
	border-top-color: #03afff !important;
    border-bottom-color: #03afff !important;
}




/* FRAME ******************/
.mega-dropdown-menu {
	width: 1100px !important;
}


.dropdown-menu {
	position: absolute !important;
    top: 60px;
	left: -2px;
	font-family: 'Titillium', sans-serif !important;
	font-size: 10px !important;
	font-weight: 500 !important;
    padding: 0;
    margin: 0;
	border: 1px solid #03afff !important;
	border-top: 5px solid #FFF !important;
	border-radius: 0 0 4px 4px !important;
	overflow: hidden !important;
	background-image: url(http://opnoobs.com/images/opdarkcity.png);
	background-repeat: repeat;
	background-color: transparent;

}


.t3-mainnav .dropdown-menu .mega-dropdown-inner {
	background-color: transparent !important;
}

.t3-megamenu .mega-inner {
	padding: 0 25px 0 25px !important;
	border: 1px solid #222;
}




/* TAB POSITIONING *********/
.aaa_menu_tab {
	left:-94px !important;
}


.indie_menu_tab {
	left:-236px !important;
}




/* ALL TEXT ****************/
.t3-megamenu .t3-module .module-ct, .t3-megamenu .t3-module .module-ct a, .t3-megamenu .t3-module .module-ct p {
	color: #FFFFFF !important;
}




/* THUMBNAIL ***************/
.t3-megamenu .t3-module .nspArt img.nspImage {
	width: 99% !important;
	margin-top: 20px;
	border: 1px solid #FFF !important;
	border-radius: 2px !important;
}




/* LINKS *******************/
.t3-megamenu .t3-module .nspLinks {
	padding: 0 !important;
}


.t3-megamenu .t3-module .nspLinks .nspLinkScroll1 ul li {
	border: none;
	border-top: 1px solid #000;
    border-bottom: 1px solid #222;
	padding: 8px 5px 8px 5px !important;
	margin-bottom: 0 !important;
	text-transform: uppercase !important;
}


.t3-megamenu .t3-module .nspLinks .nspLinkScroll1 ul li h4 {
	font-size: 12px !important;
	font-weight: normal !important;
	margin-bottom: 0 !important;
}




/* LABEL BUTTON ************/

.t3-megamenu a.readon-button {
	width: 100%;
	float: left;
	margin-top: 10px !important;
}

.t3-megamenu a.readon-button {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-family: 'Titillium', sans-serif !important;
    border: 1px solid #03afff;
    text-transform: uppercase;
}

.t3-megamenu .t3-module .module-ct a.readon-button {
	color: #FFFFFF !important;
}

.t3-megamenu .t3-module .module-ct a.readon-button:hover {
    background-color: #03afff !important;
	color: #FFFFFF !important;
}




/* 1010 *******************/
@media (min-width:1010px) {

/* FRAME */
.t3-mainnav .container {
	position: relative;
	margin: 0 auto;
	max-width: 970px;
}

.t3-mainnav .t3-navbar {
	display: block !important;
}

.navbar-header {
	border: 0;
	position: static;
	min-height: inherit;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav, .navbar-default .navbar-collapse {
	display: none;
}

.navbar-toggle {
	display: none;
}


/* MEGAMENU FRAME & CARETS */
.mega-dropdown-menu {
	display: none !important;
}

}

@media (min-width:1010px) and (max-width:1399px) {
.nav .caret {
	display: none !important;
}
}




/* 1400 ********************/
@media (min-width:1400px) {

/* FRAME */
.t3-mainnav .container {
	max-width: 1100px;
}


/* MEGAMENU FRAME */
.mega-dropdown-menu {
	display: block !important;
	width: 1100px !important;
}

}




/* 680 & IPAD *************/
@media (max-width:1009px) {

.nav.navbar-nav.level0 .current.active {
	background-image: none;
}

/* FRAME */
.navbar-nav > li {
	float: none !important;
}

}




/* IPAD *******************/
@media (max-width:1009px) {

.navbar-default {
	box-shadow: none;
}

}




/***************************************SEARCH_BOX******************************************/

/* FRAME *******************/
.t3-mainnav .head-search {
	margin-top: 6px;
}




/* INPUT BOX ***************/
.t3-mainnav #mod-finder-searchword {
	width: 180px;
	height: 29px;
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: lowercase;
	color: #FFF;
	border: 1px solid #222;
}

/* note: CSS for menu and sidebar */
#mod-finder-searchword {
	padding: 0 5px 0 12px;
	margin: 0;
	border-radius: 4px;
	background: #2c3344;
}




/* LINK - INPUT BOX *********/
.t3-mainnav #mod-finder-searchword:hover {
	color: #03afff !important;
}




/* BUTTON *****************/
.t3-mainnav #mod-finder-searchform .btn-primary {
	width: 25px;
	height: 29px;
	margin-left: 8px;
	border: 1px solid #222;
	background-position: 0 -3px;
}

/* note: CSS for menu and sidebar */
#mod-finder-searchform .btn-primary {
	display: block;
	float: right;
	border-radius: 4px;
	background-color: #2c3344;
	background-image: url(http://www.opnoobs.com/images/search_button.png);
	background-repeat: no-repeat;
}




/* LINK - BUTTON ***********/
#mod-finder-searchform .btn-primary:hover {
	background-color: #1c1f28;
}




/* AUTO-COMPLETE ***********/
ul.autocompleter-choices {
    border: 1px solid #111 !important;
	border-radius: 0 0 4px 4px !important;
	overflow: hidden !important;
    background-color: #1c1f28 !important;
    font-family: 'Titillium', sans-serif !important;
}


ul.autocompleter-choices li {
    padding: 0.1em 1.5em 0.1em 1em !important;
    font-size: 0.8em !important;
}

ul.autocompleter-choices li.autocompleter-selected {
    background-color: #333 !important;
}




/* 1400 ********************/
@media (min-width:1400px) {

.t3-mainnav #mod-finder-searchword {
	width: 250px;
}

}




/* 680 & IPAD *************/
@media (max-width:1009px) {

.t3-mainnav #mod-finder-searchword, .t3-mainnav #mod-finder-searchform .btn-primary {
	height: 40px !important;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	background-color: transparent;
	color: #227bbf;
}

.t3-mainnav .head-search {
	top: 0;
	right: 52px;
}

.t3-mainnav #mod-finder-searchform .btn-primary {
	position: absolute;
	top: 0;
	right: -48px;
	background-position: 0 4px;
}

}





/* 680 *********************/
@media (max-width:680px) {

/* INPUX BOX */
.t3-mainnav .head-search {
	right: 10px;
}


/* TEXT */
.t3-mainnav #mod-finder-searchword, .t3-mainnav #mod-finder-searchform .btn-primary {
	font-size: 12px;
	text-align: right;
	line-height: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}


/* NO BUTTON */
.t3-mainnav #mod-finder-searchform .btn-primary {
	display: none;
}

}




/***************************************LOGO************************************************/

/* FRAME *********************/
.logo {
	max-width: 50% !important;
}




/* LOGO TEXT ****************/
.logo-text {
	font-family: 'bauhaus';
	margin-top: 2px;
	text-shadow: 1px 1px #111111;
}


.logo-text a {
	float: left;
}


.logo-txt1 {
	position: relative;
	font-size: 13px;
	line-height: 0;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left:7px;
}


.logo-txt2 {
	font-size: 13px;
	line-height: 0;
}


.logo-txt3 {
	position: relative;
	top: 9px;
	font-size: 50px;
	line-height: 0;
}


.logo-txt4 {
	position: relative;	
	font-size: 48px;
	line-height: 0;
	margin-left:-10px;
}


.logo-txt5 {
	color: #FFFFFF;
	font-size: 34px;
	line-height: 0;
}




/* SLOGAN ******************/
.site-slogan {
	float: left;
	color: #FFFFFF;
	font-size: 12px !important;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #111111;
	padding-top: 2px;
	padding-left: 10px;
	margin: 26px 0 0 10px !important;
	border-left: 2px solid #03afff;
	cursor: pointer;
}


.site-slogan:hover {
	color: #03afff;
}




/* IPAD ********************/
@media (min-width: 681px) and (max-width: 1009px) {

/* LOGO-TICKER WIDTH RATIO */
.logo {
	max-width: 450px;
	margin-bottom: 10px;
	margin-left: 12px;
}

.col-xs-12.col-sm-6.col-md-5.col-lg-4 {
	max-width: 200px;
	margin-top: 10px;
}

/* SLOGAN MARGIN */
.site-slogan {
	margin: 18px 0 0 10px;
}

}




/* 680 *********************/
@media (max-width:680px) {

/* FRAME */
.logo {
	max-width: 100% !important;
}


/* HIDDEN */
.logo-text {
	display: none;
}


/* CIRCLE NINJA */
.col-xs-12.col-sm-6.col-md-7.col-lg-8.logo {
	display: block;
	height: 60px;
	background: url(http://www.opnoobs.com/images/logos/opnoobs-mobile.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
}




/***************************************EDITORIAL_TICKER************************************/

/* FRAME *******************/
.col-xs-12.col-sm-6.col-md-5.col-lg-4 {
	float: right;
	width: 33.33333333% !important;
	height: 39px;
	margin-top: 18px;
}




/* TITLE *******************/
.head-news .nspArt h4.nspHeader {
	width: 245px !important;
	height: 14px;
	text-align: right !important;
	overflow: hidden;
	padding: 0 10px 0 0;
	line-height: 0 !important;
	margin-top: 12px;
}




/* SUBTITLE ****************/
.head-news .nspArt p.nspText {
	display:none !important;
}




/* THUMBNAIL ***************/
.head-news img, .head-news .nspArt .nspImageWrapper {
	border: 1px solid #03afff;
}




/* LINKS *******************/
.head-news .nspArt h4.nspHeader a {
	font-family: 'bauhaus';
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px !important;
	font-weight: 700;
	text-shadow: 1px 1px #111111;
	text-transform: uppercase;
}

.head-news .nspArt h4.nspHeader a:hover {
	color: #03afff !important;
}




/* 1140 *******************/
@media (min-width:1140px) {

.col-xs-12.col-sm-6.col-md-5.col-lg-4 {
	width: 50% !important;
}


.nspArt img.nspImage {
	float: right !important;
	text-align: right !important;
}

.head-news .nspArt h4.nspHeader {
	width: 85% !important;
}

}




/* IPAD ********************/
@media (max-width:1009px) {

.col-xs-12.col-sm-6.col-md-5.col-lg-4 {
	width: 50% !important;
	margin-top: 15px;
	margin-right: 10px;
}

.head-news .nspArt h4.nspHeader {
	width: 120px !important;
}

}




/* 680 *********************/
@media (max-width:680px) {

.col-xs-12.col-sm-6.col-md-5.col-lg-4 {
	display: none;
}

}




/***************************************DATE+PARTNERS+SOCIAL*********************************/

/* FRAME ********************/
#t3-topbars {
	color: #FFFFFF;
	background-color: #1c1f28;
	padding-left: 15px;
	margin: 1px 1px 0 1px;
	border: 0;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}




/* LINKS ******************/
#t3-topbars a {
	color: #FFFFFF;
}

#t3-topbars a:hover {
	color: #03afff;
}




/* DATE *******************/
.col-xs-4 {
	max-width: 33.33333333% !important;
}

.t3-date {
	padding: 0 !important;
}

.t3-topbars span.day-date {
	float: left;
	padding-top: 11px;
	padding-right: 12px;
	margin-right: 0;
	border-right: 1px solid #252525;
}
	
.t3-topbars .update-date {
	float: left;
	padding-top: 11px;
	padding-left: 15px;
}




/* PARTNERS ****************/
.col-sm-3 {
	width: auto !important;
}

.t3-topbars ul.nav {
	float: right;
	padding: 0;
	border-right: 1px solid #111;
}

.t3-topbars ul.nav .item-464, .t3-topbars ul.nav .item-444, .t3-topbars ul.nav .item-742 {
	float: left;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-top: 0;
	border-right: 1px solid #222;
	border-left: 1px solid #111;
}




/* SOCIAL ******************/

/* 25% WIDTH & FLOAT RIGHT */
.social.col-xs-8.col-sm-4.col-md-3.col-lg-2 {
	width: 35%;
	float: right;
}


/* BACKGROUND POSITION & COLOR */
ul.social li a {
	background-color: transparent;
	background-size: 200px 32px;
}

ul.social li a:hover {
	background-color: #0298d3;
}


/* BORDER COLOR */
ul.social li {
	border-left: 1px solid #111111;
	margin-left: 0;
}


/* ITEMS */
ul.social li .fb {
    background-position: 2px 4px;
}


ul.social li .tweeter {
    background-position: -29px 4px;
}


ul.social li .itunes {
    background-position: -64px 4px;
}


ul.social li .youtube {
    background-position: -96px 4px;
}


ul.social li .instagram {
    background-position: -130px 4px;
}


ul.social li .steam {
    background-position: -162px 4px;
}




/* 680 & IPAD **************/
@media (max-width:1009px) {

/* FRAME */
#t3-topbars {
	margin: 0;
	border: 0; 
	border-radius: 0;
}


/* DATE */
.t3-date {
	border-right: 0;
}

.t3-topbars span.day-date {
	padding: 12px 25px 12px 0 !important;
}


/* SOCIAL */
.social.col-xs-8.col-sm-4.col-md-3.col-lg-2 {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

}




/* IPAD ********************/
@media (min-width:681px) and (max-width:1009px) {

/* DATE */
.t3-topbars .t3-date {
	max-width: 120px;
	overflow: hidden;
}

.t3-topbars span.day-date {
	border-right: 1px solid #111;
}


/* UPDATE DATE - hidden */
.update-date {
	display: none;
}


/* PARTNERS */
.t3-topbars .topmenu {
	position: absolute !important;
	width: 100% !important;
	margin-left: 100px;
}

.t3-topbars ul.nav {
	float: left;
	text-align: left;
	border-right: 1px solid #111;
}

.t3-topbars ul.nav .item-464, .t3-topbars ul.nav .item-444, .t3-topbars ul.nav .item-742 {
	padding-top: 11px;
	padding-bottom: 11px;
}

.t3-topbars ul.nav .item-742 {
	border-left: 0;
}

}




/* 680 *********************/
@media (max-width:680px) {

/* BACKGROUND COLOR */
#t3-topbars {
	background: #227bbf !important;
}


/* PARTNERS */
.topmenu.col-sm-3.col-md-3.col-lg-3 {
	display: none;
}


/* DATE */
.t3-date {
	width: 100% !important;
}

.t3-topbars span.day-date {
	border-right: 1px solid #00628f;
}


/* SOCIAL */
#t3-topbars, #t3-topbars a {
	background-color: transparent;
}

ul.social li {
	border-left: 1px solid #00628f;	
}

}




/* 380 *********************/
@media (max-width:380px) {
	
/* FRAME */
#t3-topbars {
	height: 42px;
}


/* DATE */
.day-date {
	display: none;
}

}




/* 315 *********************/
@media (max-width:315px) {

ul.social {
	float: left;
}

ul.social {
    -webkit-padding-start: 0;
}

ul.social li {
    border-left: 0;
	border-right: 1px solid #00628f;
}

}




/***************************************UPCOMING_PC_GAMES*********************************/

/* FRAME *******************/
#t3-header {
	padding: 0 1px 1px 1px;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	background-color: #FFF;
}

.t3-breaking {
	height: 25px;
	padding: 3px 10px 0 15px;
	border: 1px solid #666;
	border-top: 0;
	overflow: hidden;
	background-color: #1394d6;
}




/* LABEL ********************/
.t3-breaking .gkHighlighterInterface span.text {
	font-family: 'Titillium', sans-serif;
	font-size: 10px !important;
	font-weight: normal;
    color: #FFFFFF !important;
}




/* TICKER ******************/

/* WIDTH */
.t3-breaking .col-xs-12.col-md-8 {
	width: 100%;
}


/* TEXT */
.gkHighlighterWrapper .gkHighlighterItem {
	height: 15px;
	overflow: hidden;
}

.t3-breaking .gkHighlighterWrapperSub {
	height: 15px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	text-indent: 0;
}


/* LINKS */
.t3-breaking .gkHighlighterItem a {
	color: #FFF;
}

.t3-breaking .gkHighlighterItem a:hover {
	color: #FFF;
}




/* 680 & IPAD **************/
@media (max-width:1009px) {

#t3-header {
	padding: 0;
}

}




/* IPAD ********************/
@media (min-width:681px) and (max-width:1009px) {

.t3-breaking {
	height: 22px;
	border: 0;
}

}




/* 680 *********************/
@media (max-width:680px) {

.t3-breaking {
	display: none;
}

}




/***************************************FEATURES*********************************/

/* FRAME *******************/
.t3-featured-news {
	padding: 10px 7px 7px 7px;
	background-color: transparent;
}

.wrap.t3-featured-news .container {
	background-color: transparent;
}




/* FEATURE 1 ***************/

/* FRAME */
.col-xs-12.col-md-9.col-lg-9.featured-slider {
	width: 715px;
	border: 1px solid #FFF;
	overflow: hidden;
	min-height: 402px;
	max-height: 402px;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}


/* OVERFLOW */
.col-xs-12.featured-slider {
	overflow: hidden;
}


/* IMAGE */
.col-xs-12.col-md-9.col-lg-9.featured-slider img {
	width: 715px !important;
	height: 402px !important;
	max-width: none !important;
}


/* TITLE */
.bm_slider_default .bm_slider_item .bm_slider_title {
	bottom: 20px !important;
}


/* ARROWS */
.bm_over_default .bm_slider_button, .bm_over_default .bm_slider_button:hover, div.bm_slider_default:hover ~ div.bm_slider_button {
	bottom: 190px !important;
}




/* FEATURE 2 ***************/

/* FRAME */
.col-xs-12.col-md-3.col-lg-3.listed-news {
	width: 231px;
	margin-left: 10px !important;
	border: 1px solid #FFF !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.t3-featured-news .listed-news .nspArt:first-child {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.t3-featured-news .listed-news .nspMain, .t3-featured-news .listed-news .nspArt {
	margin: 0 !important;
}


/* OVERFLOW */
.col-xs-12.col-md-3.col-lg-3.listed-news {
	overflow: hidden;
}


/* HEADER */
.listed-news .module-ct h4.nspHeader {
	height: 42px !important;
	line-height: 20px !important;
	padding: 6px 20px 6px 16px !important;
	margin-top: 0 !important;
	margin-bottom: 3px !important;
	background-color: #1394d6;
	border-bottom: 10px solid #1c1f28;
	overflow: hidden !important;
}

.listed-news .nspArt h4.nspHeader a {
	font-size: 1.4rem;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: text-top;
}


/* HEADER LINKS */
.listed-news .nspArt h4.nspHeader a:hover {
	color: #1c1f28 !important;
}


/* THUMBNAIL */
.t3-featured-news .listed-news .nspArt, .t3-featured-news img.nspImage {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}


/* TEXT */
.col-xs-12.col-md-3.col-lg-3.listed-news .t3-module .module-ct {
	background: none;
}

.t3-featured-news .nspArt p.nspText {
	display: block !important;
	height: 172px;
	font-size: 12px;
	line-height: 21px !important;
	padding: 8px 24px 8px 12px;
	overflow: hidden;
	background-image: url(../../../images/rectangle.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


/* INFO1 */
.t3-featured-news .nspInfo1.tleft.fnone {
	width: 100%;
	height: 26px;
	font-family: 'Titillium', sans-serif;
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	bottom: 0;
	padding: 9px 20px 0 10px;
	margin: 0;
	border-top: 1px solid #1394d6;
	background: #1c1f28;
	overflow: hidden;
}

.t3-featured-news .nspArt p.nspInfo a {
	padding-left: 6px;
	text-transform: uppercase;
}

.t3-featured-news .nspArt p.nspInfo a:hover {
	color:#FFF;
}


/* READ MORE */
.t3-featured-news a.readon.fright {
	width: 100%;
	height: 29px;
	font-family: 'Titillium', sans-serif;
	font-size: 10px;
	color: #03afff;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	bottom: 0;
	padding: 3px 20px 20px 17px;
	margin: 0;
	background: #1c1f28;
	overflow: hidden;
}

.t3-featured-news a.readon.fright:hover {
	color: #FFFFFF;
}




/* 1400 ********************/
@media (min-width: 1400px) {

/* FRAME */
.wrap.t3-featured-news {
	border-radius: 0 0 4px 4px !important;
}
	
.t3-featured-news {
	padding: 20px 7px 0 7px;
}


/* FEATURE 2 */
.col-xs-12.col-md-3.col-lg-3.listed-news {
	width: 360px;
}


.listed-news .module-ct h4.nspHeader {
	position: relative;
	top:-10px;
	padding-top: 4px !important;
	border-bottom: 5px solid #1c1f28;
	height: 32px !important;
}


.t3-featured-news .nspArt p.nspText {
	display: block !important;
	height: 109px;
}


.listed-news .module-ct .nspText.tleft.fnull {
    padding-top: 0 !important;
}

}




/* 680 & IPAD **************/
@media (max-width:1009px) {

.col-xs-12.col-md-3.col-lg-3.listed-news {
	display: none;
}

/* IMAGE */
.col-xs-12.col-md-9.col-lg-9.featured-slider img {
	width: 100% !important;
	height: auto !important;
}

}




/* IPAD ********************/
@media (min-width:681px) and (max-width:1009px) {

/* FEATURED 1 */
.t3-featured-news {
	padding: 0;
	border-top: 4px solid #227bbf;
	border-bottom: 4px solid #227bbf !important;
}


.col-xs-12.col-md-9.col-lg-9.featured-slider {
	width: 100%;
	outline: 0;
	border: 0;
	min-height: auto;
	max-height: none;
}

}




/* 680 *********************/
@media (max-width:680px) {

.t3-featured-news {
	display: none;
}

}




/***************************************ADVERTISING*********************************/

/* FRAME ********************/
.container.t3-featured-spot {
	width: auto;
	margin-top: 20px;
	margin-left: -7px;
	background-color: #303030;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.opn_advertising {
	width: 970px;
	height: 90px;
	padding-top: 35px !important;
	padding-right: 40px !important;
	background-image: url(http://www.opnoobs.com/images/opn-podcast.jpg);
	background-repeat: none;
	border: 1px solid #1394d6;
	border-radius: 0 0 4px 4px;
}




/* TEXT ********************/
.opn_advertising p {
	float: right;
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	color: #FFFFFF !important;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}




/* LINKS ******************/
.opn_advertising a {
	color: #FFFFFF;
}

.opn_advertising a:hover {
	color: #03afff;
}




/* 1400PX ********************/
@media (min-width:1400px) {

.opn_advertising {
	width: 1100px;
	overflow: hidden;
	background-image: url(http://opnoobs.com/images/w-opn-podcast.jpg);
}

}




/* 680 & IPAD **************/
@media (max-width:1009px) {

.container.t3-featured-spot {
	display: none;
}

}




/***************************************SPOTLIGHT************************************/

/* FRAME *******************/
.col-lg-3.col-md-3.col-sm-3.col-xs-6 {
	width: 100%;
	opacity: 0.8;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.col-lg-3.col-md-3.col-sm-3.col-xs-6:hover {
	opacity: 1;
}

.container.t3-sl {
	width: 975px;
	height: 93px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 32px 0;
	border: 1px solid #FFF;
	border-radius: 0;
	background-color: transparent;
}

.nspArtPage.active.nspCol5 {
	width: 964px !important;
}




/* THUMBNAILS *************/

/* HIDES TEMPLATE WHITE BORDER */
.container.t3-sl .listed-news .nspArt {
	border-bottom: 0 !important;
}


/* REMOVES PADDING FROM FIRST CHILD */
.listed-news .nspArt:first-child {
	padding-top: 0 !important;
}


/* KEEPS THUMBNAILS IN PLACE */
.hidden-thumb img.nspImage {
	display: block !important;
}


/* SIZE */
.container.t3-sl .nspArt img.nspImage {
	width: 162px !important;
	height: 91px !important;
}

.nspImageWrapper.tleft.fleft {
    border: 0 !important;
}


/* TEXT */
.container.t3-sl .nspArt h4.nspHeader {
	display: none;
}




/* 1400PX *****************/
@media (min-width: 1400px) {

.container.t3-sl {
	width: 1100px;
	height: 105px;
	overflow: hidden;
	margin: 25px 0 30px 0;
	background-color: transparent;
}

.nspArtPage.active.nspCol6 {
	height: 103px;
	overflow: hidden;
}

.container.t3-sl .nspArt img.nspImage {
	width: 184px !important;
	height: 103px !important;
	overflow: hidden;
}

}




/* 680 + IPAD **************/
@media (max-width:1009px) {

.container.t3-sl {
	display: none;
}

}




/***************************************FEED*****************************************/

/* FRAME *******************/
#t3-mainbody .col-lg-9 {
	width: 670px;
	background-image:url(../../../images/opnacity.png);
	background-repeat: repeat;
	background-color: transparent;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

#t3-content {
	background: none;
}




/* HEADER *******************/

/* MAIN HEADER */
.t3-content .module-title {
	font-family: 'Titillium', sans-serif;
	color: #fff;
	font-size: 2rem;
	line-height: 1rem;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	padding: 12px;
	margin: 9px 9px 6px 15px;
	border: 0;
	border-radius: 2px 2px 0 0;
	background: #1c1f28;
}

.t3-content .module-title:hover {
	color: #03afff;
}


/* SIDE HEADER */
.bigtitle .gkTabsWrap.vertical ol, .bigtitle .gkTabsWrap.horizontal ol {
	position: absolute;
	top: 5px;
	right: 15px;
	border: 0;
	padding: 0 !important;
}

.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover {
	border-top: 1px solid rgba(255,255,255,0.1);
	background-color: #03afff;
	background-image: url(http://www.opnoobs.com/images/news-label-bg.png);
	background-position:right;
	background-repeat: no-repeat;
	background-size: 60px 30px;
}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px !important;
	padding: 0 8px 0px 8px !important;
}




/* ITEMS ********************/

/* FRAME */
.home-news.nspMain {
	margin: 0;
}

.home-news .nspArt {
	width: 640px;
	border: 0;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	margin: 8px 15px !important;
	background-color: #31455a;
	background-image: url(http://www.opnoobs.com/images/rectangle.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.home-news .nspArt:hover {
	background: #16558a;
	background-image: url(http://www.opnoobs.com/images/rectangle.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


/* LAST CHILD - FRAME */
.home-news .nspArt:last-child {
	margin-bottom: 10px !important;
}


/* TITLE */
.home-news .nspArt h4.nspHeader {
	height: auto !important;
	line-height: 22px !important;
	font-family: 'Titillium', sans-serif;
	padding: 4px 40px 4px 30px !important;
}

.home-news .nspArt h4.nspHeader a {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.home-news .nspArt h4.nspHeader a:hover {
	color: #03afff;
}


/* THUMBNAIL */
.responsive .nspArt img.nspImage {
	width: 186px !important;
	height: 106px !important;
}


/* AUTHOR & DATE */
.home-news .nspArt p.nspInfo {
	padding-left: 27px !important;
}

.home-news  .nspArt p.nspInfo a {
	font-size: 10px;
	color: #03afff;
	text-transform: uppercase !important;
}

.home-news .nspArt p.nspInfo1 {
	font-size: 10px;
	text-transform: uppercase;
}


/* TEXT */
.home-news .nspArt p.nspText {
	line-height: 20px;
	padding: 0 10px 0 30px !important;
}

.home-news .nspArt p.nspText a {
	font-size: 12px;
	color: #fff;
}




/* VIDEO GALLERY ************/

/* FRAME */
#Mod534 {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 12px;
	margin-left: 15px;
	max-height: 288px;
	background-color: transparent;
}


/* POPUP FRAME */
#sbox-content {
	height: 551px;
	border: 0;
}

#sbox-window {
	background-color: #161922;
}


/* MAIN IMAGE */
.gkNspPM-VideoGallery .gkBigBlock {
	width: 80%;
	padding: 0;
}

.gkNspPM-VideoGallery .gkBigBlock {
	width: 80% !important;
}

.gkItem.video {
	width: 100%;
	overflow: hidden;
}

.gkNspPM-VideoGallery .gkBigBlock figure:after {
	top: 45% !important;
    width: 60px !important;
	height: 50px !important;
	font-size: 22px !important;
	line-height: 46px !important;
	text-indent: 20px !important;
	border: 2px solid #FFFFFF !important;
    border-radius: 5px !important;
	margin: -25px 0 0 -25px !important;
	background: #1394d6 !important;
}

.gkNspPM-VideoGallery .gkBigBlock strong {
	background: #1394d6 !important;
}

.gkNspPM-VideoGallery .gkBigBlock figcaption {
	padding-left: 15px !important;
	padding-bottom: 15px !important;
}

.gkNspPM-VideoGallery .gkBigBlock figcaption h3 {
	margin-top: 0 !important;
	margin-left: 2px !important;
}

.gkNspPM-VideoGallery .gkBigBlock figcaption h3 a {
    font-size: 16px !important;
	text-transform: uppercase;
    font-weight: bold !important;
}

.gkNspPM-VideoGallery .gkBigBlock figcaption h3 a:hover {
	color: #03afff !important;
}


/* THUMBNAILS */
.gkNspPM-VideoGallery .gkSmallBlock {
	width: 20% !important;
}

.gkNspPM-VideoGallery .gkSmallBlock .gkImageWrap {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.gkNspPM-VideoGallery .gkItemsPage.active {
	padding: 0;
}

.gkNspPM-VideoGallery .gkItem.video {
	float: left;
	padding: 0 !important;
}

.gkNspPM-VideoGallery .gkSmallBlock .gkItem {
	border: 0;
}

.gkNspPM-VideoGallery .gkSmallBlock img {
	width: 100% !important;
	max-width: none !important;
}

.gkNspPM-VideoGallery .gkSmallBlock figcaption {
	display: none !important;
}




/* 1400 ********************/
@media (min-width:1400px) {

/* FRAME */
#t3-mainbody .col-lg-9 {
	width: 760px;
	border-left: 15px solid #03afff;
	background-color: transparent;
}

#t3-content {
	background-image: none;
}


/* ITEM */
.home-news .nspArt {
    width: 716px;
}


/* HEADER */
.home-news .nspArt h4.nspHeader {
	width: 100%;
	padding-right: 0 !important;
}


/* VIDEO GALLERY */
#Mod534 {
	max-height: 322px;
}

}




/* 680 & IPAD **************/
@media (max-width:1009px) {

/* FRAME */
#t3-mainbody .col-lg-9 {
	width: 100%;
}

#t3-content {
	background-image: none;
	background-color: #303030 !important;
}


/* VIDEO GALLERY - HIDDEN */
#Mod534 {
	display: none;
}

}




/* IPAD ********************/
@media (min-width: 681px) and (max-width: 1009px) {

/* FRAME */
.t3-content {
	width: 100% !important;
}


/* HEADER */
.t3-content .module-title {
	padding: 15px;
	margin: 0 0 5px 0;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	background: #1c1f28;
}

.bigtitle .gkTabsWrap.vertical ol, .bigtitle .gkTabsWrap.horizontal ol {
	top: 7px;
	right: 10px;
}


/* ITEMS - full width */
.home-news .nspArt {
	width: auto;
}


/* ITEM HEADER */
.home-news .nspArt h4.nspHeader {
	width: 100%;
}
	
	
/* LAST CHILD - FRAME */
.home-news .nspArt:last-child {
	margin-bottom: 2px !important;
}

}




/* 680 *********************/
@media (max-width:680px) {
	
/* HEADERS */
.t3-content .module-title {
	display: none;
}

.gkTabsNav {
	display: none !important;
}


/* ITEM */
.nspArt.nspCol1 {
	padding: 0 !important;
}
	
.home-news .nspArt {
	width: 100%;
	outline: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
}
	
.nspImageWrapper.tleft.fleft {
	margin: 0 !important;
}


/* THUMBNAIL */
.responsive .nspArt img.nspImage {
	width: 100% !important;
	height: 100%!important;
}


/* TITLE */
.home-news .nspArt h4.nspHeader {
	float: left !important;
	width: 100% !important;
	height: 30px !important;
	padding: 1px 28px 16px 22px !important;
	margin-bottom: 12px;
	background-color: #111 !important;
	overflow: hidden;
}
	
.home-news .nspArt h4.nspHeader a {
	font-weight: normal;
}


/* AUTHOR */
.home-news .nspArt p.nspInfo {
	padding-left: 20px !important;
}


/* TEXT */
#t3-content .gkArtContentWrap {
	float: left !important;
	background-color: #141517;
	padding-bottom: 15px !important;
	border-bottom: 4px solid #03afff;
}
	
.home-news .nspArt p.nspText {
	padding: 0 20px 15px 23px !important;
}
	
.home-news .nspArt p.nspText a {
	color: #D1D1D1 !important;
}


/* LAST CHILD */
.home-news .nspArt:last-child {
	margin-bottom: 0 !important;
}

.t3-sidebar .t3-module:last-child {
	margin-bottom: 0;
}
	
}




/***************************************RIGHT_COLUMN***********************************/

/* FRAME *******************/
.t3-sidebar-right {
	float: right;
	width: 300px;
	overflow: hidden;
	padding: 9px 9px 0 9px;
	border-left: 0;
	border-top: 0 !important;
	border-radius: 0 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
	background-image: url(../../../images/opnacity.png);
	background-repeat: repeat;
}




/* SEARCH MODULE ************/

/* TITLE */
#Mod539 {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

/* FRAME */
#Mod540 {
	padding: 20px 10px 5px 10px;
	border-bottom: 1px solid #BDBDBD !important;
	background-image: url(http://www.opnoobs.com/images/ninja.png);
}


/* TITLE */
#Mod540 .finder .form-group .control-label {
	display: none;
}


/* INPUT BOX */
#Mod540 .form-inline .form-group {
	margin: 0;
}

#Mod540 #mod-finder-searchword {
	width: 210px;
	height: 35px;
	font-size: 12px;
	color: #FFF;
	background-color: #191919;
	border: 1px solid #000;
}


/* BUTTON */
#Mod540 #mod-finder-searchform .btn-primary {
	width: 25px;
	height: 35px;
	background-color: #191919;
	border: 1px solid #000;
}


/* SEARCH BY - FRAME */
.finder-selects .inputbox {
	width: 258px !important;
	height: 26px;
	font-size: 12px;
	color: #FFF;
	text-transform: lowercase;
	padding: 0 0 0 5px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #191919;
}


/* SEARCH BY - TEXT */
.control-label {
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 5px 4px 5px;    
	color: #ebebeb;
}


/* 1400 */
@media (min-width:1400px) {

#Mod540 #mod-finder-searchword {
	width: 230px;
}

.finder-selects .inputbox {
	width: 280px !important;
}

}




/* ITEM ********************/

/* FRAME */
.t3-sidebar-right .t3-module {
	border: 1px solid #BDBDBD !important;
	border-bottom: 0 !important;
	margin-bottom: 20px;
}



/* THUMBNAIL */
.t3-sidebar-right .nspImageWrapper {
	margin: 0 !important;
	border: 0;
}

.t3-sidebar .nspArt {
	border-bottom: 1px solid #BDBDBD !important;
	margin: 0 !important;
}

/* HEADER */
.t3-sidebar-right .module-ct h4.nspHeader {
	height: 42px !important;
	font-family: 'bauhaus';
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	text-transform: uppercase;
	padding: 8px 8px 8px 18px !important;
	margin-top: 0 !important;
	border-bottom: 1px solid #03afff;
	background: #161922;
}


/* LINKS */
.nspArt h4.nspHeader a {
	color: #03afff;
}

.nspArt h4.nspHeader a:hover, .nspArt h4.nspHeader a:focus {
	color: #FFFFFF;
	text-shadow: 0;
}


/* TEXT */
.module-ct .nspText.tleft.fnull {
	font-family: 'Titillium', sans-serif;
	font-size: 12px;
	text-align: left;
	color:#FFFFFF;
	padding: 10px 22px 16px 16px !important;
}




/* MODULES *****************/

/* FRAME */
.colored.t3-module {
	padding-top: 4px;
	border-top: 1px solid #000000;
	background-color: #1c1f28;
}

.colored.t3-module .module-inner {
	height: 35px;
}


/* FRAME - HOVER */
.custom.colored.backfaced {
	padding: 0 22px 0 16px !important;
}


/* TITLE */
.t3-module.module.colored.backfaced  {
	border-bottom: 1px solid #BDBDBD !important;
}

.backfaced .module-title {
	top: 7px;
	font-family: 'Titillium', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 8px 0 14px !important;
}


/* TITLE - HOVER */
.custom.colored.backfaced h3 {
	top: 7px;
	font-family: 'Titillium', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 !important;
	margin-bottom: 0;
}


/* METACRITIC & CO */
#Mod1153, #Mod385, #Mod226, #Mod387, #Mod386, #Mod522 {
	border-bottom: 1px solid #BDBDBD !important;
}




/* 1400 ********************/
@media (min-width:1400px) {

/* FRAME */
.t3-sidebar-right {
	width: 320px;
}

}




/* IPAD ********************/
@media (min-width:681px) and (max-width:1009px) {

.t3-sidebar-right {
	display: none;
}	

}




/* 680 *********************/
@media (max-width:680px) {

/* FRAME */
.t3-sidebar-right {
	width: 100%;
	padding: 0;
	border: 0 !important;
}

#Mod482 {
	border-top: 0 !important;
}


/* SEARCH MODULE */
#Mod540 {
	display: none;
}


/* ITEM */
/* frame */
.t3-sidebar-right .t3-module {
	margin: 0 !important;
}

.t3-sidebar .nspArt {
	margin: 0 !important;
}


/* thumbnail */
.nspImageWrapper.tleft.fleft {
	width: 100% !important;
}

.t3-sidebar-right .nspImageWrapper {
	margin: 0 !important;
	border: 0;
}

.t3-sidebar .nspArt {
	border: 0 !important;
}


/* header */
.t3-sidebar-right .nspArt h4.nspHeader {
	float: left !important;
	width: 100% !important;
	height: 40px !important;
	color: #FFFFFF;
	font-family: 'Titillium', sans-serif !important;
	padding: 8px 28px 16px 15px !important;
	margin-bottom: 12px;
	border: 0 !important;
	background-color: #1c1f28 !important;
	overflow: hidden;
}


/* links - header */
.t3-sidebar-right .nspArt h4.nspHeader a {
	color: #FFFFFF;
}

.t3-sidebar-right .nspArt h4.nspHeader a:hover {
	color: #03afff;
}


/* text */
.t3-sidebar-right .module-ct .nspText.tleft.fnull {
	background-color: #141517 !important;
	border-bottom: 4px solid #03afff;
}

.module-ct .nspText.tleft.fnull {
	font-size: 12px;
	text-align: left;
	color: #D1D1D1 !important;
	padding: 10px 22px 26px 16px !important;
}


/* MODULES */
.t3-sidebar-right .colored.t3-module {
	text-transform: uppercase;
	border: 0 !important;
	background: #2c3344;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156fbb', endColorstr='#3d93c5',GradientType=1 );
}
	
.t3-sidebar-right .t3-module {
	border: 0 !important;
}

.backfaced .module-title {
	font-weight: normal;
}

.t3-module.module.colored.backfaced {
	border: 0 !important;
	border-bottom: 8px solid #FFFFFF !important;
}


/* METACRITIC & CO */
#Mod226 {
	border-bottom: 0 !important;
}

#Mod1153, #Mod387, #Mod385, #Mod386 {
	border-bottom: 4px solid #03afff !important;
}

#Mod226 {
	display: none;
}

}




/***************************************SEARCH_PAGE**********************************/

/* FRAME ***************/
#finder-search .form-group {
	width: 100%;
}




/* SEARCH TERMS ************/
#finder-search .form-group label {
	width: 100%;
	font-family: 'Bauhaus';
    font-size: 16px;
    font-weight: normal;
	line-height: 16px;    
	color: #03afff;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	margin: 0;
	border: 1px solid #000;
	background: #1c1f28;
}




/* SEARCH INPUT BOX ***************/
#finder-search .inputbox {
	width: 100%;
	font-family: 'Titillium', sans-serif;
    color: #FFFFFF !important;
	font-size: 30px;
    line-height: 40px;    
	text-transform: uppercase;
    font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-radius: 4px;
    background: #191919;
}




/* BUTTON *******************/
#smartsearch-btn {
	width: 100%;
	height: 50px;
	font-family: 'Bauhaus';
	color: #03afff;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #FFFFFF;
}




/* LINK BUTTON SEARCH *******/
#smartsearch-btn:hover {
	color: #FFFFFF;
	background-color: #131315;
}




/* BUTTON ADVANCED SEARCH ***/

/* FRAME */
#finder-search .btn.btn-default {
	width: 100%;
	height: 50px;
	font-family: 'Bauhaus';
	padding-top: 12px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #03afff;
}


/* LINK - MAIN */
#finder-search .btn.btn-default:hover, #finder-search .btn.btn-default:focus {
	color: #03afff;
	background-color: #FFFFFF;
}


/* SELECTORS */
.chzn-container {
	width: 100% !important;
}

#finder-search .finder-selects {
	width: 49% !important;
	margin: 0.5%;
}




/* RESULTS - FRAME *********/
#search-results {
	float: left;
}

#search-results .list-striped {
	border: 0;
}

#search-results .search-results.list-striped {
	padding-left: 0;
}

#search-results .list-striped li, #search-results .list-striped dd, #search-results .row-striped .row, #search-results .row-striped .row-fluid {
	padding: 0;
	border: 0;
	background-color: transparent;
}




/* ITEM *******************/

/* HEADING */
#search-results .result-title {
	font-family: 'Bauhaus';
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px;
	margin: 10px 0 10px 0;
	border: 1px solid #000;
	border-radius: 4px;
	background: #222222;
}


/* HEADING LINKS */
#search-results .result-title a {
	color: #FFFFFF;
}


/* TEXT */
.search-results .result-text {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #333;
	padding: 15px;
	margin-bottom: 0;
	border: 1px solid #000;
	border-radius: 4px 4px 0 0;
}


/* URL */
#search-results .small.result-url {
	color: #03afff;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #000;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	background-color: #191919;
	margin-bottom: 20px;
}




/* PAGINATION **************/
#search-results .pagination .pagination {
	border: 1px solid #000000;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 5px;
}


#search-results .pagination .pagination li {
	color: #000000;
	font-size: 12px;
}


#search-results .search-pages-counter {
	color: #FFFFFF;
	padding: 8px;
	padding-left: 20px;
	background-color: #191919;
	border: 1px solid #000000;
	border-radius: 4px;
}


#search-results .pagination .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #000;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0198d2;
	border-color: #0198d2;
}


.pagination > li > a, .pagination > li > span {
	color: #0198d2;
}


.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #0198d2;
}




/* NO RESULTS FOUND ********/
#search-result-empty h2 {
	background: none;
	margin-top: 15px;
}




/* HIDDEN ******************/
#search-query-explained, .advanced-search-tip {
	display: none;
}


#advancedSearch hr {
	display:none;
}




/* 680 *********************/
@media (max-width:680px) {


/* SEARCH TERMS */
#finder-search .form-group label {
	display: none;
}


/* HEADER */
div.finder {
	margin-bottom: 0;
}


/* INPUT BOX */
#finder-search .inputbox {
	height: 60px;
	padding: 15px !important;
	margin: 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
}

.form-group {
    margin-bottom: 0;
}


/* BUTTON SEARCH */
#smartsearch-btn {
	margin: 0;
	border: 0;
	border-radius: 0;
}


/* ADVANCED SEARCH */
#finder-search .btn.btn-default {
	display: none;
}


/* RESULTS - FRAME */
.search-results {
	margin-top: 0;
}

#search-results .search-results.list-striped {
	margin-bottom: 0;
}


/* ITEM */
#search-results .result-title, .search-results .result-text, #search-results .small.result-url {
	margin: 0;
	border: 0;
	border-radius: 0;
}


/* PAGINATION */
.search-pagination {
	display: none;
}

}



/***************************************USER_PAGE**********************************/

/* FRAME - BIO & THUMBNAIL **/
.userBlock {
	text-align: justify;
	padding: 10px 25px 10px 15px !important;
	margin: 0 !important;
    border: 1px solid #000 !important;
	border-radius: 2px;
    background-color: #292929;
}




/* HEADER ******************/
.userBlock h2 {
	font-size: 1.8rem !important;
	line-height: 14px;
	color: #FFF;
	padding: 10px 22px 10px 10px !important;
	margin-bottom: 10px;
	margin-left: 0 !important;
	border: 1px solid #000;
	border-radius: 2px;
	background: #1c1f28;
}




/* AVATAR ******************/
div.userBlock  .userBlockAvatar {
    float: right;
	width: 80px;
    padding: 0;
}

div.userBlock img {
	margin: 0;
    padding: 0;
    border-radius: 2px;
	border: 2px solid #03afff;
}




/* BIO *********************/
div.userBlock .userDescription {
	margin-left: 0;
	margin-right: 80px !important;
}

.userBlock p {
    font-style: normal;
    font-weight: 300;
    margin: 10px 0 20px 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #E3E3E3;
}




/* TABLE ******************/
.userItemList {
	padding: 0;
	margin-top: 10px;
	border-radius: 2px;
	background-color: transparent;
}




/* ITEM ********************/
.userItemView {
	padding: 15px 20px 15px 15px !important;
	margin: 0;
	margin-bottom: 6px !important;
    border: 1px solid #000;
	border-radius: 2px;
    background-color: #1c1f28;
}




/* THUMBNAIL ***************/
.userItemImageBlock {
	float: left !important;
	max-width: 120px;
	margin: 2px 20px 20px 0;
	border: 1px solid #FFF !important;
    overflow: hidden;
}




/* HEADER - ITEM ***********/
.userView .itemHeader h2.itemTitle {
	font-size: 1.2rem !important;
	line-height: 22px !important;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px 15px 2px 10px;
	margin: 0 0 6px 0;
	border: 1px solid #000;
	border-radius: 2px;
}




/* LINK - HEADER ITEM ******/
.userView .itemHeader h2.itemTitle a {
	font-size: 1.2rem;
	color: #FFFFFF !important;
}


.userView .itemHeader h2.itemTitle a:hover {
	color: #333 !important;
}




/* TOOLBAR *****************/
.itemHeader.userItemHeader, .itemToolbar {
	float: left !important;
}


/* TOOLBAR - text */
ul.itemToolbar li {
	font-size: 10px;
}




/* TEXT ********************/
.userItemBody {
	float: left !important;
}

.userItemIntroText p {
	font-size: 13px;
	color: #D4D4D4;
}




/* 680 **********************/
@media (max-width: 680px) {

/* TOOLBAR */
.itemAuthorLatest ul li {
	margin-bottom: 0;
	padding: 10px 25px 10px 15px !important;
	border: 0;
}

.userView ul.itemToolbar, .userItemIntroText p {
	padding-left: 5px !important;
}

}




/***************************************PRINT_PAGE*********************************/

/* FRAME *******************/
.contentpane {
	background: #111 !important;
}




/* BUTTON BG **************/
a.itemPrintThisPage {
	background: #000 !important;
}




/***************************************SITEMAP*********************************/

/* FRAME ********************/
.jmapcolumn {
	padding: 10px 0 0 10px;
}




/***************************************FOOTER**********************************/

/* FRAME *******************/
.t3-footer {
	color: #03afff;
	margin-top: 35px;
	border: 1px solid #000;
	background: #111111;	
}




/* ROWS ********************/
.t3-footnav.row {
	margin: 0;
}




/* COLUMN ******************/
#t3-footer .col-lg-2 {
	width: 25%;
}

.t3-footer .t3-module {
	color: #03afff;
	border: 0 !important;
}

.t3-footer .t3-module .module-ct {
	padding: 35px !important;
	padding-left: 37.5px !important;
}




/* HEADINGS ****************/
.t3-footer .module-title {
	font-family: 'Titillium', sans-serif;
	font-size: 14px !important;
	text-transform: uppercase;
	padding-top: 0;
}




/* COMMUNITY ***************/
#Mod321 .nav > li > a {
	padding-bottom: 7px;
}




/* ADDRESS *****************/
.t3-footer .address {
	margin-bottom: 0;
}




/* LINKS *******************/
.t3-footer .nav-stacked > li > a, .t3-footer .module-ct > li > a {
	color: #ffffff;
}

.t3-footer .nav-stacked > li > a:hover, .t3-footer .module-ct > li > a:hover, .t3-footer .nav-stacked > li > a:focus, .t3-footer .module-ct > li > a:focus {
	color: #03afff;
}




/* TWITTER FEED ************/
.t3-footer-blocked {
	margin-top: 0;
	background-color: #03afff;
}

.sp-tweet .sp-tweet-item {
	width: 100%;
	padding: 30px 30px 33px 30px;
	border-left: 6px solid #111111;
	background-color: #171717;
}

.t3-copyright .row {
	margin-left: 35px;
	margin-right: 35px;
}




/* LEGAL SPLITTER **********/
.t3-copyright .nav-pills > li {
	border-right: 1px solid #fff;
}




/* 680 & IPAD **************/
@media (max-width:1009px) {

#t3-footer .col-lg-2 {
	width: 100%;
}

}




/* 680 *********************/
@media (max-width:680px) {

.t3-footer {
	margin-top: 0;
	border-top: 0;
}

.t3-footer .col-xs-4 {
	max-width: none !important;
	width: 100% !important;
}

}