* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #f8f8f8;
    font-family: 'Asap', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-top: 3px solid #1c95df;
}

@media (min-width: 1024px) {
    .container-fluid {
        width: calc(100vw - 50px);
    }
}

@media (min-width: 1800px) {
    .container-fluid {
        width: 1750px;
    }
}

.container-fluid {
    max-width: 1800px;
}

header {
    margin-top: 10px;
}

header .login-buttons {
    margin-top: 10px;
    text-align: right;
}

a.btn-facebook,
a.btn-google {
    color: #FFF;
    padding: 10px;
    border-radius: 6px;
    padding-right: 20px;
    text-decoration: none;
}

a.btn-facebook img,
a.btn-google img {
    padding-right: 20px;
}

a.btn-facebook {
    background: #4955ad;
    margin-right: 20px;
}

a.btn-google {
    background: #ec403c;
}

header a.btn-facebook {
    margin-right: 20px;
}

@media (min-width: 992px) {
    nav.navbar .dropdown-multicol {
        width: 30em;
    }
    nav.navbar .dropdown-multicol li {
        width: 32%;
        display: inline-block;
    }
}

.navbar .nav-link {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    font-weight: 700;
}

.navbar {
    padding-bottom: 20px;
}

.navbar form {
    border: 5px solid #efefef;
    border-radius: 8px;
    height: 55px;
}

.navbar form input,
.navbar form button {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    color: #1c95df;
}

.navbar form input {
    padding-left: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
    background: #FFF;
    color: #000;
    height: 45px;
    min-width: 300px !important;
}

nav .search-form button {
    min-width: 40px;
    background: #f5f5f5;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

nav .search-form button i {
    color: #3497d9;
}

.left-banner {
    width: 170px;
    max-width: 170px;
    margin-right: 127px;
}

.right-column {
    max-width: 180px
}

@media (min-width: 1500px) {
    .left-banner {
        width: 350px;
        max-width: 350px;
    }
}

.box {
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
}

.box-caption-wrapper {
    padding-left: 30px;
    height: 115px;
}

.box-margin {
    margin: 20px 0;
}

.box-margin-bottom {
    margin-bottom: 20px;
}

.box-beige h2,
.box-beige h1 {
    color: #5a5a5a;
    background: none;
}

.box-blue {
    background: #ecf5fb;
    border-color: #d3e6f2;
}

.box-darkblue {
    background: #d3e6f2;
    border-color: #b9d5e7;
}

.box-beige {
    background: #f3eee3;
    border: 0;
}

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

.box-caption h2 {
    position: absolute;
    left: -52px;
    padding: 5px 0 5px 0;
    top: 42px;
    float: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 115px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #74bf63;
    background: #dff4e2;
    border: 1px solid #badabe;
    -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;
}

.box-caption h2.beige {
    background: #f3eee3;
    border: 1px solid #ded4be;
    color: #f56e00;
}

.game-item img {
    width: 100%;
}

.game-item h3 a {
    font-weight: 700;
}

.top-bar {
    margin-bottom: 45px;
}

.top-bar .game-item {
    text-align: center;
}

.top-bar .game-item .game-image {
    overflow: hidden;
    height: 78px;
}

.top-bar .game-item img {
    width: 100%;
}

.top-bar .game-item h3 a,
.top-bar .game-item h3 {
    font-size: 11px;
    line-height: 11px;
    margin-top: 4px;
    color: #7d7d7d;
}

.game-list .game-item {
    border: 2px solid #e1e1e1;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background: #FFF;
}

.game-list .game-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.game-list .game-image img {
    min-width: 100%;
    min-height: 100px;
}

.game-list .game-item h3,
.game-list-vertical .game-item h3 {
    line-height: 12px;
    padding-top: 5px;
    text-align: center;
    height: 30px;
    margin: 0;
}

.game-list .game-item h3 a,
.game-list-vertical .game-item h3 a {
    margin: 0;
    padding: 0;
    color: #595959;
    font-size: 13px;
}

.game-list .game-item:hover h3 a {
    color: #1d97de;
}

@media (min-width: 992px) {
    .game-list .game-item:hover {
        border: 2px solid #1d97de;
        background: #ecf5fb;
    }
}

.game-list-vertical .game-item h3 {
    padding-top: 10px;
    border-bottom: 1px solid #b9d5e7;
    margin-bottom: 15px;
}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
    width: 100% !important;
}

footer {
    background: #3b3b3b;
    color: #c1c1c1;
    padding-top: 30px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    width: 50%;
    float: left;
    list-style: none;
}

footer ul li a {
    color: #c1c1c1;
    font-weight: 700;
    font-size: 15px;
}

