﻿/**
 * @Project NUKEVIET VIDEO CLIP 3.x
 * @Author PHAN TAN DUNG (phantandung92@gmail.com)
 * @Copyright (C) 2014 PHAN TAN DUNG. All rights reserved
 * @Createdate May 01, 2014, 04:09:03 PM
 */

/* Fix Global Style */
.mb10{
    margin-bottom: 10px;
}
ul.list{
    margin: 0;
    padding: 0;
}
ul.list li.sub{
    margin-left: 20px;
}
ul.list a.current{
    font-weight: bold;
}
.vc-header{
    text-transform: uppercase;
    font-weight: 700;
}
/* List video clips */
.mvc-video-list{
    border-bottom: 2px #dadada solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mvc-video-list:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.mvc-video-list .img{
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 15px;
    position: relative;
}
.mvc-video-list .img .play{
    position: absolute;
    width: 120px;
    height: 32px;
    top: 50%;
    left: 0;
    margin-top: -16px;
    background: url(../images/video-clip/play.png) no-repeat center center;
}
.mvc-video-list .viewHits{
    font-style: italic;
}
.mvc-video-list .viewHits span{
    font-weight: bold;
}

/* Detail */
.mvc-title{
    margin-bottom: 10px;
}
.bodytext{
    display: none;
}
a.btn-default{
    color: #666;
}
#clip-content-wrap{
    position: relative;
}
#clip-content{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}