@font-face {
	font-family: 'ecoico';
	src:url('fonts/timelineicons/ecoico.eot');
	src:url('fonts/timelineicons/ecoicod41d.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;
}

.cbp_tmtimeline_container{
	width: 1100px;
	margin: 0 auto;
}

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

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #ED7523;
	left: 17%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	position: absolute;
	margin-left:50px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size:30px;
	color: #ED7523;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 25px 22%;
	background: #000000;
	color: #fff;
	padding: 25px;
	font-size: 1.2em;
	position: relative;
	border-radius: 5px;
}

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

.cbp_tmlabel_baslik { 
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	
	font-size: 20px;
	color: #ED7523;
	
	
	
}

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

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

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-size: 1.4em;
	line-height: 40px;
	position: absolute;
	color: #fff;
	background: #000000;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #ED7523;
	text-align: center;
	left: 17%;
	margin-left: -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

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

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

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