/**
 * ****************************************************************************
 * CSS SITEMAP
 * ****************************************************************************
 * 1. BASE
 * -- 1.0. Container & Layout
 * -- 1.1. Header
 * -- 1.2. Main
 * --- 1.2.0 Slider
 * --- 1.2.1 PNG Box
 * --- 1.2.2 Bottom Box
 * -- 1.3. Footer
 * -- 1.4. Single Page
 * --- 1.4.0 Comment
 * -- 1.5. Profile
 * -- 1.6. Light Mode
 * -- 1.7. Responsive
 * -- 1.8. Sing-in & Up Modal
 * -- 1.9. 404 Page
 * -- 2.0. Wordpres Core
 * -- 2.1. CSS Sprite(s)
 * -- 2.2. Loader
 */

/**
 * ============================================================================
 * 1. BASE
 * ============================================================================
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #000000;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "proxima_novaregular";
}

html {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    font-family: "proxima_novaregular";
}

i {
    text-rendering: optimizeLegibility !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tooltip {
    font-size: 11px;
}

/**
 * ============================================================================
 * 1.0 Container & Layout
 * ============================================================================
 */

.container {
    max-width: 100%;
    margin-left: 75px;
    width: calc(100% - 75px);
}

.container::after {
    content: "";
    clear: both;
    display: table;
}

.container-fluid {
    max-width: 100%;
}

.custom-gutter {
    margin-right: -5px;
    margin-left: -5px;
}
.custom-gutter > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-gutter > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.w94 {
    width: 94%;
    padding-right: 5px;
    padding-left: 5px;
}

.col-player1,
.col-sm-player1,
.col-md-player1,
.col-lg-player1,
.col-xl-player1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-player1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
}

@media (min-width: 540px) {
    .col-sm-player1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}

@media (min-width: 720px) {
    .col-md-player1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}

@media (min-width: 960px) {
    .col-lg-player1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}

@media (min-width: 1140px) {
    .col-xl-player1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}

.col-player2,
.col-sm-player2,
.col-md-player2,
.col-lg-player2,
.col-xl-player2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-player2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.04%;
    flex: 0 0 66.04%;
    max-width: 66.04%;
}

@media (min-width: 540px) {
    .col-sm-player2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.04%;
        flex: 0 0 66.04%;
        max-width: 66.04%;
    }
}

@media (min-width: 720px) {
    .col-md-player2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.04%;
        flex: 0 0 66.04%;
        max-width: 66.04%;
    }
}

@media (min-width: 960px) {
    .col-lg-player2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.04%;
        flex: 0 0 66.04%;
        max-width: 66.04%;
    }
}

@media (min-width: 1140px) {
    .col-xl-player2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.04%;
        flex: 0 0 66.04%;
        max-width: 66.04%;
    }
}

.col-player3,
.col-sm-player3,
.col-md-player3,
.col-lg-player3,
.col-xl-player3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-player3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.67%;
    flex: 0 0 14.67%;
    max-width: 14.67%;
}

@media (min-width: 540px) {
    .col-sm-player3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.67%;
        flex: 0 0 14.67%;
        max-width: 14.67%;
    }
}

@media (min-width: 720px) {
    .col-md-player3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.67%;
        flex: 0 0 14.67%;
        max-width: 14.67%;
    }
}

@media (min-width: 960px) {
    .col-lg-player3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.67%;
        flex: 0 0 14.67%;
        max-width: 14.67%;
    }
}

@media (min-width: 1140px) {
    .col-xl-player3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.67%;
        flex: 0 0 14.67%;
        max-width: 14.67%;
    }
}

.col-player4,
.col-sm-player4,
.col-md-player4,
.col-lg-player4,
.col-xl-player4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-player4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.29%;
    flex: 0 0 14.29%;
    max-width: 14.29%;
}

@media (min-width: 540px) {
    .col-sm-player4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.29%;
        flex: 0 0 14.29%;
        max-width: 14.29%;
    }
}

@media (min-width: 720px) {
    .col-md-player4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.29%;
        flex: 0 0 14.29%;
        max-width: 14.29%;
    }
}

@media (min-width: 960px) {
    .col-lg-player4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.29%;
        flex: 0 0 14.29%;
        max-width: 14.29%;
    }
}

@media (min-width: 1140px) {
    .col-xl-player4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.29%;
        flex: 0 0 14.29%;
        max-width: 14.29%;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-2dot7,
.col-sm-2dot7,
.col-md-2dot7,
.col-lg-2dot7,
.col-xl-2dot7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
}

@media (min-width: 540px) {
    .col-sm-2dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
    }
}

.ml-10 {
    margin-left: 100px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.vertical-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

/**
 * ============================================================================
 * 1.1 Header
 * ============================================================================
 */

.left-bar {
    background-color: #202530;
    width: 75px;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding-top: 30px;
}

.left-bar ul {
    margin: 0;
    padding: 0;
}

.left-bar ul li {
    list-style: none;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}

.left-bar ul li a {
    color: #fff;
}

.left-bar ul li a:hover {
    color: #fca311;
}

.left-bar ul li.active a {
    color: #fca311;
}

header {
    margin-top: 45px;
}

.header-band {
    background-color: #fca311;
    height: 40px;
    line-height: 40px;
    padding-left: 75px;
    font-size: 12px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header-social-menu {
    float: right;
}

.header-social-menu::after {
    content: "";
    clear: both;
    display: table;
}

.header-social-menu ul {
    margin: 0;
    padding: 0;
}

.header-social-menu ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
    font-size: 13px;
}

.header-social-menu ul li a {
    color: rgb(255 255 255 / 80%);
}

.header-social-menu ul li a:hover {
    color: #fff;
}

.header-1 {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-1 .vertical-center {
    height: 100px;
    position: relative;
}
.header-1::after {
    content: "";
    clear: both;
    display: table;
}

.header-1 .header-logo {
    float: left;
    width: 10%;
}

.header-1 .header-logo img {
    max-width: 100%;
    height: auto;
}

.header-1 .header-menu {
    float: left;
    width: 60%;
}

.header-1 .header-menu ul {
    margin: 0;
    padding: 0;
}

.header-1 .header-menu ul li {
    list-style: none;
    float: left;
    margin-left: 45px;
    position: relative;
    font-size: 14px;
}

.header-1 .header-menu ul li:hover a {
    color: #fca311;
}

.header-1 .header-menu ul li.current-menu-item a {
    color: #fca311;
}

.header-1 .header-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.header-1 .header-menu ul li.active::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 44px;
    width: 100%;
    background: url(../../dist/img/menu-shadow.png) no-repeat right 50%;
}

.header-1 .header-menu ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #202530;
    border-radius: 5px;
    width: 130px;
    z-index: 9;
}
.header-1 .header-menu ul li .sub-menu li {
    list-style: none;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    margin-left: 0px;
    width: 100%;
}
.header-1 .header-menu ul li:hover .sub-menu {
    display: block;
}
.header-1 .header-menu ul li .sub-menu li a {
    color: #fff;
}
.header-1 .header-menu ul li .sub-menu li:hover {
    background-color: #ff5252;
}

