@media only screen and (min-width: 45em) {
  .col-1 {
    width:4.33%;
  }
  .col-2 {
    width:12.66%;
  }
  .col-3 {
    width:21%;
  }
  .col-4 {
    width:29.33%;
  }
  .col-5 {
    width:37.66%;
  }
  .col-6 {
    width:46%;
  }
  .col-7 {
    width:54.33%;
  }
  .col-8 {
    width:62.66%;
  }
  .col-9 {
    width:71%;
  }
  .col-10 {
    width:79.33%;
  }
  .col-11 {
    width:87.66%;
  }
  .col-12 {
    width:96%;
  }
}
@media (max-width:45em) {
  .ad-desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 930px) {
  .hided {
    display:none;
  }
}
@media only screen and (max-width: 990px) {
  .rg-gamebox-thumb {
    flex-basis: 35%;
  }
  .rg-gamebox-info {
    flex-basis: 65%;
  }
  .rg-gamebox-options {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 930px) {
  .hidem {
    display: none;
  }
  .bigbox a img {
    margin: 0 5px;
    max-width: 50%;
  }
  .bigbox a .thumbnailree img {
    max-width: 80%;
  }
  .bblist a .thumbnailree img {
    max-width:100%;
  }
  /* csslint ignore:start */
  ul.rg-gamelist li {
    flex-basis: 50%;
    padding: 10px;
  }
  /* csslint ignore:end */
  .nav ul li .logo {
    padding: 17px 24px 1px;
  }
  .nav ul li.search input:focus {
    background: #fff;
    color: #000;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 90%;
    z-index: 99;
  }
  .placement1 {
    padding-top: 15px;
    position: relative;
    top: 0;
  }
  .pagepaper {
    border-radius: 0;
    /* csslint ignore:start */
    box-sizing: border-box;
    /* csslint ignore:end */
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .sortby {
    margin-bottom: 26px;
    text-align: center;
  }
  .botbox li {
    width: 100%;
  }
  .breadcrumbs ol li:last-child {
    display:none;
  }
  .einf {
    text-align: center;
  }
  .game-box .ratings {
    text-align: center;
  }
  .game-box-h1 {
    display: block;
    /* csslint ignore:start */
    font-size: 30px;
    /* csslint ignore:end */
    text-align: center;
  }
  .elinks {
    text-align: center;
  }
  .game-box .ratings .fa-star,
  .game-box .ratings .fa-star-half-o,
  .game-box .ratings span {
    /* csslint ignore:start */
    font-size: 35px;
    /* csslint ignore:end */
  }
  .nav ul li.navtp {
    display:block;
    float: right;
    height: 55px;
    text-align: center;
    width: 100%;
  }
  .nav ul li.navtp ul li a {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0 17px 10px;
  }
  .nav ul li.navtp li:nth-child(2) {
    width: 40%;
  }
  .hidem {
    display:none;
  }
  .nav ul li.navtp li {
    width: 30%;
  }
  .nav ul li {
    height: auto;
  }
  .nav {
    height: 120px;
  }
  .breadcrumbs {
    display: none;
  }
  .nav ul li.navtp ul li a:after {
    background: #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    margin-top:-5px;
    width: 24px;
  }
  .at-share-btn-elements,
  .greycover,
  .mobile-center {
    text-align: center;
  }
  .logom {
    width: 50%;
  }
  .search {
    width: 50%;
  }
  .nav ul li.navtp ul li a:hover {
    background: none;
  }
  .nav ul li.navtp ul li a:hover:after,.nav ul li.navtp ul li .active:after {
    background: #17ffc2;
  }
  .nav ul li.search input {
    background: transparent;
    float: right;
    margin-left: 20px;
    margin-right: 30px;
    position: relative;
    width: 100px;
    z-index: 10;
  }
  .nav ul li.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  .ui-widget {
    width: 100px;
  }
  .h1index {
    /* csslint ignore:start */
    font-size: 35px;
    /* csslint ignore:end */
    font-weight:300;
    margin: 36px 0 20px 0;
  }
  .listh1 {
    display: block;
    /* csslint ignore:start */
    font-size: 26px;
    /* csslint ignore:end */
    line-height:33px;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .search .errspan {
    border-radius: 15px;
    float: right;
    font-size:23px;
    padding: 8px 4px;
    right: 25px;
    top: -11px;
    z-index: 9;
  }
  .index .h1index {
    /* csslint ignore:start */
    font-size: 32px;
    /* csslint ignore:end */
    font-weight: 500;
  }
  .index .coverindex {
    height: auto;
  }
  .index .pacmeng {
    padding-bottom: 36px;
  }
  .index .nextxt {
    /* csslint ignore:start */
    font-size: 18px;
    /* csslint ignore:end */
    margin: 0 18px 12px;
  }
  .index .h1index:after {
    background: #17ffc2;
    border-radius: 3px;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    margin-top: 17px;
    width: 205px;
  }
  .bblist .col-3 {
    width: 46%;
  }
  .bblist a img {
    border-radius: 15px;
    margin:0;
    max-width: 100%;
  }
  .bblist a .titlebox {
    font-size:16px;
    font-weight: 300;
  }
  .bblist a {
    padding: 10px;
  }
  .bblist a .thumbnailree {
    line-height: 115px;
    min-height: 115px;
  }
  .game-cover:nth-child(3) {
    clear:left;
  }
  .ui-widget {
    width: 90%;
  }
  .art {
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 0 10px;
  }
  .art .heading {
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 18px 0;
  }
  .art p {
    padding: 0;
  }
}
@media only screen and (max-width: 765px) {
  .rg-gamebox-thumb {
    flex-basis: 100%;
  }
  .rg-gamebox-info {
    flex-basis: 100%;
    text-align: center;
  }
  .rg-gamebox-options {
    flex-basis: 100%;
  }
  /* csslint ignore:start */
  ul.rg-consolelist li {
    flex-basis: 100%;
  }
  /* csslint ignore:end */
}
