@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

::-webkit-input-placeholder { /* Chrome */
  color: #222;
  font-size:20px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
  font-size:20px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  font-size:20px;  
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #222;
  font-size:20px;  
  opacity: 1;
}
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
	background-color:#80AC71;
	background-image:url(/images/8bit11.jpg);
	background-repeat:repeat-x;
	margin-top:70px;
	overflow-x:hidden;
}
body,h1,h2,h3,h4,h5,h6,p,.btn {
	font-family: "Play","Open Sans",sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#brand {
	text-indent:-5000px;
	background-image:url(/images/logo/logo-medium.png);
	height:62px;
	width:391px;
	padding:0;
	border:none;
	margin:10px;
}

.accent-box {
	background-color:#FFFFFF;	
}

.thumbnail.with-caption {
background: #f5f5f5;
}
.thumbnail.with-caption p {
margin: 0;
padding-top: 0.5em;
}
.thumbnail.with-caption small:before {
content: '\2014 \00A0';
}
.thumbnail.with-caption small {
width: 100%;
text-align: right;
display: inline-block;
color: #999;
} 

.red {
	color:#F00;	
}

.green {
	color:#0C0;	
}
.black {
	color:#444;	
}
.gray {
	color:#666;
}

.size-10 {
	font-size:10px;	
}

.size-12 {
	font-size:12px;	
}

.size-14 {
	font-size:14px;	
}

.size-16 {
	font-size:16px;	
}

.size-24 {
	font-size:24px;		
}

.img-vpad {
	margin-top:10px;
	margin-bottom:10px;	
}

.img-hpad {
	margin-left:2px;
	margin-right:2px;	
}

.game-image-holder {
	width:100%;
	min-height:600px;
	background-image:url(/images/game_images/placeholder_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	margin:10px 0px;
	background-position-x: 100%;
	background-position-y: 100%;
	border-radius: 6px;
	border: 4px solid #FFF;
	box-shadow: 0px 0px 1px 1px #9b9b9b;
}
.responsive-container {
    position: relative;
    width: 100%;
    border: 1px solid black;
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
	display: flex;
	overflow: hidden;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.table-hover tbody tr:hover td {
  background-color:#C41A1A;
  color:#FFF;
}
.table-hover tbody tr:hover td a {
	color:#FFF;
}
.ui-widget-header {
	background:#999;
	background-image:none;
	border-color:#666;
}

#suggestions, #lot_suggestions {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	top:34px;
	padding: 5px 10px;
	visibility: hidden;
	z-index:9999;
	border: 1px solid #66AFE9;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);	line-height: 1.42857;
	color: #777;
	background-image: none;
	border-radius: 4px;
}

#chart_div {
	min-height:300px;
	
}

.loading {
	padding:30px;	
}

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;

	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.png') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}


.unit-rating_small { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('../images/starrating_small.png') top left repeat-x;		
	}

