section {
	padding: 10px 0;
}

#timelinecentering {
	max-width: 1100px;
	margin: auto;
	padding: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
 /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	max-width: 100%;
}

.timeline {
	position: relative;
	margin: auto;
}

.timeline::before {
	content: '';
	background: #999999;
	width: 5px;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


.vl {
	border-left: 4px solid #a66666;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
	z-index: 5000;
}

.date {
	background: #a66666;
	display: block;
	color: #FFFFFF;
	padding: 4px;
	position: relative;
	font-size:12px;
	top: 0;
	width:100%;
	margin:auto;
}

.timeline-item {
	position: relative;
	max-width: 1100px;
	padding-bottom: 10px;
	background: transparent;
	margin: auto;
}

.timeline-item:nth-child(even) .timeline-content {
	float: right;
	padding: 10px 10px 10px 10px;
}

.timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;

	
}


.timeline-item:nth-child(even) .timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-item::after {
	content: '';
	display: block;
	clear: both;
}

.timeline-content {
	position: relative;
	max-width: 500px;
	padding: 08px 30px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-content::after {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
	width: 30px;
	height: 30px;
	background: #a66666;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}

.timeline-datesleft {
	position: relative;
	left: -1px;
	top: 6px;
	color: #e3e3e3;
	z-index: 5000;
	font-size:12px;

}

.timeline-datesright {
	position: relative;
left:4px;
	top: 9px;
	color: #e3e3e3;	
	z-index: 5000;
	font-size:10px;


}


.timeline-card {
	padding: 0 !important;
}

.timeline-card p {
	padding: 0 20px;
}

.timeline-card a {
	margin-left: 20px;
	text-decoration: none;
}

.timeline-item:nth-child(2) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1458530970867-aaa3700e966d") center center no-repeat;
	background-size: cover;
}

.timeline-item:nth-child(5) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1444093826349-9ce8c622f4f3") center center no-repeat;
	background-size: cover;
}

.timeline-item:nth-child(6) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1471479917193-f00955256257") center center no-repeat;
	background-size: cover;
}

.timeline-item:nth-child(8) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1466840787022-48e0ec048c8a") center center no-repeat;
	background-size: cover;
}

.timeline-item:nth-child(10) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1447639703758-f525f36456bf") center center no-repeat;
	background-size: cover;
}

.timeline-item:nth-child(11) .timeline-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), url("https://hd.unsplash.com/photo-1469429978400-082eec725ad5") center center no-repeat;
	background-size: cover;
}

.timeline-img-header {
	position: relative;
	margin-bottom: 20px;
}

.timeline-img-header h3 {
	color: #a66666;
	position: absolute;
	bottom: 5px;
	left: 20px;
	font-size:20px;
   text-shadow: 1px 1px 1px #e3e3e3;
}

blockquote {
	margin-top: 30px;
	color: #757575;
	border-left-color: #3F51B5;
	padding: 0 20px;
}



@media screen and (max-width: 550px) {
	.timeline::before {
		left: 20px;
	}

	.timeline .timeline-img {
		left: 20px;
	}

	.timeline .timeline-content {
		max-width: 300px;
		width: auto;
		margin-left: 5px;
	}

	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}

	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}

	.video {
		max-width: 100%;
	}

	.vl {
		border-left: 4px solid #a66666;
		height: 100%;
		position: absolute;
		left: 25px;
		margin-left: -3px;
		top: 0;
		z-index: 1;
	}

	
}

@media screen and (max-width: 1050px) {
	#timelinecentering {
		max-width: 700px;
		margin: auto;
	}

	.timeline::before {
		left: 35px;
	}

	.timeline .timeline-img {
		left: 35px;
	}

	.timeline .timeline-content {
		max-width: 700px;
		width: auto;
		margin-left: 72px;
	}

	.timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}

	.timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}

	.video {
		max-width: 100%;
	}

	.vl {
		border-left: 4px solid #a66666;
		height: 100%;
		position: absolute;
		left: 35px;
		margin-left: -3px;
		top: 0;
		z-index: 1;
	}

	
}


blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid red;}

h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}

p {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;}
}

