﻿div.live .col-md-8 {
    height: 103px;
}

div.live .image-container {
    background-color: #ff9d00;
    height: 140px;
    width: 140px;
    padding: 10px;
    float: right;
}

div.live .live-now {
    margin-right: 140px;
    margin-top: 13px;
    text-align: center;
}

    div.live .live-now a {
        margin-right: -11px;
    }

    div.live .live-now h4 {
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    div.live .live-now img {
        max-width: 100%;
    }

.home-intro {
    background: #fff;
    background-image: url('../../img/home-intro-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 0;
}

    .home-intro .blank {
        position: absolute;
        z-index: 1;
        background: #fff;
    }

    .home-intro h2 {
        position: absolute;
        margin-bottom: 0;
        bottom: 2px;
        z-index: 2;
    }

    .home-intro .current-time {
        float: right;
        bottom: 2px;
        right: 10px;
        position: absolute;
        z-index: 2;
    }

html body .tabs.tabs-simple .nav-tabs > li.active a, html.dark body .tabs.tabs-simple .nav-tabs > li.active a, html body .tabs.tabs-simple .nav-tabs > li.active a:focus, html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus, html body .tabs.tabs-simple .nav-tabs > li a:hover, html.dark body .tabs.tabs-simple .nav-tabs > li a:hover, html body .tabs.tabs-simple .nav-tabs > li.active a:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
    color: #ff9d00;
    border-top-color: #ff9d00;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a, html.dark body .tabs.tabs-bottom .nav-tabs li.active a, html body .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #ff9d00;
}

.tabs.tabs-simple .nav-tabs {
    margin-bottom: -3px;
    width: 100%;
}

    .tabs.tabs-simple .nav-tabs > li {
        margin-bottom: 0;
    }

        .tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
            border-bottom: none;
            padding: 15px 20px;
        }

.tabs.tabs-simple .tab-content {
    background-color: #F4F4F4;
    border-top: 3px #e5e5e5 solid;
    min-height: 610px;
}

.tabs.tabs-bottom {
    margin-bottom: 0;
}

.streaming .item {
    width: 100%;
}

    .streaming .item .program {
        width: 60%;
        position: relative;
        height: 43px;
        color: #fff;
        padding: 10px;
        display: inline-block;
    }

        .streaming .item .program a {
            color: #fff;
            cursor: pointer;
        }

        .streaming .item .program .name, .streaming .item .program .time {
            display: inline-block;
        }

        .streaming .item .program .name {
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 18px;
            margin-left: 20px;
        }

        .streaming .item .program .time {
            display: inline-block;
            position: absolute;
            right: 0;
            font-size: 25px;
            font-weight: bold;
            margin-right: 20px;
        }

    .streaming .item .category {
        width: 40%;
        position: relative;
        height: 43px;
        color: #777;
        padding: 10px;
        display: inline-block;
        float: right;
    }

        .streaming .item .category span {
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 15px;
            margin-left: 20px;
        }

        .streaming .item .category a {
            color: #777;
            cursor: pointer;
        }

span.background-color-primary {
    display: inline-block;
    width: 25px;
    border-radius: 100%;
    font-size: 13px;
    padding: 3px;
}

@media (max-width: 991px) {
    div.live .live-now a {
        margin-right: -9px;
        right: 0;
    }

        div.live .live-now a img {
            margin-top: 12px;
        }

    div.live .col-md-8 {
        border-bottom: solid #ff9d00 2px;
    }

    .streaming .item .program .name {
        margin-left: 5px;
        font-size: 13px;
    }

    .streaming .item .program .time {
        font-size: 16px;
        margin-right: 5px;
    }

    .streaming .item .category span {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .home-intro .blank {
        height: 85px;
        width: 992px;
        left: 0;
        bottom: 0;
        margin-left: -337px;
    }
}

@media (min-width: 1200px) {
    .home-intro .blank {
        height: 85px;
        width: 1200px;
        left: 0;
        bottom: 0;
        margin-left: -520px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.live .live-now h4 {
        line-height: 15px;
        height: 27px;
    }
}