@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBlack";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
body, html {
  font-size: 12pt;
  margin: 0px;
  width: 100%;
  color: #1F2024;
  line-height: 1.6;
  background: #eee;
  border: none;
  text-align: center;
  background: #eee url(../pic/bg2.png) repeat center center;
  background-size: 400px auto;
  background-attachment: fixed;
  padding: 0px 10px;
  min-width: 960px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 400px;
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -moz-linear-gradient(top, #fff, transparent);
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent); }

strong {
  font-weight: 700; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

h1 {
  margin: 0px;
  line-height: 1.6;
  font-size: 20px; }

h2 {
  margin: 0px;
  line-height: 1.6;
  font-size: 20px; }

h3 {
  font-size: 160%;
  text-transform: uppercase; }

h4 {
  font-size: 160%;
  color: #2B303B;
  margin: 0px;
  line-height: 1; }

.site_head {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  color: #D45500;
  margin: 0px auto;
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative; }
  .site_head > div {
    flex: 1; }
    .site_head > div.logo {
      flex: 0 152px; }
  .site_head small {
    color: #D45500; }
  .site_head .menu {
    text-align: left; }
    .site_head .menu > div > a {
      display: inline-block;
      margin-right: 20px;
      font-weight: bold;
      text-transform: uppercase;
      white-space: nowrap; }
    .site_head .menu .drop_link {
      display: inline-block;
      margin-right: 20px;
      font-weight: bold;
      text-transform: uppercase;
      white-space: nowrap;
      -ms-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none; }
      .site_head .menu .drop_link > div {
        position: absolute;
        background-color: #FFCC00;
        z-index: 2;
        overflow: hidden;
        margin-left: -20px;
        margin-top: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
        -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ; }
        .site_head .menu .drop_link > div a {
          display: block;
          padding: 5px 20px;
          font-weight: normal;
          text-transform: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -ms-transition: 0.4s;
          -o-transition: 0.4s; }
          .site_head .menu .drop_link > div a:first-child {
            border-top: none; }
          .site_head .menu .drop_link > div a:last-child {
            border-bottom: none; }
          .site_head .menu .drop_link > div a:hover {
            background-color: rgba(212, 85, 0, 0.1); }
  .site_head .search {
    white-space: nowrap; }
    .site_head .search button {
      border: 0px;
      margin: 0px;
      background: none;
      font-size: 24px;
      color: #D5DDDF; }
      .site_head .search button:after {
        display: none; }
    .site_head .search input {
      width: 200px; }
      .site_head .search input:focus {
        width: 60%; }

.column_left {
  text-align: left; }

.category {
  text-align: left;
  background-color: #FFCC00;
  margin-right: 20px; }
  .category a {
    display: block;
    font-weight: normal;
    text-transform: none;
    padding: 0px 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .category a:hover span {
      color: #D45500; }
    .category a span {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 10px 0px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
    .category a:first-child span {
      border-top: none; }
    .category a:last-child span {
      border-bottom: none; }
    .category a.selected span {
      color: #D45500;
      font-weight: bold; }

.tags {
  padding: 10px;
  margin-right: 20px;
  background-color: #EEEFEF;
  text-align: justify; }
  .tags a {
    display: inline-block;
    margin: 5px;
    background-color: #727985;
    padding: 4px 12px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    .tags a:hover {
      background-color: #D45500; }
    .tags a:active span {
      color: #FFCC00 !important; }
    .tags a.selected {
      background-color: #D45500;
      color: #fff; }

.content_line {
  background-color: #D45500;
  position: relative;
  width: 100%;
  max-width: 1200px;
  color: #fff;
  margin: 0px auto;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .content_line .dop_links a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .content_line .dop_links a:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .content_line .logo {
    text-align: center; }
    .content_line .logo a {
      display: block;
      margin: 0px auto;
      margin-top: -180px;
      background: url(../pic/logo.svg) no-repeat left center;
      width: 240px;
      height: 184px;
      background-size: contain; }
  .content_line .auth_bt {
    background-color: #FFCC00;
    color: #2B303B;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) ;
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) ;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) ; }
    .content_line .auth_bt span {
      margin-right: 10px; }
  .content_line .user_bt {
    cursor: pointer;
    display: inline-block; }
    .content_line .user_bt span {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 26px;
      margin-right: 10px;
      margin-left: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .content_line .user_bt small {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 20px;
      margin-right: 10px; }
    .content_line .user_bt strong {
      display: inline-block;
      vertical-align: middle; }
    .content_line .user_bt > div {
      text-align: left;
      position: absolute;
      background-color: #FFCC00;
      z-index: 2;
      overflow: hidden;
      margin-left: -20px;
      margin-top: 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
      -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ; }
      .content_line .user_bt > div a {
        display: block;
        padding: 5px 20px;
        font-weight: normal;
        text-transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s; }
        .content_line .user_bt > div a:first-child {
          border-top: none; }
        .content_line .user_bt > div a:last-child {
          border-bottom: none; }
        .content_line .user_bt > div a:hover {
          background-color: rgba(212, 85, 0, 0.1); }

.site {
  background-color: #fff;
  color: #2B303B; }

.item {
  display: flex;
  width: 100%;
  padding-bottom: 10px; }
  .item .link_img {
    display: inline-block;
    margin-bottom: 10px; }
    .item .link_img img {
      width: 120px;
      height: 91px;
      border: 1px solid #D5DDDF;
      display: block; }
    .item .link_img:hover .play_bt {
      background-color: #FFCC00;
      color: #2B303B; }
  .item .desc {
    padding: 0px 20px 0px 10px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .item .desc small {
      display: block; }
  .item .play_bt {
    background-color: #D45500;
    display: inline-block;
    color: #fff;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px;
    font-size: 12px;
    width: 122px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
  .item .rate_mini {
    white-space: nowrap;
    color: #D5DDDF;
    font-size: 12px;
    flex: 0 36px; }
    .item .rate_mini .icon-star, .item .rate_mini .icon-star_half {
      color: #FFCC00; }
  .item .item_info {
    flex: 1; }

.game {
  background-color: #000;
  color: #fff; }
  .game .column {
    padding: 20px; }
  .game #flash {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative; }
    .game #flash embed {
      height: 100%;
      width: 100%;
      min-height: 480px;
      min-width: 640px;
      background-color: #000;
      border: none; }
  .game .to_fullscreen {
    display: inline-block; }
    .game .to_fullscreen span {
      margin-left: 10px;
      font-size: 32px;
      vertical-align: middle;
      display: inline-block;
      color: #EEEFEF;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
    .game .to_fullscreen small {
      display: inline-block;
      vertical-align: middle;
      color: #D5DDDF;
      font-size: 14px; }
    .game .to_fullscreen:hover span {
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
  .game .to_my_game, .game .out_my_game {
    display: inline-block; }
    .game .to_my_game span, .game .out_my_game span {
      margin-right: 10px;
      font-size: 24px;
      width: 24px;
      vertical-align: middle;
      display: inline-block;
      color: #EEEFEF;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
    .game .to_my_game small, .game .out_my_game small {
      display: inline-block;
      vertical-align: middle;
      color: #D5DDDF;
      font-size: 14px; }
    .game .to_my_game:hover span, .game .out_my_game:hover span {
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
    .game .to_my_game.to_my_game:hover span, .game .out_my_game.to_my_game:hover span {
      color: #FFCC00; }
    .game .to_my_game.out_my_game span, .game .out_my_game.out_my_game span {
      color: #FFCC00; }
    .game .to_my_game.out_my_game:hover span, .game .out_my_game.out_my_game:hover span {
      color: #BF360C; }
  .game .rate {
    white-space: nowrap; }
    .game .rate small {
      color: #727985; }
    .game .rate button {
      margin: 0px;
      padding: 0px;
      display: inline-block;
      display: inline-block;
      background: none;
      border: none;
      font-size: 18px; }
      .game .rate button span {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s; }
      .game .rate button .icon-star, .game .rate button .icon-star_half {
        color: #FFCC00; }
      .game .rate button .icon-star_border {
        color: #D5DDDF; }
      .game .rate button.selected span {
        color: #D45500 !important; }
    .game .rate .my-rate {
      color: #D45500;
      display: inline-block;
      width: 12px;
      text-align: right; }

.game_description {
  padding: 20px;
  background-color: #D5DDDF;
  color: #2B303B;
  text-align: left; }
  .game_description .download {
    margin: 0px;
    display: inline-block;
    background-color: #FFCC00; }
    .game_description .download span {
      margin-right: 10px; }

.game_comments {
  padding: 20px;
  background-color: #fff;
  color: #2B303B;
  text-align: left; }

.drop_menu {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .drop_menu > div {
    position: absolute;
    background-color: #FFCC00;
    z-index: 2;
    overflow: hidden;
    margin-left: -20px;
    margin-top: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) ; }
    .drop_menu > div a {
      display: block;
      padding: 5px 20px;
      font-weight: normal;
      text-transform: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
      .drop_menu > div a:first-child {
        border-top: none; }
      .drop_menu > div a:last-child {
        border-bottom: none; }
      .drop_menu > div a:hover {
        background-color: rgba(212, 85, 0, 0.1); }

.pay_form {
  padding: 20px;
  text-align: left; }
  .pay_form small {
    display: block; }
  .pay_form input {
    display: block;
    margin: 0px; }
  .pay_form > div {
    padding: 10px 0px; }
  .pay_form button {
    margin: 0px; }

.chat .block_message > div {
  padding: 20px; }
  .chat .block_message > div:nth-child(even) {
    background-color: #fafafa; }
  .chat .block_message > div img {
    vertical-align: middle; }
  .chat .block_message > div a {
    color: #D45500;
    border-bottom: 1px solid #D45500; }
.chat > div .user {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .chat > div .user:hover .name {
    color: #D45500; }
  .chat > div .user .avatar {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .chat > div .user .name {
    padding: 0px 10px;
    line-height: 1.2; }
    .chat > div .user .name small {
      display: block; }
.chat > div .comment {
  padding: 10px 0px 0px 42px;
  font-size: 16px; }
.chat .write_chat {
  border: 1px solid #fafafa;
  margin: 10px 0px; }
  .chat .write_chat textarea {
    width: 100%;
    margin: 0px;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box; }
  .chat .write_chat > div {
    background-color: #fafafa; }
  .chat .write_chat button.send {
    margin: 0px;
    border: none;
    text-transform: uppercase;
    background-color: #D45500;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .chat .write_chat button.send span {
      margin-left: 10px;
      margin-top: -4px; }

.smiles {
  display: inline-block; }
  .smiles > p {
    padding-left: 28px;
    height: 40px;
    background: url(../emote/face-laughing.svg) no-repeat left center;
    background-size: 24px;
    cursor: pointer;
    display: block;
    margin-left: 10px;
    display: flex;
    align-items: center; }
    .smiles > p span {
      color: #D5DDDF;
      position: relative;
      display: block; }
  .smiles > div {
    position: absolute;
    background-color: #fff;
    width: 288px;
    margin-left: -20px;
    border: 2px solid #D5DDDF; }
    .smiles > div a {
      display: block;
      float: left;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 26px;
      line-height: 0;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
      .smiles > div a:hover {
        background-color: #EEEFEF; }
    .smiles > div:after {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      margin-top: 146px;
      margin-left: 31px;
      border: 8px solid transparent;
      border-top: 8px solid #D5DDDF; }

.game_setup {
  cursor: pointer;
  color: #D45500;
  margin-right: 20px;
  float: left;
  vertical-align: middle;
  font-size: 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .game_setup:hover {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }

.edit_name_desc {
  text-align: left;
  padding: 0px 20px 0px 10px; }
  .edit_name_desc small {
    display: block; }
  .edit_name_desc input {
    width: 100%;
    margin: 0px; }
  .edit_name_desc textarea {
    width: 100%;
    margin: 0px; }
  .edit_name_desc button {
    margin: 0px; }
  .edit_name_desc .icon-delete_forever {
    color: #BF360C;
    font-size: 24px;
    cursor: pointer; }

.edit_tags_game {
  text-align: left; }
  .edit_tags_game small {
    display: block; }
  .edit_tags_game input {
    width: 100%;
    margin: 0px; }
  .edit_tags_game .icon-add {
    float: right;
    color: #D5DDDF;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .edit_tags_game .icon-add:hover {
      color: #D45500; }
  .edit_tags_game .edit_all_tags {
    padding-top: 10px; }
    .edit_tags_game .edit_all_tags p {
      display: inline-block;
      font-size: 12px;
      padding: 2px 6px;
      background-color: #D5DDDF;
      cursor: pointer;
      margin: 4px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s; }
      .edit_tags_game .edit_all_tags p:hover {
        background-color: #EEEFEF;
        color: #2B303B; }
      .edit_tags_game .edit_all_tags p.selected {
        background-color: #FFCC00; }

.orline {
  white-space: nowrap;
  text-align: center;
  margin: 0px auto; }
  .orline span {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    color: #727985;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase; }
  .orline:before, .orline:after {
    content: '';
    width: 100px;
    display: inline-block;
    height: 1px;
    background-color: #D5DDDF;
    vertical-align: middle; }

.notfound {
  width: 100%; }
  .notfound span {
    display: block;
    background: url(../pic/404.svg) no-repeat center 20px;
    background-size: auto 200px;
    padding-top: 240px; }

.pay_splash {
  position: absolute;
  position: fixed;
  z-index: 2;
  background-color: rgba(255, 204, 0, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pay_splash .content {
    background-color: #fff;
    max-width: 400px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1) ;
    -moz-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1) ;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1) ; }
    .pay_splash .content h1 {
      padding: 20px;
      display: block;
      font-size: 36px;
      background-color: #D45500;
      color: #fff;
      text-align: center; }
    .pay_splash .content p {
      padding: 20px; }
    .pay_splash .content .icon-polymer {
      display: block;
      text-align: center;
      padding: 20px 0px;
      color: #D5DDDF; }
    .pay_splash .content button {
      margin: 0px; }

.by_vip {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px !important;
  background-color: #FFCC00;
  font-size: 12px;
  color: #000 !important;
  margin-left: 10px;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .by_vip:hover {
    background-color: #FFCC00 !important;
    color: #D45500 !important; }

.small_font {
  font-size: 12px; }

/*# sourceMappingURL=site.css.map */
