hr {
	width: 100%;
	margin: 5px 0 20px;
}

.video-title {
	color: #fff;
	line-height: normal;
	font-weight: 600;
	margin-right: 15px;
	margin-bottom: 0;
	left: 15px;
	top: 15px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	z-index: 5001;
	max-width: 65%;
	overflow-wrap: break-word;
}

.video-block {
	padding-right: 0;
	overflow: hidden;
}

.video-block > div {
	position: relative;
	background-color: #000;
}

.video-sidebar {
	padding-left: 0;
}

.video-sidebar .nav li {
	max-width: 100%;
}

#chapters .chapter-share-icon {
	position: absolute;
	right: 15px;
	font-size: 16px;
}

#chapters .chapter-share-icon + .chapter-title {
	margin-right: 18px;
}

.video-info {
	background-color: rgba(51, 51, 51, 0.7);
	height: 100%;
	padding: 15px 15px 0;
}

.video-info > div {
	height: 100%;
	position: relative;
}

.video-sidebar .btn {
	margin: 5px 0;
	border-radius: 0;
}

.video-block .row {
	margin-left: 0;
	margin-right: 0;
}

.header-block {
	z-index: 5002;
	position: absolute;
}

.video-description {
	color: #999;
}

.video-data {
	background-color: rgba(0, 0, 0, 0.7);
}

.video-data .col-md-8 {
	padding-right: 0;
}

.video-data .col-md-4 {
	padding-left: 0;
}

.video-data .video-description {
	padding: 15px;
	margin: 0;
	font-size: 16px;
}

.video-data .video-description span {
	display: block;
	overflow: hidden;
}

.video-sidebar .video-description {
	line-height: 22px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s ease 0s;
}

.video-data .video-stats {
	margin: 0;
	padding: 15px 15px 0;
}

.video-sidebar .video-stats {
	margin: 0;
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
}

.show_stats {
	background: none !important;
	color: #fff !important;
}

.detailed-stats {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	padding-left: 0;
	margin-bottom: 0;
	height: 0;
	overflow: hidden;
}

.video-stats .list-group-item {
	border-radius: 0;
	background-color: transparent;
	border: 0;
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.video-stats .list-group-item + .list-group-item {
	margin-top: 4px;
}

.video-stats > .list-group-item {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px;
}

.video-stats .icon-down-dir {
	color: #34a1c2;
	position: relative;
	display: none;
}

.stat-number {
	float: right;
}

.flash-not-supported {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0.75em 1.5em;
}

.flash-not-supported a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px)
{
	.ratio16x9 .video-block > div,
	.ratio16x9 .video-sidebar,
	.ratio16x9 #player-container,
	.ratio16x9 #player p {
		height: 270px;
	}

	.ratio16x9 .video-sidebar .tab-content {
		height: 219px;
	}

	.ratio16x9 .video-sidebar .video-description {
		height: 174px;
	}

	.ratio16x9 .video-sidebar .video-description.stats-open {
		height: 65px;
	}

	.ratio4x3 .video-block > div,
	.ratio4x3 .video-sidebar,
	.ratio4x3 #player-container,
	.ratio4x3 #player p {
		height: 360px;
	}

	.ratio4x3 .video-sidebar .tab-content {
		height: 309px;
	}

	.ratio4x3 .video-sidebar .video-description {
		height: 264px;
	}

	.ratio4x3 .video-sidebar .video-description.stats-open {
		height: 155px;
	}

	.video-block,
	.video-data .col-md-8 {
		width: 495px;
		float: left;
	}

	.video-sidebar,
	.video-data .col-md-4 {
		width: 255px;
		float: left;
	}

	.one-tab li {
		width: 100%;
	}

	.two-tabs li {
		width: 50%;
	}

	.video-stats > .list-group-item {
		font-size: 12px;
	}

	.video-stats .icon-down-dir {
		font-size: 15px;
		line-height: 15px;
		top: 1px;
	}
	.video-title {
		padding: 9px 12px;
		font-size: 15px;
	}
}

