﻿button {
    cursor: pointer;
}
.p-0_30 {
    padding: 0 30px;
}

.fag-area {
    position: relative;
}

.fag-games-area {
    padding-top: 100px;
}

.top-layer-2 {
    content: '';
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 74px;
    background: url(../img/pattern-1_1.png) center bottom repeat-x;
    z-index: 2;
}

.randGames .games-single-item {
    background: #101010;
}

.header_menu li a {
    font-weight: bold;
}

.dropdown ul {
    background: rgb(0 0 0);
}

.user_menu {
    background: rgba(0 0 0) !important;
}

.user_menu:after {
    left: auto;
    right: 20px;
    border-bottom-color: #080811;
}

.user_menu li a {
    font-size: 15px;
    text-transform: none;
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.dropdown .user_menu {
    min-width: 200px;
}

.login-wrapper form {
    margin-bottom: 0 !important;
}

.socials-wrapper {
    margin-top: 25px;
}

.login_form__foot {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.login_form__foot a {
    text-transform: none;
    font-weight: 400;

}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0vh;
    background-color: transparent;
    overflow: hidden;
    transition: background-color 0.25s ease;
    z-index: 9999;
}

.modal.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.25s;
}

.modal.open>.content-wrapper {
    transform: scale(1);
}

.modal .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #0d0e1b;
    border-radius: 0.3125rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.8);
    transform: scale(0);
    transition: transform 0.25s;
    transition-delay: 0.15s;
}

.modal .content-wrapper .close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    transition: 0.25s linear;
    z-index: 1;
}

.modal .content-wrapper .close:before,
.modal .content-wrapper .close:after {
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 0.125rem;
    background-color: #107c10;
}

.modal .content-wrapper .close:before {
    transform: rotate(-45deg);
}

.modal .content-wrapper .close:after {
    transform: rotate(45deg);
}

.modal .content-wrapper .close:hover {
    transform: rotate(360deg);
}

.modal .content-wrapper .close:hover:before,
.modal .content-wrapper .close:hover:after {
    background-color: tomato;
}

.modal .content-wrapper .modal-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 0 1.25rem;
}

.modal .content-wrapper .modal-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.modal .content-wrapper .content {
    position: relative;
    display: flex;
}

.modal .content-wrapper .content p {
    font-size: 0.875rem;
    line-height: 1.75;
}

.modal .content-wrapper .modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 1.875rem 0 0;
}

.modal .content-wrapper .modal-footer .action {
    position: relative;
    margin-left: 0.625rem;
    padding: 0.625rem 1.25rem;
    border: none;
    background-color: slategray;
    border-radius: 0.25rem;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
}

.modal .content-wrapper .modal-footer .action:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.25s;
    z-index: 0;
}

.modal .content-wrapper .modal-footer .action:first-child {
    background-color: #2ecc71;
}

.modal .content-wrapper .modal-footer .action:last-child {
    background-color: #e74c3c;
}

.modal .content-wrapper .modal-footer .action:hover:before {
    width: 100%;
}

.login-wrapper .login_user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    background: #0d0e1b;
    border: 3px solid #107c10;
}

.login-wrapper .socials-wrapper>ul {
    left: 0;
    width: 100%;
    border-top: 3px solid #ff7a21;
    padding: 8px;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.8);
}

.login-wrapper {
    border-top: 3px solid #107c10;
}

.socials-wrapper>p {
    margin-bottom: 0;
}

.game-price h4 {
    font-size: 18px;
}

.preorder-box p {
    font-size: 20px;
    text-transform: uppercase;
}

.post-small .blog-image img {
    object-fit: cover;
}

.games-desc h3 {
    font-size: 15px;
    font-weight: 500;
}

.games-desc .game-meta a {
    font-size: 0;
    display: none;
    color: #07b107;
}

.games-desc .game-meta a:hover {
    color: #fff;
}

.games-desc .game-meta a:first-child {
    display: inline-block;
    font-size: inherit;
}

.games-desc p {
    text-transform: none;
}

