.breaking-news-ticker {
    display: block;
    width: 100%;
    height: 50px !important;
    box-sizing: border-box;
    position: relative;
    line-height: 50px !important;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
    border-radius: 0px 0px 20px 20px !important;
    background-color: #fff;
    position: absolute;
    top: -70px;
}

    .breaking-news-ticker * {
        box-sizing: border-box;
    }

    .breaking-news-ticker.bn-fixed-top {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    .breaking-news-ticker.bn-fixed-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

.bn-news ul li .arw,
.bn-news ul li .dtype,
.bn-news ul li .ndate,
.bn-news ul li .dtype,
.bn-news ul li .dsize {
    display: none;
}

.bn-label span {
    margin-left: 0.2em
}

.bn-label {
    left: 0;
    top: 0;
    width: 150px;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #113a80;
    text-align: right;
    color: #FFF;
    font-size: 1.3em;
    font-weight: 600;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
}

    .bn-label:after {
        content: "";
        position: absolute;
        right: -52px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 70px solid #113a80;
        border-right: 52px solid transparent;
        z-index: 0;
    }

.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
    padding-left: 46px;
}

    .bn-news ul {
        display: block;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
    }

        .bn-news ul li {
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            text-decoration: none;
            -webkit-transition: color .2s linear;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            transition: color .2s linear;
            position: absolute;
            width: 100%;
            display: none;
            color: #33373e;
        }

            .bn-news ul li a:before {
                content: "\f054";
                font-family: "Font Awesome 5 Pro";
                font-weight: 900;
                text-align: center;
                line-height: 26px;
                margin-right: 4px;
            }

            .bn-news ul li a {
                white-space: nowrap;
                text-overflow: ellipsis;
                text-decoration: none;
                padding: 0 10px;
                color: #113a80;
                position: relative;
                display: block;
                overflow: hidden;
                font-weight: 500;
            }

                .bn-news ul li a:after {
                    content: "|";
                    padding-left: 20px;
                    opacity: 0.5;
                }

                .bn-news ul li a:hover {
                    color: #f1832f;
                }

            .bn-news ul li .ndate {
                display: none;
            }

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

    .bn-seperator.bn-news-dot {
        margin-right: 0;
    }

        .bn-seperator.bn-news-dot:after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #333;
            border-radius: 50%;
            top: 50%;
            margin-top: -4px;
            left: 50%;
            margin-left: -4px;
        }

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #dc2f2f;
    font-weight: bold;
}

.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .bn-controls button {
        float: left;
        height: 100%;
        cursor: pointer;
        border: none;
        border-left: solid 0px #EEE;
        text-align: center;
        background: #113a80;
        outline: none;
        padding: 0px 21px;
    }

        .bn-controls button:hover {
            background-color: #ea6b13;
            color: #fff;
        }

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

    .bn-arrow::after {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: '';
        display: inline-block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        width: 8px;
    }

    .bn-arrow.bn-next {
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        left: -3px;
    }

    .bn-arrow.bn-prev {
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 3px;
    }

    .bn-arrow::after {
        border-color: #ff742f;
    }

    .bn-arrow::before {
        background-color: #999999;
    }

.bn-play {
    position: relative;
    background: #ff742f;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

    .bn-play::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
        border-width: 10px;
        margin-top: -10px;
    }

.bn-pause {
    position: relative;
    width: 0;
    height: 15px;
    display: inline-block;
    top: 2px;
    left: -1px;
}

    .bn-pause::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 100%;
        left: 3px;
        background-color: #fff;
    }

    .bn-pause::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 100%;
        left: -6px;
        background-color: #fff;
    }

.bn-direction-rtl {
    direction: rtl;
}

    .bn-direction-rtl .bn-label {
        left: auto;
        right: 0;
    }

    .bn-direction-rtl .bn-controls {
        right: auto;
        left: 0;
    }

    .bn-direction-rtl .bn-seperator {
        margin-left: 15px;
        margin-right: 0;
        float: right;
    }

    .bn-direction-rtl .bn-prefix {
        margin-left: 15px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 10px;
    }

    .bn-direction-rtl .bn-controls button {
        border-left: none;
        border-right: solid 1px #EEE;
    }

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

    .bn-effect-scroll .bn-news ul li {
        display: list-item;
        float: left;
        position: relative;
        width: auto;
    }

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

.bn-controls .btn {
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: solid 0px #EEE;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    outline: none;
    padding: 15px;
    text-transform: uppercase;
    color: #193c4f;
    border-radius: 0;
}
