
.navbar-brand{
    padding: 10px 10px;
}

.navbar{
    margin-bottom: 0px;
}

.jumbotron{
    background-color: #ffffff;
    padding: 10px 0 10px 0;
    margin-bottom: 60px;
    width: 100%;
    height:100%;
    overflow:hidden;
}
#container2{
    height:90%;
}

.col-lg-2,.col-md-2{
	border:1px solid #000;
	background-color: #f5f5f5;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 999;
    line-height: 1.1;
    color: inherit;
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
}

#category {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	height:100%;
}

#category a {
	display: block;
	color: #000000;
	padding-bottom: 15px;

}
#category>.active>a {
    z-index: 3;
    color: #337ab7;
    cursor: default;
}

.video {
    padding-bottom: 5px;
    border-bottom: 1px rgb(231, 231, 231) solid;
    min-height: 60px;
}
.video-header{
	margin-top:10px;
}
.video-body{
	margin-top:10px;
}
.video-footer{
	margin-top:10px;
}
.videoTime{
	padding-left:0px;
	float: left;
}
.traffic{
	float: right;
	margin-right:10px;
}
.reply{
	border-left: 1px rgb(231, 231, 231) solid;
	padding-left:10px;
	float: right;
}
.label-primary {
    background-color: #337ab7;
    display: inline;
    padding: .3em .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#backBtn {
    margin-top: 20px;
    height: 50px;
    position: absolute;
    float: right;
    right: 15%;
}

#backBtn:hover {
    cursor: pointer !important;
    color: #ddfa52;
}
#publish{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -50px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#publish .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#publish:hover .mask{
	display:block;
}
#clientchat{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -100px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 150px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#clientchat .mask{
	position:fixed;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#clientchat:hover .mask{
	display:block;
}
#back {
    background: url(../img/icons.png)left top no-repeat;
    background-position:left -150px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}
#back .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#back:hover .mask{
	display:block;
}