body {
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c4cacf;
    text-align: left;
    background-color: #1a203c;
}

*,
 ::before,
 ::after {
    box-sizing: border-box;
}

a {
    color: #9ce1f6;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #41a9c8;
    text-decoration: none;
}


/*
Grid Start

True Masonry by balazs_sziklai
https://codepen.io/balazs_sziklai*/

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(140px, auto);
    grid-auto-flow: dense;
}

.grid-item {
    border-radius: 5px;
    &:nth-child(odd) {
        background-color: #424242;
    }
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}


/*End Grid*/

.site-content {
    background-color: #1a203c;
}

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

.top-nav {
    font-weight: bold;
    background-color: #1a203c;
    padding: 0;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 260px;
    max-width: 45%;
}

@media (max-width: 576px) {
    .navbar-brand {
        width: 250px;
    }
}

a.nav-link {
    color: #d1dbe3!important;
}

li.nav-item a:hover {
    opacity: 0.8;
}

.text-white {
    color: #fff !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.copyright {
    background-color: #1a203c;
}

.text-center {
    text-align: center !important;
}

.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #0d0e2e;
}

img.small-thumb {
    width: 100%;
    border-radius: 10px;
}

.list-content {
    padding: 0px;
}

.list-game {
    border-radius: 5px;
}

.grid-layout .list-title {
    overflow: hidden;
    margin: .35714em;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
    bottom: 65px;
    margin-bottom: -53px;
    opacity: 0;
    font-weight: bold;
}

.grid-layout .list-game:hover>.list-title {
    opacity: 1;
    transition: all 0.5s ease;
}

.list-thumbnail:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
}

.grid-wrapper {
    margin-bottom: 30px;
}

.game-container {
    margin: 0;
}

.list-category {
    position: absolute;
    bottom: 5px;
}

h1.single-title {
    font-size: 1.75rem;
}

.single-title {
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #cbdbe3;
}

.single-info-container {
    padding-bottom: 5px;
    border-bottom: 1px solid #c8caec;
    margin-bottom: 20px;
}

.single-icon {
    background-color: #0d0e2e;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
}

a .single-icon {
    text-decoration: none;
}

a:hover .single-icon {
    opacity: .8;
    color: #fff;
}

.social-share {
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.social-icon {
    width: 38px;
    height: 38px;
}

.sidebar {
    display: block;
}

.sidebar .list-tile {
    padding-left: 3px;
    padding-right: 3px;
}

.sidebar .list-game {
    margin-bottom: 8px;
}

.page-title {
    font-weight: bold;
    margin-top: 20px;
}

h1.singlepage-title {
    font-size: 1.75rem;
    margin-top: 30px;
}

.singlepage-title {
    padding-bottom: 10px;
    font-weight: bold;
}

.page-content,
.game-content {
    margin-bottom: 30px;
}

.game-content h5 {
    margin-top: 30px;
}

.site-logo {
    padding: 5px;
    width: 100%;
}

a:hover .site-logo {
    opacity: .8;
}

.nav-categories {
    background-color: #0d0e2e;
    white-space: nowrap;
}

h3.item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 20px 0;
    color: #cbdbe3;
    padding: 10px 5px;
    border-bottom: 1px solid #7d878c;
}

.item-title i,
.single-icon i,
h4 i {
    margin-right: 9px;
}

ul.list-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.list-categories li {
    float: left;
    display: block;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 14px;
}

.list-categories li:hover {
    background-color: #6190bf;
    color: #fff;
    border-radius: 10px;
}

.list-categories a.current li {
    background-color: #6f69a4;
    color: #fff;
    border-radius: 10px;
}

nav.greedy {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

@media (max-width: 576px) {
    nav.greedy {
        padding: 15px 0;
    }
}

nav.greedy button {
    padding: 6px 16px;
    text-decoration: none;
    border: none;
    background-color: #6190bf;
    color: #fff;
}

nav.greedy button.hidden {
    transition: none;
    border-right: 0.5rem solid #b6b6b6;
    width: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}

nav.greedy button::after {
    content: attr(count);
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #ab31d7;
    color: #f2f2f2;
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1rem + -8px);
}

ul.links {}

ul.links li {
    flex: none;
}

ul.hidden-links {
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 1;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding-left: 0;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
}

ul.hidden-links li {
    padding-right: 2rem;
}

ul.hidden-links a {
    color: #2c3e50;
}

ul.hidden-links.hidden {
    display: none;
}

ul.hidden-links li {
    padding: 1rem;
    min-width: 220px;
}

ul.hidden-links li:hover {
    background-color: #eee;
}

.cat-list {
    margin-top: 20px;
}

.cat-link {
    padding: 5px 10px;
    background-color: #0d0e2e;
    margin-right: 10px;
    border-radius: 15px;
    text-decoration: none;
}