.rate_stars {
    display: flex;
    justify-content: center;
}

.rate_stars a {
    transition: none;
}

.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
    background-image: url(../img/stars.png);
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}

.post-small .blog-text h3 {
    font-size: 20px;
}

.pages {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-flex;
}

.pages>* {
    margin-right: 10px;
}

.pages>*:last-child {
    margin-right: 0;
}

.pages span {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #ff7a21 none repeat scroll 0 0;
}

.pages a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #080811 none repeat scroll 0 0;
}

.pages a:hover {
    background: #ff7a21 none repeat scroll 0 0;
}

.ui-dialog {
    z-index: 1000;
    background-color: #0d0e1b;
    box-shadow: #080811 0 0 50px;
    background-color: #0d0e1b;
}

.ui-dialog-content {
    border: none;
}

.ui-dialog-titlebar-close {
    font-size: 0;
}

.ui-button {
    background-color: #ff7a21;
}

.ui-dialog-titlebar-close {
    padding: 0;
    height: 32px;
}

.uploadedfile .info {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.details-genre a {
    
}

.details-genre a:hover {
    color: #fff;
}

.details-genre a::after {
    content: ',';
}

.details-genre a:last-child::after {
    content: '';
}

.single_game_price h4 {
    font-size: 32px;
}

.single_game_price {
    text-align: center;
}

.details-banner-thumb img {
    width: 230px;
height:300px;
z-index:9;
border: solid 2px #670082;

}

.single_game_meta .details-genre {
    margin-bottom: 20px;
}

.single_game_meta p {
    margin-bottom: 10px;
}

.details-banner-action a.fag-btn {
    width: 100%;
    text-align: center;
}

.details-time-left i {
    margin-right: 10px;
}

.details_game-rating {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.details-banner-info {
    padding-right: 100px;
}

.details-banner-action {
    text-align: center;
}

.details-banner-action.edit a {
    font-size: 14px;
    color: #ff7a21;
}

.details-banner-action.edit a:hover {
    color: #ffffff;
}

#dropmenudiv {
    background-color: #080811;
}

#dropmenudiv a:hover {
    background: #ff7a21;
    color: #ffffff;
}

.tab-body {
    hyphens: auto;
}

.videoWrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screens_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
   
background: #0a0a0a;
justify-content: center;
}

.screens_block a {
    flex: 0 0 33%;
    max-width: 33%;

}

.screens_block a img {
    padding: 10px;
    display: block;
height:auto;
}

.highslide-controls a {
    transition: none;
}

.comment-info h4 a {
    color: #ffffff;
}

.comment-info .rate_stars {
    display: inline-flex;
    position: relative;
    bottom: -5px;
    margin-right: 20px;
}
.comment-field .form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.comment-field .form-group .combo_field {
    width: 48%;
}

.mass_comments_action {
    display: none;
}
.options_comm {
    float: right;
}
.options_comm a {
    color: #333;
    display: inline-block;
    margin-left: 5px;
}
.options_comm a:hover {
    color: #ff7a1f;
}
.gray-theme.fr-toolbar.fr-top,
.fr-wrapper,
.gray-theme.fr-box.fr-basic .fr-element {
    background: #0d0e1b !important;
}
.gray-theme.fr-toolbar .fr-command.fr-btn,
.gray-theme.fr-popup .fr-command.fr-btn {
    color: #333;
}
.fr-toolbar.gray-theme.fr-ltr.fr-desktop.fr-top.fr-basic button:hover {
    color: #ff7a1f;
    background: #0d0e1b !important;
}
.gray-theme .fr-separator {
    background: #0a0b15;
}
.gray-theme.fr-box.fr-basic .fr-element {
    color: #fff;
}
.gray-theme.fr-toolbar.fr-top {
    background: #0b0c15 !important;
}
.gray-theme.fr-box .fr-counter {
    color: #333;
    background: #0b0c15;
    border-top: none;
    border-left: none;
}
.fr-wrapper li,
.tab-body {
    list-style-type: inherit;
}
.fag-leave-comment form input {
    width: auto;
}

