* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #1b2838;
    font-family: Arial, Helvetica, sans-serif;
    color: #c6d4df;
	padding-top: 50px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
	text-decoration: none;
    color: #66c0f4;
}

.ads {
	padding: 0;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.section-advert-banner {
    margin: 20px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
}


.row:first-child > .section-advert-banner {
    margin-top: 0;
}

.ad_bgskin {
    width: 1570px;
    height: 970px;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -785px;
    z-index: 0;
    text-align: center;
	background: repeating-linear-gradient(
		45deg,
		#1b2838,
		#1b2838 10px,
		#1a2636 10px,
		#1a2636 20px
	);
}

.wrapper {
	background: #1b2838;
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.content {
    width: 640px;
	padding-right: 5px;
}

.sidebar {
    width: 330px;
    border-left: 1px solid 1px solid rgba(0,0,0,.1);
}

@media (max-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
}

.pcgamesn-header {
	padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.pcgamesn-header img {
	height: 32px;
}

hr {
	border-top: 1px solid rgba(0,0,0,.1);
}

.alert-default hr {
	border-top: 1px solid rgba(255,255,255,.1);
}
.alert-default .table > thead > tr > th,
.alert-default .table > tbody > tr > th,
.alert-default .table > tfoot > tr > th,
.alert-default .table > thead > tr > td,
.alert-default .table > tbody > tr > td,
.alert-default .table > tfoot > tr > td {
	border-top: 1px solid rgba(255,255,255,.1);
}

.alert-default .table-hover > tbody > tr:hover {
  background-color: rgba(255,255,255,.1);
}

.table > thead > tr > th {
    border-bottom: inherit;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.page-header {
	border-bottom: 0px solid;
	padding-bottom: 0px;
	margin: 0 0 20px 0;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-left
{
    text-align: left !important;
}

h1, h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
	margin-bottom: 15px;
}

.subTitle {
    font-size: 15px;
    padding-bottom: 12px;
    margin-top: -5px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.navbar {
	border-bottom: 0px solid;
}

.navbar-default {
    background: #f65002;
}

.navbar-default .navbar-brand h1{
	font-size: 18px;
	font-family: "Motiva Sans", Sans-serif;
    color: #fff !important;
	font-weight: 500; /* Medium */
	font-style: normal;
    padding: 0px;
	margin: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	padding: 15px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
	border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #f9854e;
}

.alert, .panel, .panel-heading {
	border-radius: 0px;
}

.panel-block {
	box-shadow: 0 0 4px #000;
    background: rgba( 0, 0, 0, 0.2 );
	border: 0px solid;
}

.panel-block>.panel-heading {
	background: rgba( 0, 0, 0, 0.2 );
    border-bottom: 1px solid transparent;
}

.panel-block>.panel-heading>.panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}
.panel-block>.panel-heading>a .panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}

.panel-default {
	color: #333;
}

.panel-default>.panel-heading {
	background-color: #fff;
}

.panel-default>.panel-heading>.panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
}
.panel-default a {
	color: #333;
}

.panel-success {
	box-shadow: 0 0 4px #000;
    background: #759301;
	border: 0px solid;
	color: #fff;
	background: repeating-linear-gradient(
		45deg,
		#759301,
		#759301 10px,
		#738f01 10px,
		#738f01 20px
	);
}

.panel-success>.panel-heading {
	background: rgba( 0, 0, 0, 0.2 );
    border-bottom: 1px solid transparent;
}

.panel-success>.panel-heading>.panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}

.panel-cart {
	box-shadow: 0 0 1px #000;
    background: -moz-linear-gradient(-60deg, rgba(97,100,101,0.3) 0%, rgba(226,244,255,0.3) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(97,100,101,0.3)), color-stop(100%,rgba(226,244,255,0.3)));
    background: -webkit-linear-gradient(-60deg, rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%);
    background: -o-linear-gradient(-60deg, rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%);
    background: -ms-linear-gradient(-60deg, rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%);
    background: linear-gradient(135deg, rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d616465', endColorstr='#4de2f4ff',GradientType=1 );
	border: 0px solid;
}

.panel-info {
	box-shadow: 0 0 1px #000;
    background: rgba( 84, 133, 183, 0.2);
	border: 0px solid;
}

.panel-info>.panel-heading {
	background: transparent;
    border-bottom: 0px solid;
}

.panel-info>.panel-heading>.panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}
.btn_grey_grey {
	border-radius: 2px;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    color: #ebebeb !important;
    background: rgba( 0, 0, 0, 0.4);
}

