:root {
    --main-bg-color: #7F2BB0;
    --main-color-highlight: #550eb0;
    --main-bg-color-contrast: #fff;
    --main-color: #5b35ad;

    ---default-radius: 20px;
}

html, body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    /*background-color: #7F2BB0;*/
    font-family: "Open Sans", sans-serif;
    background: var(--main-bg-color);
}

a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

p{
    line-height: 24px;
}


a,
h1, h2, h3, h4, h5, h6,
.grid-thumb-category,
.thumb-name,
.rating,
input,
textarea,
button,
footer{
    font-family: "Dosis", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color: var(--main-color);
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-left: 10px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
    text-decoration: none;
}

.hidden{
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.container{
    width: 100%;
}
.centered-container{
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}
.overlay{
    position: fixed;
    background: rgba(0,0,0,.6);
    opacity: 0;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999999;

    justify-content: center;
    align-items: center;
}

.modal-big .modal-container{
    width: 900px;
}

.modal-container{
    position: absolute;
    width: 600px;
    max-height: 90vh;
    max-width: 90vw;
    background: #fff;
    border-radius: var(---default-radius);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
}

.modal-close{
    color: #ccc;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 26px;
    font-weight: 600;
}
.modal-close:hover{
    color: #000;
}
.game-feedback p{
    font-size: 18px;
}
.game-feedback-row{
    margin-bottom: 15px;
}

.game-feedback-row label{
    font-size: 16px;
}

.game-feedback textarea{
    padding: 5px 10px;
    border: 1px solid #cccccc;
    height: 100px;
    font-weight: normal;
}

.custom-radio{
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    line-height: 20px;
}
/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background: var(--main-bg-color);
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.custom-radio.custom-checkbox .checkmark {
    border-radius: 3px;
}

/* When the radio button is checked, add a blue background */
.custom-radio.custom-checkbox input:checked ~ .checkmark {
    background: white;
}

/* Shttps://cms.bitent.com/categorieshow the indicator (dot/circle) when checked */
.custom-radio.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-radio.custom-checkbox .checkmark:after {
    /*top: 5px;*/
    /*left: 3px;*/
    /*border: solid var(--main-bg-color);*/
    /*background: none;*/
    /*width: 13px;*/
    /*height: 5px;*/
    /*border-radius: 2px;*/
    /*border-width: 0 0 3px 3px;*/
    /*transform: rotate(-45deg);*/

    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: var(--main-color);
}


.btn{

}

.btn-main,
.btn-main[type="submit"]{
    background: var(--main-bg-color);
    color:  var(--main-bg-color-contrast);
}

.btn-secondary,
.btn-secondary[type="submit"]{
    background: var(--main-bg-color-contrast);
    color:  var(--main-bg-color);
}

.btn:hover:enabled{
    opacity: .8;
}

.btn:disabled{
    opacity: .3;
}

.grid-thumb.logo.grid-w-double a{
    margin-left: 58px;
}

.ad-container{
    position: relative;
    /*background: rgba(0,0,0,.1);*/
    display: inline-block;
    /*overflow: hidden;*/
}

.ad-container:after{
    position: absolute;
    display: block;
    content: "advertisment";
    text-transform: uppercase;
    color: #fff;
    opacity: .35;
    letter-spacing: 1px;
    text-align: center;
}

.game-ad-left{
    position: absolute;
    transform:translateX(-100%);
    left: -20px;
    top: 0;
}
.game-ad-right{
    position: absolute;
    transform:translateX(100%);
    right: -30px;
    top: 0;
}
.game-ad-bottom{
    text-align: center;
    width: 800px;
    margin-left: 120px;
}

.ad-horizontal .ad-container:after{
    right: -56px;
    top: 39px;
    font-size: 10px;
    transform: rotate(90deg);
}

.ad-vertical .ad-container div{
    padding-bottom: 10px;
}

.ad-vertical .ad-container:after{
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
}

.grid-thumb.logo.logo-floating .logo-thumb{
    display: block;
    position: fixed;
    z-index: 9;

    /*background: #fff;*/
    /*border-radius: 10px;*/
}

.grid-thumb.logo img{
    width: 100px;
    height: 100px;
    display: block;
}
.title{
    color: #fff;
}

.grid-thumb-title .title{
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    height: 100px;
    margin: 0;
    overflow: hidden;
}
.thumb-category{
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.thumb-category .thumb-container{
    background: #fff;
}

.thumb-category-image{
    float: left;
    width: 100px;
}

.thumb-category-name{
    width: 114px;
    height: 100px;
    font-size: 14px;
    float: right;
    color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding:0 5px;
}
.thumb-category-name{
    line-height: 18px;
}

.thumb.thumb-category:hover:after{
    opacity: 0;
}

.thumb-exclusive .thumb-category-image{
    padding: 5px;
    box-sizing: border-box;
}

.thumb-exclusive .thumb-category-image img{
    width: 90px;
    height: 90px;
}

.grid-thumb-category:hover{
    text-decoration: none;
}
.grid-title-full-width{
    grid-column: 2 / -1;
}

.grid-title-full-width h1{
    text-align: left !important;
}

.grid-container .grid-game{
    grid-row: auto / span 6;
    grid-column: 2 / span 10;
}
.game-logo{
    text-align: center;
}

.game-logo a{
    display: inline-block;
    width: 140px;
}

.game-logo a img{
    width: 100%;
}

.game-container{
    margin: 20px auto 0;
    /*background: #fff;*/
    width: 920px;
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);*/
    /*padding: 20px;*/
    border-radius: var(---default-radius);
    position: relative;
}
.game-container .main-game-content{
    width: 800px;
    height: 665px;
    float: right;
    position: relative;

    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}

.game-container .game-iframe-container{
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 65px);
}

