@import "base.less";
@import "view.less";
@import "loading.less";
@import "list.less";
@import "video-list.less";
// body{
//  background: #000;
// }
// .nav{
//  border: 1px solid rgba(255, 255, 255, 0.6);
//     border-radius: 5px;
//     line-height: 30px;
//     margin: 20px auto 10px;
//     width: 70%;
//     display: table;
//     overflow: hidden;

//     .button{
//      display: table-cell;
//      text-align: center;
//      color: #fff;
//     }

//     .current{
//      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
//      color: #111;
//     }

//     .separator{
//      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
//      display: table-cell;
//      line-height: 30px;
//      width: 1px;
//     }
// }
.nav-bg{
    position: fixed;
    line-height: 47px;
    height: 47px;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    width: 100%;
    z-index: 1;
    .lineBottom();

    @media screen and (min-width: 768px) {
        line-height: 68px;
        height: 68px;
    }
}

.nav{
    line-height: 44px;
    margin: 0 auto;
    width: 100%;
    display: table;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2;
    font-size: 1.05em;

    @media screen and (min-width: 768px) {
        line-height: 64px;
        font-size: 1.3em;
    }

    .button{
        display: table-cell;
        text-align: center;
        color: @titleColor;
    }

    .current{
        border-bottom: 3px solid @linkActiveColor;
        color: @linkActiveColor;

        @media screen and (min-width: 768px) {
            border-width: 4px;
        }
    }

    .separator{
        background: none repeat scroll 0 0 @titleColor;
        display: table-cell;
        line-height: 30px;
        width: 1px;
    }
}
.video-list{
    padding-top: 46px;

    @media screen and (min-width: 768px) {
        padding-top: 61px;
    }
}