.header-1 .header-menu ul li .sub-menu li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-1 .header-menu ul li .sub-menu li:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-1 .header-search {
    float: left;
    width: 18%;
}

.header-1 .header-notification {
    float: left;
    width: 10%;
    text-align: center;
}

.header-1 .header-notification a {
    color: #fff;
    position: relative;
}

.header-1 .header-notification i {
    color: #fca311;
    font-size: 30px;
}

.bell-count {
    position: absolute;
    right: 0px;
    top: -10px;
    background-color: #000000;
    border-radius: 50%;
    font-size: 7px;
    width: 12px;
    height: 12px;
    padding: 1px;
    border: 1px solid #fca311;
}
.header-1 .header-user-menu {
    float: right;
    text-align: right;
    width: 12%;
    position: relative;
}

.header-1 .header-user-menu .user-img-header img {
    border-radius: 5px;
    border: 2px solid #fca311;
}

.header-1 .header-user-menu .user-img-header {
    width: 35px;
    float: left;
}

.header-1 .header-user-menu .user-img-name {
    float: left;
    width: calc(100% - 45px);
    margin-right: 10px;
    font-size: 12px;
    line-height: 35px;
}

.header-1 .header-user-menu-no-login {
    float: right;
    text-align: right;
    width: 20%;
    position: relative;
}

.header-1 .header-user-menu-no-login .user-img-header img {
    border-radius: 50%;
    border: 2px solid #fca311;
}

.header-1 .header-user-menu-no-login .user-img-header {
    width: 35px;
    float: left;
}

.header-1 .header-user-menu-no-login .user-img-name {
    float: left;
    width: calc(100% - 45px);
    margin-right: 10px;
    font-size: 12px;
    line-height: 35px;
}

.user-link-class {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-link-class a {
    color: #fff;
}

.header-1 .header-user-menu .user-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #202530;
    border-radius: 5px;
    width: 130px;
    z-index: 9;
}
.header-1 .header-user-menu .user-menu ul {
    margin: 0;
    padding: 0;
}

.header-1 .header-user-menu .user-menu ul li {
    list-style: none;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
}

.header-1 .header-user-menu .user-menu ul li:hover {
    background-color: #ff5252;
}

.header-1 .header-user-menu .user-menu ul li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-1 .header-user-menu .user-menu ul li:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-1 .header-user-menu .user-menu ul li a {
}

.header-1 .header-user-menu .user-img-name a {
    color: #fff;
}

.header-1 .header-user-menu::after {
    content: "";
    clear: both;
    display: table;
}

.header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.header-2::after {
    content: "";
    clear: both;
    display: table;
}

.header-2 .header-logo {
    float: left;
    width: 10%;
}

.header-2 .header-menu {
    float: left;
    width: 100%;
}

.header-2 .header-menu ul {
    margin: 0;
    padding: 0;
}

.header-2 .header-menu ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
    font-size: 13px;
}

.header-2 .header-menu ul li:hover a {
    color: #fca311;
}

.header-2 .header-menu ul li.mode {
    margin-right: 0px;
}

.header-2 .header-menu ul li.mode:hover a {
    color: #fff;
}
.header-2 .header-menu ul li.mode:hover a:hover {
    color: #fca311;
}

.header-2 .header-menu ul li.mode a.active {
    color: #fca311;
}

.header-2 .header-menu ul li.current-menu-item a {
    color: #fca311;
}

.header-2 .header-menu ul li i {
    color: #fca311;
}

.header-2 .header-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.header-2 .header-search {
    float: left;
    width: 15%;
}

.search-input {
    position: relative;
}

.search-input input {
    background-color: #202530;
    padding: 5px 15px;
    color: #fff;
    border: none;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 13px;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
}

.search-button button {
    background-color: #fca311;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
}

/**
 * ============================================================================
 * 1.2 Main
 * ============================================================================
 */

main {
}

.story-game .item img {
    border-radius: 50%;
}
.story-game .center img {
    border: 4px solid #fca311;
}

.post-box {
    background-color: #202530;
    border-radius: 5px;
}

.post-box img {
    -webkit-border-radius: 50px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-title {
    font-family: "proxima_novabold";
    font-size: 16px;
    position: relative;
}

.box-title span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    font-family: "proxima_novaregular";
}

.box-title span i {
    background: none;
    color: #fca311;
    font-size: inherit;
    width: auto;
    height: auto;
    line-height: inherit;
    border-radius: inherit;
    margin-right: 5px;
}

.box-title a {
    color: #fff;
    font-size: 13px;
}

.box-title i {
    background-color: #fca311;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.post-box-title {
    padding: 0px 5px;
    font-family: "proxima_novabold";
    font-size: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-box-liked {
    float: right;
    font-size: 10px;
    margin-right: 10px;
}
.post-box-title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-box-title a {
    color: #fff;
}
.post-box-title a:hover {
    color: #fca311;
}
.post-box-title span {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 13px;
    cursor: pointer;
    z-index: 9;
}

.post-box-title span i {
    color: #fff;
    opacity: 0.5;
}

.post-box-title span i:hover {
    color: #f20031;
    opacity: 1;
}

.post-box-title span i.active {
    opacity: 1;
    color: #f20031;
}
.post-box-star {
    color: #fca311;
    font-size: 11px;
    padding: 5px;
    position: relative;
}

.post-box-star::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 14px;
    width: 0.5px;
    background-color: #8f9297;
}

.post-box-star span {
    float: right;
    color: #fff;
    opacity: 0.5;
}

.post-box-description {
    font-size: 11px;
    padding: 5px;
    opacity: 0.7;
}

.avatar img {
    border-radius: 50%;
    position: relative;
    left: -5px;
    margin-left: -10px;
    z-index: 1;
}

.avatars {
}

