body {
    font-family: 'Catamaran', sans-serif;
    color: #333;
    background-color: #ccc;
    /*background-image: linear-gradient(180deg, #b7b6b4, #ebece7);*/
    padding-bottom: 0 !important;
}
img{
    max-width: 100%;
}
.cr-detail {
    margin: 5px;
    position: relative;
}
.cr-img img {
    width: 100%;
}
.cr-item-content {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px 0 #020202;
    border-radius: 15px;
}
.cr-info {    
    width: 100%;
    z-index: 4;
    bottom: 5px;
    position: absolute;
    text-align: center;
}
.cr-info span{
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.cr-info-side span{
    font-size: 14px;
}
.cr-item-content:hover {
    z-index: 20;
    opacity: 0.9;
    transition: box-shadow .1s linear;
    box-shadow: 0 0 5px 0 #fff;
    border-color: #fff;
}
.tag_3 {
    overflow: hidden;
    width: 100%;
}
.list-bsk-tags a {
    margin: 5px 5px;
    padding: 0px 5px;
    color: #fff;
    background-color: #d2e8e3;
    border-radius: 5px;
    font-weight: 800;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0px 5px;
    width: fit-content;
    float: left;
    height: 35px;
    line-height: 35px;
}
.list-bsk-tags {
    font-weight: 600;
    font-size: 10px;
    width: fit-content;
    margin: auto;
}
.list-bsk-tags a {
    font-size: 18px;
}
.list-bsk-tags a.color1 {
    background-color: #d2e8e3;
}
.list-bsk-tags a.color1:hover {
    background-color: #0062cc;
}
.list-bsk-tags a.color2 {
    background-color: #6c757d;
}
.list-bsk-tags a.color2:hover {
    background-color: #545b62;
}
.list-bsk-tags a.color3 {
    background-color: #28a745;
}
.list-bsk-tags a.color3:hover {
    background-color: #1e7e34;
}
.list-bsk-tags a.color4 {
    background-color: #dc3545;
}
.list-bsk-tags a.color4:hover {
    background-color: #bd2130;
}
.list-bsk-tags a:hover {
    text-decoration: none;
}
.fnafgame-header-frame {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgb(51 51 51 / 7%);
    -moz-box-shadow: 0 1px 0 rgba(51,51,51,0.07);
    box-shadow: 0 1px 0 rgb(51 51 51 / 7%);
    background-color: #363638;
    border: 0;
}
.fnafgame-header-content {
    padding: 3px 0px;
    overflow: hidden;
    position: relative;
}
.fnafgame-left {
    float: left;
    width: 80%;
}
.fnafgame-logo {
    float: left;
    height: 50px;
    overflow: hidden;
}
.fnafgame-menu-header {   
    /*    position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);*/
    float: left;
    width: 75%;
    width: calc(100% - 65px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 51px;
    margin-left: 15px;
}

.fnafgame-menu-header::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.fnafgame-menu-header::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 10px;
}
.fnafgame-menu-header::-webkit-scrollbar-track {
    background: 0 0;
}
.menu-block{
    list-style: none;
    /*min-width: 769px;*/
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0;
}
.item-menu{
    display: block;
    float: left;
}
.fnafgame-menu-header li {
    float: left;
    /*    height: 51px;
        line-height: 51px;*/
}
.fnafgame-menu-header a {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
    position: relative;   
    font-weight: 550;
}
.fnafgame-menu-header a:hover{
    color: #54d4f5;
    border-radius: 5px;
}
.fnafgame-right {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
input#fnafgame-input-search {
    border: none;
    padding: 5px 15px;
    outline: none;
    border: none;
    border-radius: 19px;
    background: #f3f3f3;
}
button#fnafgame-search-button {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    height: 100%;
    color: #fff;
    width: 31px;
    border: none!important;
    outline: none!important;
}
.fnafgame-menu-header a:hover {
    text-decoration: none;
}
.fnafgame-logo img {
    height: 100%;
    display: block;
}
span#fnafgame-pull {
    display: none;
}
.fnafgame-menu-header-mobile {
    display: none;
}
.fnafgame-menu-header-mobile .fnafgame-formsearch{
    display: block !important;
    position: relative;
    margin: 5px 0;
}
.fnafgame-menu-header-mobile input#fnafgame-input-search{
    width: 100%;
}
span#fnafgame-pull svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.block-footer{
    background: #363638;
}
.footer-content a{
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
    position: relative;
    font-weight: 500;
    float: left;
    border-radius: 5px;
}
.footer-content a:hover {
    text-decoration: none;
    color: #54d4f5;
}