.news-sidebar-item form input {
    padding: 0px 20px;
}

.recent-text h4 {
    font-size: 14px;
    line-height: 22px;
}
.recent-img img {
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}
.fag-news-page-area .pagination-box-row {
    text-align: center;
}
.quote,
blockquote {
    background: transparent;
    border: none;
    padding: 15px 30px !important;
    border-left: 4px solid #ff7a21;
    color: #c4c4c4;
    font-style: italic;
}
.addform {
    padding: 30px 30px 30px 30px;
    background: #080811 none repeat scroll 0 0;
    border-radius: 30px;
}
.addform .fr-toolbar.gray-theme.fr-ltr.fr-desktop.fr-top.fr-basic button {
    color: #8b9990;
}
.addform input[type="text"] {
    background: #0d0e1b;
    border: 0;
    padding: 7px 12px;
    color: #ffffff;
}
select,
textarea {
    background: #2b2b2b;
    border: 0;
    color: #8b9990;
padding: 0px 2px 0px 2px;
}
select#category {
    width: 100% !important;
    background: #0d0e1b;
    color: #8b9990;
    border: 0;
}
#sec_code {
    color: #ffffff;
    margin-top: 0;
}
.btn,
.bbcodes,
.btn-border {
    background-color: #ff7a21 !important;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #ff7a21;
}
.btn-border:hover {
    box-shadow: none;
}
#lostname {
    background: #0d0e1b;
    color: #8b9990;
    border: 0;
    margin-top: 0;
}

#pm-menu {
    margin-bottom: 20px;
}
#pm-menu a {
    background-color: #ff7a21;
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
}
.addpm {
    margin-top: 30px;
}
.ui-corner-all {
    margin: 5px;
}

.stat_group {margin: 30px 0;}
.usinf li {
    display: flex;
}
.ui-c1 {flex: 0 0 200px; max-width: 200px;}

.games-category #allEntries {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.games-category #allEntries {
    display: flex;
    flex-wrap: wrap;
}
.games-category #allEntries form {
    width: 100%;
}
.games-thumb-image img {
    width: 182px;
    height: 269px;
    
}
.games-category .games-thumb-image img {
    height: 269px;
}


}
.games-thumb-imageinf img {
    width: 100%;
    height: 300px;
    
}
.games-category .games-thumb-imageinf img {
    height: 300px;
}