.game-container .game-iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}

.game-unavailable{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
}

.game-unavailable-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    filter: blur(8px);
}

.game-unavailable .game-unavailable-text{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: "Dosis", sans-serif;
}

.game-unavailable .game-thumb-small{
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.game-container .related-games{
    display: block;
    width: 100px;
    float: left;
}

.game-container .related-games .game-logo-related{
    margin-bottom: 25px;
}

.game-container .related-games .thumb{
    margin-bottom: 25px;
}

.game-container .related-games .thumb:last-child{
    margin-bottom: 0;
}


.game-container .game-details{
    position: absolute;
    width: 100%;
    bottom: 0;
    /*background: #fff;*/
    height: 65px;
    line-height: 45px;

    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.game-container .fullscreen .game-details{
    padding: 10px;
    width: 100%;
    background: #fff;
    border-radius: 0;
}
.game-container .fullscreen .game-details .rating{
    right: 0;
}

.game-container .fullscreen .game-iframe-container{
    background: #fff;
    height: calc(100% - 65px)!important;
}

.game-thumb-small{
    height: 45px;
    border-radius: calc(var(---default-radius) / 2);
}

.game-container .game-details .game-thumb-small{
    float: left;
    margin-right: 20px;
}


.game-container .game-details h1{
    margin: 0;
    color: var(--main-color);
}

.game-container .game-ad-bottom .ad-container:after{
    color: #000;
    opacity: .5;
}

.game-details .rating{
    position: absolute;
    right: 10px;
    top: 17px;
    width: 115px;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    color: var(--main-color);
}

.game-details .rating .thumbs-up,
.game-details .rating .thumbs-down{
    display:none;
    color: var(--main-color);
}

.game-details .rating .thumbs-up.selected,
.game-details .rating .thumbs-down.selected{
    display:none;
    color: var(--main-color-highlight);
}

.rating i{
    font-size: 20px;
}

.rating span{
    display: block;
}
.rating .game-fullscreen,
.rating .thumbs-up,
.rating .thumbs-down{
    width: 35px;
    float: right;
    cursor: pointer;
}
.rating .game-fullscreen{

}

.rating .game-fullscreen i{
    font-size: 24px;
}

.game-container .text-container{
    /*box-shadow: none;*/
    /*padding: 0;*/
    margin-top: 10px;
}

/*.game-container .logo-thumb,*/
/*.game-container .thumb{*/
/*    box-shadow: 0 4px 6px rgba(0,0,0,.3)!important;*/
/*}*/

/*.game-container .thumb:hover{*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,.4)!important;*/
/*}*/

.game-container .thumb-category{
    float: left;
    margin: 10px 9.5px;
}

.game-other-thumbs{
    width: calc(100% + 24px);
    margin-left: -9px;
}
.game-other-thumbs .game-thumb{
    float: left;
    margin: 10px 8.6px;
}

.game-other-thumbs .logo-thumb{
    display: none;
}

/*.game-other-thumbs .game-thumb:first-of-type{*/
/*    margin-left: 0;*/
/*}*/
/*.game-other-thumbs .game-thumb:nth-child(8){*/
/*    margin-right: 0;*/
/*}*/
.game-text .game-categories{
    text-align: left;
}
.game-text .game-categories a{
    display: inline-block;
    color: #979797!important;
    border: 1px solid #979797;
    padding: 5px 10px;
    margin-right: 7px;
    border-radius: 15px;

    transition: all .3s;
    font-size: 13px;
    margin-top: 10px;
    font-family: "Dosis", sans-serif;
}

.game-text .game-categories a:hover{
    color: var(--main-color)!important;
    border-color: var(--main-color);
}

.text-container .breadcrumbs{
    margin: -2px 0 5px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
.text-container .breadcrumbs li{
    padding-right: 11px;
    display: inline-block;
    list-style: none;
    position: relative;
}

.text-container .breadcrumbs li:after{
    content: "\e806";
    display: block;
    position: absolute;
    right: 1px;
    top: 5px;
    color: var(--main-color);
    font-family: "fontello", serif;
    font-size: 12px;
}
.text-container .breadcrumbs li:last-child:after{
    display: none;
}

.text-container .breadcrumbs a{
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Dosis", sans-serif;
}

.scroll-top{
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 500px;
    bottom: 55px;
    transition: all .4s;

    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    cursor: pointer;

}
.scroll-top .scroll-top-content{
    transform: rotate(90deg);
}

.scroll-top .icon{
    font-size: 43px;
    position: relative;
    top: -1px;
    color: var(--main-color);
}

.bounce {
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    5%  { transform: translateY(-30px); }
    10%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.logo-thumb,
.thumb-container{
    border-radius: var(---default-radius);
    box-shadow: 0 6px 10px rgba(0,0,0,.4);
}

.thumb:hover .thumb-container{
    box-shadow: 0 8px 14px rgba(0,0,0,.4);
}


.thumb{
    display: block;
    position: relative;
    /*overflow: hidden;*/
    transition: all .2s;
}

.thumb-container{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(---default-radius);
    overflow: hidden;
}

.thumb:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(transparent 55%,rgba(0,0,0,.3));
    opacity: 0;
    transition: opacity .2s;
    border-radius: var(---default-radius);
}
.game-logo-related.thumb:after{
    display: none;
}

.thumb img{
    width: 100px;
    height: 100px;
    display: block;
}
.thumb .ribbon{
    text-align: center;
    position: absolute;
    padding-right: 3px;
    left: -4px;
    top: 16px;
    width: 28px;
    height: 28px;
    /*background: url("../images/ribbon.svg");*/
    background-size: cover;
    z-index: 3;
    box-sizing: border-box;
    border-radius: 0 28px 28px 0;

    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

/*.thumb .ribbon:before{*/
/*    content:"";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -5px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 12px solid transparent;*/
/*    border-bottom: 12px solid transparent;*/

/*    border-left: 5px solid #fff;*/
/*}*/

.thumb .ribbon:after{
    content:"";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #bdc9db;
}

.thumb .ribbon img{
    width: 16px;
    height: auto;
    display: inline;
    top: 5px;
    position: relative;
}

.thumb-name{
    position: absolute;
    width: 100%;
    display: block;
    bottom: -100px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    transition: all .2s;
    padding: 6% 6%;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 3;
}

.thumb:hover{
    transform: scale(1.06);
}

.thumb:hover .thumb-name{
    bottom: 0;
}

.thumb:hover:after{
    opacity: 1;
}

.thumb-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.thumb-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.thumb:hover .thumb-video{
    display: block;
}

.game-thumb{
    width: 100px;
    height: 100px;
}

.thumb-2x2 img{
    width: 217px;
    height: 217px;
}

.thumb-2x2 .thumb-name{
    font-size: 18px;
}

.thumb-3x3 img{
    width: 334px;
    height: 334px;
}

.thumb-3x3 .thumb-name{
    font-size: 20px;
}

.text-container{
    background: #fff;
    color: #000;
    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    padding: 1vw;
    border-radius: var(---default-radius);
}
.text-container a{
    font-family: "Open Sans", sans-serif;
    color: var(--main-color);
}
.text-center{
    text-align: center!important;
}

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

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

.nowrap{
    white-space: nowrap;
}
.ov-hidden{
    overflow: hidden;
}
.ov-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-block{
    display: block;
}
.d-none{
    display: none;
}

.d-flex{
    display: flex;
}

.sidebar{
    width: 300px;
    padding: 20px;
    box-sizing: border-box;
    min-height: calc(100vh - 135px);
}

.half{
    width: 50%;
    box-sizing: border-box;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.text-right{
    text-align: right;
}

.game-index-title{
    color: #fff;
    margin-top: 30px;
}

.game-index-title:first-child{
    margin-top: 0;
}

.game-index-game{
    display: inline-block;
    width: 200px;
    margin-right: 17px;
}
.main-game{
    visibility: visible;
    display: block;
    position: relative;
}
.play-mobile-game,
.mobile-logo,
.mobile-rotate{
    display: none;
}

.contact-content{
    min-height: 80vh;
}
.contact-title{
    padding-top: 150px;
}
.contact-title h1{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 10px;
}

.contact-title h1:after{
    content: "";
    position: absolute;
    top: 33px;
    right: 0;
    height: 1px;
    width: 45%;
    background: #ccc;
    display: none;
}

.contact-title h2{
    color: #fff;
}

.contact-form input,
.contact-form textarea,
.contact-form .g-recaptcha,
.contact-form button{
    margin: 12px 0 3px 0;
}

.contact-form button{
    margin-top: 25px;
}

.contact-form-row-error{
    color: #fff
}
.contact-form-msg-success,
.contact-form-msg-error{
    padding: 14px;
    border-radius: var(---default-radius);
    margin-bottom: 10px;
}

.contact-form-msg-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.contact-form-msg-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

input,
textarea,
select,
button{
    color: #000;
}

input[type="text"],
input[type="passsword"],
textarea{
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: var(---default-radius);
    padding: 12px 10px 12px 34px;
    font-size: 15px;
    font-weight: bold;
}
textarea{
    height: 200px;
}

input:focus,
textarea:focus{
    outline: none;
}
.btn,
button{
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(---default-radius);
    font-size: 16px;
    padding: 16px 20px;
    transition: all 0.1s ease-in;
    min-width: 142px;
    border: none;
    cursor: pointer;
    outline: none;
}
.contact-form button[type="submit"]{
    background: #fff;
}

.contact-form button[type="submit"]:hover:enabled{
    background-color: #000000;
    color: #fff;
    outline: none;
}
.default-container footer{
    padding: 20px 10px;
}

.logo-default-container{
    width: 100px;
    height: 100px;
    margin-right: 30px;
    float: left;
}

.logo-default-container img{
    width: 100%;
}

.title-default-container .title{
    height: 100px;
    line-height: 100px;
    color: #fff;
}

.download-game-thumb .thumb-name{
    bottom: 0;
}
.download-game-thumb:after{
    opacity: 1;
    background: linear-gradient(transparent 50%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5))
}

/*.download-game-item:nth-child(2n+1){*/
/*    margin-right: 2%;*/
/*}*/

.download-game-item img{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: var(---default-radius);
    box-shadow: 0 6px 8px rgba(0,0,0,.4);
}
.download-game-item p,
.download-game-item a{
    color: #000;
}
.download-game-item .text{
    margin-top: 20px;
}


/*.download-game-item:nth-child(-n+10){*/
/*    display: block;*/
/*}*/

.logo{
    position: relative;
}

.logo .logo-image:hover{
    animation: shake 1.5s linear infinite;
}

.logo-thumb{
    background: #fff;
    border-radius: var(---default-radius);
    width: 100px;
    height: 100px;
    overflow: hidden;
}
/*.logo.thumb:hover{*/
/*    transform: none!important;*/
/*}*/

@keyframes shake {
    0% {
    }
    10% {
        transform: rotate(-1deg)
    }
    20% {
        transform: rotate(1deg)
    }
    30% {
        transform: rotate(0deg)
    }
    40% {
        transform: rotate(1deg)
    }
    50% {
        transform: rotate(-1deg) scale(1.01)
    }
    60% {
        transform: rotate(0deg)
    }
    70% {
        transform: rotate(-1deg) scale(1.015)
    }
    80% {
        transform: rotate(1deg)
    }
    90% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1deg) scale(1.02)
    }
}

.logo-thumb .logo-image{
    text-align: center;
    display: block;
    width: 100%;
    height: 70px;
}
.logo-thumb .logo-image img{
    width: 90px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.logo-thumb .logo-icons{
    text-align: center;
    box-sizing: border-box;
}


.logo-thumb .logo-icons a:hover{
    background: #efefef;
}

.logo-thumb .logo-icons a{
    color: var(--main-color);
}

.logo-thumb .logo-home{
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
    box-sizing: border-box;
}
.logo-thumb .logo-home i{
    font-size: 19px;
}

.logo-thumb .logo-search{
    height: 30px;
    line-height: 30px;
    width: 50%;
    float: left;
}
.logo-thumb .logo-search i{
    font-size: 19px;
    position: relative;
}

.sidebar-search{
    top: 0;
    left: 0;
    height: 100%;
    width: 835px;
    padding: 40px 75px;
    margin-left: -2000px;
    position: fixed;
    box-sizing: border-box;
    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    background: var(--main-bg-color);
    z-index: 1000001;
}

.logo-search-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.logo-search-icon svg{
    width: 20px;
    height: 20px;
}

.logo-search-icon svg path{
    fill: #626262;
}

.search-close-icon{
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
    position: absolute;
    top: 40px;
    right: -26px;
    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    background: #fff;
    font-weight: bold;
    color: #626262;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.search-close-icon i{
    font-size: 30px;
    position: relative;
    left:-2px;
    color: #757575;
}

aside .search-form{
    width: 100%;
}

.search-input{
    position: relative;
}

.search-input input{
    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    font-size: 21px;
    height: 52px;
    padding: 11px 20px 13px 50px;
    border-radius: 52px;
}

.search-input-icon{
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 20px;
    color: #757575;
}
aside .search-popular-container,
aside .search-recent-container,
aside .search-results-container{
    width: calc(100% + 40px);
    margin-left: -20px;
}

aside .search-results-container {
    height: calc(100vh - 160px);
}

aside .search-results{
    padding: 0 20px;
}

aside .no-games-container{
    background: #fff;
    margin: 30px 0;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    border-radius: var(---default-radius);
}

aside .no-games-container h2{
    color: var(--main-color);
}
.download-games-filter{
    padding-top: 0;
}

.download-games-filter ul{
    list-style: none;
    color: #fff;
    padding: 0 0 0 23px;
}

.download-games-filter ul li{
    padding: 5px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.download-games-filter ul li label{
    cursor: pointer;
    font-size: 18px;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
}
.download-game-item .text *{
    display: none;
}
.download-game-item .text p:first-child{
    display: block;
}

.content-with-sidebar{
    width: calc(100% - 125px);
}

.content-with-sidebar .grid-container{
    margin-top: 0;
}

.filtered-out{
    display: none;
}


footer{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li{
    display: inline-block;
}

footer ul li a{
    margin:0 30px 0 9px;
    position: relative;
    color: #fff;
}

footer ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
.copyright:after,
footer ul li a:after{
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    left: -9px;
    top: 56%;
    margin-top: -2px;
}

.copyright{
    position: relative;
}

footer .language{
    position: relative;
}

footer .language img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}

footer .language:hover .languages{
    display: block;
    opacity: 1;
}

footer .languages{
    display: none;
    opacity: 0;
    position: absolute;
    transition: opacity .4s;
    bottom: 26px;
    right: 0;
    padding-bottom: 20px;
}
footer .languages ul{
    width: 82px;
    text-align: center;
    background: #fff;
    border-radius: var(---default-radius);
    padding: 15px;
    box-shadow: 0 6px 8px rgba(0,0,0,.3);
    position: relative;
}
footer .languages ul:after{
    display: block;
    content: "";
    position: absolute;
    bottom: -14px;
    right: 16px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 2px solid transparent;

    border-top: 14px solid #fff;
}

footer .languages li{
    display: inline-block;
    margin: 5px;
}

footer .languages li img{
    position: relative;
    top: -1px;
    margin-right: 5px;
    vertical-align: middle;
}

footer .languages a{
    display: inline-block;
    margin: 0;
    color: var(--main-color)!important;
}
footer .languages a:after{
    display: none;
}

/*===========================
	     GAMES GRID
===========================*/
.m-20{
    margin: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.m-30{
    margin: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}

.m-150{
    margin: 150px;
}
.mt-150{
    margin-top: 150px;
}
.mb-150{
    margin-bottom: 150px;
}

.pr-30{
    padding-right: 30px;
}

.pl-30{
    padding-left: 30px;
}

/*===========================
	     GAMES GRID
===========================*/
.grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 17px;
    margin: 17px 0;
}
.grid-container .grid-thumb.logo{
    order:0;
}

.grid-container .grid-thumb{
    order:1
}
.grid-container .thumb-category{
    order:5
}
.grid-container .text-container{
    order:10
}
.grid-container .grid-footer{
    order:15
}

.grid-thumb{
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    min-height: 100px;
}
.grid-full-width{
    grid-column: 1 / -1;
}

.grid-full-width-1{
    grid-column: 2 / -1;
}

.grid-full-width-2{
    grid-column: 3 / -1;
}

.grid-full-width-3{
    grid-column: 4 / -1;
}

.grid-double{

}

.grid-triple{

}

.grid-w-double{

}

.grid-2x2,
.grid-h-double{
    grid-row: auto / span 2;
}

.grid-2x2,
.grid-w-double{
    grid-column: auto / span 2;
}

.grid-2x2,
.grid-h-double{
    grid-row: auto / span 2;
}

.grid-3x3,
.grid-h-triple{
    grid-row: auto / span 3;
}

.grid-3x3,
.grid-w-triple{
    grid-column: auto / span 3;
}

.grid-footer{

}






img.lazy{
    opacity: 0;
}
img.lazy.loaded{
    opacity: 1;
}

[dir="rtl"] .game-details h1{
    /*color: red !important;*/
}

[dir="rtl"] .game-details .game-thumb-small{
    margin-right: 0;
    margin-left: 20px;
    float: right;
}

[dir="rtl"] .game-details .rating{
    right: inherit;
    left: 10px;
}


[dir="rtl"] .game-container .fullscreen .game-details .rating{
    right: inherit;
    left: 0;
}

[dir="rtl"] .related-games{
    float: right;
}

[dir="rtl"] .game-container .main-game-content{
    float: left;
}

[dir="rtl"] .game-other-thumbs{
    margin-left: 0;
    margin-right: -15px;
}

[dir="rtl"] .game-ad-bottom{
    margin-left: 0;
    margin-right: 120px;
}







/*===========================
	     CLEARFIX
===========================*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/*===========================
	     RESPONSIVE
===========================*/

@media screen and (max-width: 1500px) {
    .ad-vertical{
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .container{

    }

    .sidebar-search{
        width: 100%;
        padding: 20px;
    }

    .search-close-icon{
        right: 20px;
        top: 20px;
    }

    aside .search-form{
        width: calc(100% - 70px);
    }

    .sidebar-search .grid-container{
        margin: 0;
    }

    /*.thumb-category{*/
    /*    grid-column: auto / span 1!important;*/
    /*}*/
}

/*mainly iPad*/
@media screen and (max-width: 1000px) and (min-width: 600px) and (orientation: portrait){
    .game-container{
        width: 800px;
    }

    .game-ad-bottom{
        margin-left: 0px;
    }

    /*.grid-container{*/
    /*    grid-gap: 10px;*/
    /*}*/

    /*.thumb-category-name{*/
    /*    width: 110px;*/
    /*}*/

    .game-container .related-games{
        display: none;
    }

    .game-other-thumbs .logo-thumb{
        display: block;
        float: left;
        grid-column: inherit;
        grid-row: inherit;
        min-height: inherit;
    }

    .game-other-thumbs .logo-thumb,
    .game-other-thumbs .game-thumb,
    .game-other-thumbs .thumb-category{
        margin: 10px 8.5px;
    }

    .game-other-thumbs .game-thumb:nth-child(8),
    .game-other-thumbs .game-thumb:nth-child(9){
        display: none;
    }

    /*.game-other-thumbs .thumb-category{*/
    /*    width: 100px;*/
    /*}*/
    /*.game-other-thumbs .thumb-category-image{*/
    /*    width: 86px;*/
    /*}*/
    /*.game-other-thumbs .thumb-category-image img{*/
    /*    width: 80px;*/
    /*    height: 86px;*/
    /*    margin: 8px 0 8px 6px;*/
    /*}*/

    /*.game-other-thumbs .thumb-category-name{*/
    /*    width: 100px;*/
    /*}*/
}

/*@media screen and (max-width: 768px),*/
/*       screen and (max-width: 1100px ) and (orientation: landscape){*/

/*}*/


/*mobile*/
@media screen and (max-width: 600px),
screen and (max-height: 600px) and (orientation: landscape){

    html, body{
        font-size: 16px;
    }

    .container{
        margin: 0;
        width: 100%;
    }
    .grid-container{
        grid-gap: 14px;
        margin: 10px;
    }

    .grid-thumb.logo.logo-floating .logo-thumb{
        /*position: relative;*/
    }

    .text-container{
        padding: 20px;
    }

    aside .search-results-container{
        height: calc(100vh - 160px);
        width: inherit;
        margin: 0;
    }

    aside .search-results{
        margin: 10px 0!important;
        padding: 0 20px 0 0;
    }

    footer ul{
        width: 100%;
        text-align: center;
    }

    footer ul li a{
        margin: 0 10px;
    }

    footer .copyright{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    footer .language{
        top: -20px;
    }

    .game-page-container footer{
        width: 342px;
        margin: 0 auto;
    }

    .copyright:after{
        display: none;
    }

    /*.thumb-category-name{*/
    /*    display: none;*/
    /*}*/

    .centered-container,
    .game-container{
        width: 342px;
        padding: 0;
        background: none;
        box-shadow: none;
        margin-top: 3px;
    }

    .game-container .game-iframe{
        display: none;
        position: fixed !important;
        background: var(--main-bg-color);
    }

    .game-container .main-game-content{
        width: 100% !important;
        height: 0 !important;
        margin: 0 !important;
        position: relative;
    }

    .game-ad-left,
    .game-ad-right,
    .game-ad-bottom{
        display: none;
    }

    .main-game{

    }

    .game-iframe{
        position: fixed;
        width: 100%!important;
        height: 100%!important;
        top: 0!important;
        left: 0!important;
        display: none;
        z-index: 100;
    }

    .scroll-top{
        display: none;
    }

    .mobile-logo{
        display: none;
        width: 60px;
        height: 45px;
        position: fixed;
        top: 24px;
        left: 0;
        z-index: 101;
        background: #fff;
        border-radius: 0 45px 45px 0;
        padding-left: 7px;
        box-sizing: border-box;
        box-shadow: 0 0 15px rgba(111,111,111,.5);
    }

    .mobile-logo img{
        width: 41px;
        height: 41px;
        margin: 2px;
    }

    .mobile-rotate{
        display: none;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .mobile-rotate img{
        position: absolute;
        width: 200px;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -100px;
    }

    .game-container .related-games{
        width: 109px;
        /*height: 111px;*/
        float: none;
    }

    .game-container .related-games .thumb{
        float: left;
        display: none;
    }
    .game-container .related-games .thumb.logo{

    }
    .game-container .related-games .game-logo-related{
        /*box-shadow: 0 0 5px rgba(0,0,0,.4);*/
        margin: 5px;
    }
    .game-container .related-games .thumb,
    .game-container .thumb,
    .game-container .thumb-category{
        margin: 7px!important;
    }

    .game-container .related-games .thumb{
        width: 100px;
        height: 100px;
    }

    .game-container .related-games .thumb img,
    .game-container .thumb-category img{
        width: 100px;
        height: 100px;
    }

    .game-container .logo-thumb{
        width: 100px;
    }
    .game-container .logo-thumb .logo-image img{
        width: 90px;
        height: 60px;
    }


    .play-mobile-game{
        display: block;
        width: 332px;
        height: 332px;
        margin: 7px 5px 7px 5px;
        position: relative;
        /*border-radius: 10px;*/
        border-radius: var(---default-radius);
        overflow: hidden;
        box-shadow: 0 6px 10px rgba(0,0,0,.4);
    }

    .play-mobile-game:after{
        position: absolute;
        content:"";
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        z-index: 1;
    }

    .play-mobile-game img{
        position: absolute;
        width: 100%;
        height: 100%;
    }


    .play-mobile-center{
        position: absolute;
        text-align: center;
        transform: translate(0,-50%);
        width: 100%;
        top: 50%;
        z-index: 2;
    }

    .play-mobile-center i{
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #fff;
        line-height: 50px;
        border-radius: 50px;
        color: var(--main-color);
        text-align: center;
        font-size: 26px;
        box-shadow: 0 2px 15px rgba(111,111,111,.5);
        box-sizing: border-box;
        padding-left: 5px;
        animation: pulse 2s ease 0s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1.0);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1.0);
        }
    }


    .play-mobile-center span{
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        font-size: 24px;
        margin-top: 0;
        font-weight: bold;
    }

    .play-mobile-game.disabled-mobile img{
        filter: grayscale(1);
    }

    .play-mobile-game .play-action,
    .play-mobile-game.disabled-mobile .play-action-disabled{
        display: block;
    }

    .play-mobile-game.disabled-mobile .play-action,
    .play-mobile-game .play-action-disabled{
        display: none;
    }

    [dir="rtl"] .game-other-thumbs,
    .game-other-thumbs{
        width: 100%;
        margin: 0;
    }

    /*.game-other-thumbs .thumb{*/
    /*    display: none;*/
    /*}*/

    /*.game-other-thumbs .thumb:nth-child(-n+16) {*/
    /*    display: block;*/
    /*}*/

    .game-container .game-iframe-container{
        background: none;
    }

    .game-container .game-details{
        position: absolute;
        top: 4px;
        right: 0;
        height: 100px;
        padding: 2px 0 0 0;
        background: none;

        width: 227px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    [dir="rtl"]  .game-container .game-details{
        right: 120px;
    }


    .game-container .game-details img{
        display: none;
    }
    .container .game-container .game-details h1 {
        line-height: 30px;
        color: #fff!important;
        margin: 0;
        padding: 0;
    }

    .game-container .game-details .rating{
        display: none;
    }

    .game-text{
        padding: 10px 20px!important;
        margin: 10px 5px;
    }

    .game-text .game-categories{
        margin-bottom: 10px;
    }

    .text-container .breadcrumbs li:after{
        top: 7px;
    }


    .half{
        width: 100% !important;
    }

    .contact-content{
        padding-bottom: 30px;
    }

    .contact-title{
        padding: 0!important;
    }
    .contact-title h1:after{
        display: none;
    }

    .contact-form{
        padding: 0!important;
    }


    .download-game-item{
        width: 100%;
        float: none;
        margin: 20px 0;
        overflow: hidden;
    }

    .download-game-item img{
        margin-bottom: 10px;
    }
    .download-game-item h2,
    .download-game-item .links{
        clear:both;
        margin: 10px 0;
        word-break: break-all;
    }
    .download-game-item .links div{
        margin: 5px 0;
    }

    .download-games-filter{
        display: none;
    }
    .download-games-main{
        width: 100%;
    }

    .game-index-game{
        width: 100%;
        margin: 5px 0;
    }

    button[type="submit"]:hover,
    button[type="submit"]:focus{
        background-color: #fff;
        color: inherit;
        outline: none;
    }


    .grid-3x3,
    .grid-h-triple{
        grid-row: auto / span 2;
    }

    .grid-3x3,
    .grid-w-triple{
        grid-column: auto / span 2;
    }

    .thumb-3x3 img{
        width: 217px;
        height: 217px;
    }

    .thumb-disabled-mobile{
        filter: grayscale(1);
    }
    .thumb-disabled-mobile img{
        opacity: .8;
    }

    .grid-container .thumb-disabled-mobile {
        order: 2;
    }

    /*.thumb-category{*/
    /*    grid-column: auto / span 3!important;*/
    /*}*/
    /*.thumb-category-name{*/
    /*    display: flex;*/
    /*    width: 225px;*/
    /*}*/
}

/*mobile landscape*/
@media screen and (max-height: 600px) and (orientation: landscape){
    .centered-container, .game-container{
        width: 560px;
    }

    .game-page-container footer{
        width: 560px;
    }

    footer ul{
        text-align: left;
    }

    .game-container .game-details{
        width: 445px;
        text-align: left;
    }
    .game-container .related-games{
        float: left;
        margin-left: -7px;
    }

    .game-container .related-games .thumb{
        display: block;
        margin-left: 0;
    }

    .game-container .related-games .thumb:nth-child(4){
        display: none;
    }

    .play-mobile-game{
        float: right;
        width: 445px;
        height: 390px;
        margin: 55px 0 0 12px;
        border-radius: 0 0 10px 10px;
    }

    .play-mobile-game img{
        border-radius: 0 0 10px 10px;
    }

    .game-other-thumbs .thumb:nth-child(-n+16) {
        display: block;
    }

    .game-container .game-details{
        background: #fff;
        height: 60px;
        border-radius: 10px 10px 0 0;
        padding-bottom: 10px;
    }

    .container .game-container .game-details h1{
        color: var(--main-color)!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 52px;
    }

    .game-other-thumbs{
        margin-left: -7px;
        width: calc(100% + 14px);
    }

    .mobile-rotate img{
        transform: rotate(-90deg);
    }
}


/*@media screen and (min-width: 768px) and (max-width: 1100px ) and (orientation: landscape){*/
/*    .centered-container{*/
/*        !*width: 630px;*!*/
/*    }*/
/*    .centered-container,*/
/*    .game-container{*/
/*        width: 570px;*/
/*    }*/

/*    .game-page-container footer{*/
/*        width: 570px;*/
/*    }*/

/*    .play-mobile-game{*/
/*        width: 558px;*/
/*        height: 558px;*/
/*    }*/

/*    .game-container .game-details{*/
/*        width: 410px;*/
/*        justify-content: left;*/
/*    }*/

/*    .game-other-thumbs{*/
/*        max-height: 340px;*/
/*    }*/
/*}*/