@media (min-width: 1022px), (min-width: 1350px) and (max-height: 639px)
{
	.ratio16x9 .video-block > div,
	.ratio16x9 .video-sidebar,
	.ratio16x9 #player-container,
	.ratio16x9 #player p {
		height: 360px;
	}

	.ratio16x9 .video-sidebar .tab-content {
		height: 309px;
	}

	.ratio16x9 .video-sidebar .video-description {
		height: 259px;
	}

	.ratio16x9 .video-sidebar .video-description.stats-open {
		height: 150px;
	}

	.ratio4x3 .video-block > div,
	.ratio4x3 .video-sidebar,
	.ratio4x3 #player-container,
	.ratio4x3 #player p {
		height: 480px;
	}

	.ratio4x3 .video-sidebar .tab-content {
		height: 429px;
	}

	.ratio4x3 .video-sidebar .video-description {
		height: 379px;
	}

	.ratio4x3 .video-sidebar .video-description.stats-open {
		height: 270px;
	}

	.video-block,
	.video-data .col-md-8 {
		width: 655px;
	}

	.video-sidebar,
	.video-data .col-md-4 {
		width: 335px;
	}

	.video-stats > .list-group-item {
		font-size: 15px;
	}

	.video-stats .icon-down-dir {
		font-size: 18px;
		line-height: 18px;
		top: 2px;
	}
	.video-title {
		padding: 10px 14px;
		font-size: 19px;
	}
}

@media (min-width: 1350px) and (min-height: 640px)
{
	.ratio16x9 .video-block > div,
	.ratio16x9 .video-sidebar,
	.ratio16x9 #player-container,
	.ratio16x9 #player p {
		height: 540px;
	}

	.ratio16x9 .video-sidebar .tab-content {
		height: 489px;
	}

	.ratio16x9 .video-sidebar .video-description {
		height: 439px;
	}

	.ratio16x9 .video-sidebar .video-description.stats-open {
		height: 330px;
	}

	.ratio4x3 .video-block > div,
	.ratio4x3 .video-sidebar,
	.ratio4x3 #player-container,
	.ratio4x3 #player p {
		height: 720px;
	}

	.ratio4x3 .video-sidebar .tab-content {
		height: 669px;
	}

	.ratio4x3 .video-sidebar .video-description {
		height: 619px;
	}

	.ratio4x3 .video-sidebar .video-description.stats-open {
		height: 510px;
	}

	.video-block,
	.video-data .col-md-8 {
		width: 975px;
	}

	.video-sidebar,
	.video-data .col-md-4 {
		width: 345px;
	}
	.video-title {
		padding: 15px 20px;
		font-size: 20px;
	}
}

@media (max-width: 767px)
{
	.video-sidebar .form-control,
	.video-sidebar .btn {
		width: 100%;
	}

	.video-sidebar .tab-content {
		height: auto !important;
	}

	.video-block,
	.video-sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	.video-wrapper .row,
	.video-data .row {
		margin-left: 0;
		margin-right: 0;
	}

	.video-data .video-stats {
		padding-right: 0;
	}

	#participate-email-form {
		padding: 0;
	}

	.video-stats > .list-group-item {
		font-size: 15px;
	}

	.video-stats .icon-down-dir {
		font-size: 18px;
		line-height: 18px;
		top: 2px;
	}

	.video-data .col-md-8,
	.video-data .col-md-12 {
		padding-left: 0;
	}

	.video-data .col-md-8 .video-description {
		padding-bottom: 0;
	}

	.video-sidebar .video-description {
		margin: 15px 0;
	}
	.video-title {
		padding: 10px 14px;
		font-size: 17px;
	}
}
@media (max-width: 640px)
{
	.video-title {
		padding: 8px 10px;
		font-size: 12px;
	}
}
