﻿@charset "utf-8";

.breakingNews {
    background: #D32F2F;
    position: relative;
    overflow: hidden;
    width:100%
}

    .breakingNews > .bn-title {
        width: auto;
        height: 35px;
        display: inline-block;
        background: #D32F2F;
        position: relative
    }

        .breakingNews > .bn-title > h2 {
            display: inline-block;
            margin: 0;
            line-height: 36px;
            font-size: 18px;
            color: #FFF;
            height: 35px;
            box-sizing: border-box;
            font-weight: bold
        }

        .breakingNews > .bn-title > i {
            padding-left: 8px;
            font-size: 18px;
            position: absolute;
            top: 11px;
            color: #A20000
        }

        .breakingNews > .bn-title > span {
            width: 20px;
            height: 35px;
            position: absolute;
            top: 0;
            cursor: pointer;
            opacity: 0.5;
            background-image: url(../images/bn-arrows.png);
            background-repeat: no-repeat;
            background-position: right center
        }

    .breakingNews > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        right: 35px;
        height: 35px;
        font-size: 16px
    }

        .breakingNews > ul > li {
            position: absolute;
            height: 35px;
            width: 100%;
            line-height: 35px;
            display: none
        }

            .breakingNews > ul > li > a {
                text-decoration: none;
                color: #333;
                overflow: hidden;
                display: block;
                text-overflow: ellipsis;
                font-weight: normal;
                font-size: 17px
            }

                .breakingNews > ul > li > a > span {
                    color: #ca0000
                }

                .breakingNews > ul > li > a:hover {
                    color: #000
                }

    .breakingNews > .bn-navi {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0
    }

        .breakingNews > .bn-navi > span {
            width: 20px;
            height: 35px;
            position: absolute;
            top: 0;
            cursor: pointer;
            opacity: 0.3;
            background-image: url(../images/bn-arrows.png);
            background-repeat: no-repeat
        }

            .breakingNews > .bn-navi > span:hover {
                opacity: 1
            }

            .breakingNews > .bn-navi > span:first-child {
                background-position: left center;
                left: 0
            }

            .breakingNews > .bn-navi > span:last-child {
                background-position: right center;
                right: 0
            }

    .breakingNews:hover .bn-navi {
        opacity: 1
    }

.bn-large {
    height: 50px
}

    .bn-large > .bn-title {
        height: 50px
    }

        .bn-large > .bn-title > h2 {
            line-height: 50px;
            font-size: 26px
        }

        .bn-large > .bn-title > span {
            top: 15px
        }

    .bn-large > ul {
        height: 50px;
        left: 250px;
        font-size: 20px
    }

        .bn-large > ul > li {
            height: 50px;
            line-height: 50px
        }

    .bn-large > .bn-navi {
        height: 50px
    }

        .bn-large > .bn-navi > span {
            height: 50px
        }

.bn-small {
    height: 30px
}

    .bn-small > .bn-title {
        height: 30px
    }

        .bn-small > .bn-title > h2 {
            line-height: 30px;
            font-size: 18px
        }

        .bn-small > .bn-title > span {
            top: 5px
        }

    .bn-small > ul {
        height: 30px;
        left: 200px;
        font-size: 14px
    }

        .bn-small > ul > li {
            height: 30px;
            line-height: 30px
        }

    .bn-small > .bn-navi {
        height: 30px
    }

        .bn-small > .bn-navi > span {
            height: 30px
        }

.bn-italic > ul > li > a {
    font-style: italic
}

.bn-bold > ul > li > a {
    font-weight: bold
}

.breakingNews > .bn-navi, .breakingNews > ul > li > a, .breakingNews > .bn-navi > span {
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear
}

#breakingNewsId, .BreakingNewsDiv {
    background-color: #D32F2F;
    left: 114px !important
}

    #breakingNewsId > li > a {
        color: white;
        padding-left: 5px
    }