a.cat-link:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

h4.widget-title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 1px solid #c8caec;
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #cbdbe3;
}

.sidebar .row {
    margin-right: 0;
    margin-left: 0;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.bottom-container {
    margin: 30px 0;
}

.banner-ads {
    text-align: center;
    margin: 10px 0;
}

img {
    max-width: 100%;
}

.content-wrapper {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-bottom: 30px;
}

.page-link {
    color: #cbdbe3;
    background-color: rgba(66, 60, 121, 0.7);
    border: 1px solid #656097;
}

.page-link:hover {
    color: #cbdbe3;
    background-color: #8589bf;
    border-color: #656097;
}

.page-item.disabled .page-link {
    color: #9a95c4;
    background-color: #544f86 !important;
    border-color: #8985aa;
}

.game-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.game-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.nav-item {
    margin: 0 5px;
}

.search {
    width: 145px!important;
}

@media (max-width: 992px) {
    #navb {
        margin: 5px 0;
    }
    .nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 1440px) {
    .site-container {
        padding: 0;
    }
}

input.search {
    background-color: #332f5b;
    border-color: #6c6799;
}

.btn-search {
    background-color: #6f69a4;
}

.stats-vote {
    text-align: right;
    margin-top: 20px;
}

.stats-vote i {
    font-size: 30px;
    padding: 6px;
}

.stats-vote i:hover {
    color: #41a9c8;
    cursor: pointer;
}

.header-left {
    display: inline-block;
}

.header-right {
    display: inline-block;
    float: right;
    margin-left: 30px;
}

.vote-status {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1139px) {
    .container {
        max-width: 100%;
    }
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 577px) {
    .pc {
        display: inline;
    }
    .sp {
        display: none;
    }
}

@media (max-width: 576px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
}

.fa-facebook {
    background-color: #315096;
}

.fa-twitter {
    background-color: #55acee;
}

.fa-facebook,
.fa-twitter {
    color: #fff;
    border-radius: 50%;
    width: 30px;
    ;
    height: 30px;
    line-height: 30px!important;
    text-align: center;
}

.fa-facebook:hover,
.fa-twitter:hover {
    opacity: .8;
}


/** Custom Select **/

.categories_list_select {
    overflow: hidden;
    width: calc(101% - 5em);
    text-align: center;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    display: inline-flex;
}

.categories_list_select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.categories_list_select select::-ms-expand {
    display: none;
}

.categories_list_select::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1a203c;
    pointer-events: none;
}

.categories_list_select select {
    padding: 8px 38px 8px 8px;
    color: black;
}

.categories_list_box {
    width: 100%;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title.active header:after {
    border-top-color: #fff;
}

.widget-title {
    margin-top: 30px;
}

.jquery-comments .no-data {
    font-size: 1em;
}

.foot_contents h5 {
    margin-top: 30px;
}

.topad>div {
    margin-top: 20px;
}

.action.edit,
.action.reply {
    background-color: #0d0e2e;
    margin-right: 0px!important;
    margin-left: 10px!important;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    float: right;
}

.profile-photo img {
    border-radius: 50%;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    background: #fff;
}

.modal-cont {
    display: block;
    background-image: url(/content/themes/dark-grid/images/work.png);
    background-size: cover;
    background-position: left top;
    width: 100%;
    height: 100vh;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.modal-open,
.modal-close {
    cursor: pointer;
}

#modalcall {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

#modalcall .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-radius: 50%;
}

#modalcall:hover .fa {
    background: rgba(0, 0, 0, 0.8);
}

.intro {
    margin: 2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #cdd1f1;
    border-bottom: solid 2px #cdd1f1;
}

.intro small.fff100 {
    font-size: nomal;
    color: #fff100;
}

.intro:before,
.intro:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #cdd1f1;
}

.intro:before {
    left: 10px;
}

.intro:after {
    right: 10px;
}

.intro h3 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #fff100;
    display: inline-block;
    color: #080618;
    margin-top: 20px;
}

.intro h3:before {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #080618;
}

.vote-status.text-success,
.txt-stats .text-success {
    color: #57bfd0!important;
}

.gyro-btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #29254f;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #c4cacf;
}

.gyro-btn.permitted {
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
}

.gyro-btn:hover {
    background-color: #484567;
    color: #fff;
}

.gyro-btn.permitted:hover {
    background-color: transparent;
    color: #c4cacf;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.intro_logo {
    width: 11em;
    max-width: 100%;
    vertical-align: bottom;
}

.intro small {
    font-weight: bold!important;
    margin-left: 5px;
}

@media (max-width: 576px) {
    .intro h3 span {
        font-size: .8em;
    }
}

span.marker {
    padding-bottom: 2px;
    position: relative;
    background: linear-gradient(transparent 90%, rgba(255, 241, 0, 0.8) 90%)
}