.apps_page {
  background: #fff;
  padding: 0 0 18px;
  min-height: 320px;
}
.apps_page .tabs {
  margin: 0;
}
.apps_catalog,
.apps_my {
  padding: 0 0 8px;
}
.apps_toolbar {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #c9cfd5;
  padding: 8px 10px 0 7px;
  z-index: 4;
}
.apps_genres {
  display: inline-block;
  padding: 2px 0 8px;
}
.apps_genre {
  float: left;
  display: block;
  line-height: 20px;
  font-weight: bold;
  color: #45688e;
  text-decoration: none;
  border-radius: 2px;
  padding: 0 8px;
  margin: 8px 0 0 2px;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif, 'Lucida Sans';
}
.apps_genre:hover {
  text-decoration: none;
  background: #e7ebf0;
  color: #45688e;
}
.apps_genre_active,
.apps_genre_active:hover {
  background: #597da3;
  color: #fff;
}
.apps_genre_more {
  float: left;
  position: relative;
  margin-left: 2px;
}
.apps_genre_more_btn {
  padding-right: 6px;
}
.apps_genre_more_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 2px 5px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.apps_genre_dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 150px;
  background: #fff;
  border: 1px solid #adc0d5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 50;
  padding: 4px 0;
  margin-top: 2px;
}
.apps_genre_more_open .apps_genre_dropdown {
  display: block;
}
.apps_genre_drop_item {
  display: block;
  padding: 5px 12px;
  color: #2b587a;
  text-decoration: none;
  white-space: nowrap;
}
.apps_genre_drop_item:hover,
.apps_genre_drop_item.is_active {
  background: #edf1f5;
  text-decoration: none;
}
.apps_search {
  float: right;
  margin: 8px 0 8px 10px;
}
.apps_search input {
  width: 170px;
  height: 13px;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif, 'Lucida Sans';
  color: #000;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACrUExURf////r7/Nff59Xe5e/z9tbf5t/m7ODm7dXd5f39/vj5++Ho7fv8/d7l7OXq79vi6tLb49ri6d7k6/7//+ru8+Dn7Ons8Pn6++vu9Pn6/Nnh6drh6c/Z4dni6OPo7dnh6Njf5/7+/uTo7tPc5Obq8NPd5N7m6+Ln7P3+/tbe5urt8/z8/Nff5vL09ubr8Nng6NTd5eru9Ovv9M7Y4d7m7Ovw89Xe5tTc5dzj6iICc6AAAACRSURBVHjaYmBgYOCREOTntxDTBgggIFNDhIOZW53VwBAggIBscXNNFgYGXR0mgAACsrlkuIEkg5IAQACB2MaiILacAEAAAQlGKRNTBgYWViaAAAKx2ZiE1NiYOYwAAoiBQUVegZdXWlBfiwcggBj4zFRlJRmBgJMBIIAY2JWZ9RjAQBEggBg42fmEIWwGgAADAO9WBt9vY+D1AAAAAElFTkSuQmCC") 5px 6px no-repeat;
  border: 1px solid #c3cbd4;
  outline: none;
  padding: 5px 10px 6px 20px;
  margin: 0;
}
.apps_search input:focus {
  border-color: #a3b2c2;
}
.apps_section {
  margin: 5px 0 0;
  padding: 0 0 8px;
}
.apps_section_head {
  color: #45688e;
  margin: 5px 30px 0;
  padding: 16px 0 2px;
}
.apps_section_title {
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
}
.apps_section_sep {
  color: #777;
  font-weight: normal;
  padding: 0 5px;
}
.apps_section_all {
  color: #2b587a;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
.apps_section_all:hover {
  text-decoration: underline;
}
.apps_empty {
  color: #777;
  text-align: center;
  padding: 40px 20px;
  line-height: 1.5;
}
.apps_empty a {
  color: #2b587a;
}
.apps_grid {
  padding: 8px 18px 10px;
  overflow: hidden;
}
.apps_card {
  float: left;
  width: 128px;
  margin: 5px 6px 14px;
  position: relative;
  vertical-align: top;
}
.apps_card_media {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.apps_card_pic {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 3px;
  background: #dce4ec center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.apps_card_body {
  padding: 6px 1px 0;
}
.apps_card_title {
  display: block;
  font-weight: bold;
  color: #45688e;
  text-decoration: none;
  line-height: 1.09em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 128px;
}
.apps_card_title:hover {
  text-decoration: underline;
}
.apps_card_genre,
.apps_card_desc {
  color: #999;
  padding-top: 4px;
  line-height: 1.25;
}
.apps_card_desc {
  display: none;
}
.apps_card_btn,
.apps_card_action {
  display: none;
}
.apps_card_soon {
  opacity: 0.92;
}
.apps_card_soon .apps_card_media,
.apps_card_soon .apps_card_title {
  cursor: default;
}
.apps_stars {
  display: block;
  padding-top: 3px;
  height: 11px;
  overflow: hidden;
}
.apps_star {
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 1px;
  background: #c9d2dc;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.apps_star_full {
  background: #f0a830;
}
.apps_star_half {
  background: linear-gradient(90deg, #f0a830 50%, #c9d2dc 50%);
}
.apps_star_empty {
  background: #c9d2dc;
}

/* Featured hero */
.apps_featured {
  margin: 20px 15px 8px;
  height: 276px;
}
.apps_featured_main {
  float: left;
  position: relative;
  width: 448px;
  height: 276px;
  border-radius: 3px;
  overflow: hidden;
}
.apps_featured_slide {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 448px;
  height: 276px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #5a738c center / cover no-repeat;
}
.apps_featured_slide.is_active {
  display: block;
}
.apps_featured_shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 106px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  border-radius: 0 0 3px 3px;
}
.apps_featured_info {
  position: absolute;
  left: 20px;
  bottom: 17px;
  width: 300px;
  z-index: 2;
}
.apps_featured_title {
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}
.apps_featured_desc {
  display: block;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.apps_featured_play {
  position: absolute;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  background: #5d84b1;
  color: #fff;
  border-radius: 2px;
  padding: 6px 21px 7px;
  font-size: 1.1em;
  line-height: 13px;
}
.apps_featured_side {
  float: left;
  width: 139px;
  height: 276px;
  margin-left: 9px;
  overflow: hidden;
  position: relative;
}
.apps_featured_thumb {
  display: block;
  height: 40px;
  margin: 0 0 9px;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
}
.apps_featured_thumb:hover,
.apps_featured_thumb.is_active {
  background: #ebeff2;
  text-decoration: none;
}
.apps_featured_thumb_pic {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #dce4ec center / cover no-repeat;
}
.apps_featured_thumb_title {
  display: table-cell;
  height: 35px;
  width: 85px;
  vertical-align: middle;
  color: #45688e;
  line-height: 1.15em;
  padding: 2px 0 0 7px;
  overflow: hidden;
}

/* Carousel */
.apps_carousel {
  position: relative;
  padding: 6px 0 0;
}
.apps_carousel_viewport {
  position: relative;
  width: 567px;
  height: 195px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.apps_carousel_track {
  white-space: nowrap;
  margin: 0 -6px;
  transition: transform 0.25s ease;
}
.apps_carousel_item {
  display: inline-block;
  width: 128px;
  vertical-align: top;
  margin: 5px 6px 14px;
  white-space: normal;
}
.apps_carousel_nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 18px;
  height: 29px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.35;
  z-index: 3;
}
.apps_carousel_nav:hover {
  opacity: 0.8;
}
.apps_carousel_nav:disabled {
  opacity: 0.12;
  cursor: default;
}
.apps_carousel_prev {
  left: 8px;
}
.apps_carousel_next {
  right: 8px;
}
.apps_carousel_prev::before,
.apps_carousel_next::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 4px auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.apps_carousel_prev::before {
  border-right: 10px solid #597da3;
}
.apps_carousel_next::before {
  border-left: 10px solid #597da3;
}

/* CSS icon themes (no archive art) */
.apps_icon_farm .apps_card_pic,
.apps_icon_farm.apps_featured_slide,
.apps_icon_farm.apps_featured_thumb_pic {
  background: linear-gradient(180deg, #7ec8ef 0%, #7ec8ef 42%, #5aa84a 42%, #4a8f3c 100%);
}
.apps_icon_war .apps_card_pic,
.apps_icon_war.apps_featured_slide,
.apps_icon_war.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #4a5a4a 0%, #2f3a2f 55%, #1c241c 100%);
}
.apps_icon_strategy .apps_card_pic,
.apps_icon_strategy.apps_featured_slide,
.apps_icon_strategy.apps_featured_thumb_pic {
  background: linear-gradient(145deg, #6b7c93 0%, #3d4d63 100%);
}
.apps_icon_space .apps_card_pic,
.apps_icon_space.apps_featured_slide,
.apps_icon_space.apps_featured_thumb_pic {
  background: linear-gradient(180deg, #1a2744 0%, #3a1a4a 60%, #6a2040 100%);
}
.apps_icon_racing .apps_card_pic,
.apps_icon_racing.apps_featured_slide,
.apps_icon_racing.apps_featured_thumb_pic {
  background: linear-gradient(120deg, #e05a2b 0%, #222 45%, #444 100%);
}
.apps_icon_tank .apps_card_pic,
.apps_icon_tank.apps_featured_slide,
.apps_icon_tank.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #5a6a3a 0%, #2a3520 100%);
}
.apps_icon_candy .apps_card_pic,
.apps_icon_candy.apps_featured_slide,
.apps_icon_candy.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #ff8fb8 0%, #ff5e8a 50%, #ffd56b 100%);
}
.apps_icon_sword .apps_card_pic,
.apps_icon_sword.apps_featured_slide,
.apps_icon_sword.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #4a3a6a 0%, #2a1a3a 100%);
}
.apps_icon_logic .apps_card_pic,
.apps_icon_logic.apps_featured_slide,
.apps_icon_logic.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #5b9bd5 0%, #2f5f8f 100%);
}
.apps_icon_board .apps_card_pic,
.apps_icon_board.apps_featured_slide,
.apps_icon_board.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #3a7a4a 0%, #1f4a2a 100%);
}
.apps_icon_sim .apps_card_pic,
.apps_icon_sim.apps_featured_slide,
.apps_icon_sim.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #708090 0%, #3a4650 100%);
}
.apps_icon_rpg .apps_card_pic,
.apps_icon_rpg.apps_featured_slide,
.apps_icon_rpg.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #8b4513 0%, #3d1f0a 100%);
}
.apps_icon_arcade .apps_card_pic,
.apps_icon_arcade.apps_featured_slide,
.apps_icon_arcade.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #ff6b35 0%, #c23a1a 100%);
}
.apps_icon_shooter .apps_card_pic,
.apps_icon_shooter.apps_featured_slide,
.apps_icon_shooter.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #3a3a3a 0%, #111 100%);
}
.apps_icon_app .apps_card_pic,
.apps_icon_app.apps_featured_slide,
.apps_icon_app.apps_featured_thumb_pic {
  background: linear-gradient(160deg, #8aa4bf 0%, #56708a 100%);
}

@media (max-width: 700px) {
  .apps_featured_main {
    width: 100%;
    float: none;
  }
  .apps_featured_slide {
    width: 100%;
  }
  .apps_featured_side {
    display: none;
  }
  .apps_featured {
    height: auto;
  }
  .apps_carousel_viewport {
    width: 100%;
  }
  .apps_search input {
    width: 160px;
  }
}
