.banner-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
    display: none;
}

.banner-preload .banner-preload-container {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px #fff;
    position: absolute;
    width: 100vw;
    height: 100vw;
    margin: 0px auto;
    cursor: pointer;
}

.banner-preload-container > a {
    max-width: 400px;
    height: auto;
    margin: calc(50vh - 200px) auto;
    display: block;
}


.banner-preload .banner-preload-container .banner-preload-close {
    position: absolute;
    top: calc(50vh - 200px);
    right: calc(50vw - 200px);
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}

.banner-preload .banner-preload-container .banner-preload-close:hover {
    opacity: 1;
}

.banner-preload .banner-preload-container img {
    width: 100%;
    height: 100%;
}

.catfish-bottom-mobile {
    position: fixed;
    height: auto !important;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0;
    z-index: 9999;
    margin-bottom: 10px;
}

.catfish-bottom-mobile .banner-preload-container > a {
    width: 300px;
    margin: calc(50vh - 125px) auto;
    display: block;
    height: 250px;
}

.catfish-bottom-mobile .banner-preload .banner-preload-container img {
    width: 100%;
    height: 100%;
}

.catfish-bottom-mobile .banner-catfish-bottom {
    max-width: 300px;
    box-shadow: 0 0 5px #fff;
    margin-bottom: 5px !important;
    margin: auto;
}

.catfish-bottom-mobile .catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}

.catfish-bottom-mobile .catfish-bottom-close:hover {
    opacity: 1;
}


@media only screen and (min-device-width: 599.8px) {
    .catfish-bottom-mobile {
        display: none;
    }
}


.catfish-bottom-desktop {
    position: fixed;
    height: auto !important;
    width: 100% !important;
    text-align: center;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.catfish-bottom-desktop .banner-catfish-bottom {
    display: inline-flex;
    max-width: 50%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
}

.catfish-bottom-desktop .catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}

.catfish-bottom-desktop .catfish-bottom-close:hover {
    opacity: 1;
}

.ads_top_menu {
    width: 100%;
}

.ads_top_menu img {
    margin: 5px;
}

@media only screen and (max-device-width: 700px) {
    .catfish-bottom-desktop {
        display: none !important;
    }

    .banner-preload {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 99999;
    }

    .banner-preload .banner-preload-container {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100vw;
        height: auto;
        margin: 0px auto;
        cursor: pointer;
    }

    .banner-preload-container > a {
        width: 300px;
        margin: calc(50vh - 125px) auto;
        display: block;
        height: 250px;
    }


    .banner-preload .banner-preload-container .banner-preload-close {
        position: absolute;
        top: calc(50vh - 125px);
        right: calc(50vw - 150px);
        padding: 0 10px;
        font-size: 16px;
        color: #dadada;
        background-color: #2b2b2b;
        border: 1px solid #dadada;
        opacity: 0.8;
        cursor: pointer;
    }

    .banner-preload .banner-preload-container .banner-preload-close:hover {
        opacity: 1;
    }

    .banner-preload .banner-preload-container img {
        width: 100%;
        height: 100%;
    }

}

.hidden {
    display: none !important;
}

.block {
    display: block !important;
}