.clear {
    clear: both
}

.bestshots_W {
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 20px;
    position: relative;
}

    .bestshots_W > div {
        width: 100%;
        float: left;
        background-color: #363636;
        padding: 9px 35px 9px 270px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px
    }

.view_slip_text {
    font-size: 32px;
    font-weight: 700;
    color: #FF9800;
    margin-top: 45px;
    display: block;
    font-family: sans-serif
}

.bs_slip_w {
    width: 245px;
    height: 195px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 -261px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    color: #000
}

    .bs_slip_w:hover:before {
        transition: .5s;
        content: "Open";
        z-index: 1;
        width: 80px;
        height: 28px;
        line-height: 25px;
        text-align: center;
        background-color: #d25702;
        color: #fff;
        border-radius: 2px;
        font-family: bebas_neueregular;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -40px
    }

    .bs_slip_w:hover:after {
        transition: .5s;
        background-color: rgba(0,0,0,.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .bs_slip_w > img {
        width: 100%;
        display: none;
        border: none
    }

.bs_content_W {
    float: left;
    width: 100%
}

    .bs_content_W h3 {
        margin: 10px 0 0;
        font-size: 20px;
        font-weight: 400;
        float: left;
        font-family: 'Roboto Condensed',sans-serif
    }

    .bs_content_W .bs_readMore {
        border-radius: 2px;
        cursor: pointer;
        margin-top: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        float: left;
        width: 100px;
        height: 30px;
        background-color: #d25702;
        font-family: bebas_neueregular;
        text-align: center;
        opacity: 0 !important
    }

        .bs_content_W .bs_readMore:hover {
            background-color: #ff6b04
        }

        .bs_content_W .bs_readMore.hidereadmore {
            background-color: #444;
            color: #4f4f4f;
            opacity: 0
        }

            .bs_content_W .bs_readMore.hidereadmore:hover {
                background-color: #444;
                color: #4f4f4f;
                cursor: auto
            }

    .bs_content_W .bs_content > div {
        float: left;
        width: 100%
    }

    .bs_content_W .bs_content {
        float: left;
        width: 100%;
        overflow: hidden;
        min-height: 105px;
        padding-bottom: 10px;
        text-align: justify
    }

.bs_slip_w, .bshit_logo {
    text-align: center
}

.bs_content_W .bs_content.actives {
    transition: .5s;
    max-height: 100%
}

.bshit_pop_head {
    padding: 0
}

.bshit_logo {
    padding: 10px 0
}

.bshit_slipinfo {
    margin: 0;
    border-bottom: 2px solid #777;
    color: #555;
    font-size: 14px;
    overflow: hidden;
    padding: 0 0 5px
}

.bshit_pop_content {
    overflow-y: auto
}

.bshit_slipinfo li {
    list-style: none;
    float: left
}

    .bshit_slipinfo li:nth-child(1) {
        width: 60px
    }

    .bshit_slipinfo li:nth-child(2) {
        padding-left: 60px
    }

.bslp_modal_bestHit {
    bottom: 10px !important;
    width: 450px;
    margin: 0 auto 0 -225px;
    position: fixed;
    overflow:scroll;
    left: 50%;
    top: 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px #fff;
    border-radius: 6px;
    z-index: 1001
}

.slip_Preview_print {
    width: 98%;
    height: 29px;
    float: left;
    background-color: #009688;
    color: #fff;
    font-family: bebas_neueregular;
    text-align: center;
    line-height: 26px;
    border: 1px solid #2e2e2e;
    border-radius: 2px;
    margin: 5px 0 0 5px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor:pointer;
}

.bslp_closebtn {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 14px;
    padding: 4px 7px;
    background-color: #8e3c02;
    border-radius: 6px;
    cursor: pointer
}

.img_preview_W {
    flex: 1;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    /*display: none;*/
    height: 100%;
    overflow: hidden
}

.img_preview {
    height: 100%;
    overflow: auto;
    margin-top: 5px
}

    .img_preview img {
        max-width: 100%
    }

.bet_text {
    font-size: 32px;
    font-weight: 700;
    color: #FF9800;
    margin-top: 40px;
    display: block;
    font-family: cursive
}

.srdicn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #db5a00
}

.Progress {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1000000;
    margin-left: -24px;
    margin-top: -24px
}
.main_w {
    width: 100%;
}
@media only screen and (min-width:400px) and (max-width:767px) {
    .bs_slip_w {
        width: 150px;
        height: 170px;
        margin: 0 0 0 -160px;
    }

    .bestshots_W > div {
        padding: 9px 15px 10px 170px;
        margin-bottom: 10px;
    }

    .view_slip_text {
        font-size: 24px;
    }
    .bslp_modal_bestHit {       
        width: 300px;
        margin: 0 auto 0 -150px;    
    }
}
@media only screen and (min-width:10px) and (max-width:399px) {
    .bs_slip_w {
        width: 100%;
        height: 170px;
        margin: 0;
    }
    .bslp_modal_bestHit {
        width: 300px;
        margin: 0 auto 0 -150px;
    }
    .bestshots_W > div {
        padding: 10px;
        margin-bottom: 10px;
    }

    .view_slip_text {
        font-size: 24px;
    }
}