.cf{
	clear:both;
}
.timeline_wrapper{
	width:100%;
	margin:auto;

}
.timeline_wrapper .time_line{
	background-image:url('../../images/time_line.jpg');
	background-position:center center;
	background-repeat:repeat-y;
	width:100%;
	padding:100px 0 100px 0;
}
.timeline_wrapper .time_l{
	width:100%;
	background-image:url('../../images/time_label_l.png');
	background-position:right center;
	height:40px;
	width:50%;
	margin-right:50%;
	background-repeat:no-repeat;
	text-align:right;
	color:white;
	clear:both;
	position:relative;
	top:-50px;

}
.timeline_wrapper .time_r{
	width:100%;
	background-image:url('../../images/time_label_r.png');
	background-position:left center;
	height:40px;
	width:50%;
	margin-left:50%;
	background-repeat:no-repeat;
	text-align:left;
	color:white;	
	clear:both;
	position:relative;
}
.timeline_wrapper .time_l .date{
	padding-right: 44px;
	padding-top:10px;
}
.timeline_wrapper .time_r .date{
	padding-left:44px;
	padding-top:10px;
}
.timeline_wrapper .date{
	font-weight:bold;				
	font-size:18px;
}
.timeline_wrapper .desc{
	width:90%;
	text-align:left;
	color:white;
	padding:0%;		
}
.timeline_wrapper .time_l .desc{
	float:right;
	margin-right: 35px;
}
.timeline_wrapper .time_r .desc{
	float:left;
	margin-left: 35px;
	
}
.timeline_wrapper .desc .title{
	font-size:20px;
	font-weight:bold;
	margin:5px 0 5px 0;
	background-color:#2D5996;
	padding:2%;

}
.timeline_wrapper .desc .write_up{
	font-size:16px;
	font-weight:normal;
	border-bottom:1px dashed #fff;
	margin:5px 0 5px 0;
	background-color:#2D5996;
	padding:2%;

}

	.history_title{
		background-color:#A51624;
		color:#ffffff;
		text-align:center;
		margin:auto;
		width:320px;
		font-weight:bold;
		font-size:20px;
		padding:10px 0;
	}
	.history_footer{
		background-color:#A51624;
		color:#ffffff;
		text-align:center;
		margin:auto;
		width:60%;
		font-weight:bold;
		font-size:16px;
		padding:10px 0;
	}
	.time_line a{
		color:white;
		font-weight:bold
	}
	@media screen and (max-width: 775px){
		
		.timeline_wrapper .time_l, .timeline_wrapper .time_r {
			width:90%;
			margin:auto;
			float:none;
			background-image: none;
			height:auto;
			top:0px;
			
		}
		.timeline_wrapper .time_r .desc , .timeline_wrapper .time_l .desc {
			margin: auto;
			float:none;
		}
		.timeline_wrapper .time_line{
			padding:100px 0 50px 0;
		}	
	}