@import url(https://fonts.googleapis.com/css?family=Abel|Lato:300,400,700,400italic);

.video iframe,.video object,.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.timeline-left {
	border-right: solid 5px #ddd;
}

.timeline-right {
	padding-top: 100px;
}

.timeline-event-left {
	width: 93%;
	position: relative;
}

.timeline-event-left .panel-primary:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #428bca;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	right: -44px;
	top: 13px;
	margin-left: -12px;
	z-index: 10;
}
.timeline-event-left .panel-secondary:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #5cb85c;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	right: -44px;
	top: 13px;
	margin-left: -12px;
	z-index: 10;
}
.timeline-event-left .panel-warning:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #FF9900;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	right: -44px;
	top: 13px;
	margin-left: -12px;
	z-index: 10;
}


.timeline-event-right .panel-primary:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #428bca;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	left: -32px;
	top: 13px;
	margin-left: -14px;
	z-index: 10;
}
.timeline-event-right .panel-secondary:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #5cb85c;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	left: -32px;
	top: 13px;
	margin-left: -14px;
	z-index: 10;
}
.timeline-event-right .panel-warning:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #FF9900;
	border-radius: 50px;
	border: solid 4px #ddd;
	position: absolute;
	left: -32px;
	top: 13px;
	margin-left: -14px;
	z-index: 10;
}



.timeline-event-right {
	width: 97%;
	margin-left: 3%;
	position: relative;
}

.timeline-event:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 9px;
}

.timeline-event-left:after {
	border-width: 14px 0 14px 20px;
	border-color: transparent transparent transparent #428bca;
	right: -18px;
}

.timeline-event-right:after {
	border-width: 14px 20px 14px 0;
	border-color: transparent #428bca transparent transparent;
	left: -18px;
}
.secondaryleft:after {
	border-width: 14px 0 14px 20px;
	border-color: transparent transparent transparent #5cb85c;
	right: -18px;
}

.secondaryright:after {
	border-width: 14px 20px 14px 0;
	border-color: transparent #5cb85c transparent transparent;
	left: -18px;
}

.warningleft:after {
	border-width: 14px 0 14px 20px;
	border-color: transparent transparent transparent #FF9900;
	right: -18px;
}

.warningright:after {
	border-width: 14px 20px 14px 0;
	border-color: transparent #FF9900 transparent transparent;
	left: -18px;
}


.timeline-title {
    /*text-align: center;*/
    display: block;
    margin: 0 auto 40px auto;
}

.timeline-title span {
    background-color: #eeeeee;
    padding: 8px;
    color: #4E473E;
    border-radius: 3px;
}
.decades {
	
	font-size: 18px;
	
}
.decadeLabel {
	font-size: 18px;
}

.panel-danger > .panel-heading {
	color: #ffffff;
	background-color:#d9534f;
	border-color: #d43f3a;	
}
.panel-secondary > .panel-heading {
	color: #ffffff;
	background-color:#5cb85c;
	border-color: #4cae4c;	
}