.btn_grey_grey:hover {
	text-decoration: none !important;
	color: #000 !important;
	background: #7bb7e3;
}

.alert-default {
	background: rgba( 0, 0, 0, 0.2 );
    color: #8f98a0;
    font-family: "Motiva Sans", Sans-serif;
}

.alert-default h2 {
	color: inherit;
}

.badges {
	height: 100px;
}

.live {
	position: relative;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#last {
	position: relative;
	width: 200%;
	height: 100%;
}

#last > div {
	display: inline-block;
	height: 100%;
	position: relative;
	text-indent: 0px;
	max-width:25%;
}

#last > div:nth-of-type(1), #last > div:nth-of-type(3) {
	border-right: 1px solid rgba(0,0,0,.125);
}

#last > div img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
	max-width: 80%;
}

.move {
	margin-left:-50%;
}

.modal {
	color: #111;
}

.footer {
    color: #8F98A0;
}

.footer a {
	color: #C6D4DF;
}

.footer a:hover {
	color: #ffffff;
}

iframe.twitter-timeline {
	background: #292F33;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
    margin-top: 0;
    color: #fff
}
.header {
	margin-bottom: 20px;
}
.avatar {
	width: 64px;
    height: 64x;
    float: left;
}

.profile-bar {
	margin-left: 95px;
	margin-right: 15px;
	padding: 0 15px;
	background: #2f3f56;
	border-radius: 4px;
	position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    height: 64px;
	font-size: 1.7rem;
    line-height: 64px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-bar h1{
	font-size: 2.4rem;
	line-height: 64px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel-info>.panel-body {
    background: rgba( 0, 0, 0, 0.2 );
	color: #8f98a0;
}

span.platform_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
span.platform_img.win {
	background-image: url( '/img/icon_platform_win.png' );
}

span.platform_img.mac {
	background-image: url( '/img/icon_platform_mac.png' );
}

span.platform_img.linux {
	background-image: url( '/img/icon_platform_linux.png' );
}

.game_area_purchase_game,
.game_area_offsite_purchase {
	position: relative;

    background: -moz-linear-gradient(-60deg,  rgba(97,100,101,0.3) 0%, rgba(226,244,255,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(97,100,101,0.3)), color-stop(100%,rgba(226,244,255,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-60deg,  rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-60deg,  rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-60deg,  rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(97,100,101,0.3) 0%,rgba(226,244,255,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d616465', endColorstr='#4de2f4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    font-size: 12px;
	color: #b0aeac;

	padding: 16px;
	padding-bottom: 26px;

	margin-bottom: 28px;

	z-index: 1;
	box-shadow: 0 0 1px #000;
}

#highlight_player_area {
	background-color: #000000;
	overflow: hidden;
	position: relative;
}

.highlight_player_area_spacer img {
	width: 100%;
	display: block;
}

.highlight_player_item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.screenshot_holder {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.highlight_player_item img {
	width: 100%;
	display: block;
}

.highlight_player_item.tall img {
	width: auto;
	height: 100%;
	display: inline-block;
}

.highlight_overflow {
	overflow: hidden;
	margin-right: 16px;
	position: relative;
}


#highlight_strip {
	margin-top: 4px;
	position: relative;
	height: 69px;
	margin-bottom: 4px;
	z-index: 40;
}

#highlight_strip_scroll {
	position: absolute;
}

.highlight_strip_item {
	float: left;
	height: 65px;
	width: 116px;
	cursor: pointer;
	text-align: center;

	margin: 2px;

	background-color: #000000;

	position: relative;
}

.highlight_strip_item img.movie_thumb {
	width: 116px;
	height: 65px;
}

.highlight_movie_marker {
	position: absolute;
	top: 16px;
	left: 42px;

	width: 32px;
	height: 32px;

	background-image: url( /public/images/v5/ico_game_highlight_video.png );

}
/*
.highlight_strip_item.focus {
	margin: 0px;
	border: 2px solid #d6d7d8;
}
*/
.highlight_strip_item img {
}

#highlight_selector_strip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 602px;
	height: 77px;

	overflow: hidden;
	z-index: 30;
}

#highlight_selector_strip_scroll {
	position: relative;
	z-index: 30;
}

.highlight_selector {
	position: absolute;
	background-image: url( /public/images/v5/game_highlight_activethumb.png );
	width: 116px;
	height: 77px;
	z-index: 50;
	top: -10px;
	pointer-events: none;
}

.highlight_flash_player_notice {
	padding: 120px 40px 0px 40px;
	font-size: 16px;
	color: #B0AEAC;
}

.highlight_flash_player_notice a {
	color: #ffffff;
	text-decoration: underline;
}
h1 em {
	color: #9e9e9e;
	font-weight: normal;
	font-style: normal;
}

.pb-0 {
	padding-bottom: 0px;
}

.label-default {
	margin-bottom: 5px;
    color: inherit !important;
    background: transparent;
    border: 2px solid rgba( 255, 255, 255, .1 );
	display: inline-block;
	line-height: inherit;
}

.btn-filter {
	margin-bottom: 5px;
    color: inherit !important;
    background: transparent;
    border: 2px solid rgba( 255, 255, 255, .1 );
}
.btn-filter .fa-times-circle{
	color: rgba( 255, 255, 255, .2 );
}
.btn-filter img{
    vertical-align: top;
	filter: brightness(1.8);
}
.btn-filter.active {
	color: #333 !important;
	background: #fff;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn-dark, .btn-dark:hover {
    color: #b0aeac;
    background-color: #000;
    border-color: #000;
}

.btn-addtocart, .btn-addtocart:hover {
	background-image: url("/img/btn_addtocart_repeat.gif");
	background-size: auto 100%;
    background-repeat: repeat-x;
    color: #ffffff;
}

.poor {
	color: #e60;
}

.average {
	color: #fc3;
}

.good {
	color: #6c3;
}
.search, .tags {
	position: relative;
}
#searchterm_options, #tags_options {
	display: none;
	z-index: 1;
}

#search:focus + #searchterm_options, #tags:focus + #tags_options {
	display:block;
}
#searchterm_options:hover, #searchterm_options:focus, #tags_options:hover, #tags_options:focus {
	display:block;
}
#tags_suggestion_contents a{
	margin: 8px;
}
.search_suggest, .tags_suggest {
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 999;
}
.alert-default .tags_suggest {
	padding: 0 31px;
}
.search_suggest .match {
	display: block;
	position: relative;
	height: 54px;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
.search_suggest .match:hover {
	text-decoration: none;
}
.search_suggest .match .match_img {
	position: absolute;
	left: 4px;
	top: 4px;
}
.search_suggest .match .match_img img {
	width: 120px;
	height: 45px;
}
.search_suggest .match .match_name {
	position: relative;
	width: 100%;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	font-size: 14px;
	color: black;
	padding: 7px 0 0 134px;
}
.search_suggest .match .match_price {
	position: relative;
	padding: 0 0 0 134px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_suggest .match .ds_flag {
	top: 18px;
	left: 4px;
}
.popup_body {
	border: none;
	position: relative;
	background: #fff;
	top: 45px;
}
#tags_options .popup_body {
	top: 0;
}

.alert-info a {
    text-decoration: underline;
    color: inherit;
}

.panel.panel-danger {
	color: #000;
}
.panel-danger a, .alert-danger a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.ad-railskins {
    display: block;
    width: 1570px;
    margin-left: -785px;
    position: absolute;
    left: 50%;
    top: 50px;
}
.ad-railskins__left {
    position: absolute;
    left: 0;
    top: 0;
}
.ad-railskins__right {
    position: absolute;
    right: 0;
    top: 0;
}

@media(max-width: 768px){
	div#nn_bb {
		display: none;
	}
}