﻿body {
  background-color: black;
}
.Font-Normal {
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
/*.Font-Grotesk {
    font-family: 'aktiv-grotesk-std';
    font-weight: 200;
    font-style: normal;
}

.Font-MuseoSansCondensed { .
    font-family: "museo-sans-condensed";
    font-weight: 100;
    font-style: normal;
}*/
/*.Font-Proxima {
    font-family: 'proxima-nova';
    font-weight: 100;
    font-style: normal;
}


.Font-Nav {
    .Font-Proxima;
    font-size: 22px;
}*/
/*.Font-GameTitle {
    .Font-MuseoSansCondensed;
    font-size: 22px;
}*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 50px;
}
.navbar-inverse {
  background-color: #282828;
}
.btn-group {
  margin-right: 5px;
}
.btn-group .btn {
  font-size: 24px;
  color: white;
  border: none;
  background-color: black;
  border-radius: 0;
  height: 50px;
}
.btn-group .btn .caret {
  border-bottom-color: white;
  border-top-color: white;
  margin-left: 5px;
}
li.filter-option {
  white-space: nowrap;
}
li.filter-option.active,
li.sortby.active,
li.viewby.active {
  background-color: #555;
  color: white;
}
li.filter-option.active:hover,
li.sortby.active:hover,
li.viewby.active:hover {
  background-color: #999;
  color: black;
}
.loadingAnim {
  text-align: center;
  margin: 130px 0 100px 0;
  font-size: 30px;
}
.highlight {
  border: 3px solid rgba(255, 255, 255, 0.75);
  -moz-transition: opacity 1.0s ease;
  -o-transition: opacity 1.0s ease;
  -webkit-transition: opacity 1.0s ease;
  transition: opacity 1.0s ease;
}
.dropdown-menu {
  background-color: #333;
  border-radius: 0;
}
.dropdown-menu .active li {
  background-color: #555;
  color: white;
}
.dropdown-menu .active li:hover {
  background-color: #999;
  color: black;
}
.dropdown-menu li {
  background-color: #111;
  color: #aaa;
  cursor: pointer;
  font-size: 22px;
  padding: 2px 10px 2px 10px;
}
.dropdown-menu li:hover {
  background-color: #444;
  color: white;
}
#itemCount {
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
#games-tiles {
  margin-top: 55px;
}
#games-tiles .game.highlight .title {
  bottom: 0px;
  opacity: 1.0;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#games-tiles [class="game"]:hover,
#games-tiles .game:hover .title,
#games-tiles .game.active .title {
  bottom: 0px;
  opacity: 1.0;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#games-tiles .game {
  margin: 5px 0 5px 0;
  cursor: pointer;
}
#games-tiles .game .title {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  z-index: 100;
  height: 33px;
  padding-bottom: 0;
  opacity: 0;
  bottom: -33px;
  overflow: hidden;
  text-align: center;
}
.img-tile {
  width: 232px;
  height: 128px;
  background-color: #333;
}
.img-tile .title {
  width: 232px;
}
@media (max-width: 767px) {
  .img-tile {
    width: 197px;
    height: 109px;
  }
  .img-tile .title {
    width: 197px;
  }
}
@media (max-width: 640px) {
  .img-tile {
    width: 162px;
    height: 90px;
  }
  .img-tile .title {
    width: 162px;
  }
}
@media (max-width: 600px) {
  .btn-group .btn {
    font-size: 18px;
  }
  .img-tile {
    width: 162px;
    height: 90px;
  }
  .img-tile .title {
    width: 162px;
  }
}
@media (max-width: 480px) {
  .full-icon {
    width: 100px;
    height: 100px;
  }
  #nav-logo {
    display: none;
  }
  .col-ts-12 {
    float: none;
    width: 100%;
  }
  .col-ts-6 {
    width: 50%;
  }
  .img-tile {
    width: 197px;
    height: 109px;
  }
  .img-tile .title {
    width: 197px;
  }
}
ul.nav.button-group {
  padding-right: 40px;
}
#games-list-header .game-heading {
  border-bottom: 1px solid #555;
}
#games-list-header .game-heading .cell {
  font-size: 90%;
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  height: 33px;
  max-height: 33px;
}
#games-list-header .game-heading .cell .icon .shim {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}
#games-list-header .game-heading .cell .controls .shim {
  width: 65px;
  height: 33px;
  margin-top: 2px;
  margin-bottom: -3px;
}
#games-list {
  margin-top: 55px;
}
#games-list .row {
  width: 100%;
  height: 42px;
}
#games-list .game-heading {
  border-bottom: 1px solid #555;
}
#games-list .game-heading .cell {
  font-size: 90%;
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  height: 33px;
  max-height: 33px;
}
#games-list .game-heading .cell .icon .shim {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}
#games-list .game-heading .cell .controls .shim {
  width: 65px;
  height: 33px;
  margin-top: 2px;
  margin-bottom: -3px;
}
#games-list .game:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#games-list .game {
  cursor: pointer;
}
#games-list .game .cell {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 4px;
  height: 42px;
  max-height: 42px;
  color: #BBB;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#games-list .game .appName {
  color: white;
}
#games-list .game .rating {
  text-align: right;
}
#games-list .game .price {
  text-align: right;
}
#games-list .game .priceValue,
#games-list .game .ratingValue,
#games-list .game .gameId,
#games-list .game .packageName {
  display: none;
}
#games-list .game .icon {
  min-width: 48px;
}
#games-list .game .icon img {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: -4px;
}
#games-list .controls img {
  cursor: pointer;
  width: 45.5px;
  height: 23.1px;
  margin-top: 2px;
  margin-bottom: -3px;
}
.table-like {
  list-style: none;
  margin: 0;
  padding: 0;
}
.close {
  color: white;
  opacity: 0.8;
  font-size: 30px;
}
.data-label {
  font-size: 18px;
  text-transform: uppercase;
  color: #888;
  line-height: 0.8;
  margin-top: 15px;
}
.data-label-large {
  font-size: 24px;
  text-transform: uppercase;
  color: #888;
  line-height: 0.8;
}
.details {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5px;
}
.rating-count {
  font-size: 75%;
}
.description {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-top: 5px;
}
.modal-content {
  border: 1px solid #888;
}
.close {
  font-size: 25px;
  margin: 10px;
  text-shadow: 0 1px 0 black;
}
.close:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  color: #00aeef;
}
#gpControls,
#gpDetails {
  cursor: pointer;
}
#game-controls-modal .icon {
  float: left;
  margin-right: 15px;
}
#game-controls-modal .heading-left {
  padding-left: 15px;
}
#game-details-modal {
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
#game-details-modal h3 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-end: 0;
}
#game-details-modal h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
#game-details-modal .full-icon {
  width: 293px;
  height: 293px;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 90%;
  }
}
.modal-dialog {
  padding-top: 75px;
}
.modal-dialog .modal-header {
  border-bottom: 1px solid #555;
}
.modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
}
#game-details {
  padding-top: 100px;
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.75);
}
#game-details .header {
  position: static;
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.25);
}
#game-details .app-name {
  font-size: 28px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/*.category {
    //font-size: 25px;
    cursor: pointer;
    padding-right: 5px;
    font-weight: 100;
    
    .selected {
    color: @color-brand;
    }
}*/
.srStars {
  display: inline-block;
  height: 12px;
}
.srStars .srContainer {
  position: relative;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAMCAYAAADS87vJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNS8xNAad+JcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABsklEQVRIidWVMWsUQRiGn82t4gWTmKS5CGksBUHhBA1WIb9CBS0ErfwDWlnb2aQMiKWClWBrFcHiQLQSbJLd6vYyc8zujPPdWOx5kdzJ3XbjwDDMzvPwDi8LQwiBqZkdnA/Zwe7Ms3/NWJ05/BKzRpAuvtjh54uLM8//J2cOP13A0asWLruNy1NcfmuhkFidBfjpAmx+HZev4DJw2U16exfmBsXqLMAn4Wh/B9EdvFpH1CW8WkEUeE29ngiiB3g1QFRRWnrta/vbMTqy9TRtLW8vNclIcfkPRN3Bq2VEg1djeLK2ELVpnWyaiu+l5bjtchejs3q59QmX3W+SkYQQ4Nu9DUQ9RNRqDWvwJyCKX85hLBhLr6x4f+VuGAHxOg35ugCAL901vHqCqDZeIb6s4QpKy1djeXv1wR+YuJ0GfDqRXKbxOg1eU9YtnUoOc+PRmUvF7DTgTwuw+UblRueMpZYqgrEk431n6lIxOw34yTM4GI62Cg2FZtDXvCuGvCw0h4VG+prO62dJcjYnVqcJP/kDiiFrpuJjafncfRz8+POHN8+TQ2PZM5Z1oP93UKxOE/433vzCOFgURIsAAAAASUVORK5CYII=') /*/Content/img/v9/Stars_s2.png*/;
  *background: url(/Content/img/v9/Stars_s2.png);
  /* For IE 6 and 7 */
  width: 64px;
  height: 12px;
  float: left;
}
.srStars .srRating {
  height: 12px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAMCAYAAADS87vJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8wNS8xNAad+JcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABuElEQVRIidWVMUscQQBG3x6iMUgwYKGYEDm8JhDigVXq/AojJAQhSRNEBQutQoK9prAURbBKb5cfkBQ26YKxMLuFuHHmmN0ZZ25S7HmKd+Fuu8nAMMzOe3zDx8LgvadjxjsjPt752PXsXzNUpwdfodvw7i02XebXh/Gu5/+T04PvLOB0axATL2GSO5hksa+QUJ0++M4CdPIKk0xgYjDxO46ej/YMCtXpg4/86fYKTs5gRRUnprBiAifASor1wuDkCVYc48RxptkdfrL9LESn+WDVVobGRstkDGCSQ5xYxYoxnAQrWnB7HcSJmjaupnK+ZJpvwyaRITr3vP2EiQ/LZETee/jxYhonvuLEZAFLsBfgBJfGoDQozW6W87o65x0QrlOSLwoA+D77ECuOcOI+VuBsVsA5ZJoDpZl7/PIKJmynBD/Qlkz8GyuHvJVkRUvXkuGsvnDrUiE7JfjrAnRSy03zrtIUUk5TaSqtfb3jUiE7Jfj2M/in0aynElLJyblkPm0wnkq2UsnlueTp3loU3c4J1SnDt/+AtMEjlbOSaT7PvvG69fn9/nq0qTQbSlMFft4MCtUpw/8FkFTHGWAGO1QAAAAASUVORK5CYII=') /*/Content/img/v9/Stars.png*/;
  *background: url(/Content/img/v9/Stars.png);
  /* For IE 6 and 7 */
}
.srStars .srLabel {
  color: white;
  float: right;
}
.sort-select {
  margin-top: 8px;
  left: 0;
  top: 0;
  text-align: right;
  margin-right: 20px;
  /*select {
        border-radius: 2px;
        font-size: 20px;
        width: auto;
        padding: 0 5px 2px 5px;
        background-color: #444;
        color: white;
        border: 0;
    }*/
}
.sort-select label {
  text-transform: uppercase;
  float: left;
  margin: -1px 8px 0 0;
  font-weight: normal;
}
/*@color-selectboxit-text-hover: @color-brand;
@color-selectboxit-background: #444;
@color-selectboxit-background-top: #666;
@color-selectboxit-background-bottom: #333;
@color-selectboxit-caret-color: #eee;
@color-selectboxit-list-background-color: #222;
@color-selectboxit-list-text-color: #ccc;

.selectboxit-container {
    color: #ddd;
    * {
        .Font-Normal;
    }
    .selectboxit {
        border-radius: 3px;
    }
}

.selectboxit-container .selectboxit-options {
    border-radius: 0 0 3px 3px;
}

.selectboxit-list {
  background-color: @color-selectboxit-list-background-color;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-option-icon-container {
    width: 0;
}

.selectboxit-list .selectboxit-option-anchor {
  color: @color-selectboxit-list-text-color;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: @color-brand;
  background-image: -moz-linear-gradient(top, @color-brand, @color-brand-dark);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@color-brand), to(@color-brand-dark));
  background-image: -webkit-linear-gradient(top, @color-brand, @color-brand-dark);
  background-image: -o-linear-gradient(top, @color-brand, @color-brand-dark);
  background-image: linear-gradient(to bottom, @color-brand, @color-brand-dark);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid @color-selectboxit-caret-color;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-btn {
    background-color: @color-selectboxit-background;
    background-image: -moz-linear-gradient(top, @color-selectboxit-background-top, @color-selectboxit-background-bottom);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@color-selectboxit-background-top), to(@color-selectboxit-background-bottom));
    background-image: -webkit-linear-gradient(top, @color-selectboxit-background-top, @color-selectboxit-background-bottom);
    background-image: -o-linear-gradient(top, @color-selectboxit-background-top, @color-selectboxit-background-bottom);
    background-image: linear-gradient(to bottom, @color-selectboxit-background-top, @color-selectboxit-background-bottom);
    background-repeat: repeat-x;
    border: 0;// 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: @color-selectboxit-text-hover;
    background-color: @color-selectboxit-background;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: @color-selectboxit-text-hover;
  text-decoration: none;
  //background-position: 0 -15px;
}*/
/*# sourceMappingURL=GameBrowser.css.map */