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

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

/* The date/time */
.cbp_tmtimeline > li{
	position: relative;
	margin-bottom: 40px;
}
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
	top: -50px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	font-size: 40px;
	color: #246aa6;
	font-weight:bold;
}
.cbp_tmtimeline > li .cbp_tmlabel p{
	margin: 0;
	line-height: 32px;
	color:#2f3032;
}
/* 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;
	background: #fafafa;
}
.cbp_tmtimeline > li .cbp_tmlabel em{
	color: #ccc;
	padding-right: 10px;
}
.cbp_tmtimeline > li:hover .cbp_tmlabel {
	background: #fafafa;
	box-shadow: 0 5px 10px #f1f1f1;
}
.cbp_tmtimeline > li:hover .cbp_tmtime em{
	color: #1c7ccf;
}
.cbp_tmtimeline > li:hover .cbp_tmicon{
	border:1px solid #1c7ccf;
	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: #fafafa;
	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: 12px;
	height: 12px;
	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: #246aa6;
	border-radius: 50%;
/*	box-shadow: 0 0 0 10px #842532;*/
	text-align: center;
	left: 20%;
    top: -25px;
    margin: 0 0 0 -10px;;
}

.d4{
	top: -90px;
	left: 20%;
	margin-left: -18px;
	position: absolute;
	width: 0; 
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: transparent #cfcfcf transparent transparent;
	transform: rotate(90deg);
}

.d5{
	bottom: -30px;
	left: 20%;
	margin-left: -18px;
	position: absolute;
	width: 0; 
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: transparent #cfcfcf transparent transparent;
	transform: rotate(270deg);
	cursor: pointer;
}
.d5:hover{
	border-color: transparent #d82229 transparent transparent;
}

/* 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: 576px) {
	.play2_title h3{
		font-size: 28px;
	}
	.cbp_tmtimeline{
		padding:0 15px;
		margin-top: 0px;
	}
	.cbp_tmtimeline:before {
		display: none;
	}

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

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


	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: 0px;
	}
	.cbp_tmtimeline > li .cbp_tmicon{
		width: 10px;
        height: 10px;
	}
	.cbp_tmtimeline .d4,.cbp_tmtimeline .d5{
		display: none;
	}	
}