.games-category [id*="entryID"] {
   position: relative;
width: 100%;
min-height: 1px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


/*=============================================================*/
/* PAGINATION
/*=============================================================*/
.pagination {display: block;text-align: center;margin-top: 15px;}
.paging-wrapper-bottom {margin-bottom: 30px !important;display: flex;justify-content: center;}
#pagesBlock1, .pagesBlock1, .pagesBlockuz1, .pagesBlockuz2 {font-size: 16px;display: inline-flex !important;align-items: center;flex-wrap: wrap;}
/* -- active -- */
.pgSwchA b,
.swchItemA span,
.swchItemA1 span{
   display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #545454 none repeat scroll 0 0;
    margin: 0 5px;
    text-align: center;
}
/* -- no active -- */
.pgSwch span, .swchItem span, a.swchItem1, .swchItemDots {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #212121 none repeat scroll 0 0;
    margin: 0 5px;
    text-align: center;
}
.pgSwch:hover span,
.swchItem:hover span,
a.swchItem1:hover{background: #464646 none repeat scroll 0 0;}

/*=============================================================*/
/* QUOTE
/*=============================================================*/
.bbQuoteBlock {border-left: 5px solid #e25d2f;background: #080811;padding:12px 15px;margin-top: 20px;}
.quoteMessage {border: 0 !important; max-height: none !important;overflow: visible !important;font-size: 17px;}
.bbQuoteName {display: none;}

/*=============================================================*/
/* X-UNSELECTABLE
/*=============================================================*/
.x-unselectable {position:relative;}
#uCatsMenu7 {left: 0% !important;top: 40px !important;margin-left: 0px;width: 100%;}
.x-unselectable {width: 100%;}
.x-selectable.u-comboedit.u-comboeditimg {background: #0d0e1b !important; color: #fff !important;}
.u-combolist {color: inherit !important;border: none !important;border-top: 0px;background: #0d0e1b !important;height: auto !important; max-height: 350px !important;overflow: auto;padding: 2px;box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15);font-size: inherit !important;border-radius: 0 0 0px 0px;display: flex;flex-wrap: wrap;box-shadow: rgba(23, 32, 42, 0.08) 0px 0px 0px 5px;}
.u-combolist > div {flex: 1;min-width: 50%;max-width: 50%;padding: 2px 0;border: 1px solid transparent;display: flex;}
.u-combolist > div:hover {background: #107c10 !important;color: #eef1ee !important;border: 1px solid transparent !important;}
.u-combolist > div[style*="padding:1px"] {width: 100%;display: block;min-width: 100%;padding: 10px !important;background: #2a2a2b;margin-top: 20px;}
.u-combolist > div[style*="padding:1px"]:first-child {margin-top:0;}
.u-combolist > div[style*="padding:1px"]:last-child {margin-bottom:20px;}
.u-combolist > div label {margin-bottom: 0;}
.u-combolist > div input:focus {outline:none; border:none;}
.u-combolist > div input + label {margin-left: 5px; flex: 1 auto;}
.u-combolist > div input[checked] + label{background:#107c10; color:#fff;padding:3px 10px;flex:1 auto;margin-left:5px}
.u-combolist > div input[name="ocat"][data-parentid] {margin: 3px 0 0 15px !important;position: relative;top: -1px;}
.u-comboedit {color: inherit !important;}

/*=============================================================*/
/* SITEPAGE /index/ (Страницы сайта)
/*=============================================================*/
div[style="float:right;border:1px solid #B4BDC3;background:#F0F3F5;padding:2px;"] {border:none !important; background:transparent !important;}
div[style="float:right;border:1px solid #B4BDC3;background:#F0F3F5;padding:2px;"] img {border-radius: 4px;}

/*=============================================================*/
/* CAPTCHA
/*=============================================================*/
.captcha-block, .myWinCont .captcha-block {justify-content: left !important;}


.codeButtons, #iplus input[type="button"] {width:auto !important; padding: 5px 10px !important;min-width: 35px;line-height: 21px !important;}
div[id*="imblock"]+span{padding:4px 7px!important;background:#e25d2f;color:#fff;border-radius:4px;margin-right:4px;font-size:12px}
div[id*="imblock"] + span::before {content:"Изображение "}
ul.form-fields [type="file"] {width: auto !important;}
hr, hr.mainHr { border: 0;
 border-bottom: 1px dashed #ccc;
 background: #343434;;margin: 7px 0;}
ul[id*="uStarRating"] a {transition: none;}
input.allUsersBtn, input.uSearchFlSbm {width:auto !important;}
.uTable.user-list td.uTd {padding: 10px 0;}

.codeButtons {
    background: #0d0e1b;
    border: 0;
    margin-bottom: 5px;
    color: #107c10;
}

.details-banner-info h3 span.single_rating {
    position: absolute;
    font-size: 16px;
    margin-left: 10px;
    color: #eee;
    width: 60px;
    padding: 6px 10px;
    display: flex;
    left: 100%;
    top: 0;
}

#socail_details, .com-order-block {display:none;}

.news-sidebar-item .catsTable a {color: #999;}
.news-sidebar-item .catsTable a:hover {color:#ffffff}
.news-sidebar-item .catsTable .catName::before, .news-sidebar-item .catsTable .catNameActive::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ff7a21;
    margin-right: 5px;
}
.news-sidebar-item .catsTable .catNameActive {color: #ffffff;}
.news-sidebar-item .catsTd {padding: 8px 0 0 0;}
.news-sidebar-item .catsTd .catNumData {float: right;}
.news-sidebar-item h3 {margin-bottom: 5px;}
