.r_li {
    list-style: inherit !important;
}
.p_bg {
    padding:20px 30px;text-align:center; background-color:white;
}
.p_tx {
    padding: 20px 20px;
    /*background-size: contain !important;*/
    background-repeat: no-repeat !important;;
    background-position: center center !important;;
}

.p_tx_s {
    padding: 10px 10px;
    /*background-size: contain !important;*/
    background-repeat: no-repeat !important;;
    background-position: center center !important;;
    background-color: white;
    text-align: center;
}

.widget_not_mobile {
    display:block;
}

.widget_mobile_only {
    display:none;
}

@media screen and (max-width: 991px) {
    .widget_mobile_only {
        display:block;
    }
    .widget_not_mobile {
        display:none;
    }
}

.break_above_always {
    margin-top: 10px;
    width:100%;
}

@media only screen and (max-width: 767px) {
    .break_above {
        margin-top: 10px;
    }
}

.widget_max {
    max-width: 1280px;
    margin:0px auto;
}

.widget_fixed {
    position:fixed;
    top:71px;
    z-index:99999;
}

.widget_not_mobile {
    display:block;
}

.widget_mobile_only {
    display:none;
}

@media screen and (max-width: 991px) {
    .widget_mobile_only {
        display:block;
    }
    .widget_not_mobile {
        display:none;
    }
}