.video-player-chapters {
	background:#434c50;
	padding:44px;
}

.video-player-chapters .buvideoWrapper {
	background: #111;
	-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
}
.video-player-chapters * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-player-chapters h5 {
	font-size:10px;
	color:#97a7ae;
	text-transform: uppercase;
	font-family: "Benton-Sans",helvetica,arial,sans-serif;
	margin-bottom:5px;
}

.video-chapters {
	border: 1px solid #5f6a6f;
	overflow: hidden;
}

.video-chapters ul {
	margin: 0;
	padding:2%;
	list-style-type: none;
	width:52%;
	float:right;
}
.video-chapters ul:first-child {
	border-right: 1px solid #5f6a6f;
	float:left;
	width:48%;
}
.video-chapters ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.video-chapters ul li a{
	display: block;
	overflow: hidden;
}

.video-chapters ul li a .timecode {
	display: block;
	float: left;
	margin-right:8px;
	background:#0ce889;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:5px 5px 3px;
	color: #434c50;
	line-height: 13px;
	font-size:13px;
	font-weight: bold;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.video-chapters ul li a .vid-chapter-title { 
	display: inline-block;
	padding-top:2px;
	font-size: 14px;
	color:#fff;
	font-family: "Stag",georgia,times,serif;
}

.video-chapters ul li a:hover .vid-chapter-title,
.video-chapters ul li.sub-chapter a:hover .vid-chapter-title {
	color:#00deff;
}

.video-chapters ul li.sub-chapter {
	padding-left: 9px;
}

.video-chapters ul li.sub-chapter a .timecode {
	background: #646f74;
	color: #343c3f;
	font-size:11px;
	padding:3px 3px 2px 3px;
}
.video-chapters ul li.sub-chapter a .vid-chapter-title {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color:#97a7ae;
	letter-spacing: 0;
	font-weight: normal;
	padding-top:1px;
}


@media only screen  and (max-width : 640px) {
	.video-player-chapters {
		padding:21px;
	}

}

@media only screen  and (max-width : 320px) {
	.video-player-chapters {
		padding:14px;
	}

}


@media only screen   and (max-width : 889px) {



	.video-chapters {
		border:none;
	}

	.video-player-chapters h5 {
		margin:15px auto;
		text-align: center;
	}
	.video-chapters ul:first-child {
		width:auto;
		float:none;
		padding-top:10px;
		padding-bottom:0;
		border-right:none;
	}
	.video-chapters ul {
		width:auto;
		float:none;
		padding:0;
	}
	.video-chapters ul li {
		margin: 0 0 25px 0;
		text-align: center;
		border: 1px solid #5f6a6f;
		padding:3% 5%;
		position: relative;
	}
	.video-chapters ul li a .timecode {
		float:none;
		display: inline-block;
		margin:5px auto;
		position: absolute;
		top: -16px;
		left: 50%;
		margin-left: -28px;
		width:56px;
		z-index: 2;
	}
	.video-chapters ul li a .timecode:before {
		width:56px;
		height:100%;
		position: absolute;
		z-index: 1;
		left:-5px;
		top:0;
		content:'';
		border-right: 5px solid #434c50;
		border-left: 5px solid #434c50;
	}
	.video-chapters ul li a .vid-chapter-title {
		margin:7px 0;
	}
	.video-chapters ul li.sub-chapter a .timecode {
		top:-14px;
		width:48px;
		margin-left:-24px;
	}
	.video-chapters ul li.sub-chapter a .timecode:before {
		width:48px;

	}
	.video-chapters ul li.sub-chapter a .vid-chapter-title {
		margin:5px 0;
	}
}


/**********************************************************************

TABLET

************************************************************************/


@media only screen and (min-width: 890px)  and (max-width : 950px) {
	.video-player-chapters {
		padding:14px;
	}
}

blockquote {
	background: transparent;
	border-left: 0;
	border: 0;
	float: none;
	font-size: 100%;
	font-style: italic;
	margin: 0 0 1.5em 0;
	outline: 0;
	padding: 0 0 0 12px;
	quotes: none;
	vertical-align: baseline;
	width: auto;
}

blockquote::after,
blockquote::before {
	content: " ";
	display: table;
}

blockquote p {
	font-family: Stag,georgia,times,serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 100;
	color: #18a97d;
	padding: 0;
	width: auto;
	margin-bottom: 0;
}
