/* @font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 0;
	width: 0;
	border-left: 2px dashed #ddd;
	/* background: #579100; */
	left: 9%;
	margin-left: -2px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #65646a;
	margin-top: 11px;
}

/* .cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 14px;
	color: #65646a;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 24px;
	font-weight: bold;
	color: #65646a;
} */



/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 12%;
	background: #f7f7f7;
	color: #000000;
	padding: 15px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	/* border:  1px solid #dcdcdc; */
}



.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,1);
}

/* The triangle */
@media(min-width:1200px){
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-right-color: #f7f7f7;
		border-width: 10px;
		top: 10px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel:before {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-right-color: #f7f7f7;
		border-width: 11px;
		top: 9px;
	}
}



/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 24px;
	height: 24px;
	font-family: 'ecoico';
	speak: none;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	position: relative;
	color: #fff;
	background: #1b1578;
	border-radius: 50%;
	text-align: center;
	left: 9%;
	top: 10px;
	margin: 0 0 0 -13px;
}
.cbp_tmtimeline > li .cbp_tmicon:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 0px;
	border-top: 1px solid #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.cbp_tmtimeline > li .cbp_tmicon:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 10px;
	border-left: 1px solid #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* .cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
} */

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #ffffff;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #ffffff;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}





.cbp_tmtimeline2 {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline2:before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 0;
	width: 10px;
	background: #579100;
	right: 9%;
	margin-right: -10px;
}

/* The date/time */
.cbp_tmtimeline2 > li .cbp_tmtime {
	display: block;
	padding-left: 93.5%;
	position: absolute;
}

.cbp_tmtimeline2 > li .cbp_tmtime span {
	display: block;
	text-align: left;
}

.cbp_tmtimeline2 > li .cbp_tmtime span:first-child {
	font-size: 14px;
	color: #65646a;
}

.cbp_tmtimeline2 > li .cbp_tmtime span:last-child {
	font-size: 24px;
	font-weight: bold;
	color: #65646a;
}



/* Right content */
.cbp_tmtimeline2 > li .cbp_tmlabel {
	margin: 0 12% 15px 0;
	background: #ffffff;
	color: #000000;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	border:  1px solid #dcdcdc;
}



.cbp_tmtimeline2 > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,1);
}

/* The triangle */

@media(min-width:1200px){
	.cbp_tmtimeline2 > li .cbp_tmlabel:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ffffff;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline2 > li .cbp_tmlabel:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #dcdcdc;
	border-width: 11px;
	top: 9px;
}
}



/* The icons */
.cbp_tmtimeline2 > li .cbp_tmicon {
	width: 20px;
	height: 20px;
	font-family: 'ecoico';
	speak: none;
	float: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	position: relative;
	color: #fff;
	background: #579100;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #94ca43;
	text-align: center;
	right: 9%;
	top: 10px;
	margin: 0 -15px 0 0 ;
}

@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline2 > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline2:before {
		display: none;
	}

	.cbp_tmtimeline2 > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline2 > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline2 > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline2 > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #ffffff;
		top: -20px;
	}

	.cbp_tmtimeline2 > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #ffffff;
	}

	.cbp_tmtimeline2 > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

