.timeline-wrap {
	position: relative;
	background: white;
	width: 100%;
	padding: 140px 0 20px 0;
}
.timeline-body {
	display: block;
	height: 18px;
	border: 1px solid #c5c5c5;
	box-shadow: 0 3px 5px rgba(0,0,0,0.05) inset;
	border-radius: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 9999;
	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 0%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
}
.timeline-body:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 37px;
	height: 20px;
	background: url('images/sprite.png') 0 -31px;
}
.timeline-body:after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 0;
	width: 37px;
	height: 20px;
	background: url('images/sprite.png') -37px -31px;
}
.timeline-draggable {
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	background: url('images/sprite.png') -1px -11px;
	box-shadow: 0 0 30px rgba(0,0,0,0.13);
	border-radius: 20px;
	cursor: pointer;
}
.timeline-arrow {
	position: absolute;
	left: 0;
	top: 111px;
	width: 21px;
	height: 11px;
	background: url('images/sprite.png') 0 0;
	z-index: 9999;
}
.timeline-event {
	display: block;
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	z-index: 999;
}
.timeline-event-node {
	position: absolute;
	left: 6px;
	top: -90px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.timeline-event-node:before {
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
	width: 5px;
	height: 5px;
	left: 7px;
	top: 7px;
}
.timeline-event-node.selected-event:before {
	background: #555;
	border-color: #555;
}
.timeline-title {
	position: absolute;
	cursor: pointer;
	padding-top:30px;
	top: -140px;
	text-align:center;
	height:120px;
    width:120px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
	border-radius: 60px;
}
.timeline-title h4 {
	color:#000; font-size:18px; line-height:1; padding-top:10px;
}
.timeline-container {
	position: relative;
	display: block;
	
	/*
	border: 1px solid #c5c5c5;
	box-shadow: 0 3px 5px rgba(0,0,0,0.10);
	border-radius: 6px;
	background: #fdfdfd;  Old browsers 
	*/
	/*
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f5f5f5 100%);  FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f5f5f5));  Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%);  Opera 11.10+ 
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%);  IE10+ 
	background: linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );  IE6-9 
	*/
}
.timeline-support {background: #b5dbf5; border:solid 1px #22c3ff}
.timeline-delegates {background: #dec3e8; border:solid 1px #9137b2}
.timeline-parties {background: #a3b7db; border:solid 1px #367dbd}
.timeline-creative {background: #f7c7c2; border:solid 1px #e64734}
.timeline-online {background: #fad295; border:solid 1px #ffa422}
.timeline-onsite {background: #fed8fb; border:solid 1px #fc7ff2}
.timeline-analysis {background: #dfebae; border:solid 1px #b5dc4a}


.title-support	 {left:0px; background:#22c3ff}
.title-delegates {left:165px; background:#9137b2}
.title-parties	 {left:330px; background:#367dbd}
.title-creative	 {left:495px; background:#e64734}
.title-online	 {left:660px; background:#ffa422}
.title-onsite	 {left:825px; background:#fc7ff2}
.title-analysis	 {left:990px; background:#b5dc4a}

@media (min-width: 992px) and (max-width: 1199px) {
.title-support	 {left:0px; background:#22c3ff}
.title-delegates {left:131px; background:#9137b2}
.title-parties	 {left:262px; background:#367dbd}
.title-creative	 {left:393px; background:#e64734}
.title-online	 {left:528px; background:#ffa422}
.title-onsite	 {left:660px; background:#fc7ff2}
.title-analysis	 {left:790px; background:#b5dc4a}
}
@media screen and (min-width: 690px) and (max-width: 991px) {
.timeline-title {
	position: absolute;
	cursor: pointer;
	padding:5px;
	text-align:center;
	height:60px;
    width:120px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
}
.timeline-title h4 { font-size:14px;}

.title-support	 {left:0px; background:#22c3ff; top:-140px}
.title-delegates {left:190px; background:#9137b2; top:-140px}
.title-parties	 {left:380px; background:#367dbd; top:-140px}
.title-creative	 {left:570px; background:#e64734; top:-140px}

.title-online	 {left:100px; background:#ffa422; top:-70px}
.title-onsite	 {left:290px; background:#fc7ff2; top:-70px}
.title-analysis	 {left:480px; background:#b5dc4a; top:-70px}
}
@media screen and (min-width: 300px) and (max-width: 689px) {
.timeline-title {
	position: absolute;
	cursor: pointer;
	padding:0px;
	text-align:left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
}
.timeline-title h4 { font-size:14px;}
.timeline-event {
	display: block;
	position: absolute;
	left: 0;
	top: 160px;
	width: 100%;
	z-index: 999;
}
.title-support	 	 {left:0px; background:none; top:-160px}
.title-support h4 	 { color:#06C;}
.title-delegates 	 {left:0px; background:none; top:-120px}
.title-delegates h4  { color:#9137b2;}
.title-parties	 	 {left:0px; background:none; top:-90px}
.title-parties h4	 { color:#367dbd;}
.title-creative	 	 {left:0px; background:none; top:-50px}
.title-creative h4	 { color:#e64734;}

.title-online	   {left:140px; background:none; top:-160px}
.title-online h4   { color:#ffa422;}
.title-onsite	   {left:140px; background:none; top:-130px}
.title-onsite h4   { color:#fc7ff2;}
.title-analysis	   {left:140px; background:none; top:-90px}
.title-analysis	h4 { color:#b5dc4a;}
}
.timeline-container:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	left: 0;
	top: -68px;
	/*background: url('images/lines.png') repeat-x;*/
}
.timeline-container:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	left: 0;
	top: -41px;
	/*background: url('images/lines.png') repeat-x;*/
}
.timeline-content {
	padding: 20px;
}
.timeline-container h1, .timeline-content h1 {
	margin: 10px 0;
}
.timeline-container p, .timeline-content p {
	margin: 10px 0; color:#333 !important;
}
.timeline-content {
	display: none;
	border-radius:10px;
}