body{
    background: url("../img/encyclopedia/bg1_02.png") no-repeat center bottom,url("../img/encyclopedia/bg3_06.png") repeat center;
    background-size:  100%,100%;
}
a:hover{
    text-decoration: none !important;
}

.header{
    height: 80px;
}
.header .navbar{
    top: 30px;
}

.video-content{
    margin: 20px 0;
}
.nav-tabs{
    border: 2px solid #d2d2d2 !important;
    margin-bottom: 40px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #Fff !important;
    background-color: #ffb900 !important;
    border: none !important;
    border-radius: 0 !important;
}
.nav-tabs>li>a:hover{
    background: #ffb900 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.nav-tabs>li>a{
    color: #000;
}
.nav-tabs>li{
    height: 40px;
    line-height: 40px;
}
.nav-tabs>li:first-of-type{
    font-size: 16px;
    margin:0 10px;
}


.video-content .pull-left{
    width: 100%;
    padding-right: 0 !important;
    position: relative;
}
.video-content .media{
    margin-bottom: 20px;
}
.video-date{
    position: absolute;
    right: 15%;
    bottom: 5px;
    display: inline-block;
    padding: 2px 5px;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}
.video-content .media-body>div{
    height: 100%;
    padding: 5px;
    background: #dcdcdc;
    margin: 0 auto;
}
.video-content .media-heading{
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.video-content .media-body p{
    color: #858484;
    height: 40px;
    overflow: hidden;
}
.famous-content .thumbnail{
    border: none !important;
    background: transparent;
}
.video-img,.thumbnail-img{
    width: 165px;
    height: 173px;
}
.famous-content .thumbnail .caption{
    width: 165px;
}
.famous-content .thumbnail h3{
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.famous-content .thumbnail p{
    font-size: 14px;
    color: #858484;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.famous-content .caption{
    padding: 0 !important;
}
.famous-content .caption>div{
    margin: 0 auto;
    background: #dcdcdc;
    padding: 5px;
}
@media all and (min-width:992px) and (max-width:1199px){
    .video-img,.thumbnail-img{
        width: 212px;
        height: 236px;
    }
    .famous-content .thumbnail .caption{
        width: 212px;
    }
}
@media all and (min-width:768px) and (max-width:991px){
    .video-img,.thumbnail-img{
        width: 220px;
        height: 230px;
    }
    .famous-content .thumbnail .caption{
        width: 220px;
    }
}
@media all and (min-width: 320px) and (max-width: 767px) {
    .famous-content .thumbnail h3{
        font-size: 14px;
    }
    .famous-content .thumbnail p{
        font-size: 12px;
    }
    .video-img,.thumbnail-img{
        width: 326px;
        height: 341px;
    }
    .famous-content .thumbnail .caption{
        width: 326px;
    }
}
@media all and (min-width: 320px) and (max-width:680px){
    .famous-content .thumbnail-img{
        width: 100%;
        height: 150px;
    }
    .famous-content .thumbnail .caption{
        width: 100% !important;
    }
}
@media all and (min-width: 320px) and (max-width: 509px){
    .video-content .nav-tabs{
        display: flex;
        height: 30px;
    }
    .nav-tabs>li:first-of-type{
        display: none;
    }
    .nav-tabs>li{
        flex: 1;
        height: 100%;
        line-height: 30px;
    }
    .nav-tabs>li>a{
        height: 100%;
        line-height: 100%;
        text-align: center;
    }
}
@media all and (min-width: 320px) and (max-width: 992px) {
    .video-content .media-heading {
        font-size: 14px;
        text-align: center;
    }
    .video-date{
        right: 24%;
    }
}
@media all and (min-width:320px) and (max-width:469px) {
    .media-body>div{
        padding: 10px;
    }
}
#replyList{
	position:relative;
	left:30px;
}