* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.all-games {
  background-color: #1d1d1d;
  color: #FFF;
  margin-bottom: 15px;
}
.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  display: flow-root;
}
div.container-fluid.all-games.filtering .col-lg-12 {
  padding: 0;
}
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.container-fluid.all-games h1 {
  display: inline-block;
}
.container-fluid.all-games section.filter-games {
  float: right;
  margin-top: 17px;
}
.container-fluid.all-games section.filter-games .m-filters {
  display: inline-block;
}
.article-resource-section.container {
  min-height: 510px;
}
.container-fluid.all-games section span.view-by {
  margin-right: 12px;
}
.container-fluid.all-games section span {
  font-size: 15px;
  color: #A4A09A;
}
.container-fluid.all-games section .dropdown {
  display: inline-block;
}
.dropdown {
  position: relative;
}
.container-fluid.all-games section .dropdown button {
  width: 180px;
  text-align: left;
  position: relative;
}
.container-fluid.all-games section .btn-primary {
  color: #FFFFFF;
  background-color: #303030;
  border: none;
  text-transform: uppercase;
  margin-right: 12px;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.container-fluid.all-games section .dropdown.game .btn-primary {
  margin-right: 0;
}
.container-fluid.all-games section .dropdown button i {
  position: absolute;
  right: 4%;
  padding-top: 6px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.container-fluid.all-games section .dropdown.open button i.glyphicon-chevron-down:before {
  content: "\e113";
}
.dropdown-menu {
  z-index: 1;
  margin-top: 0;
}
.sort-button {
  white-space: normal;
}
.container-fluid.all-games section .dropdown .dropdown-menu {
  min-width: 180px;
  background-color: #303030;
  color: #A4A09A;
  border-radius: 3px;
  padding: 0;
  border: 0;
  z-index: 999;
}
.container-fluid.all-games section .dropdown-menu > li > a {
  color: #A4A09B;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 12px;
}
.container-fluid.all-games section .dropdown-menu > li > a:hover,
.container-fluid.all-games section .dropdown-menu > li > a:focus {
  background-color: #454340;
}
.hidden {
  display: none;
}
.all-games h1 {
  padding-left: 21px;
  margin-left: 0px;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
}
.thumb {
  margin-bottom: 20px;
}
.thumbnail {
  border: 0;
}
.article-resource-section-header {
  width: 100%;
}
.article-resource-block p {
  display: none;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12 {
    width: 100%;
    float: left;
  }
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.article-resource-block .myIcon {
  height: 277.95px;
  width: 196px;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
@media (max-width: 990px) {
  .container-fluid.all-games section.filter-games {
    float: none;
    margin-top: 0;
  }
  .container-fluid.all-games section .dropdown .btn-primary {
    margin-right: 0;
    width: 100%;
    min-width: 140px;
  }
  .container-fluid.all-games section .dropdown.release-date {
    margin-right: 2%;
  }
  .container-fluid.all-games section .dropdown {
    width: 48.4%;
  }
  .container-fluid.all-games section.filter-games .m-filters {
    width: 100%;
    margin-bottom: 25px;
  }
  .container-fluid.all-games section span.view-by {
    display: none;
  }
  .container-fluid.all-games section span.view-by {
    margin-right: 10px;
  }
}
@media (max-width: 450px) {
  .article-resource-block.col-xs-6.thumb {
    float: none;
    width: 100%;
  }
  .article-resource-block .myIcon {
    height: 297.95px;
    width: 216px;
  }
}