footer .light-gray {
    background: #4f4f4f;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

h1,
h2 {
    font-size: 20px;
    font-weight: 800;
    color: #1d97de;
    margin: 0 0 10px 0;
    background: url(/static/img/line-blue.png) no-repeat right;
}

h1 span,
h2 span {
    background: #f8f8f8;
    padding-right: 10px;
}

.knowledgebase-content h2,
.knowledgebase-content h3,
.knowledgebase-content h4,
.news-post-body h2,
.news-post-body h3,
.news-post-body h4 {
    background: none;
}

.knowledgebase-content h3 {
    font-size: 18px;
    color: #1d97de;
    margin: 0 0 10px 0;
}

.knowledgebase-content h4 {
    font-size: 16px;
    color: #1d97de;
    margin: 0 0 10px 0;
}

.breadcrumb {
    background: none;
    margin: 0px 0 10px 0;
    padding: 0;
    color: #1d97de;
    font-weight: bold;
}

.breadcrumb a {
    font-weight: normal;
    color: #1d97de;
}

.breadcrumb>li+li:before {
    color: #1d97de;
}

.breadcrumb li,
.breadcrumb li.active {
    color: #1d97de;
    font-weight: bold;
}

.fb_iframe_widget iframe {
    z-index: 30 !important;
}

.score-label {
    display: inline;
}

#rating-star {
    display: inline;
    margin: 15px 0;
}

.game-footer img {
    width: 70px;
}

a:hover {
    text-decoration: none;
}

.pagination>li>a {
    font-size: 17px;
    color: #7e7e7e;
    font-weight: 700;
}

.pagination>li>a.focus-btn {
    background-color: #58b8f3;
    background-image: -moz-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58b8f3), to(#1c95df));
    background-image: -webkit-linear-gradient(top, #58b8f3, #1c95df);
    background-image: -o-linear-gradient(top, #58b8f3, #1c95df);
    background-image: linear-gradient(to bottom, #58b8f3, #1c95df);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#58b8f3', endColorstr='#1c95df', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
}

.pagination>li>a.rounded-right {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
}

.pagination>li>a.rounded-left {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
}

h2.green {
    color: #55a641;
    background: url(/static/img/line-green.png) no-repeat right;
}

h2.orange {
    background: url(/static/img/line-orange.png) no-repeat right;
    color: #f27202;
}

h2.red {
    color: #F44336;
    background: url(/static/img/line-orange.png) no-repeat right;
}

#game-intro-play {
    margin: 5px;
    text-align: center;
}

#game-intro-play h2 {
    background: none;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}

#game-intro-play .play-game-btn {
    color: #FFF;
    padding: 20px;
    border-radius: 6px;
    background: #01a36c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    min-width: 260px;
    display: block;
    margin: auto;
    border: 3px solid rgba(255, 255, 255, 1);
}

.game-intro-banner {
    position: relative;
    border-radius: 20px;
    margin: 10px auto;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-position: center top;
    background-size: cover;
    height: 300px;
}

.game-intro-banner p {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    #game-intro-play {
        margin: 20px;
    }
    #game-intro-play .play-game-btn {
        padding: 20px;
        min-width: 300px;
    }
    .game-intro-banner {
        margin: 40px auto;
        height: 400px;
        width: 80%
    }
}

.toast-header {
    background: #1c95df;
    color: white;
    font-size: 20px;
}

.toast-body {
    background: white;
}

ul.tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tagcloud li {
    display: inline;
}

#cookie-bar .btn {
    padding: 2px 10px;
}

.contact-form .table>tbody>tr>th,
.contact-form .table>tbody>tr>td {
    border: 0;
}

.contact-form {
    max-width: 700px;
    margin: auto;
}

.top-notice {
    background: #1c95df;
    color: white;
    padding: 4px;
    font-weight: normal;
}

.top-notice .container {
    max-width: 700px
}

.top-notice a {
    font-weight: bold;
    color: white;
}

.top-notice .close {
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#aip-top {
    height: 220px;
}

#aip-bottom-box {
    height: 300px;
}

@media (min-width: 1300px) {
    #aip-top {
        height: 270px;
    }
    #aip-bottom-box {
        height: 420px;
    }
}

@media (min-width: 1024px) {
    .container-fluid {
        width: calc(100vw - 50px);
    }
}

.kb-menu ul {
    flex-direction: column !important;
}

.kb-menu ul li a.nav-link {
    color: #0d6efd !important;
}

i.fa-heart {
    color: #F44336;
}

.ad-top {
    width: 100%;
    height: 360px;
}

@media (min-width: 1024px) {
    .ad-top {
        height: 280px;
    }
}


/*Fix for CMP mobile*/

@media (max-width: 900px) {
    #qc-cmp2-main .qc-cmp-cleanslate {
        max-height: 80%!important;
    }
}