.fnafgame-panel-container {
    border-bottom: none;
    min-height: 100px;
    position: relative;
    overflow: hidden;
}
#back_to_top{
    width: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
    display: block;
    opacity: 0.95;

}
#back_to_top:hover{
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #35fdff;
    opacity: 1;
}
.black{ background: #000000}
.brown{ background: #9c7284}
.red{ background: #900613}
.orange{ background: #f77f00}
.yellow{ background: #54d4f5}
.green{ background: #2d6a4f}
.blue{ background:  #3e87b4}
.violet{ background: #bd96dd}
.grey{ background: #6c757d}
.white{ background: #ffffff}
.pink{ background: #f434a0} 
.milk {background: #d9c9bb}

.bg-8{ background: #f8f9fa}
.bg-7{ background: #e9ecef}
.bg-6{ background: #dee2e6}
.bg-5{ background: #ced4da}
.bg-4{ background: #adb5bd}
.bg-3{ background: #6c757d}
.bg-2{ background: #495057}
.bg-1{ background: #343a40}
.bg-0{ background: #212529}

.c-black{ color: #000000}
.c-brown{ color: #8a5a44}
.c-red{ color: #d62828}
.c-orange{ color: #f77f00}
.c-yellow{ color: #54d4f5}
.c-green{ color: #2d6a4f}
.c-blue{ color: #118ab2}
.c-violet{ color: #563d7}
.c-grey{ color: #6c757d}
.c-white{ color: #ffffff}

.bo-black{ border-color: #000000ff !important}
.bo-brown{ border-color: #8a5a44ff !important}
.bo-red{ border-color: #e44a3cff !important}
.bo-orange{ border-color: #f77f00ff !important}
.bo-yellow{ border-color: #54d4f5ff !important}
.bo-green{ border-color: #2d6a4fff !important}
.bo-blue{ border-color: #3e87b4 !important}
.bo-violet{ border-color: #563d7cff !important}
.bo-grey{ border-color: #6c757dff !important}
.bo-white{ border-color: #ffffffff !important}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}
#expand{
    cursor: pointer;
    display: inline-block;
}
.title-box h1 {
    font-size: 31px;
    padding-top: 5px;
    margin: 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    min-width: 200px;
    overflow: hidden;
}
.title-game{
    width: fit-content;
    margin: auto;
    text-align: center;
}
.title-game span{
    float: left;
}
.title-box {
}
div#expand {
    padding-left: 10px;
}
.list-game-container{
    min-height: 75vh;
}
.list-game-container .retro-panel-heading {
    padding: 0;
    margin-bottom: 0;
}
.retro-panel-container h1 {
    margin-bottom: 0;
}
.retro-panel-heading h1 {
    font-size: 28px;
    text-align: left;
}
.list-game-container .retro-panel-heading {
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
}
.list-game-content {
    margin: -6px;
}
.pagination{
    width: 100%;
    float: left;
    padding: 25px 0;
    text-align: center;
}
.pagination span {
    padding: 5px 15px;
    margin: 3px;
    background: #333;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;   
}
.pagination p{
    margin: 0;
}
.pagination a {
    padding: 5px 15px;
    margin: 5px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
    background: #bbb;
}
.pagination a:hover{
    color: #000;
    background: #999;
}
form#comment_form input {
    text-indent: 5px;
    outline: none;
}
textarea#comment_content {
    outline: none;
}
.noresult {
    text-align: center;
    min-height: 100vh;
    margin-top: 40px;
}
h1.title-site.search-result {
    font-size: 42px;
    margin-bottom: 0;
}
.noresult a {
    font-size: 24px;
}
.main_container {
    padding: 20px;
    min-height: 100vh;   
    color: #777780;
}
.main_container *{
    padding-left: 3px;
    text-align: justify;
}
.game-play {
    overflow: hidden;
}

.game-play .fnafgame-body{
    background-color:#d2e8e3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-box{
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 9px;
    /*padding: 5px;*/
}
.play-box iframe{
    background: #1b6dc6;
}
.sides-games .cr-item{
    max-width: 156px;
}
.rate_fullscreen{
    height:45px;
}
.rate_fullscreen-block{
    height:45px;
    width:  fit-content;
    float: right;
    position: relative;
}
.full-screen-btn{
    height:45px;
    width: 44px;
    position: relative;
    display: inline-block;
    background-size: cover;
    float: right;
}
.full-screen-icon:hover{
    opacity: 1;
    cursor: pointer;
}
.full-screen-icon{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAABLElEQVR4nO3aQU7CUBSF4V/jGnQNgs5ZiOg+XIibUEZuwQW4EnAHMBIGlQGkSd9rr7kt+b+kk6b0np70ERIeSJIkdXsAVsAPsK84hqqZtfnLOA+Ye+IF2FWGySjgeOyAZcBsAB7p//BZBRxLCHkTVgNCZBawB94D5lev+TEVsOm6+U1BgNuWc2/Ad8FnIzwXXrcAXs/O3UUEaGs27Asm0JIeb+D1P4caPQvIDpDNArIDZLOA7ADZLCA7gCRJkiRJ0hj5z9Als4DsANksIDtANgvIDpDNArIDZCvZJLUHrs7OLSpmfFZc26b0V2dbpt+Bs4Fpb5Nbd928ZAl89Uk9EiHZ50xzq+wWmAXMB5rNilPaLL0FngJmn5gBHzTraqwFrGn2B98HzJUkSRfuAB/KI3FXrKIeAAAAAElFTkSuQmCC);
    margin: auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 8px;
    background-size: contain;
    height: 35px;
    width: 35px;
    opacity: 0.6;
}
.rate-block{
    display: inline-block;
}
.fnafgame-panel-heading{
    font-size: 21px;
    font-weight: bold;
}
h1, h2, h3, p{
    margin: 0 !important;
}
h1{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-left: 3px;
}
.fnafgame-panel-container h2{
    font-size: 21px;
    font-weight: bold;
}
.fnafgame-panel-body{
    overflow: hidden;
}
.fnafgame-panel-body-content{
    overflow: hidden;
}
.home-content{
    padding-left: 3px;
}
.home-content *{
    text-align: justify;
}
.home-content h2{
    color: #333;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}
.game-detail *{
    text-align: justify;
}
.baner-item{
    width: 100%;
    text-align: center;
}
.play-game-box{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /*background: #edf4e0;*/
}
.border-wall{
    height: 25px;
    /*background-image: repeating-linear-gradient(-45deg,#555555,#555555 6px,#262626 0,#262626 12px);*/
}
@media (max-width: 1199px) {
    .fnafgame-left {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .fnafgame-menu-header {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .full-screen-btn{
        display: none !important;
    }
    .fnafgame-menu-header-mobile {
        display: block;
    }
    .fnafgame-right {
        height: 100%;
    }
    span#fnafgame-pull {
        display: block;
    }
    .fnafgame-logo {
        margin-top: 0;
    }
    .fnafgame-menu-header {
        display: none !important ;
    }

    .fnafgame-formsearch {
        display: none;
    }
    span#fnafgame-pull {
        color: #fff;
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .fnafgame-header-content {
        padding: 0;
        height: 100%;
        position: relative;
        overflow: hidden;
        height: 57px;
    }
    .fnafgame-left {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .fnafgame-header-frame {
        height: 57px;
    }
    .fnafgame-menu-header-mobile {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .fnafgame-menu-header-mobile a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: center;
        text-transform: capitalize;
    }
    a.fnafgame-btn-unset {
        position: absolute;
        top: -5px;
        right: 15px;
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    .full-screen-btn{
        display: none !important;
    }
    #rate-avg {
        display: none !important;
    }
}
.ads{
    text-align: center;
    width: 100%;
    color: #888;
    font-size:11px; 
}
.ads-play-right .ads-content{
    height: 600px;
    overflow: hidden;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .ads-play-right .ads-content{
        height: 288px;
        overflow: hidden;
    }
}
@media (min-width: 1600px) {
    .ads-play-right .ads-content{
        height: 600px;
        overflow: hidden;
    }
}
#rating span{
    color: #333 !important;
}