div.timeline { width:100%; position:relative;}
div.timeline p { color:#000; padding:0; margin:0 0 4px 0; font-size: 0.9em;}
/* The line */
ul.cbp_tmtimeline { list-style: none; margin:0; }



.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #deebcf;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li {
	position: relative;
	cursor:pointer;
}

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 60px;
	padding-top:4px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	/*color: #bdd0db;*/
	color:rgba(26,26,26,.8);
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 16px;
	/*color: #deebcf;*/
	color:rgba(26,26,26,.8);
	line-height: 1.0em;
    text-align: center;
    font-family: "Isento-Bold";
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: rgba(26,26,26,.8);
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #deebcf;
	color: #fff;
	padding: 1em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	/*visibility:hidden;
	height:10px;*/
	/*overflow:hidden;*/
}

.cbp_tmtimeline > li .cbp_tmlabel img { width:100%; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #c9e3ac;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0;
	/*border-bottom: 1px solid #9eaa8f;*/
	color:#000;
	font-size: 20px;

}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #deebcf;
	border-width: 10px;
	top: 10px;
}

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

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #b1d786;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #deebcf;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
	font-family: "Isento-Bold";
    font-size: 14px;
}

.cbp_tmtimeline > li.active .cbp_tmlabel { visibility:visible; -webkit-animation-name: zoomIn; animation-name: zoomIn; animation-duration: 1s; height:100%;}
.cbp_tmtimeline > li.inactive .cbp_tmlabel {
    visibility:hidden;
    opacity:0;
    height:20px;
    transition:visibility 0.3s linear, opacity 0.3s linear, height 0.4s linear;

    }

/*.cbp_body { height:1px; visibility:hidden;}
.cbp_tmtimeline li.active .cbp_tmlabel .cbp_body {visibility:visible; -webkit-animation-name: zoomIn; animation-name: zoomIn; animation-duration: 1s; height:100%; }*/


/*
.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: 16px;
	}
}

@media screen and (max-width: 47.2em) {
    div.timeline { padding:0; margin:0;}
    ul.cbp_tmtimeline { top:0; padding:0; margin:0; }

	.cbp_tmtimeline:before {
		display: none;
	}

    .cbp_tmtimeline > li { positin:relative; padding:0; margin: 0; width:100%; }
	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		font-size:12px;
		padding: 10px 0 0 60px;
        margin: 0;
	}



    .cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size:16px; text-align:left; margin: 0; padding:0;}

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

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 30px 0 10px 0;
		padding: 10px;
		font-weight: 400;
		font-size: 18px;

	}

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

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

	.cbp_tmtimeline > li .cbp_tmicon {
		position: absolute;
		padding: 0;
		margin:0;
		top:0;
		left: 8px;
		/*margin: -30px 0 0 10px;*/
	}



	.cbp_tmtimeline > li.inactive { height:55px; }

}
