#bio_ep {color: #333; background-color: transparent; box-shadow: none; top:45%;z-index: 2147483647;}
#bio_ep *{box-sizing: border-box;}
#bio_ep_bg {
    background: #434a54;
    opacity: 0.8;
    z-index: 2147483647;
}

/* popup states */

.eip-opened {
    overflow: hidden;
}

.eip-opened:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
#bio_ep_close {
    position:absolute;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 33px;
    z-index: 99;
    border: 1px solid white;
    height: 35px;
    font-size: 0.7em;
    font-weight: bold;
    top:0;
    right:0;
    border:0;
    cursor:hand;
    cursor:pointer;
    -webkit-user-select: none;
}


#bio_ep_close_x_button {

    color: black;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    /* padding-top: 0px; */
    line-height: 25px;
    /*
    margin-top: 10px;
    */
}

#eip-close-text {
    cursor:pointer;
    z-index: 99;
}

@media screen and (min-width: 800px) {
    #custom-pag {
        display: none;
    }
}

@media screen and (max-width: 799px) {
    #bio_ep_close {
        position:static;
        box-sizing: border-box;
        margin: 5px 0 0 0;
        background: #333;
        border: 1px solid white;
    }
    #eip-close-text {
        position: static;
    }
    .eip-bonus-button {
        width: 100%;
        margin: 0;
    }
    .mobile-arrow {
        position: absolute;
        top: 265px !important;
        width: 35px !important;
        z-index: 2;
        height: 64px  !important;
        background-size: 35px 64px !important;
        margin-top: -30px !important;
        width: 35px !important;
        opacity: 0.95 !important;
    }
    #custom-pag .mobile-arrow-right {
        right: -34px !important;
    }
    #custom-pag .mobile-arrow-left {
        left: -34px !important;

    }
    #eip-headline {
        display:none;
    }
    .swiper-pagination-fraction {
        color:white;
    }
    .eip-bonus-code {
        display:none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px !important;
    }
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        display: inline-block !important;
        border-radius: 100% !important;
        background: #fff;
        opacity: 1.0 !important;
    }
    .swiper-pagination-bullet-active {
        background: orange;
    }

    .mobile-arrow-right {
        /*background-image: url("../../images/right_arrow.png") !important;*/
        background-image: url("../images/right_arrow_ellipse.png") !important;
    }

    .mobile-arrow-left {
        /*background-image: url("../../images/left_arrow.png")  !important;*/
        background-image: url("../images/left_arrow_ellipse.png")  !important;

    }
}

/* /popup states */

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