.unit-rating_small li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating_small li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating_small li a:hover{
	background: url('../images/starrating_small.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating_small a.r1-unit{left: 0px;}
.unit-rating_small a.r1-unit:hover{width:15px;}
.unit-rating_small a.r2-unit{left:15px;}
.unit-rating_small a.r2-unit:hover{width: 30px;}
.unit-rating_small a.r3-unit{left: 30px;}
.unit-rating_small a.r3-unit:hover{width: 45px;}
.unit-rating_small a.r4-unit{left: 45px;}	
.unit-rating_small a.r4-unit:hover{width: 60px;}
.unit-rating_small a.r5-unit{left: 60px;}
.unit-rating_small a.r5-unit:hover{width: 75px;}
.unit-rating_small a.r6-unit{left: 75px;}
.unit-rating_small a.r6-unit:hover{width: 90px;}
.unit-rating_small a.r7-unit{left: 90px;}
.unit-rating_small a.r7-unit:hover{width: 105px;}
.unit-rating_small a.r8-unit{left: 105px;}
.unit-rating_small a.r8-unit:hover{width: 120px;}
.unit-rating_small a.r9-unit{left: 120px;}
.unit-rating_small a.r9-unit:hover{width: 135px;}
.unit-rating_small a.r10-unit{left: 135px;}
.unit-rating_small a.r10-unit:hover{width: 150px;}

.unit-rating_small li.current-rating {
	background: url('../images/starrating_small.png') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}



.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		


.marquee {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

.marquee a {
	color:#000;	
}

.center {
margin-left: auto;
margin-right: auto;
}
.center.navbar .nav,
.center.navbar .nav > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
*zoom:1; /* hasLayout ie7 trigger */
vertical-align: top;
}
.center.navbar-inner {
text-align:center;
}
.center .dropdown-menu {
text-align: left;
}
.navbar-inner {
margin: 0 auto;
}
th.collapsable, td.collapsable {display:none; }

@media only screen and (min-width: 450px) {
  th.collapsable, td.collapsable {display:table-cell; }

}
.breadcrumb {
	padding: 0px;
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	margin-top: 10px;
}
.navbar-brand {
	margin-top: 10px;
}
.panel {
	margin-bottom: 0px;
}
.footer {
	display: block;
	min-height: 300px;
	margin-top: 50px;
	background-color: #000;
	color: #FFF;
	bottom: 0px;
}
.footer > div.container {
	padding:50px;
}
.dashboard {
	background-color: #FFF;
	padding: 30px;
}
.footer-logo {
	margin-bottom: 30px;
	width: 280px;
	height: auto;
}
.listing-img {
	height:80px;
	width:80px;
	border:2px solid #C41A1A;
	margin-right: 10px;
}
.align-center {
	text-align: center;
}
.epn-placement > iframe {
	max-width: 100% !important;
}
#latest_bargains {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .game-listing-thumb {
	display: none;
}
 .game-listing-thumb img {
	width: 100%;
	height: auto;
}
.game-listing-type {
	font-size: 13px;
}
.search-div {
	display: inline-block;
	margin-top:10px;
	float: right;
}
.game-info-flip {
	display: block;
	width: 400px;
	padding: 5px 5px;
	color: #FFF;
	overflow: hidden;
}
.game-listing-thumb-flip > img {
	width:auto;
	height: 100%;
	margin:0px auto;
 }
 .game-listing-thumb-flip {
	height: 150px;
}
.game-info-flip h1 {
	font-size: 1.5em;
	margin:unset;
}
.flipster__item--past  > div .game-info-flip, .flipster__item--future > div .game-info-flip {
	background: rgba(0,0,0,.2);
}
.flipster__item--current > div .game-info-flip {
	-webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
	background: #ed1c24;
}
.flipster__item--past .btn-info, .flipster__item--future .btn-info {
	background: transparent;
	border-color: transparent;
}
.flipster__item--past .btn-primary, .flipster__item--future .btn-primary {
	background: transparent;
	border-color: transparent;
}
 .flip-container {
	width: 100%;
	margin:0px;
 }
 .large-header-logo {
	display: none;
 }
 ul#flipper li {
	margin-right:-150px;
	scale:1;
 }
 #coverflow {
	padding-top:130px;
	height: 500px;
 }
 .flipper-price {
	font-size:1em;
	flex:1;
 }
 .flipster__item--current {
	scale: 1.2;
 }