.post-box-style-2 {
    background-color: #202530;
    border-radius: 5px;
    margin-top: 35px;
    padding-top: 60px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.post-box-style-2-img {
    top: -35px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.post-box-style-2-img img {
    border-radius: 10px;
}

.post-box-style-2-title {
    font-size: 16px;
    text-align: center;
    font-family: "proxima_novaextrabold";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-box-style-2-title a {
    color: #fff;
}
.post-box-style-2-title a:hover {
    color: #fca311;
}
.post-box-style-2 .cat1 {
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #fca311;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-box-style-2 .cat2 {
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #f20031;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-box-style-2 .post-box-style-2-star {
    color: #fca311;
    font-size: 12px;
    text-align: center;
}

.post-box-style-2 .post-box-style-2-view {
    font-size: 12px;
    text-align: center;
}

.post-box-style-2 .post-box-style-2-view i {
    color: #fca311;
}

.gallery-img img {
    border-radius: 5px;
}

.box-play {
    font-size: 13px;
    width: 100%;
}

.box-play a {
    width: 100%;
    background-color: #fca311;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.box-play a:hover {
}

.bpbox {
    background-color: #202530;
    border-radius: 5px;
    padding: 5px 10px 5px 0px;
}

.box-play-icon {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.box-play-icon img {
    max-width: 40px;
    border-radius: 5px;
    border: 3px solid #fca311;
}

.page-content {
    background-color: #202530;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
}

.page-content embed,
.page-content iframe {
    width: 100%;
    height: 350px;
}

.page-content-title {
    font-family: "proxima_novabold";
    font-size: 17px;
    margin-bottom: 15px;
}

.pagination .page-numbers {
    background-color: #202530;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}
.pagination .current {
    background-color: #fca311;
    color: #000;
}

.full-height {
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.full-height .big-img {
    height: 500px;
    width: 100%;
}
.full-height .big-img img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.full-height .small-img {
    float: left;
    overflow: hidden;
}

.full-height .small-img .image {
    width: 100%;
    height: 161px;
    position: relative;
}
.full-height .small-img .image img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/**
 * ============================================================================
 * 1.2.0 Slider
 * ============================================================================
 */

.slider {
    background-color: #202530;
    position: relative;
    border-radius: 5px;
    padding: 10px 20px 20px 10px;
}

.slider::after {
    content: "";
    clear: both;
    display: table;
}

.slider-extra {
    margin-top: 15px;
    margin-left: 25px;
    width: calc(100% - 330px);
}

.slider-logo img {
    height: 60px;
}

.slider-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider-img img {
    max-width: 360px;
}

.slider-title {
    color: #fca311;
    font-family: "proxima_novaextrabold";
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 10px;
}

.slider-description {
    color: #707070;
    margin-top: 10px;
    font-size: 12px;
}

.slider-button .button-1 {
    background-color: #fca311;
    display: table;
    float: left;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.slider-button .button-2 {
    background-color: #707070;
    display: table;
    float: left;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 10px;
}

.slider-button .button-1 a,
.slider-button .button-2 a {
    color: #fff;
    font-size: 12px;
}

.slider-button::after {
    content: "";
    clear: both;
    display: table;
}
.owl-slider .owl-dots {
    position: absolute;
    right: 0px;
    top: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.owl-slider .owl-dots button {
    border: none !important;
    outline: none;
}

.owl-slider .owl-dots button.active span {
    background-color: #fca311 !important;
}

.owl-slider-right .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.owl-slider-right .owl-dots button {
    border: none !important;
    outline: none;
}

.owl-slider-right .owl-dots button.active span {
    background-color: #ff5252 !important;
}

/**
 * ============================================================================
 * 1.2.1 PNG Box
 * ============================================================================
 */

.png-box {
    background: rgb(63, 94, 251);
    background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    border-radius: 5px;
    position: relative;
    height: 180px;
}
.png-box a {
    color: #fff;
}
.style-2 {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.style-3 {
    background: rgb(34, 193, 195);
    background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.png-box-icon {
    position: absolute;
    right: 0;
    top: -20px;
}

.png-box-logo {
    padding-top: 20px;
    margin-left: 15px;
}

.png-box-title {
    font-family: "proxima_novabold";
    font-size: 20px;
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 3;
}

.png-box-point {
    margin-top: 10px;
    font-size: 15px;
}

/**
 * ============================================================================
 * 1.2.2 Bottom Box
 * ============================================================================
 */

.bottom-box {
    font-size: 13px;
}
.bottom-box-title a {
    color: #fff;
}
.bottom-box-title a:hover {
    color: #fca311;
}
.bottom-box-star {
    color: #fca311;
    font-size: 13px;
}

.bottom-box-eye {
    font-size: 13px;
}

.bottom-box-eye i {
    color: #074ce7;
    font-size: 13px;
}

.bottom-box-hearth {
    font-size: 13px;
}

.bottom-box-hearth i {
    color: #f20031;
    font-size: 13px;
}

/**
 * ============================================================================
 * 1.3 Footer
 * ============================================================================
 */

footer {
}

.footer-bg {
    background-color: #202530;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top: 10px solid #fca311;
    padding: 20px 50px 50px 50px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-menu {
}

.footer-menu .footer-menu-title {
    color: #fca311;
    font-family: "proxima_novabold";
    font-size: 13px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    margin-top: 25px;
    font-size: 12px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #fca311;
}

.footer-bottom {
    background-color: #202530;
    border-top: 1px solid rgb(255 255 255 / 26%);

    padding: 20px 50px;
}

.footer-bottom-menu {
}

.footer-bottom-menu::after {
    content: "";
    clear: both;
    display: table;
}

.footer-bottom-menu ul {
    margin: 0;
    padding: 0;
}

.footer-bottom-menu ul li {
    float: left;
    font-size: 15px;
    margin-right: 15px;
    list-style: none;
    font-size: 13px;
}

.footer-bottom-menu ul li a {
    color: rgb(255 255 255 / 26%);
}

.footer-bottom-menu ul li a:hover {
    color: #fca311;
}

.footer-cr {
    text-align: center;
    font-size: 13px;
}

.footer-social-menu {
    float: right;
}

.footer-social-menu::after {
    content: "";
    clear: both;
    display: table;
}

.footer-social-menu ul {
    margin: 0;
    padding: 0;
}

.footer-social-menu ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
    font-size: 17px;
}

.footer-social-menu ul li a {
    color: rgb(255 255 255 / 26%);
}

.footer-social-menu ul li a:hover {
    color: #fff;
}

.search-input-bulten {
    position: relative;
}

.search-input-bulten input {
    background-color: #161615;
    padding: 10px 15px;
    color: #fff;
    border: none;
    width: 100%;
    outline: none;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.search-button-bulten {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.search-button-bulten button {
    background-color: #fca311;
    border: none;
    outline: none;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    z-index: 3;
    color: #fff;
    cursor: pointer;
}
.store a {
    margin-right: 5px;
}

/**
 * ============================================================================
 * 1.4 Single Page
 * ============================================================================
 */

.player-left-menus {
    position: relative;
}

.player-menu {
}

.player-menu ul {
    margin: 0;
    padding: 0;
}

.player-menu ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.player-menu ul li a.expand-player {
    cursor: pointer;
}

.player-menu ul li:hover {
}

.player-menu ul li a {
    background-color: #202530;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 8px 5px;
    display: block;
}

.player-menu ul li a.save-stat {
    cursor: pointer;
}

.player-menu ul li button {
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
    background-color: #202530;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 8px 5px;
    display: block;
}
.player-menu ul li button:hover {
    background-color: #fca311;
}
.player-menu ul li button.active {
    background: none;
    border: none;
    color: #00ddff;
    outline: none;
    opacity: 1;
}

.player-menu ul li button:hover,
.player-menu ul li button.active:hover {
    color: #fff;
}
.player-bottom-menu {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.player-bottom-menu ul {
    margin: 0;
    padding: 0;
}

.player-bottom-menu ul li {
    list-style: none;
    margin-top: 10px;
    font-size: 13px;
}
.player-bottom-menu ul li.expand-pl a {
    cursor: pointer;
}

.player-bottom-menu ul li.like a {
    list-style: none;
    background-color: #074ce7;

    cursor: pointer;
}

.player-bottom-menu ul li.like i {
    font-size: 17px;
}

.player-bottom-menu ul li.dislike a {
    list-style: none;
    background-color: #f20031;

    cursor: pointer;
}

.player-bottom-menu ul li.like img,
.player-bottom-menu ul li.dislike img {
    height: 15px;
}

.player-bottom-menu ul li.dislike i {
    font-size: 17px;
}

.player-bottom-menu ul li a {
    color: #fff;
    background-color: #202530;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    display: block;
}

.ld-count {
    font-size: 11px;
    font-weight: 700;
}

.best-gamer-title {
    background-color: #fca311;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.best-gamer-no-result {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
}
.best-gamer {
}

.best-gamer ul {
    margin: 0;
    padding: 0;
}

.best-gamer ul li {
    list-style: none;
    background-color: #202530;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
}

.best-gamer ul li a {
    color: #fff;
}

.best-gamer ul li:hover {
    background-color: #fca311;
    color: #000;
}

.best-gamer ul li:hover a {
    color: #000;
}

.best-gamer ul li::after {
    content: "";
    clear: both;
    display: table;
}

.best-gamer ul li .user-img {
    width: 40px;
    height: 40px;
    float: left;
}

.best-gamer ul li .user-img img {
    max-width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.best-gamer ul li .best-gamer-user {
    width: calc(100% - 55px);
    margin-left: 5px;
    float: left;
    font-size: 12px;
    height: 40px;
    display: grid;
}

.best-gamer-username {
}

.best-gamer-point {
    font-weight: 700;
}

.best-gamer-i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fca311;
    width: 20px;
    text-align: center;
    height: 100%;
    line-height: 40px;
    border-radius: 5px;
}

.game-share {
    float: right;
}

.game-share::after {
    content: "";
    clear: both;
    display: table;
}

.game-share ul {
    margin: 0;
    padding: 0;
}

.game-share ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.game-share ul li a {
    color: #fff;
}
.report {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 10px;
    background-color: #202530;
    cursor: pointer;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

.game-share ul li.rating {
    width: 70px;
    height: 30px;
    overflow: hidden;
    background-color: #202530;
}
.game-share ul li.dislike {
    background-color: #f20031;
    cursor: pointer;
}
.game-share ul li.save,
.game-share ul li.refresh,
.game-share ul li.next {
    width: auto;
}
.game-share ul li.like {
    background-color: #074ce7;
    height: 30px;
    cursor: pointer;
}
.game-share ul li.like img {
    height: 15px;
}
.game-share ul li.dislike img {
    height: 15px;
}
.game-share ul li.rating2 {
    width: 70px;
    height: 30px;
    overflow: hidden;
    background-color: #000000;
}
.game-share ul li.facebook a {
    background-color: #074ce7;
    display: block;
    border-radius: 5px;
}

.game-share ul li.instagram a {
    background-color: #e60077;
    display: block;
    border-radius: 5px;
}

.game-share ul li.twitter a {
    background-color: #03a9f4;
    display: block;
    border-radius: 5px;
}

.game-share ul li.whatsapp a {
    background-color: #4caf50;
    display: block;
    border-radius: 5px;
}

.game-share ul li.refresh a {
    background-color: #202530;
    width: auto;
    height: auto;
    line-height: inherit;
    padding-right: 15px;
    font-size: 12px;
    display: block;
    border-radius: 5px;
}

.game-share ul li.save a {
    background-color: #202530;
    width: auto;
    height: auto;
    line-height: inherit;
    padding-right: 15px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
}

.game-share ul li.next a {
    background-color: #202530;
    width: auto;
    height: auto;
    line-height: inherit;
    padding-left: 5px;
    font-size: 12px;
    border-radius: 5px;
    display: block;
}

.game-share ul li.refresh i,
.game-share ul li.save i,
.game-share ul li.next i {
    background-color: #fca311;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.game-share ul li.save i {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
}

.game-share ul li.refresh i {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
}

.game-share ul li.next i {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
}

.mobil-rating {
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #202530;
    border-radius: 5px;
    text-align: center;
}

.mobil-whatsapp {
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #4caf50;
    border-radius: 5px;
    text-align: center;
}
.mobil-twitter {
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #03a9f4;
    border-radius: 5px;
    text-align: center;
}
.mobil-facebook {
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #074ce7;
    border-radius: 5px;
    text-align: center;
}
.mobil-pinterest {
    width: 70px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #e60023;
    border-radius: 5px;
    text-align: center;
}
.mobil-whatsapp a,
.mobil-facebook a,
.mobil-twitter a,
.mobil-pinterest a {
    color: #fff;
}
.mobil-refresh,
.mobil-save,
.mobil-next {
    background-color: #202530;
    line-height: inherit;
    padding-left: 40px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.mobil-save i,
.mobil-refresh i,
.mobil-next i {
    background-color: #fca311;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.mobil-save i,
.mobil-refresh i,
.mobil-next i {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 10px;
}

.mobil-save a,
.mobil-next a,
.mobil-refresh a {
    color: #fff;
    font-size: 10px;
}

.keyboard {
    background-color: #202530;
    border-radius: 5px;
    padding: 15px;
}

.game-keyboard-title {
    font-family: "proxima_novabold";
    font-size: 17px;
}

.keyboard-information {
    font-size: 14px;
}

.keyboard-view img {
    max-height: 100px;
}

.keyboard-information a {
    color: #fca311;
}

.game-keyboard-key {
}

.game-keyboard-key::after {
    content: "";
    clear: both;
    display: table;
}

.game-keyboard-key ul {
    margin: 0;
    padding: 0;
}

.game-keyboard-key ul li {
    background-color: #fca311;
    list-style: none;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 12px;
}

.game-keyboard-key ul li a {
    color: #fff;
}

/* Player Height For Screen */
@media screen and (min-width: 0px) and (max-width: 991px) {
    .game-player iframe,
    .game-player embed {
        height: 300px;
        width: 100%;
    }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
    .game-player iframe,
    .game-player embed {
        height: 370px;
        width: 100%;
    }
    .player-left-menus {
        height: 370px;
    }
}
@media screen and (min-width: 1290px) and (max-width: 1500px) {
    .game-player iframe,
    .game-player embed {
        height: 420px;
        width: 100%;
    }
    .player-left-menus {
        height: 420px;
    }
}
@media screen and (min-width: 1501px) and (max-width: 2000px) {
    .game-player iframe,
    .game-player embed {
        height: 730px;
        width: 100%;
    }
    .player-left-menus {
        height: 730px;
    }
}

/**
 * ============================================================================
 * 1.4.0 Comment
 * ============================================================================
 */

.comment {
    position: relative;
    width: 100%;
}

.comment ul.children {
    margin: 0;
    padding: 0;
    width: calc(100% - 25px);
    margin-left: 25px;
}

.comment ul.children .comment-item {
    background-color: #17181a;
}
.comment-item {
    background-color: #202530;
    padding: 15px;
    font-size: 12px;
    border-radius: 5px;
}

.comment-reply-item {
    background-color: #17181a;
    width: 95%;
    float: right;
}

.comment-reply-item2 {
    background-color: #17181a;
    width: 90%;
    float: right;
}

.comment-reply-item3 {
    background-color: #17181a;
    width: 85%;
    float: right;
}

.comment-rating::after {
    content: "";
    clear: both;
    display: table;
}

.comment-rating-result {
    color: #fca311;
    font-size: 12px;
    float: left;
}

.comment-rating-result span {
    margin-right: 10px;
}

.comment-rating-process {
}

.comment-rating-process::after {
    content: "";
    clear: both;
    display: table;
}

.comment-rating-process .comment-ld {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.comment-rating-process .comment-like {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.comment-rating-process .comment-dislike {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.comment-rating-process .comment-reply {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

.comment-rating-process .comment-like a,
.comment-rating-process .comment-ld a,
.comment-rating-process .comment-dislike a,
.comment-rating-process .comment-reply a {
    color: #fff;
    cursor: pointer;
}

.comment-rating-process .comment-like a:hover,
.comment-rating-process .comment-ld a:hover,
.comment-rating-process .comment-dislike a:hover,
.comment-rating-process .comment-reply a:hover {
    color: #fca311;
    cursor: pointer;
}

.comment-user-name::after {
    content: "";
    clear: both;
    display: table;
}

.comment-user-name .comment-user-image {
    float: left;
}

.comment-user-name .comment-user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #fca311;
}

.comment-user-name .comment-user {
    float: left;
}

.comment-user-name .comment-username {
}
.comment-user-name .comment-username a {
    color: #fff;
}
.comment-user-name .comment-date {
}
.pending-comment {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.comment-form {
    background-color: #202530;
    padding: 20px;
    border-radius: 5px;
}

.comment-bottom-form {
    position: relative;
}

.comment-form .cancel-comment-reply {
    width: 100%;
}
.comment-form .cancel-comment-reply a {
    width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px;
    font-size: 12px;
}

.comment-form #respond h3 {
    font-size: 15px;
}
.comment-form #respond h3 a {
    color: #fca311;
}
.comment-form-user-image {
    float: left;
    width: 5%;
}

.comment-form-user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-form-user-input {
    float: left;
    width: 85%;
}

.comment-form-user-input input {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    font-size: 14px;
}

.comment-form-user-submit {
    float: left;
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.comment-form-user-submit input {
    border: none;
    color: #fff;
    outline: none;
    background-color: #fca311;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.comment-form::after {
    content: "";
    clear: both;
    display: table;
}

.comment-form .comment-form-visitor-input input[type="text"] {
    width: 100%;
    background-color: #202530;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    border-top: 2px solid #fca311;
    border-left: 1px solid rgb(252 163 17 / 10%);
    border-right: 1px solid rgb(252 163 17 / 10%);
    border-bottom: 1px solid rgb(252 163 17 / 10%);

    outline: none;
}
.comment-form .comment-form-visitor-input input[type="text"]::placeholder {
    color: #fff;
}

/**
 * ============================================================================
 * 1.5 Profile
 * ============================================================================
 */

.profile-info {
    background-color: #202530;
    padding: 10px 5px;
    border-radius: 5px;
    max-height: 240px;
    position: relative;
}

.profile-info .profile-img {
    margin: 0 auto;
    display: table;
}

.profile-info .profile-img img {
    border-radius: 50%;
    max-width: 75px;
    border: 3px solid #fca311;
}

.add-follow-user {
    background-color: #fca311;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 0px;
}
.add-follow-user-followed {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 0px;
}
.add-follow-user-unfollow {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 0px;
    cursor: pointer;
}
.no-followers {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
}
.profile-info .profile-usernamesurname {
    text-align: center;
    font-size: 15px;
    font-family: "proxima_novabold";
}
.profile-info .profile-usernamesurname a {
    color: #fff;
}
.profile-info .profile-usernamesurname a:hover {
    color: #fca311;
}
.profile-info .profile-description {
    font-size: 12px;
    text-align: center;
}

.profile-info .profile-counter {
}

.profile-info .profile-counter::after {
    content: "";
    clear: both;
    display: table;
}

.profile-info .profile-counter ul {
    margin: 0;
    padding: 0;
}

.profile-info .profile-counter ul li {
    list-style: none;
    float: left;
    width: 33.33%;
    border-right: 1px solid #5d5d5d;
    text-align: center;
}

.profile-info .profile-counter ul li:last-child {
    border: none;
}

.profile-info .profile-madal {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}
.profile-info .profile-madal img {
    width: 40px;
}
.pcounter-title {
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
}

.pcounter-count {
    font-family: "proxima_novabold";
}
.pcounter-count a {
    color: #fca311;
}
.profile-cover {
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
    border-radius: 5px;
}

.profile-cover img {
    border-radius: 5px;
    object-fit: cover;
}

.profile-cover-change {
    background-color: #202530;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    border-radius: 5px;
    padding-right: 5px;
}

.profile-cover-change a {
    color: #fff;
}

.profile-cover-change i {
    background-color: #fca311;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.profile-menu {
    background-color: #202530;
    border-radius: 5px;
}

.profile-menu ul {
    margin: 0;
    padding: 0;
}

.profile-menu ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding: 15px;
    border-bottom: 1px solid transparent;
    font-size: 12px;
}

.profile-menu::after {
    content: "";
    clear: both;
    display: table;
}

.profile-menu ul li a {
    color: #fff;
}

.profile-menu ul li.active a {
    /* border-bottom: 1px solid #fca311; */
    color: #fca311;
}

.profile-menu ul li:hover a {
    color: #fca311;
}

.avatars img {
    border-radius: 5px;
    cursor: pointer;
}

.edit-form input[type="text"] {
    width: 100%;
    background-color: #202530;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    border-top: 2px solid #fca311;
    border-left: 1px solid rgb(252 163 17 / 10%);
    border-right: 1px solid rgb(252 163 17 / 10%);
    border-bottom: 1px solid rgb(252 163 17 / 10%);
    outline: none;
}
.edit-form input[type="password"] {
    width: 100%;
    background-color: #202530;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
    border-top: 2px solid #fca311;
    border-left: 1px solid rgb(252 163 17 / 10%);
    border-right: 1px solid rgb(252 163 17 / 10%);
    border-bottom: 1px solid rgb(252 163 17 / 10%);
    outline: none;
}
.edit-form input[type="submit"] {
    background-color: #fca311;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    padding: 5px;
    color: #fff;
    outline: none;
}

.success-profile-update {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}

/**
 * ============================================================================
 * 1.6 Light Mode
 * ============================================================================
 */

body.light {
    background-color: #fafafa !important;
    color: #000 !important;
}
body.light #game-boxes-light {
    display: none;
}

body.light .header-band {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    color: #000;
}

body.light .header-social-menu ul li a {
    color: #000;
}

body.light .header-social-menu ul li a:hover {
    color: #fca311;
}

body.light .left-bar {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
body.light .left-bar ul li a {
    color: #000;
}

body.light .left-bar ul li a:hover {
    color: #fca311;
}
body.light .header-1 {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

body.light .header-2 {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
body.light .header-1 .header-user-menu .user-menu {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

body.light .header-1 .header-menu ul li .sub-menu {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
body.light .header-1 .header-user-menu .user-img-name a {
    color: #000;
}

body.light .header-1 .header-menu ul li a {
    color: #000;
}
body.light .header-1 .header-menu ul li a:hover {
    color: #fca311;
}

body.light .header-2 .header-menu ul li a {
    color: #000;
}
body.light .header-2 .header-menu ul li a:hover {
    color: #fca311;
}

body.light .header-2 .header-menu ul li.mode:hover a {
    color: #000;
}
body.light .header-2 .header-menu ul li.mode:hover a:hover {
    color: #fca311;
}

body.light .footer-bg {
    background-color: #fff;
    border: 1px solid #dbdbdb;
}
body.light .search-input input {
    background-color: #fafafa;
    color: #000;
}

body.light .story-game {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

body.light .box-title {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 5px;
}
body.light .box-title span {
    right: 15px;
}

body.light .post-box {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
}

body.light .box-title a {
    color: #000;
}
body.light .box-title a:hover {
    color: #fca311;
}
body.light .post-box-title a {
    color: #000;
}
body.light .post-box-title a:hover {
    color: #fca311;
}
body.light .post-box-star span {
    color: #000;
}

body.light .bpbox {
    border: 1px solid #dbdbdb !important;
    background-color: #fafafa !important;
}

body.light .bottom-box-title a {
    color: #000;
}

body.light .bottom-box-title a:hover {
    color: #fca311;
}

body.light .footer-menu ul li a {
    color: #000;
}
body.light .footer-menu ul li a:hover {
    color: #fca311;
}

body.light .footer-bottom {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background-color: #fff;
}

body.light .footer-bottom-menu ul li a {
    color: #000;
}
body.light .footer-bottom-menu ul li a:hover {
    color: #fca311;
}

body.light .footer-social-menu ul li a {
    color: #000;
}
body.light .footer-social-menu ul li a:hover {
    color: #fca311;
}
body.light .search-input-bulten input {
    background-color: #fafafa;
    color: #000;
}

body.light .slider {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
}

body.light .post-box-style-2 {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
}

body.light .post-box-style-2-title a {
    color: #000;
}
body.light .post-box-style-2-title a:hover {
    color: #fca311;
}
body.light .player-menu ul li {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}
body.light .player-menu ul li a {
    color: #000;
}
body.light .player-menu ul li a:hover {
    color: #fca311;
}
body.light .player-menu button {
    color: #000;
}
body.light .player-menu button:hover {
    color: #fca311;
}

body.light .keyboard {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}

body.light .comment-item {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}
body.light .comment ul.children .comment-item {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}
body.light .comment-user-name .comment-username a {
    color: #000;
}

body.light .comment-form {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}

body.light .comment-rating-process .comment-like a,
body.light .comment-rating-process .comment-ld a,
body.light .comment-rating-process .comment-dislike a,
body.light .comment-rating-process .comment-reply a {
    color: #000;
}
body.light .comment-rating-process .comment-like a:hover,
body.light .comment-rating-process .comment-ld a:hover,
body.light .comment-rating-process .comment-dislike a:hover,
body.light .comment-rating-process .comment-reply a:hover {
    color: #fca311;
}
body.light .comment-form-user-input input {
    color: #000;
}

body.light .best-gamer ul li {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}

body.light .best-gamer ul li a {
    color: #000;
}

body.light .best-gamer ul li a:hover {
    color: #fca311;
}

body.light .game-share ul li.rating {
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
    color: #000;
}

body.light .game-share ul li.save {
    background-color: #fff;
    color: #000;
}
body.light .game-share ul li.save a {
    color: #000;
}

body.light .game-share ul li.refresh {
    background-color: #fff;
    color: #000;
}
body.light .game-share ul li.refresh a {
    color: #000;
}

body.light .game-share ul li.next {
    background-color: #fff;
    color: #000;
}
body.light .game-share ul li.next a {
    color: #000;
}

body.light .game-share ul li.refresh i,
body.light .game-share ul li.save i,
body.light .game-share ul li.next i {
    color: #fff;
}
body.light .best-gamer-i {
    color: #fff;
}
body.light .profile-info {
    background-color: #fff;
    border: 1px solid #dbdbdb;

    color: #000;
}
body.light .profile-menu {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
}

body.light .profile-menu ul li a {
    color: #000;
}
body.light .profile-menu ul li a :hover {
    color: #fca311;
}
body.light .pcounter-title {
    color: #000;
}

body.light .page-content {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
}

body.light .mobil-refresh,
body.light .game-share ul li.save,
body.light .mobil-save,
body.light .mobil-next,
body.light .mobil-rating {
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

body.light .mobil-refresh a,
body.light .mobil-save a,
body.light .mobil-next a {
    color: #000;
}

/**
 * ============================================================================
 * 1.7 Responsive
 * ============================================================================
 */

@media screen and (min-width: 0) and (max-width: 991px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
    }
    header {
        margin-top: 0px;
    }
    .mobil-bottom {
        margin-bottom: 20px;
    }
    .mobil-top {
        margin-top: 20px;
    }
    .mobil-top-2 {
        margin-top: 10px;
    }
    .hidden-mobil {
        display: none;
    }
    .left-bar,
    .header-band {
        display: none;
    }
    .header-2 {
        display: none;
    }
    .col-2dot4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .col-2dot4:nth-child(5),
    .col-2dot4:nth-child(10),
    .col-2dot4:nth-child(15) {
        display: none;
    }

    .col-2dot7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .col-2dot7:nth-child(6),
    .col-2dot7:nth-child(12),
    .col-2dot7:nth-child(18) {
        display: none;
    }

    .slider {
        padding: 0;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    .slider-button {
        margin: 0 auto;
        display: table;
    }
    .slider-extra,
    .slider-logo {
        width: 100%;
        margin-left: 0;
    }
    .slider-img {
        position: relative;
        margin-top: 15px;
    }
    .owl-slider .owl-dots {
        position: static;
        transform: inherit;
    }

    .footer-bg {
        padding: 15px;
    }

    .footer-logo {
        margin: 0 auto;
        display: table;
        text-align: center;
    }

    .header-1 .vertical-center {
        height: auto;
        padding-bottom: 20px;
    }

    .header-1 .vertical-center-2 {
        height: 140px;
    }
    .header-1 {
        height: auto;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .header-1 .header-logo {
        width: 100%;
        margin: 0 auto;
        display: table;
        text-align: center;
        margin-bottom: 40px;
    }
    .header-1 .header-menu {
        width: 100%;
    }
    .header-1 .header-search {
        width: 45%;
    }
    .search-input input {
        background-color: #000;
    }
    .header-1 .header-notification {
        width: 35%;
        margin-right: 0px;
        margin-left: 0;
    }
    .header-1 .header-user-menu {
        width: 50%;
    }
    .header-2 {
        display: none;
    }

    .game-share {
        float: none;
    }
    .game-share ul li {
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .comment-form-user-image {
        width: 15%;
    }
    .comment-form-user-input {
        width: 65%;
    }
    .comment-form-user-submit {
        width: 20%;
    }
    .widget {
        margin: 0 auto;
        display: table;
        text-align: center;
    }

    .profile-info .profile-counter ul li {
        width: 50%;
    }
    .profile-info .profile-counter ul li:last-child {
        display: none;
    }
    .profile-info .profile-counter ul li:nth-child(2) {
        border: none;
    }
    .profile-info {
        max-height: auto;
    }
    .profile-menu ul li {
        width: 25%;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }

    .player-left-menus {
        height: auto;
    }
    .player-menu ul {
        margin-left: -2px;
        margin-right: -2px;
    }
    .player-menu ul li {
        width: 25%;
        float: left;
        border-radius: 0px;
        border: 2px solid transparent;
    }
    .player-menu ul li:first-child {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .player-menu ul li:last-child {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .comment-form-user-submit input {
        width: 100%;
        border-radius: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 9999px) {
    .hidden-desktop {
        display: none;
    }
}

.pt-like-it {
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    outline: 0;
    color: #57ad68;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #a9d8b2;
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 999em;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}
.pt-like-it:hover,
.pt-like-it:hover a {
    border-color: #57ad68;
    color: #468c54;
}
.pt-like-it > a.like-button {
    border: none;
}
.pt-like-it .like-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f087";
    margin-right: 3px;
}
.pt-like-it .like-count {
    padding-left: 10px;
}

/**
 * ============================================================================
 * 1.8 Sing-in & Up Modal
 * ============================================================================
 */

.cd-signin-modal {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(52, 54, 66, 0.9);

    z-index: 9999999999;

    overflow-y: auto;

    cursor: pointer;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: opacity 0.3s, visibility 0.3s;

    transition: opacity 0.3s, visibility 0.3s;
}

.cd-signin-modal.cd-signin-modal--is-visible {
    visibility: visible;

    opacity: 1;
}

.cd-signin-modal__container {
    position: relative;

    width: 90%;

    max-width: 600px;

    background: #fff;

    margin: 3em auto 4em;

    cursor: auto;

    border-radius: 0.25em;

    -webkit-transform: translateY(-30px);

    -ms-transform: translateY(-30px);

    transform: translateY(-30px);

    -webkit-transition: -webkit-transform 0.3s;

    transition: -webkit-transform 0.3s;

    transition: transform 0.3s;

    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
}

.cd-signin-modal__switcher:after {
    /* clearfix */

    content: "";

    display: table;

    clear: both;
}

.cd-signin-modal__switcher {
    padding: 0;

    margin: 0;
}

.cd-signin-modal__switcher li {
    width: 50%;

    float: left;

    text-align: center;

    list-style: none;
}

.cd-signin-modal__switcher li a:hover {
    text-decoration: none;
}

.cd-signin-modal__switcher li:first-child a {
    border-radius: 0.25em 0 0 0;
}

.cd-signin-modal__switcher li:last-child a {
    border-radius: 0 0.25em 0 0;
}

.cd-signin-modal__switcher a {
    display: block;

    width: 100%;

    height: 50px;

    line-height: 50px;

    background: #fca311;

    color: #fff;
}

.cd-signin-modal__switcher a.cd-selected {
    background: #fff;

    color: #505260;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__container {
        margin: 4em auto;
    }

    .cd-signin-modal__switcher a {
        height: 70px;

        line-height: 70px;
    }
}

.cd-signin-modal__form {
    padding: 1.4em;
}

.cd-signin-modal__fieldset {
    position: relative;

    margin: 1.4em 0;
}

.cd-signin-modal__fieldset:first-child {
    margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
}

.cd-signin-modal__label {
    font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
    /* replace text with an icon */

    display: inline-block;

    position: absolute;

    left: 15px;

    top: 50%;

    bottom: auto;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    height: 20px;

    width: 20px;

    overflow: hidden;

    text-indent: 100%;

    white-space: nowrap;

    color: transparent;

    background-repeat: no-repeat;

    background-position: 50% 0;
}

.cd-signin-modal__label.cd-signin-modal__label--username {
    background-image: url("../img/cd-icon-username.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--email {
    background-image: url("../img/cd-icon-email.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--password {
    background-image: url("../img/cd-icon-password.svg");
}

.cd-signin-modal__input {
    margin: 0;

    padding: 0;

    border-radius: 0.25em;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
    width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 12px 20px 12px 50px;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
    border: 1px solid #d2d8d8;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #343642;

    -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);

    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);

    outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
    border: 1px solid #d76666;
}

.cd-signin-modal__input[type="submit"] {
    padding: 16px 0;

    cursor: pointer;

    background: #fca311;

    color: #fff;

    font-weight: bold;

    border: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}

.cd-signin-modal__input[type="submit"]:hover,
.cd-signin-modal__input[type="submit"]:focus {
    background: #000;

    outline: none;
}

.cd-signin-modal__hide-password {
    display: inline-block;

    position: absolute;

    right: 0;

    top: 0;

    padding: 6px 15px;

    border-left: 1px solid #d2d8d8;

    top: 50%;

    bottom: auto;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    font-size: 12px;

    color: #343642;

    text-decoration: none;
}

.cd-signin-modal__hide-password:hover {
    text-decoration: none;

    color: #000;
}

.cd-signin-modal__error {
    display: inline-block;

    position: absolute;

    left: 0px;

    bottom: -50px;

    background: rgba(215, 102, 102, 0.9);

    padding: 0.8em;

    z-index: 2;

    color: #fff;

    font-size: 0.8rem;

    border-radius: 0.25em;

    /* prevent click and touch events */

    pointer-events: none;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;

    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
    /* triangle */

    content: "";

    position: absolute;

    left: 22px;

    bottom: 100%;

    height: 0;

    width: 0;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
    opacity: 1;

    visibility: visible;

    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;

    transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__form {
        padding: 2em;
    }

    .cd-signin-modal__fieldset {
        margin: 2em 0;
    }

    .cd-signin-modal__fieldset:first-child {
        margin-top: 0;
    }

    .cd-signin-modal__fieldset:last-child {
        margin-bottom: 0;
    }

    .cd-signin-modal__input.cd-signin-modal__input--has-padding {
        padding: 16px 20px 16px 50px;
    }

    .cd-signin-modal__input[type="submit"] {
        padding: 16px 0;
    }
}

.cd-signin-modal__message {
    padding: 1.4em 1.4em 0;

    font-size: 1.4rem;

    line-height: 1.4;

    text-align: center;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__message {
        padding: 2em 2em 0;
    }
}

.cd-signin-modal__bottom-message {
    position: absolute;

    width: 100%;

    left: 0;

    bottom: -50px;

    text-align: center;

    font-size: 14px;
}

.cd-signin-modal__bottom-message a {
    color: #fff;

    text-decoration: none;
}

.cd-signin-modal__close {
    /* form X button on top right */

    display: block;

    position: absolute;

    width: 40px;

    height: 40px;

    right: 0;

    top: -40px;

    background: url("../img/cd-icon-close.svg") no-repeat center center;

    color: transparent;

    text-indent: 100%;

    white-space: nowrap;

    overflow: hidden;
}

@media only screen and (min-width: 1170px) {
    .cd-signin-modal__close {
        display: none;
    }
}

.cd-signin-modal__block {
    display: none;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
    display: block;
}

/**
 * ============================================================================
 * 1.9 404 Page
 * ============================================================================
 */
.box {
    width: 100%;
    height: 100%;
    max-height: 600px;
    min-height: 450px;
}
.box .box__ghost {
    padding: 15px 25px 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box .box__ghost .symbol:nth-child(1) {
    opacity: 0.2;
    animation: shine 4s ease-in-out 3s infinite;
}
.box .box__ghost .symbol:nth-child(1):before,
.box .box__ghost .symbol:nth-child(1):after {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 65px;
    left: 0;
}
.box .box__ghost .symbol:nth-child(1):before {
    transform: rotate(45deg);
}
.box .box__ghost .symbol:nth-child(1):after {
    transform: rotate(-45deg);
}
.box .box__ghost .symbol:nth-child(2) {
    position: absolute;
    left: -5px;
    top: 30px;
    height: 18px;
    width: 18px;
    border: 4px solid;
    border-radius: 50%;
    border-color: #fff;
    opacity: 0.2;
    animation: shine 4s ease-in-out 1.3s infinite;
}
.box .box__ghost .symbol:nth-child(3) {
    opacity: 0.2;
    animation: shine 3s ease-in-out 0.5s infinite;
}
.box .box__ghost .symbol:nth-child(3):before,
.box .box__ghost .symbol:nth-child(3):after {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    top: 5px;
    left: 40px;
}
.box .box__ghost .symbol:nth-child(3):before {
    transform: rotate(90deg);
}
.box .box__ghost .symbol:nth-child(3):after {
    transform: rotate(180deg);
}
.box .box__ghost .symbol:nth-child(4) {
    opacity: 0.2;
    animation: shine 6s ease-in-out 1.6s infinite;
}
.box .box__ghost .symbol:nth-child(4):before,
.box .box__ghost .symbol:nth-child(4):after {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    top: 10px;
    right: 30px;
}
.box .box__ghost .symbol:nth-child(4):before {
    transform: rotate(45deg);
}
.box .box__ghost .symbol:nth-child(4):after {
    transform: rotate(-45deg);
}
.box .box__ghost .symbol:nth-child(5) {
    position: absolute;
    right: 5px;
    top: 40px;
    height: 12px;
    width: 12px;
    border: 3px solid;
    border-radius: 50%;
    border-color: #fff;
    opacity: 0.2;
    animation: shine 1.7s ease-in-out 7s infinite;
}
.box .box__ghost .symbol:nth-child(6) {
    opacity: 0.2;
    animation: shine 2s ease-in-out 6s infinite;
}
.box .box__ghost .symbol:nth-child(6):before,
.box .box__ghost .symbol:nth-child(6):after {
    content: "";
    width: 15px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 65px;
    right: -5px;
}
.box .box__ghost .symbol:nth-child(6):before {
    transform: rotate(90deg);
}
.box .box__ghost .symbol:nth-child(6):after {
    transform: rotate(180deg);
}
.box .box__ghost .box__ghost-container {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    position: relative;
    margin: 0 auto;
    animation: upndown 3s ease-in-out infinite;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes {
    position: absolute;
    left: 50%;
    top: 45%;
    height: 12px;
    width: 70px;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    left: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    right: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom div {
    flex-grow: 1;
    position: relative;
    top: -10px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
    top: -12px;
    margin: 0 0px;
    border-top: 15px solid #000000;
    background: transparent;
}
.box .box__ghost .box__ghost-shadow {
    height: 20px;
    box-shadow: 0 50px 15px 5px #ddd;
    border-radius: 50%;
    margin: 0 auto;
    animation: smallnbig 3s ease-in-out infinite;
}
.box .box__description {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.box .box__description .box__description-container {
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 16px;
    margin: 0 auto;
}
.box .box__description .box__description-container .box__description-title {
    font-size: 24px;
    letter-spacing: 0.5px;
}
.box .box__description .box__description-container .box__description-text {
    color: #8c8aa7;
    line-height: 20px;
    margin-top: 20px;
}
.box .box__description .box__button {
    display: block;
    position: relative;
    background: #fca311;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    padding: 0 70px;
    white-space: nowrap;
    margin-top: 25px;
    transition: background 0.5s ease;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.box .box__description .box__button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100px;
    background: #fff;
    bottom: -25px;
    left: 0;
    border: 2px solid #fff;
    transform: translateX(-50px) rotate(45deg);
    transition: transform 0.5s ease;
}
.box .box__description .box__button:hover {
    background: transparent;
    border-color: #fff;
}
.box .box__description .box__button:hover:before {
    transform: translateX(250px) rotate(45deg);
}
@keyframes upndown {
    0% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(5px);
    }
}
@keyframes smallnbig {
    0% {
        width: 90px;
    }
    50% {
        width: 100px;
    }
    100% {
        width: 90px;
    }
}
@keyframes shine {
    0% {
        opacity: 0.2;
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
    }
}

/**
 * ============================================================================
 * 2.0 Wordpress Core
 * ============================================================================
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/**
 * ============================================================================
 * 2.1. CSS Sprite(s)
 * ============================================================================
 */

.bg-dislike {
    width: 23px;
    height: 23px;
    background: url("../../dist/img/sprites.png") -104px -10px;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-right: 2px;
}
.bg-like {
    width: 21px;
    height: 23px;
    background: url("../../dist/img/sprites.png") -104px -53px;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -5px;
}
.bg-reply {
    width: 28px;
    height: 21px;
    background: url("../../dist/img/sprites.png") -10px -61px;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -5px;
}

/**
 * ============================================================================
 * 2.2. Loader
 * ============================================================================
 */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.report-form {
}
.report-form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    font-size: 12px;
}
.report-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    font-size: 12px;
}
.report-form input[type="submit"] {
    background-color: #f5f5f5;
    padding: 5px;
    border: none;
    outline: none;
    color: #000;
    border-radius: 3px;
    font-size: 12px;
}
.report-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    font-size: 12px;
    height: 50px;
}