/*Timeline v2
------------------------------------*/
.timeline-v2 {
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.timeline-v2 > li{
	position: relative;
}

.timeline-v2:before {
	top: 0;
	bottom: 0;
	left: 22%;
	width: 4px;
	content: '';
	background: #6999df;
	position: absolute;
	margin-left: -14px;
}

/* The date/time */
.timeline-v2 > li .cbp_tmtime {
	width: 25%;
	display: block;
	position: absolute;
	padding-right: 80px;
}

.timeline-v2 > li .cbp_tmtime span {
	top: 9px;
	display: block;
	text-align: right;
	position: relative;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
	color: #999;
	font-size: 14px;
	line-height: 0.9;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
	color: #585f69;
	font-size: 20px;
	font-weight: normal;

}

/* Right content */
.timeline-v2 > li .cbp_tmlabel {
	color:black;
	padding: 10px 20px 20px;
	background: #f3f3f3;
	line-height: 1.4;
	clear: both;
	position: relative;
	border-radius: 5px;
	margin: 0 0 40px 25%;
}

.cbp_tmlabel_step1 {
	background: #3366ff !important;
}

.cbp_tmlabel_step1 h2, .cbp_tmlabel_step1 p, .cbp_tmlabel_step1 li {
	color:black;
}

.cbp_tmlabel_step1:after {
	border-right-color: #3366ff !important;
}

.cbp_tmlabel_step2 {
	background: #c3d69b !important;
}

.cbp_tmlabel_step2 h2, .cbp_tmlabel_step2 p, .cbp_tmlabel_step2 li {
	color:black;
}

.cbp_tmlabel_step2:after {
	border-right-color: #c3d69b !important;
}

.cbp_tmlabel_step3 {
	background: #c0504d !important;
}

.cbp_tmlabel_step3 h2, .cbp_tmlabel_step3 p, .cbp_tmlabel_step3 li {
	color:black;
}

.cbp_tmlabel_step3:after {
	border-right-color: #c0504d !important;
}

.cbp_tmlabel_step4 {
	background: #e6b9b8 !important;
}

.cbp_tmlabel_step4 h2, .cbp_tmlabel_step4 p, .cbp_tmlabel_step4 li {
	color:black;
}

.cbp_tmlabel_step4:after {
	border-right-color: #e6b9b8 !important;
}

.cbp_tmlabel_step5 {
	background: #ff6600 !important;
}

.cbp_tmlabel_step5 h2, .cbp_tmlabel_step5 p, .cbp_tmlabel_step5 li {
	color:black;
}

.cbp_tmlabel_step5:after {
	border-right-color: #ff6600 !important;
}

.cbp_tmlabel_step6 {
	background: #ccffcc !important;
}

.cbp_tmlabel_step6 h2, .cbp_tmlabel_step6 p, .cbp_tmlabel_step6 li {
	color:black;
}

.cbp_tmlabel_step6:after {
	border-right-color: #ccffcc !important;
}

.cbp_tmlabel_step7 {
	background: #3366ff !important;
}

.cbp_tmlabel_step7 h2, .cbp_tmlabel_step7 p, .cbp_tmlabel_step7 li {
	color:black;
}

.cbp_tmlabel_step7:after {
	border-right-color: #3366ff !important;
}

/*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

.timeline-v2 > li .cbp_tmlabel li {
	padding: 0;
}

/*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

.timeline-v2 > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	font-size: 21px;
	padding: 0 0 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.timeline-v2 > li .cbp_tmlabel .text-left {
	float: left;
}

/* The triangle */

.timeline-v2 > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #f3f3f3;
	border-width: 10px;
	top: 18px;
}





/* The icons */
.timeline-v2 > li .cbp_tmicon {
	top: 22px;
	left: 22%;
	width: 10px;
	height: 10px;
	position: absolute;
	background: #dd4073;
	margin: 0 0 0 -17px;
	box-shadow: 0 0 0 4px #f3f3f3;
	-webkit-font-smoothing: antialiased;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.timeline-v2 > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.timeline-v2:before {
		display: none;
	}

	.timeline-v2 > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.timeline-v2 > li .cbp_tmtime span {
		text-align: left;
	}

	.timeline-v2 > li .cbp_tmlabel {
		padding: 1em;
		font-weight: 400;
		margin: 0 0 30px 0;
	}

	.timeline-v2 > li .cbp_tmlabel:after {
		left: 20px;
		top: -20px;
		right: auto;
		border-bottom-color: #f3f3f3;
		border-right-color: transparent;
	}

	.timeline-v2 > li .cbp_tmicon {
		left: auto;
		float: right;
		position: relative;
		margin: -55px 5px 0 0px;
	}	
}

