.help-block {
	color: red;
}

.user-default-login>.col-lg-offset-2 {
	display: none;
}

html, body {
	height: 100%;
	font-family: "Microsoft JhengHei", "Microsoft yahei" !important;
}

td, th {
	vertical-align: middle !important;
}

.snippet {
	margin: 10px 0;
}

body >.container {
	padding: 0px 5px 20px;
	overflow:hidden;
}


footer a {
	color: white;
}

.meta {
	margin: 10px 0;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

.nav>li {
	position: relative;
}

.pagination a, .pagination span {
	padding: 10px 15px !important;
}

.media-image img {
	width: 210px;
}

@media ( max-width : 800px) {
	.menu>li>a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.nav>li {
		position: relative;
	}
	#blackWrapper {
		margin: 0px -10px;
	}
	h4.media-heading a {
		font-size: 15px !important;
	}
	.media-image img {
		width: 160px !important;
	}
}

h4.media-heading a {
	font-size: 18px;
}

.icon-bar {
	background-color: white !important;
}

.pagination {
	margin: 0 0 10px 0 !important;
}

#videoPlayer {
	display: block;
	width: 100%;
}

.bottom-10 {
	margin-bottom: 10px !important;
}

.black {
	background: black;
}

.visited-link a:visited {
	color: red;
}

.media-image {
	position: relative;
}

.media-duration {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ddd;
	padding: 0px 5px;
	font-size: 80%;
}

.editable {
	padding: 5px 1px;
	border: 1px solid white;
}

.contenteditable {
	border: 1px dashed green;
	background-image: url('../edit.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#favoriteBtn {
	
}

#node-content {
	font-size: 120%;
}

#videoPlayer {
	width: 100%;
	margin: auto;
	background: black;
}

.msg {
	font-size: 200%;
	background: black;
	color: white;
	padding: 80px 10px;
	height: 100%;
	text-align: center;
}

.breadcrumb {
	margin-bottom: 10px !important;
}

.categories li {
	margin-left: 0 !important;
}

.categories a {
	padding: 6px 10px !important;
}

#player-wrapper {
	/* background-image: url(../loading.gif?v=1.223); */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	/* background-position: center; */
	/* border-top: 1px solid #666; */
	/* border-bottom: 1px solid #666; */
}

#blackWrapper .adsDiv {
	
}

.adsDiv {
	text-align: center;
}

.submenu a {
	padding: 6px 8px !important;
}

.modal-backdrop {
	z-index: -1 !important;
}

.avatar {
	border-radius: 100%;
	width: 16px;
	height: 16px;
}

.avatar2x {
	border-radius: 100%;
	width: 32px;
	height: 32px;
}

.avatar2 {
	border-radius: 100%;
	width: 24px;
	height: 24px;
}

.btn-list .btn {
	margin: 1px;
}

.cover {
	position: relative;
}

.block {
	border-bottom: 0px;
	margin-bottom: 20px;
}

.block-header {
	background-color: #f8f8f8;
}

.block-inner {
	padding: 8px;
}

.block-inner2 {
	padding: 8px;
}

.block-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.block-title {
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}

.block-title a {
	
}

.video-thumbnail {
	position: relative;
	display: block;
}

.video-thumbnail:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: "\f01d";
	font-family: FontAwesome;
	font-size: 70px;
	color: #fff;
	opacity: 0.6;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.compass-fit-ad .compass-fit-ad-image:before {
	display:none;
}

.compass-fit-ad {
	font-size: 18px;
	font-weight: bold;
}

.compass-fit-ad-title {
	-webkit-line-clamp: 3 !important;
}