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

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
    background: #81c049;
    left: 20%;
    margin-left: -4px;
}

/* The date/time */
.cbp_tmtimeline > li{
	position: relative;
	min-height: 120px;
}
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
	top: -12px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	font-size: 36px;
	color: #111;
	font-weight: bold;
}
.cbp_tmtimeline > li .cbp_tmlabel p{
	margin: 0;
	line-height: 32px;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	/*background: #3594cb;*/
	padding: 0.6em;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:hover .cbp_tmlabel {
	background: #fff;
}

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

/*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}
*/
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 14px;
	height: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #81c049;
	border-radius: 50%;
/*	box-shadow: 0 0 0 10px #81c049;*/
	text-align: center;
	left: 20%;
    top: 10px;
    margin: 0 0 0 -10px;;
}


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

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 24px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel p {
    	margin: 0;
    	line-height: 23px;
    	font-size: 14px;
    }
    .cbp_tmtimeline > li{
        	height: auto;
    }

}

@media screen and (max-width: 540px) {
	.play2_title h3{
		font-size: 28px;
	}
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 0px 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%;
		background: #fff;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		display: none;
	}


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

