body {
    background: #322992;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
}

*,
::after,
::before {
    box-sizing: border-box
}

h1,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

h1,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,
.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.game-list.cat {
    -ms-grid-columns: (minmax(50%, 50%)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(50%, 50%));
    -ms-grid-rows: minmax(auto, auto);
    grid-template-rows: minmax(auto, auto)
}

.category-image {
    width: 100%;
    min-height: 78px;
    background-color: #100e33;
    border-radius: 8px 8px 0 0;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

img {
    max-width: 100%;
    height: auto
}

h1,
h3 {
    line-height: 30px
}

.mobile-menu-close:focus,
.mobile-menu-tigger:focus,
.mobile-search button:focus {
    outline: 0
}

.header-area {
    background: #201b5e;
    overflow: hidden;
    background: #201b5e
}

.header {
    background: #201b5e;
    padding: 5px 0;
    border-bottom: 3px solid #201b5e
}

.logo {
    margin-top: 10px
}

.btn-button {
    color: #fff;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #3e32b8;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 7px;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-button:hover {
    border: 1px solid #110d32;
    border-bottom: 3px solid #110d32;
    background: #110d32;
    color: #fff;
    text-decoration: none
}

#goToNewGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.load-more .btn-button {
    padding: 18px 20% 14px 20%
}

.page-area {
    margin-top: 10px;
    padding: 10px 0 20px
}

.mobile-menu,
.mobile-search {
    display: none
}

.mobile-menu-tigger {
    color: #fff;
    background: #201b5e;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 55px;
    height: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px
}

.mobile-menu-tigger img {
    margin-bottom: 5px;
    width: 30px
}

.mobile-search button {
    background: #201b5e;
    border: 0;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 8px;
    position: relative;
    z-index: 10
}

.mobile-search input {
    background: #201b5e;
    color: #fff;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -15px;
    bottom: -15px;
    padding: 25px;
    z-index: 9;
    height: 85px;
    display: none
}

.mobile-search input::-webkit-input-placeholder {
    color: #fff
}

.mobile-search input::-moz-placeholder {
    color: #fff
}

.mobile-search input:-ms-input-placeholder {
    color: #fff
}

.mobile-search input:-moz-placeholder {
    color: #fff
}

.mobile-menu-wraper {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    background: #000000;
    z-index: 50;
    padding: 10px;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile-menu-close {
    background: #f44336;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 13px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-wraper .title {
    color: #ffffff;
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600
}

.mobile-menu-wraper ul {
    margin: 0;
    padding: 0
}

.mobile-menu-wraper ul li {
    display: block
}

.mobile-menu-wraper ul li a {
    color: #fff;
    background: #322992;
    display: block;
    margin-bottom: 10px;
    padding: 20px 14px !important;
    font-weight: 600;
    border-radius: 7px
}

.mobile-menu-wraper ul li a:focus,
.mobile-menu-wraper ul li a:hover {
    text-decoration: none;
    background: #110d32
}

.page-area h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700
}

.page-area h3 span {
    color: #a39bf9;
    font-weight: 400
}

.search .title {
    color: #737373;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    margin: 10px 0 15px
}

.single-game .title {
    color: #fff
}

.single-game:hover .title {
    color: #fff
}

.single-game:hover .game-title .title {
    color: #fff
}

.game-list {
    margin: 0 -5px;
    overflow: hidden;
    padding-top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(171px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    -ms-grid-rows: minmax(130px, auto);
    grid-template-rows: minmax(130px, auto);
    -ms-grid-template-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center
}

.single-game {
    padding: 0 5px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px
}

.single-game a {
    display: block
}

.single-game a:hover {
    text-decoration: none
}

.game-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    min-width: 101px;
    min-height: 77px;
    background: #110e33;
}

.game-image img {
    width: 100%;
    transition: transform .2s, -webkit-transform .2s
}

.game-title {
    background: #4537d3;
    border-bottom: 3px solid #292274;
    border-radius: 0 0 8px 8px;
    padding: 4px;
    -webkit-transition: .1s;
    transition: .1s
}

.game-title .title {
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.single-game:hover .game-title {
    background: #110d32;
    border-color: #110d32;
    color: #fff
}

.load-more {
    text-align: center;
    margin-top: 13px
}

.footer-info-area {
    background: #2b2479;
    border-radius: 8px;
    margin: 10px 10px 0 10px;
    padding: 15px 0 10px 0;
    color: #ffffff
}

.footer-info-area ol {
    padding-left: 5px
}

.footer-info-area h1 {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px 0;
    position: relative;
    padding-top: 10px
}

.footer-info-area h4 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 20px;
    position: relative
}

.footer-faq {
    margin-top: 20px;
    text-align: center
}

.footer-faq span {
    font-size: 30px
}

