/* ======= DEMO LAYOUT ======= */


.clear {
	clear:both;
	line-height:0;
	font-size:0;
}

.well{
	background-image: none;
	background: none;
	border: 1px solid #e3e3e3;
}
/* ============ TIMELINE ============= */

.timelineContainer {
	border-left:6px solid #8fc41a;
	width: 80%;
	/* margin:20px auto; */
	
	margin-left: 130px;
}

div.timelineToggle {
	float:right;
	margin-right:0;
	white-space:nowrap;
}

a.expandAll {
	color:#ccc;
	cursor:pointer;
	background:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:3px 5px;
}

	a.expandAll:hover {
		color:#7DBADF;
		cursor:pointer;
	}

div.timelineMajor {
	clear:left;
	float:left;
	margin:0 0 12px;

}
	
	.timelineMajor h2 {
		/* background:url(../images/timeline_century_tick.gif) left center no-repeat; */
		font-family:Palatino,"Times New Roman", Times, serif;
		cursor: pointer;
		font-size:18px;
		font-weight:400;
		margin:0 0 10px -153px;
		padding:4px 4px 4px 20px;
		width: 150px;
		text-align: right;
	}

	.timelineMajor h2 span {
		/*
background:#8fc41a;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
*/
		color:#b3b3b3;
		
	}
	.timelineMajor .year {
		width: 70px;
	   height: 70px;
	   background: #8fc41a; 
	   -moz-border-radius: 70px; 
	   -webkit-border-radius: 70px; 
	   border-radius: 70px;
	   padding-top: 20px;
	   padding-left: 10px;
	   margin:0 0 10px -37px;
	   
	}
	.timelineMajor .year span{
		color: #fff;
		font-size:22px;
	}
dl.timelineMinor {
	clear:left;
	float:left;
	margin:0 12px 0 0;
	padding:4px 4px 4px 0;
	position:relative;

}

	.timelineMinor dt {
		width: 25px;
	   height: 25px;
	   background: #fff; 
	   -moz-border-radius: 70px; 
	   -webkit-border-radius: 70px; 
	   border-radius: 70px;
		clear:left;
		font-size:1.6em;
		list-style-type:none;
		line-height:1.2em;
		margin-left: -15px;
		white-space:nowrap;
		border: 2px solid #8fc41a;
	}

		.timelineMinor dt a {
			color:#999;
			cursor:pointer;
			padding-left: 30px;
		}

		.timelineMinor dt a.closed {
			color:#999;
			font-size:1em;
			margin-left:0;
		}

		.timelineMinor dt a.open {
			color:#7DBADF;
		}

		.timelineMinor dt a:hover {
			color:#7DBADF;
		}

	.timelineMinor dd {
		padding-left:24px;
		width:100%;
	}

		.timelineMinor dd h3 {
			color:#FFF;
			clear:both;
			float:left;
			font-size:1.5em;
			margin:0;
			white-space:nowrap;
		}

.timelineEvent p {
	clear:left;
	float:left;
	line-height:1.5em;
	margin:6px 0 10px;
}
.timelineEvent p img{
	max-width: 100%;
}

.timelineEvent h4 {
	clear:left;
	float:left;
	font-size:1.4em;
	font-weight:400;
	margin:10px 0 0;
	padding:0 0 0 20px;
}

.timelineEvent blockquote {
	border-left:2px solid #ccc;
	clear:left;
	float:left;
	font-size:1.8em;
	margin-left:0;
	padding:0 30px;
	width:400px;
}

.timelineEvent blockquote .attribution{
	font-size:0.7em;
	text-align: right;
}


.timelineEvent div.media {
	float:right;
	padding:0 0 12px;
	width:300px;
}

	.timelineEvent .media img {
		border:2px solid #000;
		margin:0;
	}

	.timelineEvent .media p {
		font-size:1.2em;
		margin:0;
		padding:0;
	}

	.timelineEvent .media a:link,.timelineEvent .media a:visited {
		color:#ab221b;
	}

	.timelineEvent .media a:hover {
		color:#7DBADF;
	}
.timelineContainer .glyphicon{
	position: absolute;
	top: inherit;
	margin-top: -5px;
	margin-left: -14px;
	font-size: 20px;
	color: #8fc41a;
}