html {
  font-size: 17px; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: 1em; }

.loader {
  display: block;
  margin: 100px auto;
  font-size: 1.5em;
  text-align: center; }

body {
  background: #ECECEC;
  font-family: 'CreatorCredits BB'; }

div {
  z-index: 3; }

.row {
  margin: 0px; }

.wrapper {
  max-width: 1080px;
  border: solid #e2e2e2;
  padding: 15px 40px;
  border-width: 0px 2px 2px 2px;
  background: #fff;
  margin-bottom: 50px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

.wrapper-top {
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px 5px;
  display: block;
  z-index: 2; }

.styled-link {
  color: #D73F45;
  transition: 300ms;
  cursor: pointer; }

.styled-link:hover,
.styled-link:focus {
  color: #C4CB8D;
  text-decoration: none; }

.header-parent {
  background: rgba(23, 23, 24, 0.63);
  text-align: center;
  border-bottom: 3px solid #3e3d50;
  transition: 0.8s;
  position: fixed;
  width: 100%;
  z-index: 2000; }
  .header-parent .header-center {
    max-width: 1080px;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
    padding: 5px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    transition: 0.8s;
    align-items: center;
    justify-content: center; }
  .header-parent .logo {
    width: 394px;
    float: left;
    cursor: pointer;
    margin: 0px 10px;
    transition: 0.8s;
    padding: 0px 20px; }
  .header-parent .search {
    float: right;
    margin: 10px;
    position: relative;
    -webkit-box-flex: 4 auto;
    -moz-box-flex: 4 auto;
    -webkit-flex: 4 auto;
    -ms-flex: 4 auto;
    flex: 4 auto; }
    .header-parent .search div.buttons {
      float: right;
      position: absolute;
      top: 0px;
      right: 0px; }
      .header-parent .search div.buttons i.fa {
        padding: 10px;
        font-size: 26px;
        color: #D73F45;
        background: transparent;
        transition: 300ms;
        cursor: pointer; }
      .header-parent .search div.buttons i.fa-times {
        font-size: 20px;
        opacity: 0.7; }
      .header-parent .search div.buttons i.fa:hover {
        color: #C4CB8D;
        font-weight: bold; }
  .header-parent #searchbar {
    height: 49px;
    background: #1b1a20;
    border: none;
    border-bottom: 2px solid #D73F45;
    color: #fff;
    font-size: 24px;
    outline: none;
    transition: 300ms;
    padding-right: 60px; }
  .header-parent .search:focus #searchbar,
  .header-parent .search:hover #searchbar,
  .header-parent .search:hover .fa-search,
  .header-parent .search:focus .fa-search {
    background: #24232b;
    border-color: #C4CB8D; }

@media only screen and (min-width: 694px) {
  .header-parent.stick {
    width: 100%;
    background: #3E3D50;
    position: fixed;
    box-shadow: 0px 0px 14px 1px rgba(44, 43, 43, 0.74); }
    .header-parent.stick .header-center {
      padding: 0px;
      justify-content: space-between; }
    .header-parent.stick .logo {
      width: 298px;
      padding: 5px 0px;
      margin: 0px 50px; }
    .header-parent.stick .search {
      margin: 0px 20px; }
      .header-parent.stick .search #searchbar {
        background-color: #262536; } }
.splash {
  position: fixed;
  width: 100%;
  z-index: -1 !important;
  top: 0px; }

.splash-home {
  background: url("../../images/splash03.jpg") no-repeat center center;
  background-size: cover;
  height: 700px; }

.splash-catalog {
  height: 330px;
  background-color: #6c6c6c;
  background-image: url(../../images/catalog3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;; }

.splash-text {
  color: #ECECEC;
  padding: 80px;
  padding-top: 120px;
  height: 450px; }
  .splash-text h1 {
    font-size: 64px;
    color: #ECECEC;
    margin: 30px 0px;
    padding: 5px;
    text-shadow: 4px 4px #191919; }
  .splash-text p {
    font-size: 29px;
    padding: 0px 20px;
    text-shadow: 0px 0px 20px #191919; }

.splash-text-small {
  height: 250px;
  padding: 10px;
  padding-top: 90px; }

.content {
  background-color: #ECECEC;
  width: 100%;
  min-height: 700px; }
  .content .info {
    padding: 50px 10px;
    font-size: 22px; }
    .content .info p {
      margin-bottom: 45px;
      font-family: 'Montserrat', sans-serif; }
    .content .info .info-icon {
      height: 80px;
      overflow: hidden;
      position: relative; }
      .content .info .info-icon img {
        width: 100px;
        margin: 0px auto;
        display: block;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto; }
    .content .info .heading {
      text-align: center; }
    .content .info .stat-card {
      overflow: hidden;
      background: #D8E0E3;
      padding: 15px;
      margin: 20px 0px;
      border-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      position: relative; }
      .content .info .stat-card div {
        float: left;
        display: inline;
        color: #D73F45;
        font-size: 65px;
        font-family: "Montserrat";
        margin: 0px 10px;
        width: 121px;
        text-align: center;
        font-weight: bold;
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
      .content .info .stat-card p {
        display: inline;
        float: left;
        font-size: 20px;
        margin: 0px 10px; }
    .content .info img#oneup {
      margin: 110px 0px;
      width: 100%; }

h1.heading {
  font-size: 45px;
  color: #D73F45; }

h4.highlight {
  background: #ffffb6;
  text-align: center;
  font-family: 'Montserrat';
  padding: 2px; }

#image-background-left {
  background-image: url("../../images/snes1.png");
  background-repeat: no-repeat;
  background-position: -11% 50%;
  background-size: 47%;
  width: 100%; }

#image-background-right {
  background-image: url("../../images/1-UP.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 35%;
  width: 100%; }

.action-stripe {
  background: #3E3D50;
  border-top: 3px solid #C4CB8D; }
  .action-stripe .shortcut {
    position: relative;
    font-size: 43px;
    font-style: italic;
    line-height: 80px;
    height: 80px;
    color: #ECECEC;
    text-align: center;
    background: #3E3D50;
    transition: 300ms;
    cursor: pointer; }
  .action-stripe .shortcut:hover,
  .action-stripe .shortcut:focus {
    color: #D73F45; }

#facebook-large {
  color: #3B5998;
  font-size: 60px;
  display: table;
  margin: 0px auto; }

@media only screen and (max-width: 693px) {
  .splash-text {
    padding: 0px;
    padding-top: 150px; }
    .splash-text p {
      font-size: 20px; }

  .splash-text-small {
    padding-top: 125px; }

  .header-center .logo {
    padding: 0px 50px; }

  .header-parent {
    position: absolute; } }
.filters {
  background: #3E3D50;
  font-family: 'Montserrat';
  margin-bottom: 30px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .filters .btn-primary {
    background: #54536d;
    border: none;
    box-shadow: none;
    font-size: 13px;
    padding: 10px 8px;
    color: #ECECEC;
    text-transform: initial;
    transition: 300ms; }
  .filters .btn-primary.dropdown-toggle {
    width: 165px; }
  .filters .btn-primary:hover, .filters .btn-primary:focus {
    background: #54536d;
    border: none;
    margin-top: 0px; }
  .filters .btn-primary:hover:not(.active),
  .filters .btn-primary:focus:not(.active) {
    background: #49485e; }
  .filters .btn-primary.active {
    color: #C4CB8D;
    background: #49485e; }
  .filters .btn-group {
    margin: 11px 2px; }
  .filters .dropdown-menu > li > a:hover,
  .filters .dropdown-menu > li > a:focus {
    color: #b5be71;
    font-weight: bold;
    background: #f8f8f8;
    cursor: pointer; }
  .filters .btn-group.open .dropdown-toggle.btn-primary {
    background: #54536d; }
  .filters .dropdown-menu {
    height: 300px;
    overflow: auto; }

.result {
  font-family: 'Montserrat';
  border-left: 4px solid #D73F45;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 5px;
  position: relative;
  box-shadow: 3px 3px 9px -5px #7a7979;
  border-radius: 3px;
  background-color: #D8E0E3;
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 0% 14%;
  /* background-size: 32%;
  background-position: 0% 60%; */
  min-height:200px;
  background-blend-mode: overlay; }
  .result > .row {
    margin: 0px; }
  .result h2 {
    display: inline-block;
    margin: 0px;
    font-size: 22px; }
  .result .subline {
    margin-top: 5px;
    font-size: 14px; }
  .result .prices {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column; }
  .result .new-price, .result .used-price {
    display: inline-block;
    float: right;
    font-size: 17px;
    background: #3E3D50;
    color: #ECECEC;
    padding: 12px;
    border-radius: 5px;
    width: 210px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 8px;
    border: 10px solid #D73F45;
    border-top: none;
    border-bottom: none; }
  .result .new-price {
    border-color: #158cba; }
  .result .item-id {
    color: #b3b5b6;
    font-style: italic;
    font-size: 10px;
    display: inline-block; }
  .result .stock-row {
    display: inline-block;
    margin: 10px auto;
    width: 100%; }
    .result .stock-row .stock-info {
      display: inline-table;
      font-weight: bold;
      padding: 0px 10px; }
      .result .stock-row .stock-info div {
        font-weight: normal; }

.dont-show {
  opacity: 0; }

.results-block .row {
  margin: 0px; }

.no-results {
  padding: 20px;
  padding-bottom: 100px;
  font-family: 'Montserrat';
  text-align: center; }
  .no-results h3 {
    margin: 0px 10%;
    padding: 10px; }

.page-controls {
  display: table;
  margin: 20px auto;
  text-align: center; }
  .page-controls ul.ng2-pagination {
    padding: 0px; }
  .page-controls ul.ng2-pagination li span,
  .page-controls ul.ng2-pagination li a {
    font-size: 24px;
    padding: 6px; }
  .page-controls ul.ng2-pagination li a {
    cursor: pointer; }
  .page-controls .ng2-pagination li.current {
    background: #D73F45 !important; }

.last-modified {
  text-align: center;
  font-size: 21px;
  font-family: "Montserrat";
  color: #b8b8b8; }

.footer-home {
  text-align: left;
  display: block;
  margin: 0px auto;
  width: 100%;
  padding: 30px;
  /*border-top: 1px solid #3D7782;*/
  background: #3E3D50;
  color: #7c9ba7;
  font-family: 'Montserrat', sans-serif; }
  .footer-home h2, .footer-home h3, .footer-home h1 {
    color: #dcdbe4;
    margin: 5px 0px;
    font-family: "CreatorCredits BB"; }
  .footer-home h2 {
    font-size: 24px;
    text-transform: uppercase; }
  .footer-home h3 {
    font-size: 18px; }
  .footer-home h1 {
    font-size: 30px;
    margin-bottom: 15px; }
  .footer-home p {
    margin: 0px 0px;
    margin-bottom: 10px; }
  .footer-home em {
    font-weight: bold;
    text-decoration: none; }
  .footer-home .location {
    margin-bottom: 20px; }
  .footer-home .contact {
    font-size: 18px;
    text-align: center; }
    .footer-home .contact .fa {
      font-size: 40px; }

.footer {
  font-family: 'Montserrat';
  font-size: 15px;
  background: #282733;
  color: tint(#3E3D50, 20%);
  line-height: 30px;
  text-align: center; }

header #searchbar::-webkit-input-placeholder {
  color: #706e6e; }

header #searchbar:-moz-placeholder {
  /* Firefox 18- */
  color: #706e6e; }

header #searchbar::-moz-placeholder {
  /* Firefox 19+ */
  color: #706e6e; }

header #searchbar:-ms-input-placeholder {
  color: #706e6e; }

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.cube1, .cube2 {
  background-color: #D73F45;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  background-color: #3E3D50;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

/*# sourceMappingURL=main.css.map */