.footer-faq h4 {
    margin-top: 10px
}

.footer-faq ol {
    padding: 0
}

.footer-faq li {
    list-style: none
}

.footer-info-area p {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area ol {
    line-height: 27px
}

.footer-info-area a {
    font-weight: 700;
    color: #36d798
}

.footer-info-area ol li a {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area a:hover {
    color: #36d798
}

.footer-info-area p:last-child {
    margin-bottom: 10px
}

.game-title .title {
    font-size: 12px
}

.small-img-top-games {
    margin-top: 10px;
    color: #ffffff
}

.small-img-top-games img {
    height: 30px;
    margin-right: 5px;
    border-radius: 7px
}

.small-img-top-games a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    background: #26206b;
    border-radius: 7px
}

.small-img-top-games a:hover {
    background: #231c63;
    padding-left: 10px;
    text-decoration: none;
    color: #36d798
}

.opacity07 {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.mobile-search button[type=submit] {
    display: none;
    position: absolute;
    z-index: 99
}

.tag_icon {
    position: absolute;
    top: 5px;
    right: 7px;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    padding: 3px;
    animation-name: heartbeat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.single-game:hover .tag_icon {
    display: none
}

.add-button {
    padding: 12px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #3be6a2 !important;
    border: none;
    border-radius: 7px;
    transition: .2s
}

.add-button:hover {
    background-color: #31c58b
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .game-list {
        display: block;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .single-game {
        margin: 0 0 10px;
        padding: 0 5px;
        float: left;
        width: 10%;
        position: relative;
        transition: .2s;
        display: block
    }
    .single-game a {
        display: block;
        background: #04142e;
        color: #fff;
        border-radius: 10px;
        overflow: hidden
    }
}

.fa-search:before {
    content: "\f002"
}

/*! CSS Used from: Embedded */

*,
::after,
::before {
    box-sizing: border-box
}

h1,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

h1,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,
.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

img {
    max-width: 100%;
    height: auto
}

h3 {
    line-height: 30px
}

.btn-button {
    color: #fff;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #3e32b8;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 7px
}

#goToNewGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.load-more .btn-button {
    padding: 18px 20% 14px 20%
}

.page-area {
    margin-top: 10px;
    padding: 10px 0 20px
}

.page-area h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700
}

.page-area h3 span {
    color: #a39bf9;
    font-weight: 400
}

.search .title {
    color: #737373;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    margin: 10px 0 15px
}

.single-game .title {
    color: #fff
}

.game-list {
    margin: 0 -5px;
    overflow: hidden;
    padding-top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(171px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    -ms-grid-rows: minmax(130px, auto);
    grid-template-rows: minmax(130px, auto);
    -ms-grid-template-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center
}

.single-game {
    padding: 0 5px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px
}

.single-game a {
    display: block
}

.game-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.game-title {
    background: #4537d3;
    border-bottom: 3px solid #292274;
    border-radius: 0 0 8px 8px;
    padding: 4px
}

.game-title .title {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.game-title .title {
    font-size: 12px
}

.tag_icon {
    position: absolute;
    top: 5px;
    right: 7px;
    font-weight: 900;
    font-size: 10px;
    background: #36d798;
    color: #fff;
    border-radius: 7px;
    padding: 3px;
    animation-name: heartbeat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.add-button {
    display: none;
    padding: 12px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #3be6a2;
    border: none;
    border-radius: 7px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .game-list {
        display: block;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .single-game {
        margin: 0 0 10px;
        padding: 0 5px;
        float: left;
        width: 10%;
        position: relative;
        display: block
    }
    .single-game a {
        display: block;
        background: #04142e;
        color: #fff;
        border-radius: 10px;
        overflow: hidden
    }
}

.fa-search:before {
    content: "\f002"
}

/*! CSS Used from: https://www.gameszap.com/css/frontend/style.css?v=1.17 */

img {
    max-width: 100%;
    height: auto
}

h1,
h3 {
    line-height: 30px
}

.mobile-menu-close:focus,
.mobile-menu-tigger:focus,
.mobile-search button:focus {
    outline: 0
}

.header-area {
    background: #201b5e;
    overflow: hidden;
    background: #201b5e
}

.header {
    background: #201b5e;
    padding: 5px 0;
    border-bottom: 3px solid #201b5e
}

.logo {
    margin-top: 10px
}

.btn-button {
    color: #f70000;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #3e32b8;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 7px;
    -webkit-transition: .2s;
    transition: .2s
}

.btn-button:hover {
    border: 1px solid #110d32;
    border-bottom: 3px solid #110d32;
    background: #110d32;
    color: #b90000;
    text-decoration: none
}

#goToNewGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.load-more .btn-button {
    padding: 18px 20% 14px 20%
}

.page-area {
    margin-top: 10px;
    padding: 10px 0 20px
}

.mobile-menu,
.mobile-search {
    display: none
}

.mobile-menu-tigger {
    color: #fff;
    background: #201b5e;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 55px;
    height: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px
}

.mobile-menu-tigger img {
    margin-bottom: 5px;
    width: 30px
}

.mobile-search button {
    background: #201b5e;
    border: 0;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 8px;
    position: relative;
    z-index: 10
}

.mobile-search input {
    background: #ababab;
    color: #fff;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -15px;
    bottom: -15px;
    padding: 25px;
    z-index: 9;
    height: 85px;
    display: none
}

.mobile-search input::-webkit-input-placeholder {
    color: #fff
}

.mobile-search input::-moz-placeholder {
    color: #fff
}

.mobile-search input:-ms-input-placeholder {
    color: #fff
}

.mobile-search input:-moz-placeholder {
    color: #fff
}

.mobile-menu-wraper {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 50;
    padding: 10px;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile-menu-close {
    background: #f44336;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 13px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-wraper .title {
    color: #ffffff;
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600
}

.mobile-menu-wraper ul {
    margin: 0;
    padding: 0
}

.mobile-menu-wraper ul li {
    display: block
}

.mobile-menu-wraper ul li a {
    color: #fff;
    background: #535353;
    display: block;
    margin-bottom: 10px;
    padding: 14px;
    font-weight: 600;
    border-radius: 7px
}

.mobile-menu-wraper ul li a:focus,
.mobile-menu-wraper ul li a:hover {
    text-decoration: none;
    background: #110d32
}

.page-area h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #db1717;
    font-weight: 700
}

.page-area h3 span {
    color: #a39bf9;
    font-weight: 400
}

.search .title {
    color: #737373;
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    margin: 10px 0 15px
}

.single-game .title {
    color: #fff
}

.single-game:hover .title {
    color: #fff
}

.single-game:hover .game-title .title {
    color: #fff
}

.game-list {
    margin: 0 -5px;
    overflow: hidden;
    padding-top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(171px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    -ms-grid-rows: minmax(130px, auto);
    grid-template-rows: minmax(130px, auto);
    -ms-grid-template-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center
}

.single-game {
    padding: 0 5px;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px
}

.single-game a {
    display: block
}

.single-game a:hover {
    text-decoration: none
}

.game-title {
    background: #b9b9b9;
    border-bottom: 3px solid #000000;
    border-radius: 0 0 8px 8px;
    padding: 4px;
    -webkit-transition: .1s;
    transition: .1s
}

.game-title .title {
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.single-game:hover .game-title {
    background: #110d32;
    border-color: #110d32;
    color: #fff
}

.load-more {
    text-align: center;
    margin-top: 13px
}

.footer-info-area {
    background: #2b2479;
    border-radius: 8px;
    margin: 10px 10px 0 10px;
    padding: 15px 0 10px 0;
    color: #ffffff
}

.footer-info-area ol {
    padding-left: 5px
}

.footer-info-area h1 {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px 0;
    position: relative;
    padding-top: 10px
}

.footer-info-area h4 {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 20px;
    position: relative
}

.footer-faq {
    margin-top: 20px;
    text-align: center
}

.footer-faq span {
    font-size: 30px
}

.footer-faq h4 {
    margin-top: 10px
}

.footer-faq ol {
    padding: 0
}

.footer-faq li {
    list-style: none
}

.footer-info-area p {
    margin-bottom: 30px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area ol {
    line-height: 27px
}

.footer-info-area a {
    font-weight: 700;
    color: #36d798
}

.footer-info-area ol li a {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff
}

.footer-info-area a:hover {
    color: #36d798
}

.footer-info-area p:last-child {
    margin-bottom: 10px
}

.game-title .title {
    font-size: 12px
}

.small-img-top-games {
    margin-top: 10px;
    color: #ffffff
}

.small-img-top-games img {
    height: 30px;
    margin-right: 5px;
    border-radius: 7px
}

.small-img-top-games a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    background: #26206b;
    border-radius: 7px
}

.small-img-top-games a:hover {
    background: #231c63;
    padding-left: 10px;
    text-decoration: none;
    color: #36d798
}

.opacity07 {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.mobile-search button[type=submit] {
    display: none;
    position: absolute;
    z-index: 99
}

.tag_icon {
    position: absolute;
    top: 5px;
    right: 7px;
    font-weight: 900;
    font-size: 10px;
    background: #36d798;
    color: #fff;
    border-radius: 7px;
    padding: 3px;
    animation-name: heartbeat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

.single-game:hover .tag_icon {
    display: none
}

.add-button {
    display: none;
    padding: 12px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background-color: #3be6a2;
    border: none;
    border-radius: 7px;
    transition: .2s
}

.add-button:hover {
    background-color: #31c58b
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .game-list {
        display: block;
        overflow: hidden;
        padding: 15px 10px 10px;
        border-radius: 0 0 10px 10px
    }
    .single-game {
        margin: 0 0 10px;
        padding: 0 5px;
        float: left;
        width: 10%;
        position: relative;
        transition: .2s;
        display: block
    }
    .single-game a {
        display: block;
        background: #04142e;
        color: #fff;
        border-radius: 10px;
        overflow: hidden
    }
}

/*! CSS Used from: https://www.gameszap.com/css/frontend/responsive.css?v=1.17 */

@media only screen and (min-width:1200px) and (max-width:1375px) {
    .game-list {
        -ms-grid-columns: (minmax(150px, 1fr)) [auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        -ms-grid-rows: minmax(114px, auto);
        grid-template-rows: minmax(114px, auto)
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .game-list {
        -ms-grid-columns: (minmax(130px, 1fr)) [auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        -ms-grid-rows: minmax(99px, auto);
        grid-template-rows: minmax(99px, auto)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .add-button {
        margin-left: 0
    }
}

@media only screen and (max-width:768px)
    {
    .add-button {
        margin-left: 0
    }
    .main {
        padding: 0;
        overflow: hidden
    }
    .header {
        background: #adadad
    }
    .logo {
        margin-top: 0;
        text-align: center;
        padding: 0 10px
    }
    .page-area {
        background: #201b5e;
        border-radius: 7px
    }
    .page-area h3 {
        text-align: center
    }
    .mobile-menu,
    .mobile-search {
        display: block
    }
    .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .load-more .btn-button {
        display: block;
        padding: 10px
    }
    .footer-info-area {
        margin: 10px 10px 0
    }
    .game-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-columns: (minmax(33%, auto)) [auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(33%, auto));
        -ms-grid-rows: minmax(auto, auto);
        grid-template-rows: minmax(auto, auto)
    }
    .page-area {
        padding: 20px 0
    }
}

/*! CSS Used keyframes */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.ccgrid {
    line-height: 0;
    margin: 8px 0 0 0;
    padding: 0;
    text-align: left;
    overflow: visible
}

.ccgrid ol {
    display: flex;
    flex-flow: row wrap;
    justify-content: left
}

.ccgrid ul {
    margin: 0
}

.ccgrid li {
    display: inline-block;
    flex: 0 1 auto;
    line-height: 0;
    margin: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none
}

.ccgrid li:before {
    content: "";
    display: block;
    padding-top: 50%
}

.ccgrid li>a {
    border-radius: 7px;
    display: block;
    line-height: normal;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    color: #000000;
    font-weight: 700;
}

.ccgrid p {
    margin: 0;
    padding: 4px;
    font-size: 12px;
    font-weight: 700;
    transition: .2s
}

.cc-top {
    background-color: #110d32;
    color: #fff;
    display: block;
    padding: 5px 5px;
    z-index: 1;

  
    text-align: center;
}

.cc-top-outer {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.cc-top-inner {
    margin: 0 auto;
    overflow: hidden
}

.cc-top-inner>img {
    margin-right: 15px
}

.cc-top:hover .promo-button {
    box-shadow: 0 0 30px red
}

.cc-top-inner .ccgrid {
    white-space: nowrap
}

.cc-top-inner .ccgrid {
    margin-top: 0
}

.cc-top-inner .ccgrid li {
    margin: 0 12px 0 0;
    width: 150px
}

.cc-top-inner .ccgrid li:before {
    padding-top: 67%
}

.cc-top-inner .ccgrid li:first-child {
    margin-left: -40px
}

.cc-top-inner .ccgrid img {
    border-radius: 7px;
    transition: transform 800ms;
    width: 100%;
    background: #322992;
    min-height: 74.67px
}

.cc-top-inner .ccgrid li:hover img {
    transform: rotateY(-180deg) rotateX(360deg) scale(0.9);
}

.cc-top-inner .ccgrid li:hover p {
    color: #36d798
}

.cc-top-arrow {
    cursor: pointer;
    height: 100%;
    margin: 0 10px 0 0;
    text-align: center;
    top: 0;
    width: 60px
}

.cc-top-arrow:after {
    border-left: 7px solid #ff0000;
    border-top: 7px solid #ec0000;
    content: "";
    display: inline-block;
    height: 15px;
    top: 35%;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 15px
}

.cc-top-arrow-reversed {
    margin: 0 0 0 10px;
    text-align: left
}

.cc-top-arrow-reversed:after {
    transform: rotate(135deg)
}

.cc-top-arrow:hover:after {
    border-color: #36d798
}

#overlay-loader {
    width: 15%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 13, 50, .6);
    z-index: 9999;
    cursor: pointer
}

.sn-main-menu .title {
    margin-top: 15px;
    font-weight: 600;
}