img {
    max-width: 100%;
}

@keyframes blink {
    from {
        color: #00603a;
        background: #f2f2f2
    }

    to {
        color: #f2f2f2;
        background: #00603a
    }
}

@-webkit-keyframes blink {
    from {
        color: #00603a;
        background: #f2f2f2
    }

    to {
        color: #f2f2f2;
        background: #00603a
    }
}

.underplayer_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px auto;
}

.underplayer_btn a {
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 2px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

@media (max-width:400px) {
    .underplayer_btn a {
        font-size: 12px;
        max-width: 20%;
    }
}

#xs-addd0 a {
    padding: 5px 8px;
    color: #00603a;
    background: #f2f2f2;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 3px;
    text-decoration: none;
}

.blink_me {
    animation-duration: 800ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 800ms infinite;
}

#top_addd {
    margin: 0 auto;
}

#top_addd img {
    margin-bottom: 3px
}

#top_addd img,
#footer_fixed_ads img,
.under-player img {
    max-height: 60px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px #fff;
    z-index: 999999;
    cursor: pointer;
}

#overlay .overlay_content {
    position: relative;
    height: 100%;
}

.overlay_block {
    display: inline-block;
    position: relative;
}

#overlay .overlay_content .overlay_wrapper {
    width: 600px;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#overlay .overlay_content .cls_ov {
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 999999;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #aeaeae;
    background-color: rgba(0, 0, 0, 0.7);
}

#overlay img {
    position: relative;
    z-index: 999;
}

#top_oddd {
    margin-bottom: 10px;
}

#top_oddd img {
    margin-bottom: 3px;
}

#footer_fixed_ads {
    position: relative;
    z-index: 103
}

.banner-sticky-footer-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}

.banner-sticky-footer-container {
    position: relative;
    text-align: center;
}

.banner-sticky-footer-ad {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 3px
}

.banner-sticky-footer-ad .ad-sticky-content {
    width: 100%;
    background-color: #191919;
}

.banner-sticky-footer-ad .ad_close_popup {
    padding: 1px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    color: #fff;
    right: 0px;
    top: -30px;
    width: 32px;
    cursor: pointer;
}

.banner-flex {
    position: relative;
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {
    #overlay .overlay_content .overlay_wrapper {
        width: 400px;
        top: 20%;
        transform: translate(-50%, 3%);
    }

    #overlay .overlay_content .cls_ov {
        top: -35px;
        right: 0px;
    }
}

@media (max-width: 767px) {
    .footer-logo-film {
        width: 100%
    }

    .footer-contact {
        width: 100%;
        clear: both;
        padding-top: 20px;
    }

    .banner-sticky-footer-ad {
        width: 100% !important;
    }

    .banner-flex {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .banner-sticky-footer-ad .ad-sticky-content {
        max-width: 320px;
    }
}

@media only screen and (max-width: 400px) {
    #overlay .overlay_content .overlay_wrapper {
        width: 310px;
        top: 20%;
        transform: translate(-50%, 3%);
    }
}

.video-ad-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(255, 0, 0, 0);
    opacity: 0;
    width: 100%;
}
.video-ad-layer.show {
    opacity: 1;
}
.video-ad-layer #video-ad {
    z-index: 98
}

.video-ad-layer .ad-msg {
    background: #fff;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
    position: absolute;
    top: -13px;
    width: 100%;
    left: 0;
    font-size: 13px;
    border-radius: 5px;
    z-index: 99
}

.video-ad-layer .ad-msg .video-ad-counter {
    color: #fd6500;
    font-weight: 600
}


@media screen and (max-width:660px) {
    .video-ad-layer .ad-msg {
        font-size: 11px
    }
}

.video-ad-layer .btn-video-ad {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFD700;
    border-radius: 100%;
    padding: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8
}

.video-ad-layer .btn-video-ad svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.video-ad-layer video {
    width: 100%;
    min-height: 300px;
    min-height: 35vh;
}

.hide {
    display: none !important;
}


.btn-skip-video {
    position: absolute;
    right: 5%;
    bottom: 25%;
    background: #e0a80b;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    text-transform: uppercase;
    z-index: 99;
}