.shop-listing .btn {
	width: 100%;
}
.shop-listing {
	flex: 15%;
	display: flex;
	align-self: flex-end;
	margin: 10px 5px;
	flex-flow: column;
	align-items: stretch;
}
.shop-listing img {
	height: auto;
	width: 100%;
}
.shop-listing .panel-title{
	margin-bottom:15px;
	font-size:1.2em;
	line-height: 1.3em;
}
.shop-listing .badge {
		background-color: #ffee00;
		color: #000;
		font-weight: bold;
		font-size: 2em;
		border-radius: 0px;
		box-shadow: 1px 1px 0px 2px #35618C;
		transform: skewX(-5deg);
		margin-top:-55px;
		float: right;
}
.shop-listing .badge sup {
	font-size: .5em;
	top: -0.8em;
	left: .1em;
}
.new-item {
	border-radius: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 0px 8px;
	font-size: .8em;
	margin: 0px 5px 0px 0px;
	line-height: 1.2em;
	background-color: #0087ff;
}
.home-jumbo {
	background-color:#000;
	background-image: url('/images/RetroGameCharacters.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom:5px;
}
.home-jumbo h1, .home-jumbo p {
	color:#FFF;
}
.home-jumbo-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}
#activeUsers {
	display: flex;
	flex-flow: wrap;
	align-content: space-between;
	margin-bottom: 15px;
}
#activeUsers img {
	flex:10%;
	width:30px;
}
.article-feature {
	margin:5px 0; 
	background-size:cover; 
	background-position:center;
	background-color: rgba(0,0,0,.7);
	background-blend-mode: soft-light;
	position: relative;
}
.featured-tag { 
	background-color: #FF0000;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0, 0, 0,.5);
	font-weight: bold;
	position: absolute;
	left: -6px;
	top: 14px;
	padding: 10px 30px 10px 20px;
	font-size: 1.2em;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0,.7);
}
.article-feature-full {
	margin:15px 0; 
	background-size:cover; 
	background-position:center;
	min-height: 300px;
}
.article-feature h1 {
	font-weight: bold;
	font-size: 1.3em;
	color:#FFF;
}
.article-feature h2 {
	font-weight: bold;
	font-size: 3em;
	color:#FFF;
	text-shadow: 3px 3px 1px rgba(0, 0, 0,.7);
}
.article-feature p {
	color:#FFF;
}
.article-editor-image-placeholder {
	width: 100%;
	overflow: hidden;
	height: 300px;
	display: flex;
	justify-content: center;
}
.article-date {
	font-style: italic;
	color:#555;
}
.article-date::before { color:#AAA; content: "Published on: ";}
article {
	padding: 1.5em;
	padding-top:.5em;
	font-size: 1.5em;
	line-height: 1.9em;
}
.ql-editor {
	font-size: 1.5em;
	height: 700px;
	max-height: 700px;
	overflow-y: scroll;
}
.container {
	padding-left: 0px;
	padding-right: 0px;
}
.avatar-gen-container {
	display: block;
	width: 400px;
	height: 400px;
	background:#EEE;
	border: 1px solid #999;
	position: relative;
	margin: 15px auto;
}
.avatar-gen-option-text {
	display: inline-block;
	width:200px;
	text-align: center;
	font-weight: bold;
	color:#5D3126;
	border: 1px solid #EEE;
	line-height: 2em;
}
.avatar-gen-background {
	z-index: 950;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.avatar-gen-clothes {
	z-index: 952;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.avatar-gen-eyes {
	z-index: 953;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.avatar-gen-face {
	z-index: 951;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.avatar-gen-hair {
	z-index: 955;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.avatar-gen-mouth {
	z-index: 954;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.my-1 {
	margin-top:1em !important;
	margin-bottom:1em !important;
}
.my-2 {
	margin-top:2em !important;
	margin-bottom:2em !important;
}
.my-3 {
	margin-top:3em !important;
	margin-bottom:3em !important;
}
.my-4 {
	margin-top:4em !important;
	margin-bottom:4em !important;
}
.my-5 {
	margin-top:5em !important;
	margin-bottom:5em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.alert-gray {
	background-color:#EEE;
	border-color: #CCC;
	color: #999;
	padding: 5px 8px;
}
@media (min-width: 1200px) {
	article {
		padding: 3.5em;
		padding-top:.5em;
		font-size: 1.5em;
		line-height: 1.9em;
	}
	.home-jumbo-logo {
		height: 350px;
	}
	.container {
		min-width: 1600px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#coverflow {
		padding-top:80px;
		max-height: unset;
		height: unset;
	 }
	 ul#flipper li {
		margin-right: -150px;
	 }
	.game-info-flip {
		display: block;
		width: 300px;
		padding: 10px 30px;
		color: #FFF;
		overflow: hidden;
	}
	.game-info-flip h1 {
		font-size: 1.2em;
		margin: 5px 0px;
	}
	.game-listing-type {
		font-size: 18px;
	}
	.game-listing-thumb {
		display: flex;
		background-color: #333;
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 10px;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		text-align: center;
		font-size: 10px;
	 }
	 .game-listing-thumb-flip {
		width: auto;
		height: 250px;
		overflow: hidden;
		vertical-align: middle;
		display: flex;
		align-items: end;
	 }
	.large-header-logo {
		display: block;
		margin:10px 0px;
	}
	.flipster__item--current {
		scale: 1.2 !important;
	 }
}
@media (min-width:1930px) {
	.home-jumbo {
		min-height: 450px;
	}
	.flipper-price {
		font-size:1.5em;
		flex:1;
	 }
	.game-info-flip {
		width: 400px;
	}
	.game-info-flip h1 {
		font-size: 1.8em;
	}
	#coverflow {
		padding-top:140px;
	 }
	.game-listing-thumb-flip {
		width: 400px;
		height: 400px;
		overflow: hidden;
		vertical-align: middle;
		display: flex;
		align-items: end;
	 }
	 ul#flipper li {
		margin-right: -200px;
	 }
	 
}	
.game-thumbnail-gallery {
	display: flex;
	flex-wrap: wrap;
	max-height: 325px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.thumbnail {
	width: 132px;
	height: auto;
	flex: auto;
	margin-bottom: 0px;
}
.modal {
	text-align: center;
  }
  
  @media screen and (min-width: 768px) { 
	.modal:before {
	  display: inline-block;
	  vertical-align: middle;
	  content: " ";
	  height: 100%;
	}
  }
  
  .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width:auto;
  }

  .canvas-bg{
    background: #961015; /* Old browsers */
    background: -moz-linear-gradient(top,  #961015 0%, #ed1c24 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #961015 0%,#ed1c24 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #961015 0%,#ed1c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961015', endColorstr='#ed1c24',GradientType=0 ); /* IE6-9 */
    border-radius:6px;
}