* {
    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;
}

.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);
}

.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;
}

.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-default {
	box-shadow: 0 0 4px #000;
    background: rgba( 0, 0, 0, 0.2 );
	border: 0px solid;
}

.panel-default>.panel-heading {
	background: rgba( 0, 0, 0, 0.2 );
    border-bottom: 1px solid transparent;
}

.panel-default>.panel-heading>.panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}
.panel-default>.panel-heading>a .panel-title {
	font-family: "Motiva Sans", Sans-serif;
	font-weight: normal;
	color: #fff;
}

.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-info {
	box-shadow: 0 0 1px #000;
    background: rgba( 84, 133, 183, 0.2);
	border: 0px solid;
}

.panel-info>.panel-heading {
	background: rgba( 0, 0, 0, 0.2 );
    border-bottom: 1px solid #2e3a4a;
}

.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;
}

.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%;
}

.timeago {
	color: #1b95e0;
}

.move {
	margin-left:-50%;
}

.modal {
	color: #111;
}

.footer {
    color: #8F98A0;
}

.footer a {
	color: #C6D4DF;
}

.footer a:hover {
	color: #ffffff;
}

iframe.twitter-timeline {
	background: #292F33;
}

.alert-info a {
	color: #31708f !important;
	text-decoration: underline;
}

.alert-danger a {
    color: #a94442 !important;
	text-decoration: underline;
}

.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;
}

.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;
}
